aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-2/+2
2021-05-26locking/atomic: sh: move to ARCH_ATOMICMark Rutland5-15/+15
2021-05-10sh: remove unaligned access for sh4aArnd Bergmann2-212/+0
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand1-5/+0
2021-05-06arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Yury Norov1-2/+3
2021-04-30arch/sh/include/asm/tlb.h: remove duplicate includeZhang Yunkai1-8/+2
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar1-1/+0
2021-02-10softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner1-1/+0
2021-01-24Merge tag 'sh-for-5.11' of git://git.libc.org/linux-shLinus Torvalds1-1/+0
2021-01-06sh: Drop ARCH_NR_GPIOS definitionAndy Shevchenko1-1/+0
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+10
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-13/+3
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+4
2020-11-23sh: irqstat: Use the generic irq_cpustat_tThomas Gleixner1-10/+4
2020-11-20sh: Enable seccomp architecture trackingYiFei Zhu1-0/+10
2020-11-09sh: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+3
2020-11-06sh/highmem: Remove all traces of unused cruftThomas Gleixner2-23/+0
2020-10-27sh: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2-12/+2
2020-10-26asm-generic: add generic MMU versions of mmu context functionsNicholas Piggin1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches3-3/+3
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-24/+12
2020-09-13sh: remove spurious circular inclusion from asm/smp.hRich Felker1-1/+0
2020-08-20sh: propage the calling conventions change down to csum_partial_copy_generic()Al Viro1-16/+4
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro1-18/+18
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-3/+2
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-0/+1
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds24-166/+71
2020-08-14sh: use generic strncpy()Kuninori Morimoto1-26/+0
2020-08-14sh: bring syscall_set_return_value in line with other architecturesMichael Karcher1-4/+1
2020-08-14sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig1-1/+0
2020-08-14sh: move the ioremap implementation out of lineChristoph Hellwig1-86/+15
2020-08-14sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig1-16/+0
2020-08-14sh: remove __KERNEL__ ifdefs from non-UAPI headersChristoph Hellwig19-54/+0
2020-08-14sh: stacktrace: Remove stacktrace_ops.stack()Geert Uytterhoeven1-2/+0
2020-08-14Revert "sh: add loglvl to printk_address()"Geert Uytterhoeven1-2/+1
2020-08-14arch: sh: smc37c93x: fix spelling mistakeFlavio Suligoi1-2/+2
2020-08-14sh: Implement __get_user_u64() required for 64-bit get_user()John Paul Adrian Glaubitz1-0/+53
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-2/+1
2020-08-12sh/mm: drop unused MAX_PHYSADDR_BITSArvind Sankar1-3/+1
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+0
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-0/+1
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-0/+3
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra1-0/+1
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar1-9/+1
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-07-27sh/tlb: Fix PGTABLE_LEVELS > 2Peter Zijlstra1-9/+1
2020-07-27kill unused dump_fpu() instancesAl Viro1-5/+0