summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
...
* | | hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-031-8/+16
* | | mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport2020-06-031-9/+0
* | | sparc32: simplify detection of memory zone boundariesMike Rapoport2020-06-031-16/+5
* | | mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
* | | mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-031-1/+0
* | | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-022-52/+57
|\ \ \
| * | | floppy: use symbolic register names in the sparc64 portWilly Tarreau2020-05-121-27/+32
| * | | floppy: use symbolic register names in the sparc32 portWilly Tarreau2020-05-121-23/+23
| * | | floppy: split the base port from the register in I/O accessesWilly Tarreau2020-05-122-4/+4
| |/ /
* | | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-011-0/+1
|\ \ \
| * | | vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-0/+1
| |/ /
* | | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-013-6/+12
|\ \ \
| * | | sparc: switch to providing csum_and_copy_from_user()Al Viro2020-05-293-2/+9
| * | | get rid of csum_partial_copy_to_user()Al Viro2020-04-221-4/+3
| |/ /
* | | 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