summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-4/+15
|\
| * HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2Andi Kleen2009-09-161-4/+15
* | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-4/+4
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-141-30/+21
|\
| * x86: Clean up dump_pagetable()Akinobu Mita2009-06-291-30/+21
* | x86: Remove spurious printk level from segfault messageRoland Dreier2009-07-111-1/+1
* | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-4/+5
|/
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-201-2/+1
|\
| * x86: mm: Read cr2 before prefetching the mmap_lockIngo Molnar2009-06-161-2/+2
* | x86: add hooks for kmemcheckVegard Nossum2009-06-151-3/+15
|/
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-45/+14
|\
| * Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-4/+2
| |\
| | * x86/paravirt: remove lazy mode in interruptsJeremy Fitzhardinge2009-03-291-4/+2
| * | x86, mm: fault.c, use printk_once() in is_errata93()Ingo Molnar2009-05-031-6/+1
| * | x86/mm: further cleanups of fault.c's include file sectionIngo Molnar2009-03-301-34/+10
| |/
* | perf_counter: Standardize event namesPeter Zijlstra2009-06-111-3/+3
* | perf_counter: allow for data addresses to be recordedPeter Zijlstra2009-04-081-3/+5
* | perf_counter: provide major/minor page fault software eventsPeter Zijlstra2009-04-061-2/+5
* | perf_counter: provide pagefault software eventsPeter Zijlstra2009-04-061-0/+3
|/
* x86, mm: fault.c, simplify kmmio_fault(), cleanupIngo Molnar2009-02-221-1/+2
* x86, mm: fault.c, update copyrightsIngo Molnar2009-02-201-0/+1
* x86, mm: fault.c, give another attempt at prefetch handing before SIGBUSIngo Molnar2009-02-211-3/+1
* x86, mm: fault.c, remove #ifdef from fault_in_kernel_space()Ingo Molnar2009-02-211-4/+0
* x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAXIngo Molnar2009-02-211-1/+1
* x86, mm: fault.c, remove #ifdef from do_page_fault()Ingo Molnar2009-02-211-4/+2
* x86, mm: fault.c, unify oops handlingIngo Molnar2009-02-211-16/+3
* x86, mm: fault.c, unify oops printingIngo Molnar2009-02-211-9/+5
* x86, mm: fault.c, reorder functionsIngo Molnar2009-02-211-235/+239
* x86, mm, kprobes: fault.c, simplify notify_page_fault()Ingo Molnar2009-02-211-5/+1
* x86, mm: fault.c, simplify kmmio_fault()Ingo Molnar2009-02-211-2/+3
* x86, mm: fault.c, enable PF_RSVD checks on 32-bit tooIngo Molnar2009-02-211-4/+0
* x86, mm: fault.c, factor out the vm86 fault checkIngo Molnar2009-02-211-12/+31
* x86, mm: fault.c, refactor/simplify the is_prefetch() codeIngo Molnar2009-02-211-50/+50
* x86, mm: fault.c cleanupIngo Molnar2009-02-211-215/+331
* Merge branch 'tip/x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2009-02-201-1/+12
|\
| * x86: check PMD in spurious_fault handlerSteven Rostedt2009-02-201-1/+12
* | Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2009-02-131-0/+1
|\ \
| * \ Merge commit 'remotes/tip/x86/paravirt' into x86/untangle2Jeremy Fitzhardinge2009-02-111-181/+263
| |\ \ | | |/ | |/|
* | | Merge branch 'x86/mm' into x86/coreIngo Molnar2009-02-131-5/+16
|\ \ \
| * | | Merge branch 'linus' into x86/mmIngo Molnar2009-02-061-2/+5
| |\| |
| * | | x86: mm: introduce helper function in fault.cHiroshi Shimamoto2009-02-041-5/+10
| * | | x86: add might_sleep() to do_page_fault()Peter Zijlstra2009-01-291-0/+6
* | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-131-2/+5
|\ \ \ \ | | |/ / | |/| |
| * | | prevent kprobes from catching spurious page faultsMasami Hiramatsu2009-02-051-2/+6
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar2009-01-281-1/+0
|\ \ \ \ \ \ | | | |/ / / | | |/| / / | | | |/ / | |_|_| / |/| | |
| | | * x86: optimise page fault entry, cleanupJohannes Weiner2009-01-211-1/+0
* | | | Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-211-188/+262
|\ \ \ \ | | |_|/ | |/| |
| * | | x86: optimise x86's do_page_fault (C entry point for the page fault path)Nick Piggin2009-01-201-182/+256
| | |/ | |/|
* | | Merge branch 'core/percpu' into stackprotectorIngo Molnar2009-01-181-19/+7
|\| |