aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-0/+24
2022-08-01parisc: Drop zero variable initialisations in mm/init.cJason Wang1-1/+1
2022-08-01parisc: Fix comment typo in fault.cJason Wang1-1/+1
2022-07-17parisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+20
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-05-23parisc: Prevent ldil() to sign-extend into upper 32 bitsHelge Deller1-0/+6
2022-05-17parisc: Disable debug code regarding cache flushes in handle_nadtlb_fault()John David Anglin1-2/+4
2022-03-11parisc: Fix handling off probe non-access faultsJohn David Anglin1-0/+89
2022-01-28parisc: Drop __init from map_pages declarationJohn David Anglin1-5/+4
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-10/+8
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-10/+8
2022-01-07parisc: Enhance page fault termination messageJohn David Anglin1-4/+10
2022-01-07parisc: Don't call faulthandler_disabled() in do_page_fault()John David Anglin1-3/+0
2022-01-07parisc: Switch user access functions to signal errors in r29 instead of r8Helge Deller1-3/+3
2021-11-01parisc: Fix set_fixmap() on PA1.x CPUsHelge Deller1-4/+1
2021-11-01parisc: Use swap() to swap values in setup_bootmem()Yihao Han1-5/+1
2021-10-30parisc: fix warning in flush_tlb_allSven Schnelle1-2/+2
2021-10-30parisc: make parisc_acctyp() available outside of faults.cHelge Deller1-1/+1
2021-08-30parisc: Rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)1-2/+2
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu1-1/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-2/+0
2021-02-12parisc: Optimize per-pagetable spinlocksHelge Deller2-18/+5
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-12mm/parisc: use general page fault accountingPeter Xu1-5/+3
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-5/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2-2/+1
2020-07-21parisc: Convert to BIT_MASK() and BIT_WORD()Helge Deller1-6/+6
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-5/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-03parisc: simplify detection of memory zone boundariesMike Rapoport1-19/+3
2020-05-29parisc: Fix kernel panic in mem_init()Helge Deller1-1/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-3/+1
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-1/+1
2020-01-27parisc: map_pages(): cleanup page table initializationMike Rapoport1-38/+12
2020-01-14parisc: fix map_pages() to actually populate upper directoryMike Rapoport1-1/+1
2019-12-04parisc/hugetlb: use pgtable-nopXd instead of 4level-fixupHelge Deller1-6/+12
2019-12-04parisc: use pgtable-nopXd instead of 4level-fixupMike Rapoport1-3/+7
2019-11-11parisc: remove __ioremapChristoph Hellwig1-6/+4
2019-10-14parisc: Fix vmap memory leak in ioremap()/iounmap()Helge Deller1-5/+7
2019-07-31parisc: Mark expected switch fall-throughs in fault.cHelge Deller1-0/+1
2019-07-09Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-2/+5
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2019-06-08parisc: add dynamic ftraceSven Schnelle1-2/+2
2019-06-08parisc: add WARN_ON() to clear_fixmapSven Schnelle1-0/+3
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1