aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual1-23/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2018-09-27signal/ia64: Use force_sig_fault where appropriateEric W. Biederman1-10/+2
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-24ia64: ensure exception table search users include extable.hPaul Gortmaker1-0/+1
2017-01-24ia64: move ia64_done_with_exception out of asm/uaccess.hPaul Gortmaker1-0/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-2/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+4
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-06-14[IA64] Port OOM changes to ia64_do_page_faultKautuk Consul1-12/+34
2012-03-28Disintegrate asm/system.h for IA64David Howells1-1/+0
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2010-05-18[IA64] invoke oom-killer from page faultnpiggin@suse.de1-10/+3
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2008-03-06[IA64] kprobes arch consolidation build fixHarvey Harrison1-1/+1
2008-02-05[IA64] honor notify_die() returning NOTIFY_STOPJan Beulich1-3/+5
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt1-1/+1
2007-08-16[IA64] Failure to grow RBSAndrew Burgess1-3/+11
2007-07-19mm: fault feedback #2Nick Piggin1-13/+13
2007-05-16[IA64] optimize pagefaults a littleChristoph Hellwig1-27/+14
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08move die notifier handling to common codeChristoph Hellwig1-1/+1
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-29[PATCH] make PROT_WRITE imply PROT_READJason Baron1-2/+4
2006-06-26[PATCH] Notify page fault call chain for ia64Anil S Keshavamurthy1-1/+35
2006-04-07[IA64] Prefetch mmap_sem in ia64_do_page_fault()Christoph Lameter1-0/+3
2005-10-29[PATCH] mm: ia64 use expand_upwardsHugh Dickins1-27/+7
2005-10-29[PATCH] mm: vm_stat_account unshackledHugh Dickins1-1/+1
2005-09-08[IA64] Manual merge fix for 3 filesTony Luck1-1/+2
2005-09-07[PATCH] Kprobes: prevent possible race conditions ia64 changesPrasanna S Panchamukhi1-1/+2
2005-09-06[IA64] page_not_present fault in region 5 is normalKiyoshi Ueda1-3/+3
2005-06-23[PATCH] Kprobes/IA64: kdebug die notification mechanismAnil S Keshavamurthy1-0/+8
2005-04-25[IA64] Need to handle lfetch in "no_context" case.Tony Luck1-3/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+261