aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Merge tag 'pinctrl-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-1/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+3
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+2
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-5/+0
2019-05-07Merge tag 'spi-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Gravatar Linus Torvalds 1-3/+9
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 3-3/+14
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-7/+0
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-4/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-131/+10
2019-05-02Merge branch 'spi-5.2' into spi-nextGravatar Mark Brown 1-3/+9
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+4
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 1-0/+4
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockGravatar Jens Axboe 3-43/+16
2019-04-19net: socket: implement 64-bit timestampsGravatar Arnd Bergmann 1-2/+3
2019-04-15arch: add pidfd and io_uring syscalls everywhereGravatar Arnd Bergmann 1-0/+4
2019-04-14sh/stacktrace: Remove the pointless ULONG_MAX markerGravatar Thomas Gleixner 1-4/+0
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 3-43/+16
2019-04-08sh/mmiowb: Add unconditional mmiowb() to arch_spin_unlock()Gravatar Will Deacon 4-4/+14
2019-04-08arch: Use asm-generic header for asm/mmiowb.hGravatar Will Deacon 1-0/+1
2019-04-06block: remove CONFIG_LBDAFGravatar Christoph Hellwig 5-5/+0
2019-04-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2019-04-05sh: fix multiple function definition build errorsGravatar Randy Dunlap 1-2/+2
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsGravatar Steven Rostedt (VMware) 2-18/+7
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsGravatar Steven Rostedt (Red Hat) 2-23/+7
2019-04-04spi: sh-msiof: Convert to use GPIO descriptorsGravatar Geert Uytterhoeven 1-3/+9
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsGravatar Waiman Long 1-6/+0
2019-04-03locking/rwsem: Remove arch specific rwsem filesGravatar Waiman Long 1-1/+0
2019-04-03sh/tlb: Convert SH to generic mmu_gatherGravatar Peter Zijlstra 2-129/+10
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEGravatar Peter Zijlstra 1-3/+1
2019-04-02sh: sh7786: Add explicit I/O cast to sh7786_mm_sel()Gravatar Geert Uytterhoeven 1-1/+1
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedGravatar Masahiro Yamada 2-1/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentGravatar Dmitry V. Levin 2-2/+2
2019-03-17kbuild: force all architectures except um to include mandatory-yGravatar Masahiro Yamada 1-1/+0
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsGravatar Mike Rapoport 1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 2-0/+10
2019-03-12memblock: drop __memblock_alloc_base()Gravatar Mike Rapoport 1-1/+2
2019-03-12memblock: memblock_phys_alloc(): don't panicGravatar Mike Rapoport 5-0/+21
2019-03-12memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocGravatar Mike Rapoport 5-7/+7
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 7-20/+12
2019-03-09Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-0/+1
2019-03-07sh: prefer memblock APIs returning virtual addressGravatar Mike Rapoport 2-16/+7
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDGravatar Alexey Brodkin 11-11/+0
2019-03-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-3/+3
2019-03-05sh: remove nargs from __SYSCALLGravatar Firoz Khan 2-3/+3
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-431/+65
2019-03-04Merge tag 'regulator-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 1-2/+0
2019-03-04get rid of legacy 'get_ds()' functionGravatar Linus Torvalds 1-1/+0
2019-03-04Merge branch 'regulator-5.1' into regulator-nextGravatar Mark Brown 1-2/+0
2019-02-20dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagGravatar Christoph Hellwig 6-19/+11
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityGravatar Christoph Hellwig 1-1/+1