summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-3/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-3/+1
* | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
|/
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\
| * dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-55/+3
|\ \
| * | sh: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-55/+3
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ \ | |_|/ |/| |
| * | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
* | | sh: fix syscall tracingRich Felker2020-09-132-11/+5
| |/ |/|
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-4/+4
* | Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-1512-190/+122
|\ \
| * | sh: Add SECCOMP_FILTERMichael Karcher2020-08-142-2/+5
| * | sh: Rearrange blocks in entry-common.SMichael Karcher2020-08-141-28/+29
| * | sh: switch to copy_thread_tls()Christian Brauner2020-08-141-3/+3
| * | sh: use the generic dma coherent remap allocatorChristoph Hellwig2020-08-141-49/+2
| * | sh: unexport register_trapped_io and match_trapped_io_handlerChristoph Hellwig2020-08-141-2/+0
| * | sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig2020-08-141-0/+1
| * | sh: remove -Werror from MakefilesChristoph Hellwig2020-08-141-2/+0
| * | sh: stacktrace: Remove stacktrace_ops.stack()Geert Uytterhoeven2020-08-143-20/+0
| * | sh: machvec: Modernize printing of kernel messagesGeert Uytterhoeven2020-08-141-4/+4
| * | sh: process: Fix broken lines in register dumpsGeert Uytterhoeven2020-08-141-21/+17
| * | sh: dump_stack: Fix broken lines and ptrval in calltrace dumpsGeert Uytterhoeven2020-08-141-9/+9
| * | sh: kernel: disassemble: Fix broken lines in disassembly dumpsGeert Uytterhoeven2020-08-141-51/+52
| * | Revert "sh: remove needless printk()"Geert Uytterhoeven2020-08-141-0/+1
| * | Revert "sh: add loglvl to printk_address()"Geert Uytterhoeven2020-08-141-3/+3
* | | iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-141-11/+11
* | | all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+1
| |/ |/|
* | uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-121-7/+5
* | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-0/+1
|\ \
| * | locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-061-0/+1
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-092-19/+1
|\ \ \
| * | | kill unused dump_fpu() instancesAl Viro2020-07-272-19/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-072-2/+0
|\ \ \ \
| * | | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-072-2/+0
* | | | | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-2/+0
|\ \ \ \ \
| * | | | | initrd: remove support for multiple floppiesChristoph Hellwig2020-07-301-2/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-072-41/+12
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | sh: convert to ->regset_get()Al Viro2020-07-272-41/+12
* | | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+1
|\ \ \ \
| * | | | arch: wire-up close_range()Christian Brauner2020-06-171-0/+1
| |/ / /
* | | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
| * | | sh: switch to copy_thread_tls()Christian Brauner2020-07-041-3/+3
| | |/ | |/|
* / | sh: Fix validation of system call numberMichael Karcher2020-07-271-3/+3
|/ /
* | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-3/+3
|/
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-5/+5
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-093-3/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1