summaryrefslogtreecommitdiff
path: root/arch/x86/mm/fault.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-06x86: fix deadlock, make pgd_lock irq-safeIngo Molnar1-2/+3
2008-02-06x86: make spurious fault handler aware of large mappingsThomas Gleixner1-6/+17
2008-02-04x86: support gbpages in pagetable dumpAndi Kleen1-1/+2
2008-02-04x86: reduce ifdef sections in fault.cHarvey Harrison1-22/+9
2008-02-01x86: fixes for lookup_address argsHarvey Harrison1-1/+1
2008-01-30x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge1-7/+3
2008-01-30x86: shrink some ifdefs in fault.cHarvey Harrison1-29/+14
2008-01-30x86: ignore spurious faultsJeremy Fitzhardinge1-0/+55
2008-01-30x86: remove nx_enabled from fault.cHarvey Harrison1-8/+3
2008-01-30x86: unify fault_32|64.cHarvey Harrison1-0/+955