summaryrefslogtreecommitdiffstats
path: root/arch/sh/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sh-for-5.11' of git://git.libc.org/linux-shLinus Torvalds2021-01-241-1/+0
|\
| * sh: Drop ARCH_NR_GPIOS definitionAndy Shevchenko2021-01-061-1/+0
* | local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
|/
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+3
|\
| * sh: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+3
* | 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-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-151-10/+4
|\ \
| * | sh: irqstat: Use the generic irq_cpustat_tThomas Gleixner2020-11-231-10/+4
| |/
* / sh/highmem: Remove all traces of unused cruftThomas Gleixner2020-11-062-23/+0
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-253-3/+3
* Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-24/+12
|\
| * sh: propage the calling conventions change down to csum_partial_copy_generic()Al Viro2020-08-201-16/+4
| * 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
* | sh: remove spurious circular inclusion from asm/smp.hRich Felker2020-09-131-1/+0
|/
* Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-1524-166/+71
|\
| * sh: bring syscall_set_return_value in line with other architecturesMichael Karcher2020-08-141-4/+1
| * sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig2020-08-141-1/+0
| * sh: move the ioremap implementation out of lineChristoph Hellwig2020-08-141-86/+15
| * sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig2020-08-141-16/+0
| * sh: remove __KERNEL__ ifdefs from non-UAPI headersChristoph Hellwig2020-08-1419-54/+0
| * sh: stacktrace: Remove stacktrace_ops.stack()Geert Uytterhoeven2020-08-141-2/+0
| * Revert "sh: add loglvl to printk_address()"Geert Uytterhoeven2020-08-141-2/+1
| * arch: sh: smc37c93x: fix spelling mistakeFlavio Suligoi2020-08-141-2/+2
| * sh: Implement __get_user_u64() required for 64-bit get_user()John Paul Adrian Glaubitz2020-08-141-0/+53
* | sh: use generic strncpy()Kuninori Morimoto2020-08-141-26/+0
* | uaccess: remove segment_eqChristoph Hellwig2020-08-121-2/+1
* | sh/mm: drop unused MAX_PHYSADDR_BITSArvind Sankar2020-08-121-3/+1
* | 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-091-5/+0
|\ \ \
| * | | kill unused dump_fpu() instancesAl Viro2020-07-271-5/+0
* | | | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-0/+1
* | | | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-0/+3
* | | | Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2020-07-311-9/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | sh/tlb: Fix PGTABLE_LEVELS > 2Peter Zijlstra2020-07-271-9/+1
| |/
* / locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
|/
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-092-27/+5
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-092-3/+1
* sh: add loglvl to show_trace()Dmitry Safonov2020-06-091-1/+1
* sh: add loglvl to printk_address()Dmitry Safonov2020-06-091-1/+2
* sh: add loglvl to dump_mem()Dmitry Safonov2020-06-091-1/+2
* sh: implement flush_icache_user_rangeChristoph Hellwig2020-06-081-0/+1
* Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds2020-06-0658-2163/+47
|\
| * sh: remove sh5 supportArnd Bergmann2020-06-0157-2157/+18