summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* x86: mm: fix VM_FAULT_RETRY handlingLinus Torvalds2014-12-171-1/+1
* x86: mm: consolidate VM_FAULT_RETRY handlingLinus Torvalds2014-12-151-28/+30
* x86: mm: move mmap_sem unlock from mm_fault_error() to callerLinus Torvalds2014-12-151-7/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-141-1/+1
|\
| * x86/mm/hotplug: Modify PGD entry when removing memoryYasuaki Ishimatsu2014-09-161-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-4/+1
|\ \
| * | sched: Add helper for task stack page overrun checkingAaron Tomlin2014-09-191-3/+1
| * | init/main.c: Give init_task a canaryAaron Tomlin2014-09-191-2/+1
| |/
* | x86: skip check for spurious faults for non-present faultsDavid Vrabel2014-09-231-2/+20
|/
* mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella2014-08-061-1/+2
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-041-0/+6
|\
| * x86/smep: Be more informative when signalling an SMEP faultJiri Kosina2014-06-111-0/+6
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-11/+18
|\ \ | |/ |/|
| * kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-241-11/+18
* | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski2014-05-051-2/+3
|/
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-03-311-1/+6
|\
| * Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming2014-03-051-1/+6
| |\
| | * x86/mm/pageattr: Always dump the right page table in an oopsMatt Fleming2014-03-041-1/+6
* | | x86, trace: Further robustify CR2 handling vs tracingPeter Zijlstra2014-03-061-10/+23
|/ /
* | x86, trace: Fix CR2 corruption when tracing page faultsJiri Olsa2014-03-041-7/+13
|/
* x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is offH. Peter Anvin2014-02-131-5/+9
* x86, mm, perf: Allow recursive faults from interruptsPeter Zijlstra2014-01-161-0/+18
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-141-1/+1
|\
| * x86/dumpstack: Fix printk_address for direct addressesJiri Slaby2013-11-121-1/+1
* | Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-11-141-0/+23
|\ \ | |/ |/|
| * x86, trace: Change user|kernel_page_fault to page_fault_user|kernelH. Peter Anvin2013-11-111-2/+2
| * x86, trace: Add page fault tracepointsSeiji Aguchi2013-11-081-0/+13
| * x86, trace: Register exception handler to trace IDTSeiji Aguchi2013-11-081-0/+10
* | perf/x86: Further optimize copy_from_user_nmi()Peter Zijlstra2013-10-291-20/+21
|/
* x86: finish user fault error path with fatal signalJohannes Weiner2013-09-121-18/+17
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-3/+5
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-301-1/+1
|\
| * x86, cpu: Convert F00F bug detectionBorislav Petkov2013-04-021-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-301-3/+5
|\ \
| * | context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker2013-03-071-2/+4
| * | context_tracking: Move exception handling to generic codeFrederic Weisbecker2013-03-071-1/+1
| |/
* | x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio2013-04-101-2/+4
|/
* Revert "x86, mm: Make spurious_fault check explicitly check explicitly check ...Andrea Arcangeli2013-02-241-7/+1
* x86: Do not leak kernel page mapping locationsKees Cook2013-02-071-3/+5
* mm, oom: remove statically defined arch functions of same nameDavid Rientjes2012-12-121-15/+8
* context_tracking: New context tracking susbsystemFrederic Weisbecker2012-11-301-1/+1
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-011-0/+18
|\
| * x86, smap: A page fault due to SMAP is an oopsH. Peter Anvin2012-09-211-0/+18
* | x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker2012-09-261-2/+11
|/
* userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-031-1/+1
* x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-131-5/+5
* bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava2012-01-261-2/+2
* x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski2011-12-051-6/+16
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-281-1/+1
|\
OpenPOWER on IntegriCloud