summaryrefslogtreecommitdiffstats
path: root/arch/parisc/mm
AgeCommit message (Expand)AuthorLines
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)-2/+0
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)-9/+0
2026-01-26parisc: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)-2/+6
2025-07-25parisc: Try to fixup kernel exception in bad_area_nosemaphore path of do_page...John David Anglin-0/+4
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)-2/+0
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)-1/+0
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)-1/+0
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts-2/+2
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts-1/+1
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang-15/+5
2024-11-06mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador-21/+0
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown-1/+1
2024-09-03parisc: Delay write-protection until mark_rodata_ro() callHelge Deller-5/+11
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-11/+0
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)-1/+22
2024-04-25mm/treewide: remove pXd_huge()Peter Xu-11/+0
2024-01-30parisc: Fix random data corruption from exception handlerHelge Deller-3/+8
2023-12-20shm: Slim down dependenciesKent Overstreet-0/+1
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts-1/+1
2023-09-07parisc: BTLB: Initialize BTLB tables at CPU startupHelge Deller-0/+72
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-57/+4
2023-08-18parisc: mm: convert to GENERIC_IOREMAPBaoquan He-58/+4
2023-08-10parisc: dma: Add prototype for pcxl_dma_startHelge Deller-4/+0
2023-08-10parisc: ioremap: Fix sparse warningsHelge Deller-5/+4
2023-08-10parisc: fault: Use C99 arrary initializersHelge Deller-25/+25
2023-08-03parisc/mm: preallocate fixmap page tables at initMike Rapoport (IBM)-3/+34
2023-06-30parisc: init: Drop unused variable end_paddrHelge Deller-2/+0
2023-06-29parisc: fix expand_stack() conversionLinus Torvalds-1/+1
2023-06-28Merge branch 'expand-stack'Linus Torvalds-12/+11
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds-12/+11
2023-06-19parisc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins-2/+2
2023-03-02parisc: fix livelock in uaccessAl Viro-1/+6
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+24
2022-08-01parisc: Drop zero variable initialisations in mm/init.cJason Wang-1/+1
2022-08-01parisc: Fix comment typo in fault.cJason Wang-1/+1
2022-07-17parisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-0/+20
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu-0/+4
2022-05-23parisc: Prevent ldil() to sign-extend into upper 32 bitsHelge Deller-0/+6
2022-05-17parisc: Disable debug code regarding cache flushes in handle_nadtlb_fault()John David Anglin-2/+4
2022-03-11parisc: Fix handling off probe non-access faultsJohn David Anglin-0/+89
2022-01-28parisc: Drop __init from map_pages declarationJohn David Anglin-5/+4
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-10/+8
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng-10/+8
2022-01-07parisc: Enhance page fault termination messageJohn David Anglin-4/+10
2022-01-07parisc: Don't call faulthandler_disabled() in do_page_fault()John David Anglin-3/+0
2022-01-07parisc: Switch user access functions to signal errors in r29 instead of r8Helge Deller-3/+3
2021-11-01parisc: Fix set_fixmap() on PA1.x CPUsHelge Deller-4/+1
2021-11-01parisc: Use swap() to swap values in setup_bootmem()Yihao Han-5/+1
2021-10-30parisc: fix warning in flush_tlb_allSven Schnelle-2/+2