summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2008-02-13x86: CPA: fix gbpages support in try_preserve_large_pageAndi Kleen
2008-02-13x86/early_ioremap: don't assume we're using swapper_pg_dirJeremy Fitzhardinge
2008-02-11x86: remove over noisy debug printkThomas Gleixner
2008-02-09x86: cpa, strict range check in try_preserve_large_page()Thomas Gleixner
2008-02-09x86: cpa, use page poolThomas Gleixner
2008-02-09x86: introduce page pool in cpaThomas Gleixner
2008-02-09x86: fix early_ioremap pagetable opsIan Campbell
2008-02-09x86: construct 32-bit boot time page tables in native format.Ian Campbell
2008-02-09x86: avoid unused variable warning in mm/init_64.cThomas Gleixner
2008-02-09x86: sparse warnings in pageattr.cHarvey Harrison
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle
2008-02-06x86: fix deadlock, make pgd_lock irq-safeIngo Molnar
2008-02-06x86: delay CPA self-test and repeat itIngo Molnar
2008-02-06x86: remove suprious ifdefs from pageattr.cArjan van de Ven
2008-02-06x86: mark the .rodata section also NXArjan van de Ven
2008-02-06x86: remove X2 workaroundIngo Molnar
2008-02-06x86: make spurious fault handler aware of large mappingsThomas Gleixner
2008-02-05stop c_p_a corrupting the pdsHugh Dickins
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt
2008-02-04x86: cpa, micro-optimizationThomas Gleixner
2008-02-04x86: cpa, clean up code flowIngo Molnar
2008-02-04x86: cpa, eliminate CPA_ enumIngo Molnar
2008-02-04x86: cpa, cleanupsIngo Molnar
2008-02-04x86: implement gbpages support in change_page_attr()Andi Kleen
2008-02-04x86: support gbpages in pagetable dumpAndi Kleen
2008-02-04x86: add gbpages support to lookup_addressAndi Kleen
2008-02-04x86: switch direct mapping setup over to set_pteAndi Kleen
2008-02-04x86: fix page-present check in cpa_flush_rangeThomas Gleixner
2008-02-04x86: remove cpa warningIngo Molnar
2008-02-04x86: remove now unused clear_kernel_mappingAndi Kleen
2008-02-04x86: cpa selftest, skip non present entriesThomas Gleixner
2008-02-04x86: CPA fix pagetable splitThomas Gleixner
2008-02-04x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZEAndi Kleen
2008-02-04x86: cpa, fix lookup_addressThomas Gleixner
2008-02-04x86: AMD Athlon X2 hard hang fixIngo Molnar
2008-02-04x86: cpa, preserve large pages if possibleThomas Gleixner
2008-02-04x86: cpa, check if we changed anything and tlb flushing is necessaryThomas Gleixner
2008-02-04x86: introduce struct cpa_dataThomas Gleixner
2008-02-04x86: cpa, only flush the cache if the caching attributes have changedAndi Kleen
2008-02-04x86: CPA return early when requested feature is not availableThomas Gleixner
2008-02-04x86: no CPA on iounmapThomas Gleixner
2008-02-04x86: ioremap remove the range check of cpaThomas Gleixner
2008-02-04x86: simplify __ioremapThomas Gleixner
2008-02-04x86: CPA use the existing pfn in split as wellThomas Gleixner
2008-02-04x86: use the pfn from the page when change its attributesArjan van de Ven
2008-02-04x86: teach the static_protection function about high mappingsArjan van de Ven
2008-02-04x86: revert "defer cr3 reload when doing pud_clear()"Jeremy Fitzhardinge
2008-02-04x86: unify PAE/non-PAE pgd_ctorJeremy Fitzhardinge
2008-02-04x86: use _ASM_EXTABLE macro in arch/x86/mm/init_32.cH. Peter Anvin