summaryrefslogtreecommitdiffstats
path: root/arch/parisc/mm
Commit message (Expand)AuthorAgeFilesLines
* 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-091-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/+0Star
|/
* 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/+47Star
* 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/+19Star
* 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/+0Star
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* parisc: Fix A500 boot crashJohn David Anglin2018-10-281-6/+4Star
* parisc: Add alternative coding infrastructureHelge Deller2018-10-171-0/+15
* parisc: Fix map_pages() to not overwrite existing pte entriesHelge Deller2018-10-171-6/+2Star
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-1/+1
* parisc: merge pcx_dma_ops and pcxl_dma_opsChristoph Hellwig2018-08-131-8/+3Star
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-051-29/+25Star
|\
| * signal/parisc: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-15/+10Star
| * signal/parisc: Use force_sig_mceerr where appropriateEric W. Biederman2018-04-251-15/+15
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* | parisc: Fix section mismatchesHelge Deller2018-05-021-1/+1
|/
* parisc: Hide virtual kernel memory layoutHelge Deller2018-03-021-1/+6
* parisc: Show initial kernel memory layout unhashedHelge Deller2018-01-021-5/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* parisc: Add HWPOISON page fault handler codeHelge Deller2017-09-221-4/+29
* mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-071-1/+2
* parisc: Report SIGSEGV instead of SIGBUS when running out of stackHelge Deller2017-07-021-1/+1
* parisc: Avoid zeroing gr[0] in fixup_exception()Helge Deller2017-06-091-0/+1
* parisc: Add Page Deallocation Table (PDT) supportHelge Deller2017-05-121-0/+3
* parisc: Drop per_cpu uaccess related exception_data structHelge Deller2017-05-101-9/+0Star
* parisc: Clean up fixup routines for get_user()/put_user()Helge Deller2017-03-291-0/+17
* Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-041-2/+2
|\
| * parisc: fix a printkDan Carpenter2017-02-251-2/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
|/
* arch, mm: remove arch specific show_memMichal Hocko2017-02-231-49/+0Star
* Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-221-1/+1
|\
| * arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott2017-02-071-1/+1
* | parisc: Add line-break when printing segfault infoHelge Deller2017-01-021-1/+1
|/
* parisc: Show trap name in kernel crashHelge Deller2016-10-111-6/+11
* parisc: Zero-initialize newly alloced memblockHelge Deller2016-10-111-0/+2