aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm/fault.c
AgeCommit message (Expand)Author
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava
2011-12-05x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski
2011-10-28Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-09-28x86-64: Don't apply destructive erratum workaround on unaffected CPUsJan Beulich
2011-08-16x86, vsyscall: Add missing <asm/fixmap.h> to arch/x86/mm/fault.cH. Peter Anvin
2011-08-15x86: fix mm/fault.c buildRandy Dunlap
2011-08-12Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-08-10x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski
2011-08-04x86-64: Add user_64bit_mode paravirt opAndy Lutomirski
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-05-26x86: Move do_page_fault()'s error path under unlikely()KOSAKI Motohiro
2011-05-25x86,mm: make pagefault killableKOSAKI Motohiro
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2011-03-10x86/mm: Fix pgd_lock deadlockAndrea Arcangeli
2011-03-10x86/mm: Handle mm_fault_error() in kernel spaceAndrey Vagin
2010-10-26x86: access_error API cleanupMichel Lespinasse
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse
2010-10-22Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen
2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-10-20x86, mm: Fix incorrect data type in vmalloc_sync_all()Borislav Petkov
2010-10-19x86, mm: Hold mm->page_table_lock while doing vmalloc_syncJeremy Fitzhardinge
2010-10-14x86: Barf when vmalloc and kmemcheck faults happen in NMIFrederic Weisbecker
2010-10-08x86: HWPOISON: Report correct address granuality for huge hwpoison faultsAndi Kleen
2010-08-26x86, mm: Make spurious_fault check explicitly check the PRESENT bitShaohua Li
2010-08-26x86, mm: Separate x86_64 vmalloc_sync_all() into separate functionsHaicheng Li
2010-08-13x86: don't send SIGBUS for kernel page faultsLinus Torvalds
2009-12-05Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-11-23x86: Suppress stack overrun message for init_taskJan Beulich
2009-10-17Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-16HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2Andi Kleen
2009-09-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-08-30kprobes/x86: Fix to add __kprobes to in-kernel fault handing functionsMasami Hiramatsu
2009-07-11x86: Remove spurious printk level from segfault messageRoland Dreier
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-06-29x86: Clean up dump_pagetable()Akinobu Mita
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds
2009-06-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-06-16x86: mm: Read cr2 before prefetching the mmap_lockIngo Molnar
2009-06-15x86: add hooks for kmemcheckVegard Nossum
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-06-11perf_counter: Standardize event namesPeter Zijlstra
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-05-03x86, mm: fault.c, use printk_once() in is_errata93()Ingo Molnar
2009-04-08perf_counter: allow for data addresses to be recordedPeter Zijlstra
2009-04-06perf_counter: provide major/minor page fault software eventsPeter Zijlstra