summaryrefslogtreecommitdiffstats
path: root/arch/parisc/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* parisc: Fix kernel panic in mem_init()Helge Deller2020-05-291-1/+1
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-3/+1
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* parisc: map_pages(): cleanup page table initializationMike Rapoport2020-01-271-38/+12
* parisc: fix map_pages() to actually populate upper directoryMike Rapoport2020-01-141-1/+1
* parisc/hugetlb: use pgtable-nopXd instead of 4level-fixupHelge Deller2019-12-041-6/+12
* parisc: use pgtable-nopXd instead of 4level-fixupMike Rapoport2019-12-041-3/+7
* parisc: remove __ioremapChristoph Hellwig2019-11-111-6/+4
* parisc: Fix vmap memory leak in ioremap()/iounmap()Helge Deller2019-10-141-5/+7
* parisc: Mark expected switch fall-throughs in fault.cHelge Deller2019-07-311-0/+1
* Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-091-2/+5
|\
| * parisc: add dynamic ftraceSven Schnelle2019-06-081-2/+2
| * parisc: add WARN_ON() to clear_fixmapSven Schnelle2019-06-081-0/+3
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+2
|\ \ | |/ |/|
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| * signal: Remove task parameter from force_sig_mceerrEric W. Biederman2019-05-271-1/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge branch 'parisc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-141-36/+39
|\
| * parisc: Use __ro_after_init in init.cHelge Deller2019-05-101-4/+4
| * parisc: Enable the ro_after_init featureHelge Deller2019-05-101-32/+35
* | initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0
|/
* parisc: Update huge TLB page support to use per-pagetable spinlockJohn David Anglin2019-05-031-9/+10
* parisc: Allow live-patching of __meminit functionsHelge Deller2019-05-031-1/+1
* parisc: Switch from DISCONTIGMEM to SPARSEMEMHelge Deller2019-05-031-55/+47