summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2008-02-04x86: cpa, cleanupsIngo Molnar1-6/+15
2008-02-04x86: implement gbpages support in change_page_attr()Andi Kleen1-2/+15
2008-02-04x86: support gbpages in pagetable dumpAndi Kleen1-1/+2
2008-02-04x86: add gbpages support to lookup_addressAndi Kleen1-0/+5
2008-02-04x86: switch direct mapping setup over to set_pteAndi Kleen1-4/+2
2008-02-04x86: fix page-present check in cpa_flush_rangeThomas Gleixner1-1/+1
2008-02-04x86: remove cpa warningIngo Molnar1-3/+1
2008-02-04x86: remove now unused clear_kernel_mappingAndi Kleen1-43/+0
2008-02-04x86: cpa selftest, skip non present entriesThomas Gleixner1-1/+2
2008-02-04x86: CPA fix pagetable splitThomas Gleixner1-3/+7
2008-02-04x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZEAndi Kleen2-6/+6
2008-02-04x86: cpa, fix lookup_addressThomas Gleixner1-1/+9
2008-02-04x86: AMD Athlon X2 hard hang fixIngo Molnar1-0/+11
2008-02-04x86: cpa, preserve large pages if possibleThomas Gleixner1-12/+130
2008-02-04x86: cpa, check if we changed anything and tlb flushing is necessaryThomas Gleixner1-1/+17
2008-02-04x86: introduce struct cpa_dataThomas Gleixner1-37/+38
2008-02-04x86: cpa, only flush the cache if the caching attributes have changedAndi Kleen1-7/+24
2008-02-04x86: CPA return early when requested feature is not availableThomas Gleixner1-2/+12
2008-02-04x86: no CPA on iounmapThomas Gleixner1-3/+0
2008-02-04x86: ioremap remove the range check of cpaThomas Gleixner1-15/+2
2008-02-04x86: simplify __ioremapThomas Gleixner1-8/+6
2008-02-04x86: CPA use the existing pfn in split as wellThomas Gleixner1-4/+7
2008-02-04x86: use the pfn from the page when change its attributesArjan van de Ven1-14/+17
2008-02-04x86: teach the static_protection function about high mappingsArjan van de Ven1-4/+31
2008-02-04x86: revert "defer cr3 reload when doing pud_clear()"Jeremy Fitzhardinge1-7/+0
2008-02-04x86: unify PAE/non-PAE pgd_ctorJeremy Fitzhardinge1-34/+20
2008-02-04x86: use _ASM_EXTABLE macro in arch/x86/mm/init_32.cH. Peter Anvin1-4/+2
2008-02-04x86: reduce ifdef sections in fault.cHarvey Harrison1-22/+9
2008-02-04x86: print out node_data addr and bootmap_start addrYinghai Lu1-1/+6
2008-02-04x86: CPA remove bogus NX clearThomas Gleixner1-1/+0
2008-02-04x86: relax RAM check in ioremap()Ingo Molnar1-4/+5
2008-02-01suspend: cleanup reference to swsusp_pg_dir[]Rafael J. Wysocki1-5/+5
2008-02-01x86: fixes for lookup_address argsHarvey Harrison3-4/+5
2008-02-01x86: remove unneeded round_upYinghai Lu1-3/+2
2008-02-01x86_64: make bootmap_start page align v6Yinghai Lu2-24/+24
2008-02-01x86_64: add debug name for early_resYinghai Lu2-2/+2
2008-01-31x86: uninline __pte_free_tlb() and __pmd_free_tlb()Ingo Molnar1-0/+23
2008-01-31x86: early_ioremap_reset fix 2Huang, Ying1-1/+1
2008-01-31x86: change_page_attr_clear fixHuang, Ying1-2/+1
2008-01-30x86: fix nodemap_size according to nodeid bitsYinghai Lu1-1/+1
2008-01-30x86: fix overlap between pagetable with bss sectionYinghai Lu1-0/+7
2008-01-30x86: add PCI IDs to k8topology_64.cJoachim Deguara1-2/+6
2008-01-30x86: fix early_ioremap pagetable opsJeremy Fitzhardinge1-0/+2
2008-01-30x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge3-22/+9
2008-01-30x86: don't special-case pmd allocations as muchJeremy Fitzhardinge2-81/+0
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 Harrison4-960/+14
2008-01-30x86: unify fault_32|64.c with ifdefsHarvey Harrison2-16/+177