summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-092-2/+2
|\
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-042-2/+2
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-8/+7
* | asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra2020-02-042-2/+2
* | mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra2020-02-042-1/+9
* | sparc: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+2
|/
* sparc64: fix adjtimex regressionArnd Bergmann2020-02-021-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2020-01-3011-66/+103
|\
| * y2038: sparc: remove use of struct timexArnd Bergmann2020-01-301-16/+17
| * sparc64: add support for folded p4d page tablesMike Rapoport2020-01-307-32/+84
| * sparc32: fix struct ipc64_perm type definitionArnd Bergmann2020-01-211-11/+11
| * sparc32, leon: Stop adding vendor and device id to prom ambapp path componentsAndreas Larsson2020-01-211-14/+4
| * sparc: Add .exit.data section.David S. Miller2020-01-121-2/+4
| * sparc: remove unneeded uapi/asm/statfs.hMasahiro Yamada2019-07-231-7/+0
* | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-0/+1
|\ \
| * | arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-0/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-291-17/+0
|\ \ \
| * | | compat: provide compat_ptr() on all architecturesArnd Bergmann2020-01-031-17/+0
| |/ /
* | | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-291-16/+17
|\ \ \
| * | | y2038: sparc: remove use of struct timexArnd Bergmann2019-12-181-16/+17
* | | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-0/+1
|\ \ \ \
| * | | | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-0/+1
| |/ / /
* | | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-292-8/+0
|\ \ \ \
| * | | | arch/sparc/setup: Drop dummy_con initializationArvind Sankar2020-01-142-8/+0
| | |/ / | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-283-9/+2
|\ \ \ \
| * | | | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-093-9/+2
| | |/ / | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-282-2/+2
|\ \ \ \
| * \ \ \ Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-2511-37/+91
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched/rt, sparc: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-082-2/+2
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-0/+4
|\ \ \ \ \
| * \ \ \ \ Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-101-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
|/ / / /
* / / / treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-4/+4
|/ / /
* | | sparc32: use pgtable-nopud instead of 4level-fixupMike Rapoport2019-12-047-33/+81
* | | arch: sembuf.h: make uapi asm/sembuf.h self-containedMasahiro Yamada2019-12-041-0/+2
* | | arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada2019-12-041-0/+2
* | | arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedMasahiro Yamada2019-12-041-0/+2
|/ /
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-1/+0
|\ \
| * | asm-generic: Make msi.h a mandatory include/asm headerMichal Simek2019-11-261-1/+0
* | | Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-12-011-0/+1
|\ \ \
| * | | sparc64: implement ioremap_ucTuowen Zhao2019-11-111-0/+1
* | | | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-015-38/+38
|\ \ \ \
| * | | | y2038: stat: avoid 'time_t' in 'struct stat'Arnd Bergmann2019-11-151-12/+12
| * | | | y2038: ipc: remove __kernel_time_t reference from headersArnd Bergmann2019-11-153-8/+8
| * | | | y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann2019-11-151-12/+12
| * | | | y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann2019-11-151-6/+6
| | |/ / | |/| |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-2/+2
|\ \ \ \
| * | | | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-2/+2
| |/ / /
* | | | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-281-0/+1
|\ \ \ \