summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-171-2/+0
|\
| * kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-141-1/+1
|\ \ | |/ |/|
| * y2038: fix socket.h header inclusionArnd Bergmann2019-03-111-1/+1
* | sparc: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-125-0/+39
* | arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport2019-03-121-2/+0
* | arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport2019-03-123-7/+7
* | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-104-52/+31
|\ \
| * | sparc64/pci_sun4v: allow large DMA masksChristoph Hellwig2019-02-201-14/+5
| * | sparc64/iommu: allow large DMA masksChristoph Hellwig2019-02-201-4/+2
| * | sparc64: refactor the ali DMA quirkChristoph Hellwig2019-02-204-37/+27
* | | arch: simplify several early memory allocationsMike Rapoport2019-03-072-11/+5
* | | configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin2019-03-072-2/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-065-7/+11
|\ \ \
| * | | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-055-7/+11
| | |/ | |/|
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-054-38/+153
|\ \ \ | |/ / |/| |
| * | 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
| * | y2038: rename old time and utime syscallsArnd Bergmann2019-02-072-9/+13
| * | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-22/+42
| * | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-26/+26
| * | timex: use __kernel_timex internallyDeepa Dinamani2019-02-071-2/+2
| * | sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann2019-02-072-3/+62
| * | arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-252-5/+4
| * | arch: add split IPC system calls where neededArnd Bergmann2019-01-251-0/+12
| * | sparc64: fix sparc_ipc type conversionArnd Bergmann2019-01-251-1/+1
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-051-2/+2
|\ \
| * | crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-2/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-052-10/+51
|\ \
| * | socket: fix for Add SO_TIMESTAMP[NS]_NEWStephen Rothwell2019-02-031-1/+1
| * | sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani2019-02-031-2/+9
| * | socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani2019-02-031-2/+5
| * | socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2019-02-031-2/+3
| * | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-031-2/+12
| * | arch: sparc: Override struct __kernel_old_timevalDeepa Dinamani2019-02-031-0/+10
| * | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-031-8/+16
| * | net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-171-0/+2
| |/
* / get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-042-2/+0
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-2/+0
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-062-5/+1
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-052-0/+2
|\
| * vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-202-0/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-054-13/+8
|\ \
| * | mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-044-13/+8
* | | Fix access_ok() fallout for sparc32 and powerpcLinus Torvalds2019-01-041-2/+1
* | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-035-8/+7
|/ /
* | Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-013-3/+3
|\ \
| * | kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-302-2/+2
| * | kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1