summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'sound-fix-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+0
2025-12-07ALSA: Do not build obsolete APIDavid Heidelberg3-3/+0
2025-12-06Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+7
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds39-39/+0
2025-12-02Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-11-22crypto: ansi_cprng - Remove unused ansi_cprng algorithmEric Biggers39-39/+0
2025-11-21Merge branch 'objtool/core'Peter Zijlstra39-83/+56
2025-11-14syscore: Pass context data to callbacksThierry Reding1-3/+7
2025-11-03arch: hookup listns() system callChristian Brauner1-0/+1
2025-10-15Remove long-stale ext3 defconfig optionLinus Torvalds28-28/+0
2025-10-15Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds30-40/+40
2025-10-14Use CONFIG_EXT4_FS instead of CONFIG_EXT3_FS in all of the defconfigsTheodore Ts'o30-40/+40
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-11/+11
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2025-09-30Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-09-14mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)5-11/+11
2025-09-09sh: Add __attribute_const__ to ffs()-family implementationsKees Cook1-2/+2
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-08-05Merge commit 'linus' into core/bugs, to resolve conflictsIngo Molnar8-14/+14
2025-08-04Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-07-31Merge tag 'sh-for-v6.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-9/+9
2025-07-31Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+0
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+0
2025-07-29Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds1-2/+2
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2025-07-28bugs/sh: Concatenate 'cond_str' with '__FILE__' in __WARN_FLAGS(), to extend ...Ingo Molnar1-1/+1
2025-07-26sh: Do not use hyphen in exported variable nameBen Hutchings3-9/+9
2025-07-23tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt1-1/+0
2025-07-20Add a new optional ",cma" suffix to the crashkernel= command line optionJiri Bohac1-1/+1
2025-07-15sh: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-2/+2
2025-07-03netfilter: conntrack: remove DCCP protocol supportPablo Neira Ayuso1-1/+0
2025-07-02fs: introduce file_getattr and file_setattr syscallsAndrey Albershteyn1-0/+2
2025-06-13bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameterIngo Molnar1-1/+1
2025-06-12mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar3-4/+4
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07Merge tag 'sh-for-v6.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds19-50/+47
2025-06-07sh: kprobes: Remove unused variables in kprobe_exceptions_notify()Mike Rapoport1-4/+0
2025-06-07sh: ecovec24: Make SPI mode explicitGeert Uytterhoeven1-0/+1
2025-06-07sh: Replace __ASSEMBLY__ with __ASSEMBLER__ in all headersThomas Huth17-46/+46
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-8/+24
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-6/+7
2025-05-16sh: Switch to irq_find_mapping()Jiri Slaby (SUSE)2-2/+2
2025-05-16sh: Switch to irq_domain_create_*()Jiri Slaby (SUSE)3-4/+5
2025-05-12crypto: Kconfig - make CRYPTO_MANAGER a hidden symbolEric Biggers1-1/+0
2025-05-12syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+12
2025-05-12syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+12
2025-05-12mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-8/+0