summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2008-04-17x86: Remove redundant display of free swap space in show_mem()Johannes Weiner2-4/+0
2008-04-17x86: sort address_markers for dump_pagetablesYinghai Lu1-2/+2
2008-04-17x86: enhance DEBUG_RODATA support for hotplug and kprobesMathieu Desnoyers2-34/+10
2008-04-17x86: debug pmd_bad()Ingo Molnar1-0/+7
2008-04-17x86: warn about RAM pages in ioremap()Ingo Molnar1-2/+4
2008-04-17x86: ioremap(), extend check to all RAM pagesIngo Molnar1-2/+3
2008-04-17x86: check physical address range in ioremapThomas Gleixner1-0/+19
2008-04-17x86: reduce arch/x86/mm/ioremap.o sizeIan Campbell1-2/+2
2008-04-17x86: remove never used nodenumer in pdaYinghai Lu1-2/+0
2008-04-17x86: get apic_id later in acpi_numa_processor_affinity_initYinghai Lu1-1/+2
2008-04-17x86: do kernel direct mapping at boot using GB pagesAndi Kleen1-5/+24
2008-04-17x86: add gbpages switchesIngo Molnar1-0/+20
2008-04-17x86: clean up the page table dumper and add 32-bit supportH. Peter Anvin2-125/+178
2008-04-17x86: add code to dump the (kernel) page tables for visual inspection by kerne...Arjan van de Ven2-0/+302
2008-04-17x86: unify arch/x86/mm/MakefileH. Peter Anvin3-20/+12
2008-04-17x86: add debug info to DEBUG_PAGEALLOCThomas Gleixner1-0/+41
2008-04-17x86: check vmlinux limits, 64-bitIngo Molnar1-4/+0
2008-03-28Avoid false positive warnings in kmap_atomic_prot() with DEBUG_HIGHMEMAndrew Morton1-3/+3
2008-03-28x86: prefetch fix #2Ingo Molnar1-7/+4
2008-03-27x86: stricter check in follow_huge_addr()Christoph Lameter1-1/+1
2008-03-27x86: fix prefetch workaroundIngo Molnar1-1/+2
2008-03-27x86: fix performance drop for glxSuresh Siddha2-2/+6
2008-03-27x86: fix trim mtrr not to setup_memory two timesYinghai Lu1-1/+0
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-20Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus 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 da...Arjan 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-15x86: cpa, fix out of date commentIngo Molnar1-2/+6
2008-02-15x86: cpa: ensure page alignmentThomas Gleixner1-0/+9
2008-02-15x86: include proper prototypes for rodata_testHarvey Harrison2-0/+2
2008-02-15x86: make dump_pagetable() staticAdrian Bunk1-1/+1