summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2008-04-19x86: move definition to pci-dma.cGlauber Costa1-3/+0
2008-04-19srat, x86: add support for nodes spanning other nodesSuresh Siddha3-17/+33
2008-04-19x86: rename find_max_pfn() to propagate_e820_map()Ingo Molnar1-3/+3
2008-04-19x86: fix arch/x86/mm/ioremap.c warningRandy Dunlap1-2/+3
2008-04-19x86: remove pointless commentsWANG Cong2-5/+0
2008-04-18x86 PAT: fix mmap() of holesIngo Molnar1-1/+1
2008-04-17x86: clean up non-smp usage of cpu mapsMike Travis1-1/+3
2008-04-17x86: increase size of APICIDJack Steiner1-1/+5
2008-04-17x86: cleanup - rename VM_MASK to X86_VM_MASKgorcunov@gmail.com1-1/+1
2008-04-17x86: ioremap of 64-bit resource on 32-bit kernel fixIngo Molnar1-2/+3
2008-04-17x86: don't use large pages to map the first 2/4MB of memoryAndi Kleen1-1/+6
2008-04-17x86: add set_memory_4k to pageattr.cAndi Kleen1-4/+16
2008-04-17x86: account overlapped mappings in max_pfn_mappedAndi Kleen1-11/+23
2008-04-17x86: replace the now useless max_pfn_mapped defineThomas Gleixner2-4/+4
2008-04-17x86: implement true end_pfn_mapped for 32bitAndi Kleen1-0/+4
2008-04-17x86: fix memtest print outYinghai Lu1-2/+2
2008-04-17x86: memtest bootparamYinghai Lu1-7/+17
2008-04-17x86: PAT bug fix for attribute type check after reserve_memtype, debugVenki Pallipadi1-2/+2
2008-04-17x86: PAT bug fix for attribute type check after reserve_memtypeVenki Pallipadi1-2/+9
2008-04-17x86: pat cpu feature bit setting for known cpusYinghai Lu1-13/+2
2008-04-17x86: enable PAT for amd k8 and fam10hYinghai Lu1-0/+6
2008-04-17x86: add PAT related debug printsvenkatesh.pallipadi@intel.com2-1/+29
2008-04-17x86: PAT add ioremap_wc() interfacevenkatesh.pallipadi@intel.com1-0/+30
2008-04-17x86: PAT add set_memory_wc() interfacevenkatesh.pallipadi@intel.com1-0/+19
2008-04-17x86: PAT use reserve free memtype in set_memory_ucvenkatesh.pallipadi@intel.com2-4/+21
2008-04-17x86: PAT use reserve free memtype in ioremap and iounmapvenkatesh.pallipadi@intel.com1-7/+28
2008-04-17x86: PAT make ioremap_change_attr non-staticvenkatesh.pallipadi@intel.com1-17/+12
2008-04-17x86: revert ucminus changeIngo Molnar1-5/+1
2008-04-17x86: PAT infrastructure patchvenkatesh.pallipadi@intel.com3-3/+406
2008-04-17x86: early memtest to find bad ramYinghai Lu1-1/+105
2008-04-17x86: use get_bios_ebda in mpparse_64.cAlexey Starikovskiy1-1/+1
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-27x86: prefetch fix #2Ingo Molnar1-7/+4