summaryrefslogtreecommitdiffstats
path: root/arch/parisc/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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-061-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/+0
* 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-031-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-221-49/+0
* Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-211-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
* parisc: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-10-081-1/+1
* parisc: Drop bootmem and switch to memblockHelge Deller2016-10-071-64/+62
* parisc: Report trap type as human readable stringHelge Deller2016-09-241-1/+47
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* parisc: Unbreak handling exceptions from kernel modulesHelge Deller2016-04-081-0/+1
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* parisc: Use generic extable search and sort routinesHelge Deller2016-03-231-7/+2
* mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
* arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-3/+3
* parisc: Protect huge page pte changes with spinlocksHelge Deller2016-01-161-12/+48
* Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-223-23/+179
|\
| * parisc: Map kernel text and data on huge pagesHelge Deller2015-11-221-23/+17
| * parisc: Add Huge Page and HUGETLBFS supportHelge Deller2015-11-222-0/+162
* | parisc: Fixes and cleanups in kernel uapi header filesHelge Deller2015-11-081-0/+16
|/
* parisc: Additionally check for in_atomic() in page fault handlerHelge Deller2015-09-081-1/+1
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2