Age | Commit message (Expand) | Author | Files | Lines |
2009-02-22 | x86, mm: fault.c, simplify kmmio_fault(), cleanup | Ingo Molnar | 1 | -1/+2 |
2009-02-21 | x86, mm: fault.c, update copyrights | Ingo Molnar | 1 | -0/+1 |
2009-02-21 | x86, mm: fault.c, give another attempt at prefetch handing before SIGBUS | Ingo Molnar | 1 | -3/+1 |
2009-02-21 | x86, mm: fault.c, remove #ifdef from fault_in_kernel_space() | Ingo Molnar | 1 | -4/+0 |
2009-02-21 | x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAX | Ingo Molnar | 1 | -1/+1 |
2009-02-21 | x86, mm: fault.c, remove #ifdef from do_page_fault() | Ingo Molnar | 1 | -4/+2 |
2009-02-21 | x86, mm: fault.c, unify oops handling | Ingo Molnar | 1 | -16/+3 |
2009-02-21 | x86, mm: fault.c, unify oops printing | Ingo Molnar | 1 | -9/+5 |
2009-02-21 | x86, mm: fault.c, reorder functions | Ingo Molnar | 1 | -235/+239 |
2009-02-21 | x86, mm, kprobes: fault.c, simplify notify_page_fault() | Ingo Molnar | 1 | -5/+1 |
2009-02-21 | x86, mm: fault.c, simplify kmmio_fault() | Ingo Molnar | 1 | -2/+3 |
2009-02-21 | x86, mm: fault.c, enable PF_RSVD checks on 32-bit too | Ingo Molnar | 1 | -4/+0 |
2009-02-21 | x86, mm: fault.c, factor out the vm86 fault check | Ingo Molnar | 1 | -12/+31 |
2009-02-21 | x86, mm: fault.c, refactor/simplify the is_prefetch() code | Ingo Molnar | 1 | -50/+50 |
2009-02-21 | x86, mm: fault.c cleanup | Ingo Molnar | 1 | -215/+331 |
2009-02-20 | Merge branch 'tip/x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 1 | -1/+12 |
2009-02-20 | x86: check PMD in spurious_fault handler | Steven Rostedt | 1 | -1/+12 |
2009-02-13 | Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -0/+1 |
2009-02-13 | Merge branch 'x86/mm' into x86/core | Ingo Molnar | 1 | -5/+16 |
2009-02-13 | Merge branch 'linus' into x86/apic | Ingo Molnar | 1 | -2/+5 |
2009-02-11 | Merge commit 'remotes/tip/x86/paravirt' into x86/untangle2 | Jeremy Fitzhardinge | 1 | -181/+263 |
2009-02-06 | Merge branch 'linus' into x86/mm | Ingo Molnar | 1 | -2/+5 |
2009-02-06 | prevent kprobes from catching spurious page faults | Masami Hiramatsu | 1 | -2/+6 |
2009-02-05 | x86: mm: introduce helper function in fault.c | Hiroshi Shimamoto | 1 | -5/+10 |
2009-01-29 | x86: add might_sleep() to do_page_fault() | Peter Zijlstra | 1 | -0/+6 |
2009-01-29 | Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/... | Ingo Molnar | 1 | -1/+0 |
2009-01-21 | x86: optimise page fault entry, cleanup | Johannes Weiner | 1 | -1/+0 |
2009-01-21 | Merge branch 'x86/mm' into core/percpu | Ingo Molnar | 1 | -188/+262 |
2009-01-20 | x86: optimise x86's do_page_fault (C entry point for the page fault path) | Nick Piggin | 1 | -182/+256 |
2009-01-18 | Merge branch 'core/percpu' into stackprotector | Ingo Molnar | 1 | -19/+7 |
2009-01-12 | x86: avoid theoretical vmalloc fault loop | Andi Kleen | 1 | -1/+1 |
2009-01-07 | mm: invoke oom-killer from page fault | Nick Piggin | 1 | -18/+6 |
2008-12-31 | Merge branch 'linus' into stackprotector | Ingo Molnar | 1 | -34/+26 |
2008-12-28 | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2008-12-28 | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+7 |
2008-12-03 | Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftrace | Ingo Molnar | 1 | -4/+7 |
2008-11-14 | CRED: Wrap task credential accesses in the x86 arch | David Howells | 1 | -1/+1 |
2008-10-27 | trace: add the MMIO-tracer to the tracer menu, cleanup | Pekka Paalanen | 1 | -1/+1 |
2008-10-22 | x86, dumpstack: let signr=0 signal no do_exit | Alexander van Heukelum | 1 | -4/+7 |
2008-10-17 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -28/+17 |
2008-10-15 | Merge branch 'linus' into stackprotector | Ingo Molnar | 1 | -80/+48 |
2008-10-13 | x86/mm: unify init task OOM handling | Ingo Molnar | 1 | -9/+6 |
2008-10-13 | x86/mm: do not trigger a kernel warning if user-space disables interrupts and... | Linus Torvalds | 1 | -19/+11 |
2008-10-13 | traps: x86: remove trace_hardirqs_fixup from pagefault handler | Alexander van Heukelum | 1 | -5/+0 |
2008-10-12 | Merge branch 'linus' into x86/xen | Ingo Molnar | 1 | -2/+1 |
2008-09-06 | x86: adjust vmalloc_sync_all() for Xen (2nd try) | Jan Beulich | 1 | -8/+6 |
2008-07-23 | x86: mm/fault.c declare do_page_fault before they get used | Jaswinder Singh | 1 | -2/+1 |
2008-07-14 | Merge branch 'auto-ftrace-next' into tracing/for-linus | Ingo Molnar | 1 | -0/+13 |
2008-07-08 | x86: simplify vmalloc_sync_all | Jeremy Fitzhardinge | 1 | -51/+26 |
2008-07-08 | Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debu... | Ingo Molnar | 1 | -12/+4 |