summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c
AgeCommit message (Expand)Author
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-12-17x86: mm: fix VM_FAULT_RETRY handlingLinus Torvalds
2014-12-15x86: mm: consolidate VM_FAULT_RETRY handlingLinus Torvalds
2014-12-15x86: mm: move mmap_sem unlock from mm_fault_error() to callerLinus Torvalds
2014-10-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-09-23x86: skip check for spurious faults for non-present faultsDavid Vrabel
2014-09-19sched: Add helper for task stack page overrun checkingAaron Tomlin
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin
2014-09-16x86/mm/hotplug: Modify PGD entry when removing memoryYasuaki Ishimatsu
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella
2014-08-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-11x86/smep: Be more informative when signalling an SMEP faultJiri Kosina
2014-05-05x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu
2014-03-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-06x86, trace: Further robustify CR2 handling vs tracingPeter Zijlstra
2014-03-05Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming
2014-03-04x86, trace: Fix CR2 corruption when tracing page faultsJiri Olsa
2014-03-04x86/mm/pageattr: Always dump the right page table in an oopsMatt Fleming
2014-02-13x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is offH. Peter Anvin
2014-01-16x86, mm, perf: Allow recursive faults from interruptsPeter Zijlstra
2013-11-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-14Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-11-12x86/dumpstack: Fix printk_address for direct addressesJiri Slaby
2013-11-11x86, trace: Change user|kernel_page_fault to page_fault_user|kernelH. Peter Anvin
2013-11-08x86, trace: Add page fault tracepointsSeiji Aguchi
2013-11-08x86, trace: Register exception handler to trace IDTSeiji Aguchi
2013-10-29perf/x86: Further optimize copy_from_user_nmi()Peter Zijlstra
2013-09-12x86: finish user fault error path with fatal signalJohannes Weiner
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-04-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-04-10x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio
2013-04-02x86, cpu: Convert F00F bug detectionBorislav Petkov
2013-03-07context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker
2013-03-07context_tracking: Move exception handling to generic codeFrederic Weisbecker
2013-02-24Revert "x86, mm: Make spurious_fault check explicitly check explicitly check ...Andrea Arcangeli
2013-02-07x86: Do not leak kernel page mapping locationsKees Cook
2012-12-12mm, oom: remove statically defined arch functions of same nameDavid Rientjes
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-09-26x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker
2012-09-21x86, smap: A page fault due to SMAP is an oopsH. Peter Anvin
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava