summaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-091-1/+0
|\
| * arch: turn off -Werror for architectures with known warningsArnd Bergmann2023-12-101-1/+0
* | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-2/+2
|/
* mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-291-1/+7
* sparc64: add missing initialization of folio in tlb_batch_add()Mike Rapoport (IBM)2023-09-051-0/+1
* Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds2023-08-302-3/+5
|\
| * sparc: Explicitly include correct DT includesRob Herring2023-08-282-3/+5
* | sparc64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-242-34/+49
* | sparc32: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-2/+11
* | sparc: convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalentsVishal Moola (Oracle)2023-08-211-2/+3
* | sparc64: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-211-8/+9
* | sparc: add pte_free_defer() for pte_t *pgtable_tHugh Dickins2023-08-181-0/+16
|/
* sparc32: fix lock_mm_and_find_vma() conversionLinus Torvalds2023-06-291-1/+1
* Merge branch 'expand-stack'Linus Torvalds2023-06-282-27/+13
|\
| * mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-3/+5
| * mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-241-24/+8
* | sparc: iounit and iommu use pte_offset_kernel()Hugh Dickins2023-06-192-2/+2
* | sparc: allow pte_offset_map() to failHugh Dickins2023-06-192-0/+5
* | sparc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins2023-06-191-2/+2
|/
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-2/+2
* sparc/mm: fix MAX_ORDER usage in tsb_grow()Kirill A. Shutemov2023-04-051-2/+2
* sparc: fix livelock in uaccessAl Viro2023-03-022-2/+10
* mm: remove kern_addr_valid() completelyKefeng Wang2022-11-082-3/+1
* sparc: Unbreak the buildBart Van Assche2022-09-291-16/+13
* sparc/mm: move protection_map[] inside the platformAnshuman Khandual2022-07-172-0/+23
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-162-0/+9
* sparc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-04-281-0/+12
* Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-3/+4
|\
| * sparc64: remove CONFIG_SET_FS supportArnd Bergmann2022-02-251-3/+4
* | mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual2022-03-221-0/+1
|/
* mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-152-18/+14
* signal/sparc: In setup_tsb_params convert open coded BUG into BUGEric W. Biederman2021-10-251-1/+1
* signal/sparc32: Remove unreachable do_exit in do_sparc_faultEric W. Biederman2021-10-201-1/+0
* Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-021-1/+1
|\
| * sparc/iommu: return error codes from .map_sg() opsMartin Oliveira2021-08-091-1/+1
* | signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman2021-07-232-2/+2
|/
* mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy2021-06-301-4/+2
* mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song2021-06-301-0/+1
* mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-6/+6
* hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2021-05-051-1/+1
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-302-3/+0
* mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)2021-04-301-0/+1
* Merge branch 'work.sparc32' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2021-02-264-180/+11
|\
| * Merge remote-tracking branch 'sparc/master' into work.sparc32Al Viro2021-01-031-9/+9
| |\
| * | sparc32: switch to generic extablesAl Viro2021-01-033-123/+12
| * | sparc32: kill lookup_fault()Al Viro2021-01-032-58/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2021-02-232-10/+13
|\ \ \ | |/ / |/| |
| * | sparc32: Fix comparing pointer to 0 coccicheck warningKaixu Xia2021-02-181-1/+1
| * | sparc: Fix handling of page table constructor failureMatthew Wilcox (Oracle)2021-02-181-1/+1
| * | sparc32: Limit memblock allocation to low memoryAndreas Larsson2021-02-181-0/+3
| |/