aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86: debug pmd_bad()Ingo Molnar2008-04-171-0/+7
* x86: warn about RAM pages in ioremap()Ingo Molnar2008-04-171-2/+4
* x86: ioremap(), extend check to all RAM pagesIngo Molnar2008-04-171-2/+3
* x86: check physical address range in ioremapThomas Gleixner2008-04-171-0/+19
* x86: reduce arch/x86/mm/ioremap.o sizeIan Campbell2008-04-171-2/+2
* x86: remove never used nodenumer in pdaYinghai Lu2008-04-171-2/+0
* x86: get apic_id later in acpi_numa_processor_affinity_initYinghai Lu2008-04-171-1/+2
* x86: do kernel direct mapping at boot using GB pagesAndi Kleen2008-04-171-5/+24
* x86: add gbpages switchesIngo Molnar2008-04-171-0/+20
* x86: clean up the page table dumper and add 32-bit supportH. Peter Anvin2008-04-172-125/+178
* x86: add code to dump the (kernel) page tables for visual inspection by kerne...Arjan van de Ven2008-04-172-0/+302
* x86: unify arch/x86/mm/MakefileH. Peter Anvin2008-04-173-20/+12
* x86: add debug info to DEBUG_PAGEALLOCThomas Gleixner2008-04-171-0/+41
* x86: check vmlinux limits, 64-bitIngo Molnar2008-04-171-4/+0
* Avoid false positive warnings in kmap_atomic_prot() with DEBUG_HIGHMEMAndrew Morton2008-03-281-3/+3
* x86: prefetch fix #2Ingo Molnar2008-03-271-7/+4
* x86: stricter check in follow_huge_addr()Christoph Lameter2008-03-271-1/+1
* x86: fix prefetch workaroundIngo Molnar2008-03-271-1/+2
* x86: fix performance drop for glxSuresh Siddha2008-03-262-2/+6
* x86: fix trim mtrr not to setup_memory two timesYinghai Lu2008-03-261-1/+0
* x86-32: Pass the full resource data to ioremap()Linus Torvalds2008-03-241-3/+3
* x86_64: free_bootmem should take physYinghai Lu2008-03-211-2/+1
* x86: remove quicklistsThomas Gleixner2008-03-111-9/+9
* x86: ioremap, remove WARN_ON()Ingo Molnar2008-03-111-2/+0
* x86: not set node to cpu_to_node if the node is not onlineYinghai Lu2008-03-041-2/+6
* x86: revert "x86: CPA: avoid split of alias mappings"Rafael J. Wysocki2008-03-031-11/+10
* x86: CPA: avoid split of alias mappingsThomas Gleixner2008-02-291-10/+11
* x86: fix leak un ioremap_page_range() failureIngo Molnar2008-02-291-1/+1
* x86: fix spontaneous reboot with allyesconfig bzImageIngo Molnar2008-02-261-2/+3
* x86: remove double-checking empty zero pages debugYinghai Lu2008-02-261-8/+0
* x86: make DEBUG_PAGEALLOC and CPA more robustIngo Molnar2008-02-261-33/+51
* Hibernation: Handle DEBUG_PAGEALLOC on x86Rafael J. Wysocki2008-02-211-1/+18
* Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2008-02-191-0/+2
|\
| * fix historic ioremap() abuse in AGPArjan van dev Ven2008-02-191-0/+2
* | x86: fix page_is_ram() thinkoArjan van de Ven2008-02-191-8/+7
* | x86: fix WARN_ON() message: teach page_is_ram() about the special 4Kb bios da...Arjan van de Ven2008-02-191-0/+9
* | x86: fix section mismatch in srat_64.c:reserve_hotaddSam Ravnborg2008-02-191-1/+2
* | x86: CPA: remove BUG_ON for LRU/Compound pagesAndi Kleen2008-02-191-5/+0
|/
* x86: reenable support for system without on node0Yinghai Lu2008-02-181-1/+4
* x86: CPA: avoid double checking of alias rangesThomas Gleixner2008-02-181-4/+19
* x86: CPA no alias checking for _NXThomas Gleixner2008-02-181-2/+5
* x86: zap invalid and unused pmds in early bootThomas Gleixner2008-02-181-0/+27
* x86: CPA, fix alias checksThomas Gleixner2008-02-181-100/+92
* x86: cpa, fix out of date commentIngo Molnar2008-02-141-2/+6
* x86: cpa: ensure page alignmentThomas Gleixner2008-02-141-0/+9
* x86: include proper prototypes for rodata_testHarvey Harrison2008-02-142-0/+2
* x86: make dump_pagetable() staticAdrian Bunk2008-02-141-1/+1
* x86: CPA: fix gbpages support in try_preserve_large_pageAndi Kleen2008-02-131-2/+2
* x86/early_ioremap: don't assume we're using swapper_pg_dirJeremy Fitzhardinge2008-02-131-1/+3
* x86: remove over noisy debug printkThomas Gleixner2008-02-111-7/+0