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