summaryrefslogtreecommitdiff
path: root/arch/sparc/mm
AgeCommit message (Expand)AuthorFilesLines
2023-06-30sparc32: fix lock_mm_and_find_vma() conversionLinus Torvalds1-1/+1
2023-06-29Merge branch 'expand-stack'Linus Torvalds2-27/+13
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-3/+5
2023-06-25mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds1-24/+8
2023-06-20sparc: iounit and iommu use pte_offset_kernel()Hugh Dickins2-2/+2
2023-06-20sparc: allow pte_offset_map() to failHugh Dickins2-0/+5
2023-06-20sparc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-2/+2
2023-04-06sparc/mm: fix MAX_ORDER usage in tsb_grow()Kirill A. Shutemov1-2/+2
2023-03-02sparc: fix livelock in uaccessAl Viro2-2/+10
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang2-3/+1
2022-09-30sparc: Unbreak the buildBart Van Assche1-16/+13
2022-07-18sparc/mm: move protection_map[] inside the platformAnshuman Khandual2-0/+23
2022-06-17mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2-0/+9
2022-04-29sparc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+12
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+4
2022-03-23mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual1-0/+1
2022-02-25sparc64: remove CONFIG_SET_FS supportArnd Bergmann1-3/+4
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2-18/+14
2021-10-25signal/sparc: In setup_tsb_params convert open coded BUG into BUGEric W. Biederman1-1/+1
2021-10-20signal/sparc32: Remove unreachable do_exit in do_sparc_faultEric W. Biederman1-1/+0
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2021-08-09sparc/iommu: return error codes from .map_sg() opsMartin Oliveira1-1/+1
2021-07-23signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman2-2/+2
2021-07-01mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy1-4/+2
2021-07-01mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song1-0/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-6/+6
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu1-1/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang2-3/+0
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)1-0/+1
2021-02-27Merge branch 'work.sparc32' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-180/+11
2021-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-10/+13
2021-02-19sparc32: Fix comparing pointer to 0 coccicheck warningKaixu Xia1-1/+1
2021-02-19sparc: Fix handling of page table constructor failureMatthew Wilcox (Oracle)1-1/+1
2021-02-19sparc32: Limit memblock allocation to low memoryAndreas Larsson1-0/+3
2021-01-04Merge remote-tracking branch 'sparc/master' into work.sparc32Al Viro1-9/+9
2021-01-04sparc32: switch to generic extablesAl Viro3-123/+12
2021-01-04sparc32: kill lookup_fault()Al Viro2-58/+0
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-12-15sparc: fix handling of page table constructor failureMatthew Wilcox (Oracle)1-1/+1
2020-12-15Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-120/+0
2020-12-09sparc64/mm: Implement pXX_leaf_size() supportPeter Zijlstra1-6/+13
2020-11-07sparc/mm/highmem: Switch to generic kmap atomicThomas Gleixner3-120/+0
2020-10-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-2/+2
2020-10-14arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-8/+4
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2-2/+2
2020-08-20sparc32: propagate the calling conventions change down to __csum_partial_copy...Al Viro1-5/+1
2020-08-12mm/sparc64: use general page fault accountingPeter Xu1-10/+1
2020-08-12mm/sparc32: use general page fault accountingPeter Xu1-10/+1
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu2-3/+3