Age | Commit message (Expand) | Author | Files | Lines |
2008-05-01 | x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_no... | Suresh Siddha | 1 | -2/+8 |
2008-04-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 1 | -3/+1 |
2008-04-25 | x86: rename paravirt_alloc_pt etc after the pagetable structure | Jeremy Fitzhardinge | 1 | -1/+1 |
2008-04-25 | x86: put paravirt stubs into common asm/pgalloc.h | Jeremy Fitzhardinge | 1 | -2/+0 |
2008-04-25 | "make namespacecheck" fixes | Ingo Molnar | 1 | -1/+1 |
2008-04-19 | x86 PAT: fix mmap() of holes | Ingo Molnar | 1 | -1/+1 |
2008-04-17 | x86: add set_memory_4k to pageattr.c | Andi Kleen | 1 | -4/+16 |
2008-04-17 | x86: PAT add set_memory_wc() interface | venkatesh.pallipadi@intel.com | 1 | -0/+19 |
2008-04-17 | x86: PAT use reserve free memtype in set_memory_uc | venkatesh.pallipadi@intel.com | 1 | -2/+19 |
2008-04-17 | x86: PAT infrastructure patch | venkatesh.pallipadi@intel.com | 1 | -2/+2 |
2008-04-17 | x86: add debug info to DEBUG_PAGEALLOC | Thomas Gleixner | 1 | -0/+41 |
2008-03-27 | x86: fix performance drop for glx | Suresh Siddha | 1 | -1/+1 |
2008-03-03 | x86: revert "x86: CPA: avoid split of alias mappings" | Rafael J. Wysocki | 1 | -11/+10 |
2008-02-29 | x86: CPA: avoid split of alias mappings | Thomas Gleixner | 1 | -10/+11 |
2008-02-26 | x86: make DEBUG_PAGEALLOC and CPA more robust | Ingo Molnar | 1 | -33/+51 |
2008-02-21 | Hibernation: Handle DEBUG_PAGEALLOC on x86 | Rafael J. Wysocki | 1 | -1/+18 |
2008-02-19 | x86: CPA: remove BUG_ON for LRU/Compound pages | Andi Kleen | 1 | -5/+0 |
2008-02-18 | x86: CPA: avoid double checking of alias ranges | Thomas Gleixner | 1 | -4/+19 |
2008-02-18 | x86: CPA no alias checking for _NX | Thomas Gleixner | 1 | -2/+5 |
2008-02-18 | x86: CPA, fix alias checks | Thomas Gleixner | 1 | -100/+92 |
2008-02-15 | x86: cpa, fix out of date comment | Ingo Molnar | 1 | -2/+6 |
2008-02-15 | x86: cpa: ensure page alignment | Thomas Gleixner | 1 | -0/+9 |
2008-02-13 | x86: CPA: fix gbpages support in try_preserve_large_page | Andi Kleen | 1 | -2/+2 |
2008-02-10 | x86: cpa, strict range check in try_preserve_large_page() | Thomas Gleixner | 1 | -2/+15 |
2008-02-10 | x86: cpa, use page pool | Thomas Gleixner | 1 | -10/+25 |
2008-02-10 | x86: introduce page pool in cpa | Thomas Gleixner | 1 | -1/+81 |
2008-02-10 | x86: sparse warnings in pageattr.c | Harvey Harrison | 1 | -3/+5 |
2008-02-07 | x86: remove suprious ifdefs from pageattr.c | Arjan van de Ven | 1 | -3/+0 |
2008-02-07 | x86: remove X2 workaround | Ingo Molnar | 1 | -11/+0 |
2008-02-06 | stop c_p_a corrupting the pds | Hugh Dickins | 1 | -1/+0 |
2008-02-04 | x86: cpa, micro-optimization | Thomas Gleixner | 1 | -4/+2 |
2008-02-04 | x86: cpa, clean up code flow | Ingo Molnar | 1 | -11/+9 |
2008-02-04 | x86: cpa, eliminate CPA_ enum | Ingo Molnar | 1 | -19/+15 |
2008-02-04 | x86: cpa, cleanups | Ingo Molnar | 1 | -6/+15 |
2008-02-04 | x86: implement gbpages support in change_page_attr() | Andi Kleen | 1 | -2/+15 |
2008-02-04 | x86: add gbpages support to lookup_address | Andi Kleen | 1 | -0/+5 |
2008-02-04 | x86: fix page-present check in cpa_flush_range | Thomas Gleixner | 1 | -1/+1 |
2008-02-04 | x86: remove cpa warning | Ingo Molnar | 1 | -3/+1 |
2008-02-04 | x86: CPA fix pagetable split | Thomas Gleixner | 1 | -3/+7 |
2008-02-04 | x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE | Andi Kleen | 1 | -3/+3 |
2008-02-04 | x86: cpa, fix lookup_address | Thomas Gleixner | 1 | -1/+9 |
2008-02-04 | x86: AMD Athlon X2 hard hang fix | Ingo Molnar | 1 | -0/+11 |
2008-02-04 | x86: cpa, preserve large pages if possible | Thomas Gleixner | 1 | -12/+130 |
2008-02-04 | x86: cpa, check if we changed anything and tlb flushing is necessary | Thomas Gleixner | 1 | -1/+17 |
2008-02-04 | x86: introduce struct cpa_data | Thomas Gleixner | 1 | -37/+38 |
2008-02-04 | x86: cpa, only flush the cache if the caching attributes have changed | Andi Kleen | 1 | -7/+24 |
2008-02-04 | x86: CPA return early when requested feature is not available | Thomas Gleixner | 1 | -2/+12 |
2008-02-04 | x86: CPA use the existing pfn in split as well | Thomas Gleixner | 1 | -4/+7 |
2008-02-04 | x86: use the pfn from the page when change its attributes | Arjan van de Ven | 1 | -14/+17 |
2008-02-04 | x86: teach the static_protection function about high mappings | Arjan van de Ven | 1 | -4/+31 |