summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm
AgeCommit message (Expand)AuthorLines
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-27/+5
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-3/+1
2020-06-09sh: add loglvl to show_trace()Dmitry Safonov-1/+1
2020-06-09sh: add loglvl to printk_address()Dmitry Safonov-1/+2
2020-06-09sh: add loglvl to dump_mem()Dmitry Safonov-1/+2
2020-06-08sh: implement flush_icache_user_rangeChristoph Hellwig-0/+1
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds-1240/+45
2020-06-04sh: add support for folded p4d page tablesMike Rapoport-2/+0
2020-06-04sh: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport-6/+4
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual-0/+1
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual-6/+0
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+7
2020-06-01sh: remove sh5 supportArnd Bergmann-1234/+16
2020-06-01sh: Convert ins[bwl]/outs[bwl] macros to inline functionsKuninori Morimoto-6/+28
2020-06-01sh: Convert iounmap() macros to inline functionsKuninori Morimoto-1/+1
2020-05-29sh32: convert to csum_and_copy_from_user()Al Viro-2/+7
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada-28/+34
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-5/+3
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual-3/+0
2020-04-09sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()Masahiro Yamada-5/+3
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada-16/+0
2020-03-27sh: no need of access_ok() in arch_futex_atomic_op_inuser()Al Viro-3/+0
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro-3/+2
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+0
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar-0/+4
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds-7/+2
2019-11-11sh: remove __iounmapChristoph Hellwig-7/+2
2019-10-07sh: add the sh_ prefix to early platform symbolsBartosz Golaszewski-15/+15
2019-10-07drivers: move the early platform device support to arch/shBartosz Golaszewski-0/+61
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport-5/+0
2019-09-24sh: switch to generic version of pte allocationMike Rapoport-33/+1
2019-09-24mm: remove quicklist page table cachesNicholas Piggin-16/+6
2019-07-12Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+25
2019-07-12sh: use the generic get_user_pages_fast codeChristoph Hellwig-0/+37
2019-07-12sh: add the missing pud_page definitionChristoph Hellwig-0/+3
2019-07-12sh: prevent warnings when using iounmapSam Ravnborg-1/+5
2019-07-01sh: don't use asm-generic/ptrace.hChristoph Hellwig-4/+25
2019-06-24binfmt_flat: remove the persistent argument from flat_get_addr_from_rpChristoph Hellwig-1/+1
2019-06-24binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig-1/+0
2019-06-24binfmt_flat: remove flat_old_ram_flagChristoph Hellwig-1/+0
2019-06-24binfmt_flat: provide a default version of flat_get_relocate_addrChristoph Hellwig-1/+0
2019-06-24binfmt_flat: remove flat_set_persistentChristoph Hellwig-1/+0
2019-06-24binfmt_flat: remove flat_reloc_validChristoph Hellwig-1/+0
2019-05-14arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada-1/+0
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-3/+14
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-131/+10