aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-26x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker1-2/+11
2012-09-21x86, smap: A page fault due to SMAP is an oopsH. Peter Anvin1-0/+18
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman1-1/+1
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju1-5/+5
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava1-2/+2
2011-12-05x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski1-6/+16
2011-10-28Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2011-09-28x86-64: Don't apply destructive erratum workaround on unaffected CPUsJan Beulich1-1/+7
2011-08-16x86, vsyscall: Add missing <asm/fixmap.h> to arch/x86/mm/fault.cH. Peter Anvin1-0/+1
2011-08-15x86: fix mm/fault.c buildRandy Dunlap1-0/+1
2011-08-12Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-tipLinus Torvalds1-1/+13
2011-08-10x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski1-0/+12
2011-08-04x86-64: Add user_64bit_mode paravirt opAndy Lutomirski1-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-3/+3
2011-05-26x86: Move do_page_fault()'s error path under unlikely()KOSAKI Motohiro1-15/+20
2011-05-25x86,mm: make pagefault killableKOSAKI Motohiro1-1/+11