aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf1-2/+1
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-36/+13
2017-08-31x86/mm: Use pr_cont() in dump_pagetable()Jan Beulich1-11/+15
2017-08-29x86/tracing: Disentangle pagefault and resched IPI tracing keyThomas Gleixner1-1/+1
2017-08-29x86/traps: Simplify pagefault tracing logicThomas Gleixner1-36/+13
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski1-5/+5
2017-03-14x86/mm/vmalloc: Add 5-level paging supportKirill A. Shutemov1-3/+24
2017-03-14x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov1-6/+33
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2016-12-15x86/mm: Drop unused argument 'removed' from sync_global_pgds()Kirill A. Shutemov1-1/+1
2016-10-25x86/dumpstack: Remove kernel text addresses from stack dumpJosh Poimboeuf1-2/+1
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2016-10-03Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-09-27exceptions: detritus removalAl Viro1-1/+1
2016-09-20x86: Migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-09-09x86/pkeys: Add fault handling for PF_PK page fault bitDave Hansen1-0/+9
2016-09-08x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski1-0/+32
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-15x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar1-1/+1
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_structAndy Lutomirski1-1/+1
2016-07-15x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mmAndy Lutomirski1-1/+1
2016-05-20x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault codeAndy Lutomirski1-3/+8
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-22/+128
2016-03-08Merge branch 'linus' into ras/core, to pick up fixesIngo Molnar1-4/+11
2016-03-03x86/mm/pkeys: Fix access_error() denial of writes to write-only VMADave Hansen1-18/+0
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen1-0/+10
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen1-2/+6
2016-02-18x86/mm/pkeys: Optimize fault handling in access_error()Dave Hansen1-0/+15
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen1-1/+20
2016-02-18x86/mm/pkeys: Fill in pkey field in siginfoDave Hansen1-1/+63
2016-02-18x86/mm/pkeys: Pass VMA down in to fault signal generation codeDave Hansen1-22/+28
2016-02-18x86/mm/pkeys: Add new 'PF_PK' page fault error code bitDave Hansen1-0/+8
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsTony Luck1-1/+1
2016-02-18x86/mm: Fix vmalloc_fault() to handle large pages properlyToshi Kani1-4/+11
2015-07-31x86/vm86: Clean up vm86.h includesBrian Gerst1-0/+1
2015-07-31x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst1-2/+4
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-2/+3
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski1-3/+3
2015-03-23x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch()Andy Lutomirski1-1/+1
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski1-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-12-17x86: mm: fix VM_FAULT_RETRY handlingLinus Torvalds1-1/+1
2014-12-15x86: mm: consolidate VM_FAULT_RETRY handlingLinus Torvalds1-28/+30
2014-12-15x86: mm: move mmap_sem unlock from mm_fault_error() to callerLinus Torvalds1-7/+1
2014-10-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2014-09-23x86: skip check for spurious faults for non-present faultsDavid Vrabel1-2/+20
2014-09-19sched: Add helper for task stack page overrun checkingAaron Tomlin1-3/+1
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin1-2/+1