summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-281-1/+1
|\
| *-. Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftraceIngo Molnar2008-12-031-4/+7
| |\ \
| * | | trace: add the MMIO-tracer to the tracer menu, cleanupPekka Paalanen2008-10-271-1/+1
| |/ /
* | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-281-4/+7
|\ \ \ | | |/ | |/|
| * | x86, dumpstack: let signr=0 signal no do_exitAlexander van Heukelum2008-10-221-4/+7
| |/
* / CRED: Wrap task credential accesses in the x86 archDavid Howells2008-11-141-1/+1
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-171-28/+17Star
|\
| * x86/mm: unify init task OOM handlingIngo Molnar2008-10-131-9/+6Star
| * x86/mm: do not trigger a kernel warning if user-space disables interrupts and...Linus Torvalds2008-10-131-19/+11Star
* | traps: x86: remove trace_hardirqs_fixup from pagefault handlerAlexander van Heukelum2008-10-131-5/+0Star
|/
* Merge branch 'linus' into x86/xenIngo Molnar2008-10-121-2/+1Star
|\
| * x86: mm/fault.c declare do_page_fault before they get usedJaswinder Singh2008-07-231-2/+1Star
* | x86: adjust vmalloc_sync_all() for Xen (2nd try)Jan Beulich2008-09-061-8/+6Star
|/
* Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar2008-07-141-0/+13
|\
| * Merge branch 'linus' into tracing/mmiotraceIngo Molnar2008-07-071-0/+5
| |\
| * | x86: mmiotrace full patch, preview 1Pekka Paalanen2008-05-241-52/+7Star
| * | x86: explicit call to mmiotrace in do_page_fault()Pekka Paalanen2008-05-241-32/+34
| * | x86: add a list for custom page fault handlers.Pekka Paalanen2008-05-231-0/+56
* | | x86: simplify vmalloc_sync_allJeremy Fitzhardinge2008-07-081-51/+26Star
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debu...Ingo Molnar2008-07-081-12/+4Star
|\ \ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | | * x86: small unifications of address printingVegard Nossum2008-07-011-12/+4Star
| | |/
* | / x86: remove unnecessary #ifdef CONFIG_X86_32...#elseGustavo Fernando Padovan2008-07-031-4/+0Star
| |/ |/|
* | x86: fix endless page faults in mount_block_root for Linux 2.6Henry Nestler2008-06-121-0/+5
|/
* x86: cleanup - rename VM_MASK to X86_VM_MASKgorcunov@gmail.com2008-04-171-1/+1
* x86: check vmlinux limits, 64-bitIngo Molnar2008-04-171-4/+0Star
* x86: prefetch fix #2Ingo Molnar2008-03-271-7/+4Star
* x86: fix prefetch workaroundIngo Molnar2008-03-271-1/+2
* x86: make dump_pagetable() staticAdrian Bunk2008-02-141-1/+1
* x86: fix deadlock, make pgd_lock irq-safeIngo Molnar2008-02-061-2/+3
* x86: make spurious fault handler aware of large mappingsThomas Gleixner2008-02-061-6/+17
* x86: support gbpages in pagetable dumpAndi Kleen2008-02-041-1/+2
* x86: reduce ifdef sections in fault.cHarvey Harrison2008-02-041-22/+9Star
* x86: fixes for lookup_address argsHarvey Harrison2008-02-011-1/+1
* x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge2008-01-301-7/+3Star
* x86: shrink some ifdefs in fault.cHarvey Harrison2008-01-301-29/+14Star
* x86: ignore spurious faultsJeremy Fitzhardinge2008-01-301-0/+55
* x86: remove nx_enabled from fault.cHarvey Harrison2008-01-301-8/+3Star
* x86: unify fault_32|64.cHarvey Harrison2008-01-301-0/+955