summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-0/+4
| |\ \
| * | | 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
| | |_|/ | |/| |
* | | | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-075-5/+0
|\ \ \ \
| * \ \ \ Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-223-43/+16
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-065-5/+0
* | | | | Merge tag 'spi-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2019-05-071-3/+9
|\ \ \ \ \
| * \ \ \ \ Merge branch 'spi-5.2' into spi-nextMark Brown2019-05-021-3/+9
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | spi: sh-msiof: Convert to use GPIO descriptorsGeert Uytterhoeven2019-04-041-3/+9
| | | |_|/ | | |/| |
* | | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-063-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-062-7/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-103-43/+16
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-031-6/+0
| * | | | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-031-1/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-4/+0
|\ \ \ \ \
| * | | | | sh/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner2019-04-141-4/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-062-131/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | sh/tlb: Convert SH to generic mmu_gatherPeter Zijlstra2019-04-032-129/+10
| * | | | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-031-3/+1
| | |/ / | |/| |
* | | | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-231-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-151-0/+4
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-04-051-2/+2
|\ \ \
| * | | sh: fix multiple function definition build errorsRandy Dunlap2019-04-051-2/+2
| | |/ | |/|
* | | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-052-18/+7
* | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-052-23/+7
|/ /
* | 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/+0
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-1/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-122-0/+10
* memblock: drop __memblock_alloc_base()Mike Rapoport2019-03-121-1/+2
* memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-03-125-0/+21
* memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport2019-03-125-7/+7
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-107-20/+12
|\
| * dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig2019-02-206-19/+11
| * dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig2019-02-201-1/+1
* | Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-03-091-0/+1
|\ \
| * | media: sh: migor: Include missing dma-mapping headerJacopo Mondi2019-02-181-0/+1
| |/
* | sh: prefer memblock APIs returning virtual addressMike Rapoport2019-03-072-16/+7
* | configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin2019-03-0711-11/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-062-3/+3
|\ \
| * | sh: remove nargs from __SYSCALLFiroz Khan2019-03-052-3/+3
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-054-431/+65
|\ \ \ | |/ / |/| |
| * | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
| * | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+20
OpenPOWER on IntegriCloud