aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal1-1/+2
2017-07-02parisc: Report SIGSEGV instead of SIGBUS when running out of stackHelge Deller1-1/+1
2017-06-09parisc: Avoid zeroing gr[0] in fixup_exception()Helge Deller1-0/+1
2017-05-12parisc: Add Page Deallocation Table (PDT) supportHelge Deller1-0/+3
2017-05-10parisc: Drop per_cpu uaccess related exception_data structHelge Deller1-9/+0
2017-03-29parisc: Clean up fixup routines for get_user()/put_user()Helge Deller1-0/+17
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-25parisc: fix a printkDan Carpenter1-2/+2
2017-02-22arch, mm: remove arch specific show_memMichal Hocko1-49/+0
2017-02-21Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott1-1/+1
2017-01-02parisc: Add line-break when printing segfault infoHelge Deller1-1/+1
2016-10-11parisc: Show trap name in kernel crashHelge Deller1-6/+11
2016-10-11parisc: Zero-initialize newly alloced memblockHelge Deller1-0/+2
2016-10-08parisc: Migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-10-07parisc: Drop bootmem and switch to memblockHelge Deller1-64/+62
2016-09-24parisc: Report trap type as human readable stringHelge Deller1-1/+47
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-04-08parisc: Unbreak handling exceptions from kernel modulesHelge Deller1-0/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-03-23parisc: Use generic extable search and sort routinesHelge Deller1-7/+2
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov1-1/+1
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani1-3/+3
2016-01-16parisc: Protect huge page pte changes with spinlocksHelge Deller1-12/+48
2015-11-22Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds3-23/+179
2015-11-22parisc: Map kernel text and data on huge pagesHelge Deller1-23/+17
2015-11-22parisc: Add Huge Page and HUGETLBFS supportHelge Deller2-0/+162
2015-11-08parisc: Fixes and cleanups in kernel uapi header filesHelge Deller1-0/+16
2015-09-08parisc: Additionally check for in_atomic() in page fault handlerHelge Deller1-1/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-2/+2
2015-04-14parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov1-1/+1
2015-02-16parisc: hpux - Remove hpux gateway pageHelge Deller1-72/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-07-24parisc: Eliminate memset after alloc_bootmem_pagesHIMANGI SARAOGI1-1/+0
2014-05-20Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-14/+30
2014-05-15parisc: ratelimit userspace segfault printingHelge Deller1-14/+30
2014-04-03parisc: Replace __get_cpu_var uses for address calculationChristoph Lameter1-1/+1
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman1-42/+17
2013-11-30parisc: fix kernel memory layout in vmlinux.ld.SHelge Deller1-3/+16
2013-11-19parisc: improve SIGBUS/SIGSEGV error reportingHelge Deller1-2/+20
2013-11-07parisc: signal fixup - SIGBUS vs. SIGSEGVHelge Deller1-4/+14
2013-11-07parisc: provide macro to create exception table entriesHelge Deller1-0/+6
2013-10-13parisc: optimize variable initialization in do_page_faultJohn David Anglin1-5/+10
2013-09-30arch/parisc/mm/fault.c: fix uninitialized variable usageFelipe Pena1-2/+3
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+5
2013-07-03mm/PARISC: prepare for killing free_all_bootmem_node()Jiang Liu1-11/+1
2013-07-03mm/PARISC: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-44/+3
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-2/+2