summaryrefslogtreecommitdiffstats
path: root/arch/parisc/mm
Commit message (Expand)AuthorAgeFilesLines
* parisc: Fix random data corruption from exception handlerHelge Deller2024-01-301-3/+8
* shm: Slim down dependenciesKent Overstreet2023-12-201-0/+1
* mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-291-1/+1
* parisc: BTLB: Initialize BTLB tables at CPU startupHelge Deller2023-09-071-0/+72
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-57/+4
|\
| * parisc: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-181-58/+4
* | parisc: dma: Add prototype for pcxl_dma_startHelge Deller2023-08-101-4/+0
* | parisc: ioremap: Fix sparse warningsHelge Deller2023-08-101-5/+4
* | parisc: fault: Use C99 arrary initializersHelge Deller2023-08-101-25/+25
* | parisc/mm: preallocate fixmap page tables at initMike Rapoport (IBM)2023-08-032-3/+34
|/
* parisc: init: Drop unused variable end_paddrHelge Deller2023-06-301-2/+0
* parisc: fix expand_stack() conversionLinus Torvalds2023-06-291-1/+1
* Merge branch 'expand-stack'Linus Torvalds2023-06-281-12/+11
|\
| * mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-12/+11
* | parisc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins2023-06-191-2/+2
|/
* parisc: fix livelock in uaccessAl Viro2023-03-021-1/+6
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-0/+24
|\
| * parisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-0/+20
| * mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* | parisc: Drop zero variable initialisations in mm/init.cJason Wang2022-08-011-1/+1
* | parisc: Fix comment typo in fault.cJason Wang2022-08-011-1/+1
|/
* parisc: Prevent ldil() to sign-extend into upper 32 bitsHelge Deller2022-05-231-0/+6
* parisc: Disable debug code regarding cache flushes in handle_nadtlb_fault()John David Anglin2022-05-171-2/+4
* parisc: Fix handling off probe non-access faultsJohn David Anglin2022-03-111-0/+89
* parisc: Drop __init from map_pages declarationJohn David Anglin2022-01-281-5/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-10/+8
|\
| * mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-10/+8
* | parisc: Enhance page fault termination messageJohn David Anglin2022-01-071-4/+10
* | parisc: Don't call faulthandler_disabled() in do_page_fault()John David Anglin2022-01-071-3/+0
* | parisc: Switch user access functions to signal errors in r29 instead of r8Helge Deller2022-01-071-3/+3
|/
* parisc: Fix set_fixmap() on PA1.x CPUsHelge Deller2021-11-011-4/+1
* parisc: Use swap() to swap values in setup_bootmem()Yihao Han2021-11-011-5/+1
* parisc: fix warning in flush_tlb_allSven Schnelle2021-10-301-2/+2
* parisc: make parisc_acctyp() available outside of faults.cHelge Deller2021-10-301-1/+1
* parisc: Rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)2021-08-301-2/+2
* 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-301-2/+0
* parisc: Optimize per-pagetable spinlocksHelge Deller2021-02-122-18/+5
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-3/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* mm/parisc: use general page fault accountingPeter Xu2020-08-121-5/+3
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-5/+0
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-072-2/+1
* parisc: Convert to BIT_MASK() and BIT_WORD()Helge Deller2020-07-211-6/+6
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-5/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* parisc: simplify detection of memory zone boundariesMike Rapoport2020-06-031-19/+3