summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-241-11/+18
* 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
|\
| * x86, vsyscall: Add missing <asm/fixmap.h> to arch/x86/mm/fault.cH. Peter Anvin2011-08-161-0/+1
* | x86-64: Don't apply destructive erratum workaround on unaffected CPUsJan Beulich2011-09-281-1/+7
* | x86: fix mm/fault.c buildRandy Dunlap2011-08-151-0/+1
|/
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-121-1/+13
|\
| * x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski2011-08-101-0/+12
| * x86-64: Add user_64bit_mode paravirt opAndy Lutomirski2011-08-041-1/+1
* | perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-3/+3
|/
* x86: Move do_page_fault()'s error path under unlikely()KOSAKI Motohiro2011-05-261-15/+20
* x86,mm: make pagefault killableKOSAKI Motohiro2011-05-251-1/+11
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
* x86/mm: Fix pgd_lock deadlockAndrea Arcangeli2011-03-101-4/+3
* x86/mm: Handle mm_fault_error() in kernel spaceAndrey Vagin2011-03-101-0/+7
* x86: access_error API cleanupMichel Lespinasse2010-10-261-3/+3
* mm: retry page fault when blocking on disk transferMichel Lespinasse2010-10-261-12/+26
OpenPOWER on IntegriCloud