aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/kernel
AgeCommit message (Expand)Author
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-11-24sh/irq: Add missing closing parentheses in arch_show_interrupts()Geert Uytterhoeven
2020-11-23sh: Get rid of nmi_count()Thomas Gleixner
2020-11-09sh: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-09-13sh: fix syscall tracingRich Felker
2020-09-08sh: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni
2020-08-14sh: Add SECCOMP_FILTERMichael Karcher
2020-08-14sh: Rearrange blocks in entry-common.SMichael Karcher
2020-08-14sh: switch to copy_thread_tls()Christian Brauner
2020-08-14sh: use the generic dma coherent remap allocatorChristoph Hellwig
2020-08-14sh: unexport register_trapped_io and match_trapped_io_handlerChristoph Hellwig
2020-08-14sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig
2020-08-14sh: remove -Werror from MakefilesChristoph Hellwig
2020-08-14sh: stacktrace: Remove stacktrace_ops.stack()Geert Uytterhoeven
2020-08-14sh: machvec: Modernize printing of kernel messagesGeert Uytterhoeven
2020-08-14sh: process: Fix broken lines in register dumpsGeert Uytterhoeven
2020-08-14sh: dump_stack: Fix broken lines and ptrval in calltrace dumpsGeert Uytterhoeven
2020-08-14sh: kernel: disassemble: Fix broken lines in disassembly dumpsGeert Uytterhoeven
2020-08-14Revert "sh: remove needless printk()"Geert Uytterhoeven
2020-08-14Revert "sh: add loglvl to printk_address()"Geert Uytterhoeven
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds
2020-07-30initrd: remove support for multiple floppiesChristoph Hellwig
2020-07-27sh: Fix validation of system call numberMichael Karcher
2020-07-27kill unused dump_fpu() instancesAl Viro
2020-07-27sh: convert to ->regset_get()Al Viro
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner