summaryrefslogtreecommitdiff
path: root/arch/sh/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-0/+1
2020-10-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-13Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-55/+3
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-09-14sh: fix syscall tracingRich Felker2-11/+5
2020-09-08sh: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-55/+3
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-0/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-4/+4
2020-08-16Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds12-190/+122
2020-08-15iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-11/+11
2020-08-15all arch: remove system call sys_sysctlXiaoming Ni1-1/+1
2020-08-15sh: Add SECCOMP_FILTERMichael Karcher2-2/+5
2020-08-15sh: Rearrange blocks in entry-common.SMichael Karcher1-28/+29
2020-08-15sh: switch to copy_thread_tls()Christian Brauner1-3/+3
2020-08-15sh: use the generic dma coherent remap allocatorChristoph Hellwig1-49/+2
2020-08-15sh: unexport register_trapped_io and match_trapped_io_handlerChristoph Hellwig1-2/+0
2020-08-15sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig1-0/+1
2020-08-15sh: remove -Werror from MakefilesChristoph Hellwig1-2/+0
2020-08-15sh: stacktrace: Remove stacktrace_ops.stack()Geert Uytterhoeven3-20/+0
2020-08-15sh: machvec: Modernize printing of kernel messagesGeert Uytterhoeven1-4/+4
2020-08-15sh: process: Fix broken lines in register dumpsGeert Uytterhoeven1-21/+17
2020-08-15sh: dump_stack: Fix broken lines and ptrval in calltrace dumpsGeert Uytterhoeven1-9/+9
2020-08-15sh: kernel: disassemble: Fix broken lines in disassembly dumpsGeert Uytterhoeven1-51/+52
2020-08-15Revert "sh: remove needless printk()"Geert Uytterhoeven1-0/+1
2020-08-15Revert "sh: add loglvl to printk_address()"Geert Uytterhoeven1-3/+3
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig1-7/+5
2020-08-11Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-19/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2-2/+0
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-41/+12
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra1-0/+1
2020-08-05Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2020-08-05Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds1-3/+3
2020-07-30initrd: remove support for multiple floppiesChristoph Hellwig1-2/+0
2020-07-27sh: Fix validation of system call numberMichael Karcher1-3/+3
2020-07-27kill unused dump_fpu() instancesAl Viro2-19/+1
2020-07-27sh: convert to ->regset_get()Al Viro2-41/+12
2020-07-05arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+2
2020-07-05sh: switch to copy_thread_tls()Christian Brauner1-3/+3
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-3/+3
2020-06-17arch: wire-up close_range()Christian Brauner1-0/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-5/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport3-3/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09sh: add show_stack_loglvl()Dmitry Safonov1-3/+9
2020-06-09sh: add loglvl to show_trace()Dmitry Safonov2-6/+6