index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
sh
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-06
Merge tag 'sh-for-v6.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux
Linus Torvalds
1
-1
/
+14
2025-04-05
sh: Align .bss section padding to 8-byte boundary
Artur Rojek
1
-1
/
+14
2025-03-27
Merge tag 'asm-generic-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
3
-170
/
+0
2025-03-26
Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl
Linus Torvalds
1
-0
/
+21
2025-03-11
sh: remove duplicate ioread/iowrite helpers
Arnd Bergmann
3
-170
/
+0
2025-02-17
sysctl: Fix underflow value setting risk in vm_table
Nicolas Bouchinet
1
-1
/
+2
2025-02-12
fs: add open_tree_attr()
Christian Brauner
1
-0
/
+1
2025-02-07
sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c
Kaixiong Yu
1
-0
/
+20
2025-02-01
sh: Migrate to the generic rule for built-in DTB
Masahiro Yamada
1
-2
/
+2
2025-02-01
sh: irq: Use seq_put_decimal_ull_width() for decimal values
David Wang
1
-2
/
+2
2024-11-30
Merge tag 'sh-for-v6.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux
Linus Torvalds
1
-1
/
+1
2024-11-30
sh: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
Huacai Chen
1
-1
/
+1
2024-11-20
Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
1
-1
/
+1
2024-11-18
Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-0
/
+4
2024-11-06
fs/xattr: add *at family syscalls
Christian Göttsche
1
-0
/
+4
2024-10-29
of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
Usama Arif
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-09-01
mm: remove legacy install_special_mapping() code
Linus Torvalds
1
-3
/
+11
2024-06-25
sh: rework sync_file_range ABI
Arnd Bergmann
2
-1
/
+13
2024-05-23
mseal: wire up mseal syscall
Jeff Xu
1
-0
/
+1
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-2
/
+2
2024-05-13
sh: smp: Protect setup_profiling_timer() by CONFIG_PROFILING
Geert Uytterhoeven
1
-0
/
+2
2024-05-02
arch: use $(obj)/ instead of $(src)/ for preprocessed linker scripts
Masahiro Yamada
1
-2
/
+2
2024-05-02
sh: sh7757: Add missing #include <asm/mmzone.h>
Geert Uytterhoeven
1
-0
/
+3
2024-05-02
sh: traps: Make is_dsp_inst() static
Geert Uytterhoeven
1
-2
/
+2
2024-05-02
sh: cache: Move forward declarations to <asm/cacheflush.h>
Geert Uytterhoeven
2
-0
/
+4
2024-05-02
sh: dwarf: Make dwarf_lookup_fde() static
Geert Uytterhoeven
1
-1
/
+1
2024-05-02
sh: kprobes: Remove unneeded kprobe_opcode_t casts
Geert Uytterhoeven
1
-2
/
+2
2024-05-02
sh: kprobes: Make trampoline_probe_handler() static
Geert Uytterhoeven
1
-1
/
+1
2024-05-02
sh: kprobes: Merge arch_copy_kprobe() into arch_prepare_kprobe()
Geert Uytterhoeven
1
-6
/
+1
2024-05-02
sh: smp: Fix missing prototypes
Geert Uytterhoeven
1
-1
/
+3
2024-05-02
sh: sh7786: Remove unused sh7786_usb_use_exclock()
Geert Uytterhoeven
1
-14
/
+0
2024-05-02
sh: sh2a: Add missing #include <asm/processor.h>
Geert Uytterhoeven
1
-0
/
+2
2024-05-02
sh: ftrace: Fix missing prototypes
Geert Uytterhoeven
1
-8
/
+2
2024-05-02
sh: traps: Add missing #include <asm/setup.h>
Geert Uytterhoeven
1
-0
/
+1
2024-05-02
sh: return_address: Add missing #include <asm/ftrace.h>
Geert Uytterhoeven
1
-0
/
+2
2024-02-23
arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.c
Baoquan He
3
-11
/
+16
2024-02-23
sh, crash: wrap crash dumping code into crash related ifdefs
Baoquan He
2
-1
/
+4
2024-01-20
Merge tag 'sh-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux
Linus Torvalds
1
-3
/
+2
2024-01-19
sh: vsyscall: Remove unnecessary $(foreach ...)
Masahiro Yamada
1
-3
/
+2
2024-01-09
Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
1
-0
/
+3
2024-01-08
Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+2
2023-12-14
wire up syscalls for statmount/listmount
Miklos Szeredi
1
-0
/
+2
2023-12-12
sh, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXEC
Baoquan He
3
-4
/
+4
2023-11-12
LSM: wireup Linux Security Module syscalls
Casey Schaufler
1
-0
/
+3
2023-11-03
Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-5
/
+0
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2023-11-02
Merge tag 'sh-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux
Linus Torvalds
4
-329
/
+1
2023-11-01
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-1
/
+2
2023-10-25
sh: machvec: Remove custom ioport_{un,}map()
Arnd Bergmann
1
-12
/
+1
[next]