summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm
AgeCommit message (Expand)AuthorFilesLines
2023-08-08sh/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2-78/+2
2023-04-05sh: sanitize the flags on sigreturnAl Viro1-0/+1
2022-10-26sh: machvec: Use char[] for section boundariesKees Cook1-1/+1
2021-11-26sh: define __BIG_ENDIAN for math-emuRandy Dunlap1-0/+8
2020-08-05sh/tlb: Fix PGTABLE_LEVELS > 2Peter Zijlstra1-9/+1
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-09-25mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+0
2019-09-25sh: switch to generic version of pte allocationMike Rapoport1-33/+1
2019-09-25mm: remove quicklist page table cachesNicholas Piggin1-16/+6
2019-07-13Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+25
2019-07-12sh: use the generic get_user_pages_fast codeChristoph Hellwig1-0/+37
2019-07-12sh: add the missing pud_page definitionChristoph Hellwig1-0/+3
2019-07-12sh: prevent warnings when using iounmapSam Ravnborg1-1/+5
2019-07-01sh: don't use asm-generic/ptrace.hChristoph Hellwig1-4/+25
2019-06-24binfmt_flat: remove the persistent argument from flat_get_addr_from_rpChristoph Hellwig1-1/+1
2019-06-24binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig1-1/+0
2019-06-24binfmt_flat: remove flat_old_ram_flagChristoph Hellwig1-1/+0
2019-06-24binfmt_flat: provide a default version of flat_get_relocate_addrChristoph Hellwig1-1/+0
2019-06-24binfmt_flat: remove flat_set_persistentChristoph Hellwig1-1/+0
2019-06-24binfmt_flat: remove flat_reloc_validChristoph Hellwig1-1/+0
2019-05-15arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada1-1/+0
2019-05-08Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2019-05-07Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds3-3/+14
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-131/+10
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-41/+14
2019-04-08sh/mmiowb: Add unconditional mmiowb() to arch_spin_unlock()Will Deacon4-4/+14
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2-18/+7
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2-23/+7
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long1-1/+0
2019-04-03sh/tlb: Convert SH to generic mmu_gatherPeter Zijlstra2-129/+10
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra1-3/+1
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada1-0/+1
2019-03-21syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2-2/+2
2019-03-06Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-2/+2
2019-01-07Fix 'acccess_ok()' on alpha and SHLinus Torvalds1-2/+5
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+2
2019-01-05mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-4/+2
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds3-7/+6
2018-12-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds35-153/+60
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds1-3/+0
2018-12-28sh: include: convert to SPDX identifiersKuninori Morimoto35-153/+60
2018-12-26Merge tag 'asm-generic-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+3
2018-12-19sh: generate uapi header and syscall table header filesFiroz Khan1-0/+1
2018-12-19sh: add __NR_syscalls along with NR_syscallsFiroz Khan1-0/+2
2018-12-18sh: remove board_time_init() callbackArnd Bergmann1-1/+0
2018-12-18sh: remove unused rtc_sh_get/set_time infrastructureArnd Bergmann1-2/+0