summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-0743-1240/+45
|\
| * sh: remove sh5 supportArnd Bergmann2020-06-0142-1234/+16
| * 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-052-2/+0
* | sh: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport2020-06-052-6/+4
* | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-041-0/+1
* | mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-041-6/+0
* | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-021-2/+7
|\ \ | |/ |/|
| * sh32: convert to csum_and_copy_from_user()Al Viro2020-05-291-2/+7
* | 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-111-5/+3
|\
| * sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()Masahiro Yamada2020-04-081-5/+3
* | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-111-3/+0
|/
* asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-16/+0
* sh: no need of access_ok() in arch_futex_atomic_op_inuser()Al Viro2020-03-281-3/+0
* futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro2020-03-281-3/+2
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-0/+4
|\
| * mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+0
|/
* Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-281-7/+2
|\
| * sh: remove __iounmapChristoph Hellwig2019-11-111-7/+2
* | sh: add the sh_ prefix to early platform symbolsBartosz Golaszewski2019-10-071-15/+15
* | drivers: move the early platform device support to arch/shBartosz Golaszewski2019-10-071-0/+61
|/
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-1/+1
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-251-5/+0
* sh: switch to generic version of pte allocationMike Rapoport2019-09-251-33/+1
* mm: remove quicklist page table cachesNicholas Piggin2019-09-251-16/+6
* Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-131-4/+25
|\
| * sh: don't use asm-generic/ptrace.hChristoph Hellwig2019-07-011-4/+25
* | sh: use the generic get_user_pages_fast codeChristoph Hellwig2019-07-121-0/+37
* | sh: add the missing pud_page definitionChristoph Hellwig2019-07-121-0/+3
* | sh: prevent warnings when using iounmapSam Ravnborg2019-07-121-1/+5
* | binfmt_flat: remove the persistent argument from flat_get_addr_from_rpChristoph Hellwig2019-06-241-1/+1
* | binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig2019-06-241-1/+0
* | binfmt_flat: remove flat_old_ram_flagChristoph Hellwig2019-06-241-1/+0
* | binfmt_flat: provide a default version of flat_get_relocate_addrChristoph Hellwig2019-06-241-1/+0
* | binfmt_flat: remove flat_set_persistentChristoph Hellwig2019-06-241-1/+0
* | binfmt_flat: remove flat_reloc_validChristoph Hellwig2019-06-241-1/+0
|/
* arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada2019-05-151-1/+0
* Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-082-2/+2
|\
| * syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-212-2/+2
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-073-3/+14
|\ \
| * | sh/mmiowb: Add unconditional mmiowb() to arch_spin_unlock()Will Deacon2019-04-084-4/+14
| * | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-1/+0
|\ \ \
| * \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-102-41/+14
| |\ \ \
| * | | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-031-1/+0
| | |/ / | |/| |
* | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-062-131/+10
|\ \ \ \ | |_|/ / |/| | |