summaryrefslogtreecommitdiff
path: root/arch/parisc/mm
AgeCommit message (Expand)Author
2024-01-30parisc: Fix random data corruption from exception handlerHelge Deller
2023-12-20shm: Slim down dependenciesKent Overstreet
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts
2023-09-07parisc: BTLB: Initialize BTLB tables at CPU startupHelge Deller
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-18parisc: mm: convert to GENERIC_IOREMAPBaoquan He
2023-08-10parisc: dma: Add prototype for pcxl_dma_startHelge Deller
2023-08-10parisc: ioremap: Fix sparse warningsHelge Deller
2023-08-10parisc: fault: Use C99 arrary initializersHelge Deller
2023-08-03parisc/mm: preallocate fixmap page tables at initMike Rapoport (IBM)
2023-06-30parisc: init: Drop unused variable end_paddrHelge Deller
2023-06-29parisc: fix expand_stack() 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-19parisc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins
2023-03-02parisc: fix livelock in uaccessAl Viro
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-01parisc: Drop zero variable initialisations in mm/init.cJason Wang
2022-08-01parisc: Fix comment typo in fault.cJason Wang
2022-07-17parisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-05-23parisc: Prevent ldil() to sign-extend into upper 32 bitsHelge Deller
2022-05-17parisc: Disable debug code regarding cache flushes in handle_nadtlb_fault()John David Anglin
2022-03-11parisc: Fix handling off probe non-access faultsJohn David Anglin
2022-01-28parisc: Drop __init from map_pages declarationJohn David Anglin
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2022-01-07parisc: Enhance page fault termination messageJohn David Anglin
2022-01-07parisc: Don't call faulthandler_disabled() in do_page_fault()John David Anglin
2022-01-07parisc: Switch user access functions to signal errors in r29 instead of r8Helge Deller
2021-11-01parisc: Fix set_fixmap() on PA1.x CPUsHelge Deller
2021-11-01parisc: Use swap() to swap values in setup_bootmem()Yihao Han
2021-10-30parisc: fix warning in flush_tlb_allSven Schnelle
2021-10-30parisc: make parisc_acctyp() available outside of faults.cHelge Deller
2021-08-30parisc: Rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)
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-02-12parisc: Optimize per-pagetable spinlocksHelge Deller
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12mm/parisc: use general page fault accountingPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-07-21parisc: Convert to BIT_MASK() and BIT_WORD()Helge Deller
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-03parisc: simplify detection of memory zone boundariesMike Rapoport