summaryrefslogtreecommitdiff
path: root/arch/x86/mm/fault.c
AgeCommit message (Expand)Author
2009-02-05prevent kprobes from catching spurious page faultsMasami Hiramatsu
2009-01-12x86: avoid theoretical vmalloc fault loopAndi Kleen
2009-01-06mm: invoke oom-killer from page faultNick Piggin
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-12-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-12-03Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftraceIngo Molnar
2008-11-14CRED: Wrap task credential accesses in the x86 archDavid Howells
2008-10-27trace: add the MMIO-tracer to the tracer menu, cleanupPekka Paalanen
2008-10-22x86, dumpstack: let signr=0 signal no do_exitAlexander van Heukelum
2008-10-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-10-13x86/mm: unify init task OOM handlingIngo Molnar
2008-10-13x86/mm: do not trigger a kernel warning if user-space disables interrupts and...Linus Torvalds
2008-10-13traps: x86: remove trace_hardirqs_fixup from pagefault handlerAlexander van Heukelum
2008-10-12Merge branch 'linus' into x86/xenIngo Molnar
2008-09-06x86: adjust vmalloc_sync_all() for Xen (2nd try)Jan Beulich
2008-07-23x86: mm/fault.c declare do_page_fault before they get usedJaswinder Singh
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar
2008-07-08x86: simplify vmalloc_sync_allJeremy Fitzhardinge
2008-07-08Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debu...Ingo Molnar
2008-07-07Merge branch 'linus' into tracing/mmiotraceIngo Molnar
2008-07-03x86: remove unnecessary #ifdef CONFIG_X86_32...#elseGustavo Fernando Padovan
2008-07-01x86: small unifications of address printingVegard Nossum
2008-06-12x86: fix endless page faults in mount_block_root for Linux 2.6Henry Nestler
2008-05-24x86: mmiotrace full patch, preview 1Pekka Paalanen
2008-05-24x86: explicit call to mmiotrace in do_page_fault()Pekka Paalanen
2008-05-23x86: add a list for custom page fault handlers.Pekka Paalanen
2008-04-17x86: cleanup - rename VM_MASK to X86_VM_MASKgorcunov@gmail.com
2008-04-17x86: check vmlinux limits, 64-bitIngo Molnar
2008-03-27x86: prefetch fix #2Ingo Molnar
2008-03-27x86: fix prefetch workaroundIngo Molnar
2008-02-14x86: make dump_pagetable() staticAdrian Bunk
2008-02-06x86: fix deadlock, make pgd_lock irq-safeIngo Molnar
2008-02-06x86: make spurious fault handler aware of large mappingsThomas Gleixner
2008-02-04x86: support gbpages in pagetable dumpAndi Kleen
2008-02-04x86: reduce ifdef sections in fault.cHarvey Harrison
2008-02-01x86: fixes for lookup_address argsHarvey Harrison
2008-01-30x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge
2008-01-30x86: shrink some ifdefs in fault.cHarvey Harrison
2008-01-30x86: ignore spurious faultsJeremy Fitzhardinge
2008-01-30x86: remove nx_enabled from fault.cHarvey Harrison
2008-01-30x86: unify fault_32|64.cHarvey Harrison