aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-16x86/mm/hotplug: Modify PGD entry when removing memoryYasuaki Ishimatsu1-1/+1
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella1-1/+2
2014-08-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+18
2014-06-11x86/smep: Be more informative when signalling an SMEP faultJiri Kosina1-0/+6
2014-05-05x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski1-2/+3
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu1-11/+18
2014-03-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2014-03-06x86, trace: Further robustify CR2 handling vs tracingPeter Zijlstra1-10/+23
2014-03-05Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming1-1/+6
2014-03-04x86, trace: Fix CR2 corruption when tracing page faultsJiri Olsa1-7/+13
2014-03-04x86/mm/pageattr: Always dump the right page table in an oopsMatt Fleming1-1/+6
2014-02-13x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is offH. Peter Anvin1-5/+9
2014-01-16x86, mm, perf: Allow recursive faults from interruptsPeter Zijlstra1-0/+18
2013-11-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-11-14Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+23
2013-11-12x86/dumpstack: Fix printk_address for direct addressesJiri Slaby1-1/+1
2013-11-11x86, trace: Change user|kernel_page_fault to page_fault_user|kernelH. Peter Anvin1-2/+2
2013-11-08x86, trace: Add page fault tracepointsSeiji Aguchi1-0/+13
2013-11-08x86, trace: Register exception handler to trace IDTSeiji Aguchi1-0/+10
2013-10-29perf/x86: Further optimize copy_from_user_nmi()Peter Zijlstra1-20/+21
2013-09-12x86: finish user fault error path with fatal signalJohannes Weiner1-18/+17
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-3/+5
2013-04-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+5
2013-04-10x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio1-2/+4
2013-04-02x86, cpu: Convert F00F bug detectionBorislav Petkov1-1/+1
2013-03-07context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker1-2/+4
2013-03-07context_tracking: Move exception handling to generic codeFrederic Weisbecker1-1/+1
2013-02-24Revert "x86, mm: Make spurious_fault check explicitly check explicitly check the PRESENT bit"Andrea Arcangeli1-7/+1
2013-02-07x86: Do not leak kernel page mapping locationsKees Cook1-3/+5
2012-12-12mm, oom: remove statically defined arch functions of same nameDavid Rientjes1-15/+8
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker1-1/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+18