summaryrefslogtreecommitdiff
path: root/arch/sparc/mm
AgeCommit message (Expand)Author
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-12-10arch: turn off -Werror for architectures with known warningsArnd Bergmann
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts
2023-09-05sparc64: add missing initialization of folio in tlb_batch_add()Mike Rapoport (IBM)
2023-08-30Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds
2023-08-28sparc: Explicitly include correct DT includesRob Herring
2023-08-24sparc64: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24sparc32: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-21sparc: convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalentsVishal Moola (Oracle)
2023-08-21sparc64: convert various functions to use ptdescsVishal Moola (Oracle)
2023-08-18sparc: add pte_free_defer() for pte_t *pgtable_tHugh Dickins
2023-06-29sparc32: fix lock_mm_and_find_vma() conversionLinus Torvalds
2023-06-28Merge branch 'expand-stack'Linus Torvalds
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds
2023-06-19sparc: iounit and iommu use pte_offset_kernel()Hugh Dickins
2023-06-19sparc: allow pte_offset_map() to failHugh Dickins
2023-06-19sparc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-04-05sparc/mm: fix MAX_ORDER usage in tsb_grow()Kirill A. Shutemov
2023-03-02sparc: fix livelock in uaccessAl Viro
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-09-29sparc: Unbreak the buildBart Van Assche
2022-07-17sparc/mm: move protection_map[] inside the platformAnshuman Khandual
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-04-28sparc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual
2022-02-25sparc64: remove CONFIG_SET_FS supportArnd Bergmann
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2021-10-25signal/sparc: In setup_tsb_params convert open coded BUG into BUGEric W. Biederman
2021-10-20signal/sparc32: Remove unreachable do_exit in do_sparc_faultEric W. Biederman
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-08-09sparc/iommu: return error codes from .map_sg() opsMartin Oliveira
2021-07-23signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy
2021-06-30mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)
2021-02-26Merge branch 'work.sparc32' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2021-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2021-02-18sparc32: Fix comparing pointer to 0 coccicheck warningKaixu Xia
2021-02-18sparc: Fix handling of page table constructor failureMatthew Wilcox (Oracle)
2021-02-18sparc32: Limit memblock allocation to low memoryAndreas Larsson
2021-01-03Merge remote-tracking branch 'sparc/master' into work.sparc32Al Viro
2021-01-03sparc32: switch to generic extablesAl Viro
2021-01-03sparc32: kill lookup_fault()Al Viro