aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm/pageattr.c
AgeCommit message (Expand)Author
2008-02-19x86: CPA: remove BUG_ON for LRU/Compound pagesAndi Kleen
2008-02-18x86: CPA: avoid double checking of alias rangesThomas Gleixner
2008-02-18x86: CPA no alias checking for _NXThomas Gleixner
2008-02-18x86: CPA, fix alias checksThomas Gleixner
2008-02-14x86: cpa, fix out of date commentIngo Molnar
2008-02-14x86: cpa: ensure page alignmentThomas Gleixner
2008-02-13x86: CPA: fix gbpages support in try_preserve_large_pageAndi Kleen
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: sparse warnings in pageattr.cHarvey Harrison
2008-02-06x86: remove suprious ifdefs from pageattr.cArjan van de Ven
2008-02-06x86: remove X2 workaroundIngo Molnar
2008-02-05stop c_p_a corrupting the pdsHugh Dickins
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: add gbpages support to lookup_addressAndi Kleen
2008-02-04x86: fix page-present check in cpa_flush_rangeThomas Gleixner
2008-02-04x86: remove cpa warningIngo Molnar
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: 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: CPA remove bogus NX clearThomas Gleixner
2008-01-31x86: change_page_attr_clear fixHuang, Ying
2008-01-30x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge
2008-01-30x86: cpa cleanup the 64-bit alias mathThomas Gleixner
2008-01-30x86: cpa: fix the self-testIngo Molnar
2008-01-30x86: fix clflush_page_range logicIngo Molnar
2008-01-30x86: optimize clflushThomas Gleixner
2008-01-30x86: clflush_page_range needs mfenceThomas Gleixner
2008-01-30x86: cpa: rename global_flush_tlb() to cpa_flush_all()Thomas Gleixner
2008-01-30x86: cpa: implement clflush optimizationThomas Gleixner
2008-01-30x86: cpa use the new set_clr functionThomas Gleixner
2008-01-30x86: cpa create set_and_clr functionThomas Gleixner
2008-01-30x86: cpa move the flush into set and clear functionsThomas Gleixner
2008-01-30x86: cpa: clean up change_page_attr_set/clear()Thomas Gleixner
2008-01-30x86: cpa: fix loopIngo Molnar
2008-01-30x86: cpa: fix split thinkoThomas Gleixner