summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
...
| * | sh: dma: fix kconfig dependency for G2_DMANecip Fazil Yildiran2021-01-061-2/+1
| |/
* / local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-12-211-1/+1
|\
| * sh: boards: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-12-071-1/+1
* | epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-0/+1
* | Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-1/+1
|\ \
| * | dma-mapping: remove the dma_direct_set_offset exportChristoph Hellwig2020-11-181-1/+1
| |/
* | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-162-2/+4
|\ \
| * | sh: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-092-2/+4
| |/
* | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-161-0/+10
|\ \
| * | sh: Enable seccomp architecture trackingYiFei Zhu2020-11-201-0/+10
| |/
* | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-1/+0
|\ \
| * | timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann2020-10-301-1/+0
| |/
* | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-152-13/+3
|\ \
| * | sh: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-272-12/+2
| * | asm-generic: add generic MMU versions of mmu context functionsNicholas Piggin2020-10-261-1/+1
| |/
* | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-153-12/+6
|\ \
| * \ Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-12-151-1/+1
| |\ \
| * | | sh/irq: Add missing closing parentheses in arch_show_interrupts()Geert Uytterhoeven2020-11-241-1/+1
| * | | sh: irqstat: Use the generic irq_cpustat_tThomas Gleixner2020-11-231-10/+4
| * | | sh: Get rid of nmi_count()Thomas Gleixner2020-11-232-2/+2
| | |/ | |/|
* | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-143-31/+0
|\ \ \ | |_|/ |/| |
| * | sh/highmem: Remove all traces of unused cruftThomas Gleixner2020-11-063-31/+0
| |/
* / sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-254-4/+4
* 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
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \
| * | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+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-159-9/+12
|\ \
| * | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
| * | dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-061-1/+0
| * | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-066-3/+6
| * | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-253-12/+5
| |\ \
| * | | dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-171-4/+5
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-141-6/+3
|\ \ \ \
| * | | | arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport2020-10-131-6/+3
* | | | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-16/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu2020-10-081-16/+0
| | |_|/ | |/| |
* | | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-122-108/+47
|\ \ \ \
| * | | | sh: propage the calling conventions change down to csum_partial_copy_generic()Al Viro2020-08-202-100/+39
| * | | | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-18/+18
| * | | | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-3/+2
| * | | | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-0/+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