summaryrefslogtreecommitdiff
path: root/arch/sh/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07sh: kprobes: Remove unused variables in kprobe_exceptions_notify()Mike Rapoport1-4/+0
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-04-06Merge tag 'sh-for-v6.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+14
2025-04-05sh: Align .bss section padding to 8-byte boundaryArtur Rojek1-1/+14
2025-03-27Merge tag 'asm-generic-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-170/+0
2025-03-27Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+21
2025-03-11sh: remove duplicate ioread/iowrite helpersArnd Bergmann3-170/+0
2025-02-17sysctl: Fix underflow value setting risk in vm_tableNicolas Bouchinet1-1/+2
2025-02-12fs: add open_tree_attr()Christian Brauner1-0/+1
2025-02-07sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.cKaixiong Yu1-0/+20
2025-02-01sh: Migrate to the generic rule for built-in DTBMasahiro Yamada1-2/+2
2025-02-01sh: irq: Use seq_put_decimal_ull_width() for decimal valuesDavid Wang1-2/+2
2024-12-01Merge tag 'sh-for-v6.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-11-30sh: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen1-1/+1
2024-11-21Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+4
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche1-0/+4
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-02mm: remove legacy install_special_mapping() codeLinus Torvalds1-3/+11
2024-06-25sh: rework sync_file_range ABIArnd Bergmann2-1/+13
2024-05-24mseal: wire up mseal syscallJeff Xu1-0/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2024-05-13sh: smp: Protect setup_profiling_timer() by CONFIG_PROFILINGGeert Uytterhoeven1-0/+2
2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada1-2/+2
2024-05-02sh: sh7757: Add missing #include <asm/mmzone.h>Geert Uytterhoeven1-0/+3
2024-05-02sh: traps: Make is_dsp_inst() staticGeert Uytterhoeven1-2/+2
2024-05-02sh: cache: Move forward declarations to <asm/cacheflush.h>Geert Uytterhoeven2-0/+4
2024-05-02sh: dwarf: Make dwarf_lookup_fde() staticGeert Uytterhoeven1-1/+1
2024-05-02sh: kprobes: Remove unneeded kprobe_opcode_t castsGeert Uytterhoeven1-2/+2
2024-05-02sh: kprobes: Make trampoline_probe_handler() staticGeert Uytterhoeven1-1/+1
2024-05-02sh: kprobes: Merge arch_copy_kprobe() into arch_prepare_kprobe()Geert Uytterhoeven1-6/+1
2024-05-02sh: smp: Fix missing prototypesGeert Uytterhoeven1-1/+3
2024-05-02sh: sh7786: Remove unused sh7786_usb_use_exclock()Geert Uytterhoeven1-14/+0
2024-05-02sh: sh2a: Add missing #include <asm/processor.h>Geert Uytterhoeven1-0/+2
2024-05-02sh: ftrace: Fix missing prototypesGeert Uytterhoeven1-8/+2
2024-05-02sh: traps: Add missing #include <asm/setup.h>Geert Uytterhoeven1-0/+1
2024-05-02sh: return_address: Add missing #include <asm/ftrace.h>Geert Uytterhoeven1-0/+2
2024-02-24arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He3-11/+16
2024-02-24sh, crash: wrap crash dumping code into crash related ifdefsBaoquan He2-1/+4
2024-01-20Merge tag 'sh-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+2
2024-01-19sh: vsyscall: Remove unnecessary $(foreach ...)Masahiro Yamada1-3/+2
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+2
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi1-0/+2
2023-12-13sh, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He3-4/+4
2023-11-13LSM: wireup Linux Security Module syscallsCasey Schaufler1-0/+3
2023-11-04Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+0
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1