summaryrefslogtreecommitdiffstats
path: root/arch/sh/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| * sh: Convert ins[bwl]/outs[bwl] macros to inline functionsKuninori Morimoto2020-06-011-6/+28
| * sh: Convert iounmap() macros to inline functionsKuninori Morimoto2020-06-011-1/+1
* | sh: add support for folded p4d page tablesMike Rapoport2020-06-042-2/+0
* | sh: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport2020-06-042-6/+4
* | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-031-0/+1
* | mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-031-6/+0
* | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-011-2/+7
|\ \ | |/ |/|
| * sh32: convert to csum_and_copy_from_user()Al Viro2020-05-291-2/+7
* | sh: include linux/time_types.h for sockiosArnd Bergmann2020-05-231-0/+2
* | arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-232-28/+34
|/
* Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-04-113-9/+3
|\
| * sh: remove unneeded uapi asm-generic wrappersMasahiro Yamada2020-04-092-4/+0
| * sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()Masahiro Yamada2020-04-091-5/+3
* | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-3/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-021-16/+0
|\
| * asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-16/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-04-011-2/+2
|\ \ | |/ |/|
| * sh: mach-highlander: Fix comment spellingGeert Uytterhoeven2020-03-171-2/+2
* | sh: no need of access_ok() in arch_futex_atomic_op_inuser()Al Viro2020-03-271-3/+0
* | futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro2020-03-271-3/+2
|/