aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include
AgeCommit message (Expand)Author
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti
2023-12-12sh, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He
2023-11-28Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann
2023-11-23arch: add do_page_fault prototypesArnd Bergmann
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann
2023-11-02locking/atomic: sh: Use generic_cmpxchg_local for arch_cmpxchg_local()Masami Hiramatsu
2023-10-25sh: machvec: Remove custom ioport_{un,}map()Arnd Bergmann
2023-10-25sh: Remove stale microdev boardArnd Bergmann
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)
2023-08-24sh: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-21sh: convert pte_free_tlb() to use ptdescsVishal Moola (Oracle)
2023-08-18sh: mm: convert to GENERIC_IOREMAPBaoquan He
2023-08-18sh: add <asm-generic/io.h> includingBaoquan He
2023-07-13Merge tag 'sh-for-v6.5-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-13sh: hd64461: Handle virq offset for offchip IRQ base and HD64461 IRQArtur Rojek
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe
2023-07-05Merge tag 'sh-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-05sh: Provide unxlate_dev_mem_ptr() in asm/io.hGuenter Roeck
2023-07-05sh: dma: Drop incorrect SH_DMAC_BASE1 definition for SH4Artur Rojek
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-19sh: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas
2023-06-16sh/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-06-11sh: Avoid using IRQ0 on SH3 and SH4Sergey Shtylyov
2023-06-09thread_info: move function declarations to linux/thread_info.hArnd Bergmann
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann
2023-06-05locking/atomic: sh: add preprocessor symbolsMark Rutland
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-27Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-04-25Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-25sh: Replace <uapi/asm/types.h> by <asm-generic/int-ll64.h>Geert Uytterhoeven
2023-04-20arch/sh: Implement <asm/fb.h> with generic helpersThomas Zimmermann
2023-03-09sh: sanitize the flags on sigreturnAl Viro
2023-03-08sh/cpu: Mark play_dead() __noreturnJosh Poimboeuf
2023-03-08sh/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf
2023-03-06gpiolib: remove empty asm/gpio.h filesArnd Bergmann
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)