summaryrefslogtreecommitdiffstats
path: root/arch/sh/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* sh: define __BIG_ENDIAN for math-emuRandy Dunlap2021-10-271-0/+8
* sh: Cleanup about SPARSE_IRQKefeng Wang2021-10-271-11/+0
* sh: fix trivial misannotationsAl Viro2021-09-172-4/+5
* mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-031-6/+2
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-2/+2
* Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-022-212/+0
|\
| * sh: remove unaligned access for sh4aArnd Bergmann2021-05-102-212/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-022-3/+0
|\ \
| * | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-1/+0
| * | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-2/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-301-2/+2
|\| |
| * | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-2/+2
| |/
* / locking/atomic: sh: move to ARCH_ATOMICMark Rutland2021-05-265-15/+15
|/
* mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-071-5/+0
* arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Yury Norov2021-05-071-2/+3
* arch/sh/include/asm/tlb.h: remove duplicate includeZhang Yunkai2021-04-301-8/+2
* Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-121-1/+0
|\
| * 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-071-1/+0
* | | softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner2021-02-101-1/+0
|/ /
* / local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-301-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-162-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-161-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-131-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-141-1/+0
|/
* Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-1624-166/+71
|\
| * sh: bring syscall_set_return_value in line with other architecturesMichael Karcher2020-08-151-4/+1
| * sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig2020-08-151-1/+0
| * sh: move the ioremap implementation out of lineChristoph Hellwig2020-08-151-86/+15
| * sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig2020-08-151-16/+0
| * sh: remove __KERNEL__ ifdefs from non-UAPI headersChristoph Hellwig2020-08-1519-54/+0
| * sh: stacktrace: Remove stacktrace_ops.stack()Geert Uytterhoeven2020-08-151-2/+0
| * Revert "sh: add loglvl to printk_address()"Geert Uytterhoeven2020-08-151-2/+1
| * arch: sh: smc37c93x: fix spelling mistakeFlavio Suligoi2020-08-151-2/+2
| * sh: Implement __get_user_u64() required for 64-bit get_user()John Paul Adrian Glaubitz2020-08-151-0/+53
* | sh: use generic strncpy()Kuninori Morimoto2020-08-151-26/+0
* | uaccess: remove segment_eqChristoph Hellwig2020-08-121-2/+1