summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)Author
2024-05-02sh: sh7786: Remove unused sh7786_usb_use_exclock()Geert Uytterhoeven
2024-05-02sh: sh2a: Add missing #include <asm/processor.h>Geert Uytterhoeven
2024-05-02sh: dma: Remove unused dmac_search_free_channel()Geert Uytterhoeven
2024-05-02sh: math-emu: Add missing #include <asm/fpu.h>Geert Uytterhoeven
2024-05-02sh: nommu: Add missing #include <asm/cacheflush.h>Geert Uytterhoeven
2024-05-02sh: ftrace: Fix missing prototypesGeert Uytterhoeven
2024-05-02sh: hw_breakpoint: Add missing forward declaration for arch_bp_generic_fields()Geert Uytterhoeven
2024-05-02sh: traps: Add missing #include <asm/setup.h>Geert Uytterhoeven
2024-05-02sh: return_address: Add missing #include <asm/ftrace.h>Geert Uytterhoeven
2024-05-02sh: tlb: Add missing forward declaration for handle_tlbmiss()Geert Uytterhoeven
2024-05-02sh: syscall: Add missing forward declaration for sys_cacheflush()Geert Uytterhoeven
2024-05-02sh: fpu: Add missing forward declarationsGeert Uytterhoeven
2024-05-02sh: pgtable: Fix missing prototypesGeert Uytterhoeven
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe
2024-04-25mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)
2024-04-25sh: remove use of PG_arch_1 on individual pagesMatthew Wilcox (Oracle)
2024-04-25mm/treewide: remove pXd_huge()Peter Xu
2024-03-21Merge tag 'sh-for-v6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-21sh: hd64461: Make setup_hd64461() staticArtur Rojek
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann
2024-03-01sh: Fix build with CONFIG_UBSAN=yKees Cook
2024-02-23arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He
2024-02-23sh, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers
2024-02-15sh: dma-sysfs: Make dma_subsys constRicardo B. Marliere
2024-02-01kernel.h: removed REPEAT_BYTE from kernel.hTanzir Hasan
2024-01-20Merge tag 'sh-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-19sh: vsyscall: Remove unnecessary $(foreach ...)Masahiro Yamada
2024-01-19sh: ecovec24: Rename missed backlight field from fbdev to devGeert Uytterhoeven
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-01-02net/sched: Remove CONFIG_NET_ACT_IPT from default configsJamal Hadi Salim
2023-12-24netfs, fscache: Combine fscache with netfsDavid Howells
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi
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-12LSM: wireup Linux Security Module syscallsCasey Schaufler