summaryrefslogtreecommitdiff
path: root/arch/parisc/mm/fault.c
AgeCommit message (Expand)Author
2021-10-30parisc: make parisc_acctyp() available outside of faults.cHelge Deller
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12mm/parisc: use general page fault accountingPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2020-04-02mm: introduce fault_signal_pending()Peter Xu
2019-07-31parisc: Mark expected switch fall-throughs in fault.cHelge Deller
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-27signal: Remove task parameter from force_sig_mceerrEric W. Biederman
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-04-25signal/parisc: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal/parisc: Use force_sig_mceerr where appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2017-09-22parisc: Add HWPOISON page fault handler codeHelge Deller
2017-07-02parisc: Report SIGSEGV instead of SIGBUS when running out of stackHelge Deller
2017-06-09parisc: Avoid zeroing gr[0] in fixup_exception()Helge Deller
2017-05-10parisc: Drop per_cpu uaccess related exception_data structHelge Deller
2017-03-29parisc: Clean up fixup routines for get_user()/put_user()Helge Deller
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-25parisc: fix a printkDan Carpenter
2017-01-02parisc: Add line-break when printing segfault infoHelge Deller
2016-10-11parisc: Show trap name in kernel crashHelge Deller
2016-10-08parisc: Migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-09-24parisc: Report trap type as human readable stringHelge Deller
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-04-08parisc: Unbreak handling exceptions from kernel modulesHelge Deller
2016-03-23parisc: Use generic extable search and sort routinesHelge Deller
2015-09-08parisc: Additionally check for in_atomic() in page fault handlerHelge Deller
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-05-20Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-05-15parisc: ratelimit userspace segfault printingHelge Deller
2014-04-03parisc: Replace __get_cpu_var uses for address calculationChristoph Lameter
2013-11-19parisc: improve SIGBUS/SIGSEGV error reportingHelge Deller
2013-11-07parisc: signal fixup - SIGBUS vs. SIGSEGVHelge Deller
2013-11-07parisc: provide macro to create exception table entriesHelge Deller
2013-10-13parisc: optimize variable initialization in do_page_faultJohn David Anglin
2013-09-30arch/parisc/mm/fault.c: fix uninitialized variable usageFelipe Pena
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-02-20parisc/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul
2010-05-30parisc: invoke oom-killer from page faultNick Piggin
2009-07-03parisc: remove CVS keywordsAlexander Beregalov
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds
2009-01-05parisc: fix kernel crash (protection id trap) when compiling ruby1.9Kyle McMartin
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt