aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-24x86-32: Pass the full resource data to ioremap()Linus Torvalds1-3/+3
2008-03-21x86_64: free_bootmem should take physYinghai Lu1-2/+1
2008-03-11x86: remove quicklistsThomas Gleixner1-9/+9
2008-03-11x86: ioremap, remove WARN_ON()Ingo Molnar1-2/+0
2008-03-04x86: not set node to cpu_to_node if the node is not onlineYinghai Lu1-2/+6
2008-03-03x86: revert "x86: CPA: avoid split of alias mappings"Rafael J. Wysocki1-11/+10
2008-02-29x86: CPA: avoid split of alias mappingsThomas Gleixner1-10/+11
2008-02-29x86: fix leak un ioremap_page_range() failureIngo Molnar1-1/+1
2008-02-26x86: fix spontaneous reboot with allyesconfig bzImageIngo Molnar1-2/+3
2008-02-26x86: remove double-checking empty zero pages debugYinghai Lu1-8/+0
2008-02-26x86: make DEBUG_PAGEALLOC and CPA more robustIngo Molnar1-33/+51
2008-02-21Hibernation: Handle DEBUG_PAGEALLOC on x86Rafael J. Wysocki1-1/+18
2008-02-19Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6Linus Torvalds1-0/+2
2008-02-19x86: fix page_is_ram() thinkoArjan van de Ven1-8/+7
2008-02-19x86: fix WARN_ON() message: teach page_is_ram() about the special 4Kb bios data pageArjan van de Ven1-0/+9
2008-02-19x86: fix section mismatch in srat_64.c:reserve_hotaddSam Ravnborg1-1/+2
2008-02-19x86: CPA: remove BUG_ON for LRU/Compound pagesAndi Kleen1-5/+0
2008-02-19fix historic ioremap() abuse in AGPArjan van dev Ven1-0/+2
2008-02-18x86: reenable support for system without on node0Yinghai Lu1-1/+4
2008-02-18x86: CPA: avoid double checking of alias rangesThomas Gleixner1-4/+19
2008-02-18x86: CPA no alias checking for _NXThomas Gleixner1-2/+5
2008-02-18x86: zap invalid and unused pmds in early bootThomas Gleixner1-0/+27
2008-02-18x86: CPA, fix alias checksThomas Gleixner1-100/+92
2008-02-14x86: cpa, fix out of date commentIngo Molnar1-2/+6
2008-02-14x86: cpa: ensure page alignmentThomas Gleixner1-0/+9
2008-02-14x86: include proper prototypes for rodata_testHarvey Harrison2-0/+2
2008-02-14x86: make dump_pagetable() staticAdrian Bunk1-1/+1
2008-02-13x86: CPA: fix gbpages support in try_preserve_large_pageAndi Kleen1-2/+2
2008-02-13x86/early_ioremap: don't assume we're using swapper_pg_dirJeremy Fitzhardinge1-1/+3
2008-02-11x86: remove over noisy debug printkThomas Gleixner1-7/+0
2008-02-09x86: cpa, strict range check in try_preserve_large_page()Thomas Gleixner1-2/+15
2008-02-09x86: cpa, use page poolThomas Gleixner1-10/+25
2008-02-09x86: introduce page pool in cpaThomas Gleixner3-1/+85
2008-02-09x86: fix early_ioremap pagetable opsIan Campbell1-2/+2
2008-02-09x86: construct 32-bit boot time page tables in native format.Ian Campbell2-69/+58
2008-02-09x86: avoid unused variable warning in mm/init_64.cThomas Gleixner1-3/+3
2008-02-09x86: sparse warnings in pageattr.cHarvey Harrison1-3/+5
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky1-1/+4
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle4-6/+9
2008-02-06x86: fix deadlock, make pgd_lock irq-safeIngo Molnar1-2/+3
2008-02-06x86: delay CPA self-test and repeat itIngo Molnar1-14/+51
2008-02-06x86: remove suprious ifdefs from pageattr.cArjan van de Ven1-3/+0
2008-02-06x86: mark the .rodata section also NXArjan van de Ven1-1/+8
2008-02-06x86: remove X2 workaroundIngo Molnar1-11/+0
2008-02-06x86: make spurious fault handler aware of large mappingsThomas Gleixner1-6/+17
2008-02-05stop c_p_a corrupting the pdsHugh Dickins1-1/+0
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt1-6/+6
2008-02-04x86: cpa, micro-optimizationThomas Gleixner1-4/+2
2008-02-04x86: cpa, clean up code flowIngo Molnar1-11/+9
2008-02-04x86: cpa, eliminate CPA_ enumIngo Molnar1-19/+15