summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sh-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-202-4/+3
|\
| * sh: vsyscall: Remove unnecessary $(foreach ...)Masahiro Yamada2024-01-191-3/+2
| * sh: ecovec24: Rename missed backlight field from fbdev to devGeert Uytterhoeven2024-01-191-1/+1
* | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-1/+2
|\ \
| * | netfs, fscache: Combine fscache with netfsDavid Howells2023-12-241-1/+2
* | | Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-181-0/+1
|\ \ \
| * | | mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2023-12-141-0/+1
| | |/ | |/|
* | | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-1/+0
|\ \ \
| * | | net/sched: Remove CONFIG_NET_ACT_IPT from default configsJamal Hadi Salim2024-01-021-1/+0
| | |/ | |/|
* | | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-102-9/+3
|\ \ \
| * \ \ Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann2023-11-281-0/+3
| |\ \ \
| | * | | arch: add do_page_fault prototypesArnd Bergmann2023-11-231-0/+3
| | | |/ | | |/|
| * | | asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang2023-11-231-7/+0
| * | | arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He2023-11-231-2/+0
| |/ /
* | | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-0/+3
|\ \ \
| * | | LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-121-0/+3
| |/ /
* | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-1/+1
|\ \ \
| * | | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
| | |/ | |/|
* | | Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-081-0/+2
|\ \ \ | |/ / |/| |
| * | wire up syscalls for statmount/listmountMiklos Szeredi2023-12-141-0/+2
| |/
* / sh, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He2023-12-124-6/+6
|/
* kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann2023-11-101-2/+0
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-5/+0
|\
| * vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann2023-10-171-5/+0
* | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+1
|\ \
| * | crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-1/+1
| |/
* | Merge tag 'sh-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-0221-1275/+24
|\ \
| * | locking/atomic: sh: Use generic_cmpxchg_local for arch_cmpxchg_local()Masami Hiramatsu2023-11-021-0/+9
| * | sh: bios: Revive earlyprintk supportGeert Uytterhoeven2023-10-251-0/+11
| * | sh: machvec: Remove custom ioport_{un,}map()Arnd Bergmann2023-10-253-19/+3
| * | sh: Remove superhyway bus supportArnd Bergmann2023-10-254-180/+0
| * | sh: Remove unused SH4-202 supportArnd Bergmann2023-10-254-322/+0
| * | sh: Remove stale microdev boardArnd Bergmann2023-10-2510-754/+1
* | | Merge tag 'sound-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-11-022-2/+2
|\ \ \
| * \ \ ASoC: Merge up v6.6-rc7Mark Brown2023-10-231-2/+2
| |\ \ \ | | | |/ | | |/|
| * | | sh: boards: Fix Sound Simple-Card struct nameKuninori Morimoto2023-09-282-2/+2
| | |/ | |/|
* | | Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-021-5/+6
|\ \ \
| * | | sh: pci: Do PCI error check on own lineIlpo Järvinen2023-10-101-5/+6
| |/ /
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+2
|\ \ \
| * | | arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta2023-10-061-0/+1
| * | | syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-031-1/+1
| |/ /
* | | Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar2023-10-091-2/+2
|\ \ \ | | |/ | |/|
| * | sh: mm: re-add lost __ref to ioremap_prot() to fix modpost warningGeert Uytterhoeven2023-09-191-2/+2
| |/
* | futex: Add sys_futex_requeue()peterz@infradead.org2023-09-211-0/+1
* | futex: Add sys_futex_wait()peterz@infradead.org2023-09-211-0/+1
* | futex: Add sys_futex_wake()peterz@infradead.org2023-09-211-0/+1
|/
* Merge tag 'sh-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-096-12/+8
|\
| * sh: push-switch: Reorder cleanup operations to avoid use-after-free bugDuoming Zhou2023-09-091-1/+1
| * sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory()Petr Tesarik2023-09-095-11/+7
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-2/+2
|\ \