summaryrefslogtreecommitdiffstats
path: root/arch/sh/include
Commit message (Expand)AuthorAgeFilesLines
* 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-291-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-061-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-061-1/+0
* | | softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner2021-02-101-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
|\ \ \