aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'sh-for-v6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+2
2024-03-21sh: hd64461: Make setup_hd64461() staticGravatar Artur Rojek 1-1/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 6-12/+30
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+3
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsGravatar Arnd Bergmann 2-42/+13
2024-03-01sh: Fix build with CONFIG_UBSAN=yGravatar Kees Cook 1-0/+1
2024-02-23arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cGravatar Baoquan He 3-11/+16
2024-02-23sh, crash: wrap crash dumping code into crash related ifdefsGravatar Baoquan He 2-1/+4
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesGravatar Mathieu Desnoyers 2-0/+10
2024-02-15sh: dma-sysfs: Make dma_subsys constGravatar Ricardo B. Marliere 1-1/+1
2024-02-01kernel.h: removed REPEAT_BYTE from kernel.hGravatar Tanzir Hasan 1-0/+2
2024-01-20Merge tag 'sh-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-4/+3
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-1/+2
2024-01-19sh: vsyscall: Remove unnecessary $(foreach ...)Gravatar Masahiro Yamada 1-3/+2
2024-01-19sh: ecovec24: Rename missed backlight field from fbdev to devGravatar Geert Uytterhoeven 1-1/+1
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-0/+1
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-1/+0
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-9/+3
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERGravatar Kirill A. Shutemov 1-1/+1
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-0/+2
2024-01-02net/sched: Remove CONFIG_NET_ACT_IPT from default configsGravatar Jamal Hadi Salim 1-1/+0
2023-12-24netfs, fscache: Combine fscache with netfsGravatar David Howells 1-1/+2
2023-12-14wire up syscalls for statmount/listmountGravatar Miklos Szeredi 1-0/+2
2023-12-14mm: Introduce flush_cache_vmap_early()Gravatar Alexandre Ghiti 1-0/+1
2023-12-12sh, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECGravatar Baoquan He 4-6/+6
2023-11-28Merge branch 'asm-generic-prototypes' into asm-genericGravatar Arnd Bergmann 1-0/+3
2023-11-23arch: add do_page_fault prototypesGravatar Arnd Bergmann 1-0/+3
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Gravatar Kefeng Wang 1-7/+0
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesGravatar Baoquan He 1-2/+0
2023-11-12LSM: wireup Linux Security Module syscallsGravatar Casey Schaufler 1-0/+3
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesGravatar Arnd Bergmann 1-2/+0
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-5/+0
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-11-02Merge tag 'sh-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 21-1275/+24
2023-11-02Merge tag 'sound-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 2-2/+2
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+6
2023-11-02locking/atomic: sh: Use generic_cmpxchg_local for arch_cmpxchg_local()Gravatar Masami Hiramatsu 1-0/+9
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2023-10-25sh: bios: Revive earlyprintk supportGravatar Geert Uytterhoeven 1-0/+11
2023-10-25sh: machvec: Remove custom ioport_{un,}map()Gravatar Arnd Bergmann 3-19/+3
2023-10-25sh: Remove superhyway bus supportGravatar Arnd Bergmann 4-180/+0
2023-10-25sh: Remove unused SH4-202 supportGravatar Arnd Bergmann 4-322/+0
2023-10-25sh: Remove stale microdev boardGravatar Arnd Bergmann 10-754/+1
2023-10-23ASoC: Merge up v6.6-rc7Gravatar Mark Brown 1-2/+2
2023-10-17vgacon, arch/*: remove unused screen_info definitionsGravatar Arnd Bergmann 1-5/+0
2023-10-10sh: pci: Do PCI error check on own lineGravatar Ilpo Järvinen 1-5/+6
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 1-2/+2
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesGravatar Sohil Mehta 1-0/+1