summaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-30/+6
* ia64: fix livelock in uaccessAl Viro2023-03-021-1/+4
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-9/+7
|/
* ia64: drop marked broken DISCONTIGMEM and VIRTUAL_MEM_MAPSergei Trofimovich2021-04-301-15/+0
* mm/ia64: use general page fault accountingPeter Xu2020-08-121-5/+4
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse2020-06-091-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* ia64: add support for folded p4d page tablesMike Rapoport2020-06-041-1/+6
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-161-23/+1
* signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
* signal/ia64: Use force_sig_fault where appropriateEric W. Biederman2018-09-271-10/+2
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-1/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* ia64: ensure exception table search users include extable.hPaul Gortmaker2017-01-241-0/+1
* ia64: move ia64_done_with_exception out of asm/uaccess.hPaul Gortmaker2017-01-241-0/+1
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-2/+4
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* [IA64] Port OOM changes to ia64_do_page_faultKautuk Consul2012-06-141-12/+34
* Disintegrate asm/system.h for IA64David Howells2012-03-281-1/+0
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
* [IA64] invoke oom-killer from page faultnpiggin@suse.de2010-05-181-10/+3
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* [IA64] kprobes arch consolidation build fixHarvey Harrison2008-03-061-1/+1
* [IA64] honor notify_die() returning NOTIFY_STOPJan Beulich2008-02-051-3/+5
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* During VM oom condition, kill all threads in process groupWill Schmidt2007-10-161-1/+1
* [IA64] Failure to grow RBSAndrew Burgess2007-08-161-3/+11
* mm: fault feedback #2Nick Piggin2007-07-191-13/+13
* [IA64] optimize pagefaults a littleChristoph Hellwig2007-05-161-27/+14
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* move die notifier handling to common codeChristoph Hellwig2007-05-081-1/+1
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-1/+1
* [PATCH] make PROT_WRITE imply PROT_READJason Baron2006-09-291-2/+4
* [PATCH] Notify page fault call chain for ia64Anil S Keshavamurthy2006-06-261-1/+35
* [IA64] Prefetch mmap_sem in ia64_do_page_fault()Christoph Lameter2006-04-071-0/+3