summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-014-4/+0
|\
| * crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-084-4/+0
* | sparc32: fix page table traversal in srmmu_nocache_init()Mike Rapoport2020-05-231-2/+2
* | sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init()Mike Rapoport2020-05-231-1/+1
|/
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-7/+0
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-102-6/+0
* mm: bring sparc pte_index() semantics inline with other platformsArjun Roy2020-04-101-5/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-072-5/+1
|\
| * sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada2020-04-071-4/+0
| * asm-generic: fix unistd_32.h generation formatMichal Simek2020-04-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2020-04-077-34/+16
|\ \ | |/ |/|
| * sparc32: use per-device dma_opsChristoph Hellwig2020-04-027-34/+16
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-034-0/+4
|\ \ | |/ |/|
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-254-0/+4
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-021-1/+0
|\ \
| * | scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabledDiego Elio Pettenò2020-02-241-1/+0
| |/
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-022-2/+0
* | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-022-2/+2
* | mm: introduce fault_signal_pending()Peter Xu2020-04-022-2/+2
* | asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-14/+0
* | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-03-313-9/+4
|\ \
| * | sparc: revive __HAVE_ARCH_STRLEN for 32bit sparcMasahiro Yamada2020-03-252-4/+4
| * | kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada2020-03-031-5/+0
| |/
* | Merge tag 'timers-nohz-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-0/+1
|\ \
| * | context-tracking: Introduce CONFIG_HAVE_TIF_NOHZFrederic Weisbecker2020-02-141-0/+1
| |/
* | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-301-2/+2
|\ \
| * | sparc: Replace cpu_up/down() with add/remove_cpu()Qais Yousef2020-03-251-2/+2
| |/
* | [parisc, s390, sparc64] no need for access_ok() in futex handlingAl Viro2020-03-271-2/+0
* | futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro2020-03-271-4/+2
|/
* 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
|\ \ \ \