summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2020-06-04hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-8/+16
2020-06-04mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport1-9/+0
2020-06-04sparc32: simplify detection of memory zone boundariesMike Rapoport1-16/+5
2020-06-04mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-06-04mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-1/+0
2020-06-03Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2-144/+101
2020-06-03sparc32: mm: Only call ctor()/dtor() functions for first and last userWill Deacon1-3/+11
2020-06-03sparc32: mm: Don't try to free page-table pages if ctor() failsWill Deacon1-1/+0
2020-06-03sparc32: register memory occupied by kernel as memblock.memoryMike Rapoport1-0/+1
2020-06-03sparc: remove unused header file nfs_fs.hAnupam Aggarwal1-1/+0
2020-06-03Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-52/+57
2020-06-02Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2020-06-02Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+12
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-4/+0
2020-05-29sparc: switch to providing csum_and_copy_from_user()Al Viro3-2/+9
2020-05-25Merge 5.7-rc7 into tty-nextGreg Kroah-Hartman1-3/+3
2020-05-23sparc32: fix page table traversal in srmmu_nocache_init()Mike Rapoport1-2/+2
2020-05-23sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init()Mike Rapoport1-1/+1
2020-05-20sparc32: fix register window handling in genregs32_[gs]et()Al Viro1-130/+98
2020-05-17sparc64: fix misuses of access_process_vm() in genregs32_[sg]et()Al Viro1-14/+3
2020-05-15sparc64: constify sysrq_key_opEmil Velikov1-2/+2
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-0/+1
2020-05-14sparc: use scnprintf() in show_pciobppath_attr() in vio.cChen Zhou1-1/+1
2020-05-14sparc: use scnprintf() in show_pciobppath_attr() in pci.cChen Zhou1-1/+1
2020-05-14sparc32: mm: Reduce allocation size for PMD and PTE tablesWill Deacon1-2/+2
2020-05-14sparc32: mm: Change pgtable_t type to pte_t * instead of struct page *Will Deacon4-24/+24
2020-05-14sparc32: mm: Restructure sparc32 MMU page-table layoutWill Deacon9-103/+58
2020-05-14sparc32: mm: Fix argument checking in __srmmu_get_nocache()Will Deacon1-6/+6
2020-05-12floppy: use symbolic register names in the sparc64 portWilly Tarreau1-27/+32
2020-05-12floppy: use symbolic register names in the sparc32 portWilly Tarreau1-23/+23
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau2-4/+4
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers4-4/+0
2020-05-08sparc64: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-5/+5
2020-05-07sparc: mm: return true,false in kern_addr_valid()Jason Yan1-5/+5
2020-04-22get rid of csum_partial_copy_to_user()Al Viro1-4/+3
2020-04-11mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual1-7/+0
2020-04-11mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2-6/+0
2020-04-11mm: bring sparc pte_index() semantics inline with other platformsArjun Roy1-5/+5
2020-04-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+1
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-34/+16
2020-04-07sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada1-4/+0
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek1-1/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-0/+4
2020-04-03sparc32: use per-device dma_opsChristoph Hellwig7-34/+16
2020-04-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2-2/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu2-2/+2
2020-04-02mm: introduce fault_signal_pending()Peter Xu2-2/+2
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-14/+0
2020-04-01Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds3-9/+4