aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* x86: prefetch fix #2Ingo Molnar2008-03-271-7/+4
* 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/+9
* 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/+3
* x86: shrink some ifdefs in fault.cHarvey Harrison2008-01-301-29/+14
* x86: ignore spurious faultsJeremy Fitzhardinge2008-01-301-0/+55
* x86: remove nx_enabled from fault.cHarvey Harrison2008-01-301-8/+3
* x86: unify fault_32|64.cHarvey Harrison2008-01-301-0/+955