summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-1/+2
|\
| * mm: remove __get_vm_areaChristoph Hellwig2020-06-021-1/+2
* | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-011-0/+1
|\ \
| * | vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-0/+1
* | | 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
* | | | Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-012-1/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra2020-05-192-1/+12
| | |/ | |/|
* / | sh: include linux/time_types.h for sockiosArnd Bergmann2020-05-231-0/+2
|/ /
* | Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-242-28/+34
|\ \
| * | arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-232-28/+34
| |/
* / sh: fix build error in mm/init.cMasahiro Yamada2020-04-211-1/+1
|/
* 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/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-101-0/+3
* | mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-101-2/+2
* | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-3/+0
|/
* asm-generic: fix unistd_32.h generation formatMichal Simek2020-04-071-1/+1
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-034-0/+4
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-254-0/+4
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-021-1/+0
|\ \
| * | scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabledDiego Elio Pettenò2020-02-241-1/+0
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-022-23/+6
|\ \
| * | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
| * | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
| * | sh/mm: use helper fault_signal_pending()Peter Xu2020-04-021-5/+5
| * | 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
| |/
* | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-03-311-5/+0
|\ \
| * | kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada2020-03-031-5/+0
| |/
* | Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-302-18/+9
|\ \
| * | sh: Replace setup_irq() by request_irq()afzal mohammed2020-03-292-18/+9
| |/
* | 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
|/
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-9/+8
* Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-0/+1
|\
| * arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-0/+1
* | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-291-2/+2
|\ \
| * | y2038: sh: remove timeval/timespec usage from headersArnd Bergmann2019-12-181-2/+2
* | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-0/+1
|\ \ \
| * | | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-0/+1
| |/ /
* | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-4/+0
|\ \ \
| * | | arch/sh/setup: Drop dummy_con initializationArvind Sankar2020-01-141-4/+0
| | |/ | |/|
* | | Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-01-292-14/+9
|\ \ \
| * \ \ Merge tag 'sh-pfc-for-v5.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2020-01-092-14/+9
| |\ \ \
| | * | | sh: sh7269: Remove bogus SSU GPIO function definitionsGeert Uytterhoeven2019-12-311-6/+0
| | * | | sh: sh7264: Remove bogus SSU GPIO function definitionsGeert Uytterhoeven2019-12-311-6/+0