summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-08x86, trace: Register exception handler to trace IDTSeiji Aguchi1-0/+10
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...Linus Torvalds1-1/+1
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus 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 ...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/kerne...Linus 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/kerne...Linus 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/kerne...Linus 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/...Linus 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/kern...Linus 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/l...Linus Torvalds1-4/+15
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker1-34/+25