aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/mm
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+0
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERGravatar Kirill A. Shutemov 1-2/+2
2023-12-10arch: turn off -Werror for architectures with known warningsGravatar Arnd Bergmann 1-1/+0
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Gravatar Ryan Roberts 1-1/+7
2023-09-05sparc64: add missing initialization of folio in tlb_batch_add()Gravatar Mike Rapoport (IBM) 1-0/+1
2023-08-30Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 2-3/+5
2023-08-28sparc: Explicitly include correct DT includesGravatar Rob Herring 2-3/+5
2023-08-24sparc64: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 2-34/+49
2023-08-24sparc32: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 1-2/+11
2023-08-21sparc: convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalentsGravatar Vishal Moola (Oracle) 1-2/+3
2023-08-21sparc64: convert various functions to use ptdescsGravatar Vishal Moola (Oracle) 1-8/+9
2023-08-18sparc: add pte_free_defer() for pte_t *pgtable_tGravatar Hugh Dickins 1-0/+16
2023-06-29sparc32: fix lock_mm_and_find_vma() conversionGravatar Linus Torvalds 1-1/+1
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 2-27/+13
2023-06-27mm: always expand the stack with the mmap write lock heldGravatar Linus Torvalds 1-3/+5
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Gravatar Linus Torvalds 1-24/+8
2023-06-19sparc: iounit and iommu use pte_offset_kernel()Gravatar Hugh Dickins 2-2/+2
2023-06-19sparc: allow pte_offset_map() to failGravatar Hugh Dickins 2-0/+5
2023-06-19sparc/hugetlb: pte_alloc_huge() pte_offset_huge()Gravatar Hugh Dickins 1-2/+2
2023-04-05mm, treewide: redefine MAX_ORDER sanelyGravatar Kirill A. Shutemov 1-2/+2
2023-04-05sparc/mm: fix MAX_ORDER usage in tsb_grow()Gravatar Kirill A. Shutemov 1-2/+2
2023-03-02sparc: fix livelock in uaccessGravatar Al Viro 2-2/+10
2022-11-08mm: remove kern_addr_valid() completelyGravatar Kefeng Wang 2-3/+1
2022-09-29sparc: Unbreak the buildGravatar Bart Van Assche 1-16/+13
2022-07-17sparc/mm: move protection_map[] inside the platformGravatar Anshuman Khandual 2-0/+23
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesGravatar Peter Xu 2-0/+9
2022-04-28sparc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTGravatar Anshuman Khandual 1-0/+12
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+4
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Gravatar Anshuman Khandual 1-0/+1
2022-02-25sparc64: remove CONFIG_SET_FS supportGravatar Arnd Bergmann 1-3/+4
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitGravatar Qi Zheng 2-18/+14
2021-10-25signal/sparc: In setup_tsb_params convert open coded BUG into BUGGravatar Eric W. Biederman 1-1/+1
2021-10-20signal/sparc32: Remove unreachable do_exit in do_sparc_faultGravatar Eric W. Biederman 1-1/+0
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2021-08-09sparc/iommu: return error codes from .map_sg() opsGravatar Martin Oliveira 1-1/+1
2021-07-23signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPGravatar Eric W. Biederman 2-2/+2
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Gravatar Christophe Leroy 1-4/+2
2021-06-30mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cGravatar Muchun Song 1-0/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAGravatar Mike Rapoport 1-6/+6
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Gravatar Peter Xu 1-1/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Gravatar Kefeng Wang 2-3/+0
2021-04-30mm: move page_mapping_file to pagemap.hGravatar Matthew Wilcox (Oracle) 1-0/+1
2021-02-26Merge branch 'work.sparc32' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 4-180/+11
2021-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 2-10/+13
2021-02-18sparc32: Fix comparing pointer to 0 coccicheck warningGravatar Kaixu Xia 1-1/+1
2021-02-18sparc: Fix handling of page table constructor failureGravatar Matthew Wilcox (Oracle) 1-1/+1
2021-02-18sparc32: Limit memblock allocation to low memoryGravatar Andreas Larsson 1-0/+3
2021-01-03Merge remote-tracking branch 'sparc/master' into work.sparc32Gravatar Al Viro 1-9/+9
2021-01-03sparc32: switch to generic extablesGravatar Al Viro 3-123/+12
2021-01-03sparc32: kill lookup_fault()Gravatar Al Viro 2-58/+0