aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-1/+0
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2-0/+10
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport1-1/+2
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport5-0/+21
2019-03-12memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport5-7/+7
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds7-20/+12
2019-03-09Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+1
2019-03-07sh: prefer memblock APIs returning virtual addressMike Rapoport2-16/+7
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin11-11/+0
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+3
2019-03-05sh: remove nargs from __SYSCALLFiroz Khan2-3/+3
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-431/+65
2019-03-04Merge tag 'regulator-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-2/+0
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-03-04Merge branch 'regulator-5.1' into regulator-nextMark Brown1-2/+0
2019-02-20dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig6-19/+11
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig1-1/+1
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov1-0/+1
2019-02-18media: sh: migor: Include missing dma-mapping headerJacopo Mondi1-0/+1
2019-02-13sh: fix build error for invisible CONFIG_BUILTIN_DTB_SOURCEMasahiro Yamada1-1/+1
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-0/+20
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann2-7/+7
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-21/+21
2019-02-06regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij1-2/+0
2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann1-0/+4
2019-01-25arch: add split IPC system calls where neededArnd Bergmann1-0/+11
2019-01-25sh: add statx system callArnd Bergmann1-0/+1
2019-01-25sh: remove duplicate unistd_32.h fileArnd Bergmann1-403/+0
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-20/+1
2019-01-06Fix 'acccess_ok()' on alpha and SHLinus Torvalds1-2/+5
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada1-18/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada1-1/+0
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada1-1/+1
2019-01-05Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-4/+2
2019-01-03sh: ftrace: Fix missing parenthesis in WARN_ON()Steven Rostedt (VMware)1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds8-24/+22
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-13/+1
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-8/+12
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-12/+0
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-36/+18
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds375-1674/+499
2018-12-28Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-7/+36
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+0