summaryrefslogtreecommitdiffstats
path: root/arch/parisc/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* parisc: add set_fixmap()/clear_fixmap()Sven Schnelle2019-05-033-6/+51
* parisc: use memblock_alloc() instead of custom get_memblock()Mike Rapoport2019-02-221-33/+19
* parisc: Remap hugepage-aligned pages in set_kernel_text_rw()Helge Deller2019-01-051-2/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* parisc: Fix A500 boot crashJohn David Anglin2018-10-281-6/+4
* parisc: Add alternative coding infrastructureHelge Deller2018-10-171-0/+15
* parisc: Fix map_pages() to not overwrite existing pte entriesHelge Deller2018-10-171-6/+2
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* parisc: merge pcx_dma_ops and pcxl_dma_opsChristoph Hellwig2018-08-131-8/+3
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-29/+25
|\
| * signal/parisc: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-15/+10