summaryrefslogtreecommitdiffstats
path: root/arch/sh/include
Commit message (Expand)AuthorAgeFilesLines
* sh: include linux/time_types.h for sockiosArnd Bergmann2020-05-231-0/+2
* 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-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/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-3/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-021-16/+0
|\
| * 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
* | 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
|/
* 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 tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-01-292-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
| * | pinctrl: sh-pfc: sh7269: Fix CAN function GPIOsGeert Uytterhoeven2019-12-311-2/+9
| |/
* | 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
* | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-271-0/+61
|\ \
| * | 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
| |/
* / pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_BGeert Uytterhoeven2019-11-011-1/+1
|/
* 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-241-5/+0
* sh: switch to generic version of pte allocationMike Rapoport2019-09-241-33/+1
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-16/+6
* 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-121-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-141-1/+0
* 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-071-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-072-2/+2
|\ \ \
| * | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-202-2/+2
| | |/ | |/|