summaryrefslogtreecommitdiffstats
path: root/arch/sh/include
Commit message (Expand)AuthorAgeFilesLines
* treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-252-2/+2
* 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/+0Star
* | binfmt_flat: remove flat_old_ram_flagChristoph Hellwig2019-06-241-1/+0Star
* | binfmt_flat: provide a default version of flat_get_relocate_addrChristoph Hellwig2019-06-241-1/+0Star
* | binfmt_flat: remove flat_set_persistentChristoph Hellwig2019-06-241-1/+0Star
* | binfmt_flat: remove flat_reloc_validChristoph Hellwig2019-06-241-1/+0Star
|/
* arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada2019-05-151-1/+0Star
* Merge tag 'pinctrl-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-05-081-1/+1
|\
| * sh: sh7786: Add explicit I/O cast to sh7786_mm_sel()Geert Uytterhoeven2019-04-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-2/+3
|\ \
| * | net: socket: implement 64-bit timestampsArnd Bergmann2019-04-191-2/+3
* | | 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/+0Star
|\ \ \ \
| * \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-102-41/+14Star
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-031-1/+0Star
| | |/ / | |/| |
* | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-062-131/+10Star
|\ \ \ \ | |_|/ / |/| | |
| * | | sh/tlb: Convert SH to generic mmu_gatherPeter Zijlstra2019-04-032-129/+10Star
| * | | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-031-3/+1Star
| |/ /
* | | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-052-18/+7Star
* | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-052-23/+7Star
|/ /
* / KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-282-1/+1
|/
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-1/+0Star
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-052-405/+2Star
|\
| * y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-2/+2
| * sh: remove duplicate unistd_32.h fileArnd Bergmann2019-01-251-403/+0Star
* | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0Star
|/
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-071-19/+0Star
|\
| * arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-18/+0Star
| * arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0Star
* | Fix 'acccess_ok()' on alpha and SHLinus Torvalds2019-01-061-2/+5
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-4/+2Star
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-4/+2Star
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-043-7/+6Star
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-2983-357/+142Star
|\
| * sh: include: convert to SPDX identifiersKuninori Morimoto2018-12-2883-357/+142Star
* | Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-282-4/+0Star
|\ \ | |/ |/|
| * sh: remove board_time_init() callbackArnd Bergmann2018-12-181-1/+0Star
| * sh: remove unused rtc_sh_get/set_time infrastructureArnd Bergmann2018-12-181-2/+0Star
| * sh: dreamcast: rtc: push down rtc class ops into driverArnd Bergmann2018-12-181-1/+0Star
* | Merge tag 'asm-generic-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-265-2/+10
|\ \