aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-03-10x86/mm: Fix pgd_lock deadlockAndrea Arcangeli1-4/+3
2011-03-10x86/mm: Handle mm_fault_error() in kernel spaceAndrey Vagin1-0/+7
2010-10-26x86: access_error API cleanupMichel Lespinasse1-3/+3
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse1-12/+26
2010-10-22Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen1-6/+13
2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-25/+18
2010-10-20x86, mm: Fix incorrect data type in vmalloc_sync_all()Borislav Petkov1-1/+1
2010-10-19x86, mm: Hold mm->page_table_lock while doing vmalloc_syncJeremy Fitzhardinge1-1/+10
2010-10-14x86: Barf when vmalloc and kmemcheck faults happen in NMIFrederic Weisbecker1-0/+4
2010-10-08x86: HWPOISON: Report correct address granuality for huge hwpoison faultsAndi Kleen1-6/+13
2010-08-26x86, mm: Make spurious_fault check explicitly check the PRESENT bitShaohua Li1-1/+7
2010-08-26x86, mm: Separate x86_64 vmalloc_sync_all() into separate functionsHaicheng Li1-23/+1
2010-08-13x86: don't send SIGBUS for kernel page faultsLinus Torvalds1-1/+3
2009-12-05Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-11-23x86: Suppress stack overrun message for init_taskJan Beulich1-1/+1
2009-10-17Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar1-4/+15
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-4/+15
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker1-34/+25
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-4/+4
2009-09-16HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2Andi Kleen1-4/+15
2009-09-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-30/+21
2009-08-30kprobes/x86: Fix to add __kprobes to in-kernel fault handing functionsMasami Hiramatsu1-5/+6
2009-07-11x86: Remove spurious printk level from segfault messageRoland Dreier1-1/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-4/+5
2009-06-29x86: Clean up dump_pagetable()Akinobu Mita1-30/+21
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-06-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2009-06-16x86: mm: Read cr2 before prefetching the mmap_lockIngo Molnar1-2/+2
2009-06-15x86: add hooks for kmemcheckVegard Nossum1-3/+15
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-45/+14
2009-06-11perf_counter: Standardize event namesPeter Zijlstra1-3/+3
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+2
2009-05-03x86, mm: fault.c, use printk_once() in is_errata93()Ingo Molnar1-6/+1
2009-04-08perf_counter: allow for data addresses to be recordedPeter Zijlstra1-3/+5
2009-04-06perf_counter: provide major/minor page fault software eventsPeter Zijlstra1-2/+5
2009-04-06perf_counter: provide pagefault software eventsPeter Zijlstra1-0/+3
2009-03-30x86/mm: further cleanups of fault.c's include file sectionIngo Molnar1-34/+10
2009-03-29x86/paravirt: remove lazy mode in interruptsJeremy Fitzhardinge1-4/+2