index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-13
sh: fix syscall tracing
Rich Felker
2
-11
/
+5
2020-09-08
sh: kprobes: Use generic kretprobe trampoline handler
Masami Hiramatsu
1
-55
/
+3
2020-09-01
vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
Kees Cook
1
-0
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
3
-4
/
+4
2020-08-15
Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh
Linus Torvalds
12
-190
/
+122
2020-08-14
iomap: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-11
/
+11
2020-08-14
all arch: remove system call sys_sysctl
Xiaoming Ni
1
-1
/
+1
2020-08-14
sh: Add SECCOMP_FILTER
Michael Karcher
2
-2
/
+5
2020-08-14
sh: Rearrange blocks in entry-common.S
Michael Karcher
1
-28
/
+29
2020-08-14
sh: switch to copy_thread_tls()
Christian Brauner
1
-3
/
+3
2020-08-14
sh: use the generic dma coherent remap allocator
Christoph Hellwig
1
-49
/
+2
2020-08-14
sh: unexport register_trapped_io and match_trapped_io_handler
Christoph Hellwig
1
-2
/
+0
2020-08-14
sh: don't include <asm/io_trapped.h> in <asm/io.h>
Christoph Hellwig
1
-0
/
+1
2020-08-14
sh: remove -Werror from Makefiles
Christoph Hellwig
1
-2
/
+0
2020-08-14
sh: stacktrace: Remove stacktrace_ops.stack()
Geert Uytterhoeven
3
-20
/
+0
2020-08-14
sh: machvec: Modernize printing of kernel messages
Geert Uytterhoeven
1
-4
/
+4
2020-08-14
sh: process: Fix broken lines in register dumps
Geert Uytterhoeven
1
-21
/
+17
2020-08-14
sh: dump_stack: Fix broken lines and ptrval in calltrace dumps
Geert Uytterhoeven
1
-9
/
+9
2020-08-14
sh: kernel: disassemble: Fix broken lines in disassembly dumps
Geert Uytterhoeven
1
-51
/
+52
2020-08-14
Revert "sh: remove needless printk()"
Geert Uytterhoeven
1
-0
/
+1
2020-08-14
Revert "sh: add loglvl to printk_address()"
Geert Uytterhoeven
1
-3
/
+3
2020-08-12
uaccess: add force_uaccess_{begin,end} helpers
Christoph Hellwig
1
-7
/
+5
2020-08-10
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2020-08-09
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-19
/
+1
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-2
/
+0
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2
-2
/
+0
2020-08-07
Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+0
2020-08-07
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-41
/
+12
2020-08-06
locking/seqlock, headers: Untangle the spaghetti monster
Peter Zijlstra
1
-0
/
+1
2020-08-04
Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2020-08-04
Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...
Linus Torvalds
1
-3
/
+3
2020-07-30
initrd: remove support for multiple floppies
Christoph Hellwig
1
-2
/
+0
2020-07-27
sh: Fix validation of system call number
Michael Karcher
1
-3
/
+3
2020-07-27
kill unused dump_fpu() instances
Al Viro
2
-19
/
+1
2020-07-27
sh: convert to ->regset_get()
Al Viro
2
-41
/
+12
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
1
-2
/
+2
2020-07-04
sh: switch to copy_thread_tls()
Christian Brauner
1
-3
/
+3
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
1
-1
/
+1
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
1
-3
/
+3
2020-06-17
arch: wire-up close_range()
Christian Brauner
1
-0
/
+1
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2
-5
/
+5
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
3
-3
/
+0
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-7
/
+1
2020-06-09
sh: add show_stack_loglvl()
Dmitry Safonov
1
-3
/
+9
2020-06-09
sh: add loglvl to show_trace()
Dmitry Safonov
2
-6
/
+6
2020-06-09
sh: add loglvl to printk_address()
Dmitry Safonov
1
-3
/
+3
2020-06-09
sh: remove needless printk()
Dmitry Safonov
1
-1
/
+0
2020-06-09
sh: add loglvl to dump_mem()
Dmitry Safonov
2
-10
/
+11
2020-06-06
Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh
Linus Torvalds
28
-6447
/
+33
2020-06-04
sh: add support for folded p4d page tables
Mike Rapoport
1
-1
/
+6
[prev]
[next]