aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c
Commit message (Expand)AuthorAge
* x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio2013-04-10
* Revert "x86, mm: Make spurious_fault check explicitly check explicitly check ...Andrea Arcangeli2013-02-24
* x86: Do not leak kernel page mapping locationsKees Cook2013-02-07
* mm, oom: remove statically defined arch functions of same nameDavid Rientjes2012-12-12
* context_tracking: New context tracking susbsystemFrederic Weisbecker2012-11-30
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-09
* Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-01
|\
| * x86, smap: A page fault due to SMAP is an oopsH. Peter Anvin2012-09-21
* | x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker2012-09-26
|/
* userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-03
* x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-13
* bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava2012-01-26
* x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski2011-12-05
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-28
|\
| * x86, vsyscall: Add missing <asm/fixmap.h> to arch/x86/mm/fault.cH. Peter Anvin2011-08-16
* | x86-64: Don't apply destructive erratum workaround on unaffected CPUsJan Beulich2011-09-28
* | x86: fix mm/fault.c buildRandy Dunlap2011-08-15
|/
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-12
|\
| * x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski2011-08-10
| * x86-64: Add user_64bit_mode paravirt opAndy Lutomirski2011-08-04
* | perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-01
|/
* x86: Move do_page_fault()'s error path under unlikely()KOSAKI Motohiro2011-05-26
* x86,mm: make pagefault killableKOSAKI Motohiro2011-05-25
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-20
* x86/mm: Fix pgd_lock deadlockAndrea Arcangeli2011-03-10
* x86/mm: Handle mm_fault_error() in kernel spaceAndrey Vagin2011-03-10
* x86: access_error API cleanupMichel Lespinasse2010-10-26
* mm: retry page fault when blocking on disk transferMichel Lespinasse2010-10-26
* Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen2010-10-22
|\
| * x86: HWPOISON: Report correct address granuality for huge hwpoison faultsAndi Kleen2010-10-08
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-10-21
|\ \
| * | x86, mm: Fix incorrect data type in vmalloc_sync_all()Borislav Petkov2010-10-20
| * | x86, mm: Hold mm->page_table_lock while doing vmalloc_syncJeremy Fitzhardinge2010-10-19
| * | x86, mm: Make spurious_fault check explicitly check the PRESENT bitShaohua Li2010-08-26
| * | x86, mm: Separate x86_64 vmalloc_sync_all() into separate functionsHaicheng Li2010-08-26
| |/
* / x86: Barf when vmalloc and kmemcheck faults happen in NMIFrederic Weisbecker2010-10-14
|/
* x86: don't send SIGBUS for kernel page faultsLinus Torvalds2010-08-13
* Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-05
|\
| * x86: Suppress stack overrun message for init_taskJan Beulich2009-11-23
* | Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar2009-10-17
|\|
| * Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-24
| |\
| | * HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2Andi Kleen2009-09-16
* | | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-23
|\| |
| * | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-21
| |/
| * Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-14
| |\
| | * x86: Clean up dump_pagetable()Akinobu Mita2009-06-29
* | | kprobes/x86: Fix to add __kprobes to in-kernel fault handing functionsMasami Hiramatsu2009-08-29
|/ /
* | x86: Remove spurious printk level from segfault messageRoland Dreier2009-07-11
* | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-08
|/
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-21