summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2008-06-26x86: section/warning fixesDaniel J Blueman1-4/+4
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-2/+2
2008-06-24x86: pat.c final cleanup of loop body in reserve_memtypeAndreas Herrmann1-19/+11
2008-06-24x86: pat.c introduce function to check for conflicts with existing memtypesAndreas Herrmann1-63/+33
2008-06-24x86: pat.c consolidate list_add handling in reserve_memtypeAndreas Herrmann1-13/+8
2008-06-24x86: pat.c consolidate error/debug messages in reserve_memtypeAndreas Herrmann1-40/+11
2008-06-24x86: pat.c more trivial changesAndreas Herrmann1-13/+8
2008-06-24x86: pat.c choose more crisp variable namesAndreas Herrmann1-65/+62
2008-06-24x86: introduce macro to check whether an address range is in the ISA rangeAndreas Herrmann2-4/+3
2008-06-20x86: unify __set_fixmap, fixIngo Molnar1-0/+1
2008-06-20x86/paravirt/xen: add set_fixmap pv_mmu_opsJeremy Fitzhardinge1-2/+7
2008-06-20x86: implement set_pte_vaddrJeremy Fitzhardinge3-9/+8
2008-06-20x86: unify __set_fixmapJeremy Fitzhardinge3-25/+15
2008-06-19x86: shrink pat_x_mtrr_type to its essentialsAndreas Herrmann1-19/+11
2008-06-18x86: PAT: make pat_x_mtrr_type() more readableHugh Dickins1-35/+12
2008-06-16Merge branch 'linus' into x86/patIngo Molnar5-33/+12
2008-06-16Merge branch 'linus' into x86/memtestIngo Molnar6-72/+40
2008-06-16Merge branch 'linus' into x86/cleanupsIngo Molnar5-58/+36
2008-06-16Merge branch 'linus' into tracing/mmiotrace-mergefixupsIngo Molnar5-58/+36
2008-06-12Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+5
2008-06-12x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtestKevin Winchester1-2/+2
2008-06-12x86: fix an incompatible pointer type warning on 64-bit compilationsDavid Howells1-2/+2
2008-06-12x86: fix endless page faults in mount_block_root for Linux 2.6Henry Nestler1-0/+5
2008-06-12x86: rename pat_wc_enabled to pat_enabledAndreas Herrmann3-11/+11
2008-06-12x86: PAT: fixed checkpatch errors (and whitespaces)Andreas Herrmann1-15/+14
2008-06-12x86: PAT: fix ambiguous paranoia check in pat_init()Andreas Herrmann1-5/+6
2008-06-12x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi1-25/+24
2008-06-11ACPI: handle invalid ACPI SLIT tableFenghua Yu1-27/+0
2008-06-10x86, numa, 32-bit: use find_e820_area() to find KVA RAM on nodeYinghai Lu1-26/+33
2008-06-10mm, x86: shrink_active_range() should check allYinghai Lu1-1/+1
2008-06-05x86: reserve highmem pages via reserve_earlyHuang, Ying1-1/+2
2008-06-04x86: section mismatch fixAndrew Morton1-1/+1
2008-06-04x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi1-25/+24
2008-06-04x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtestKevin Winchester1-2/+2
2008-06-04x86: fix bad pmd ffff810000207xxx(9090909090909090)Hugh Dickins1-1/+1
2008-06-04x86: ioremap fix failing nesting checkIngo Molnar1-2/+3
2008-06-04x86: make 32-bit use e820_register_active_regions()Yinghai Lu1-13/+6
2008-06-04x86, numa, 32-bit: make sure get we kva spaceYinghai Lu1-5/+12
2008-06-03x86: clean up max_pfn_mapped usage - 32-bitYinghai Lu1-1/+2
2008-06-03x86, numa, 32-bit: avoid clash between ramdisk and kvaYinghai Lu1-19/+8
2008-06-03x86, numa, 32-bit: print out debug info on all kvasYinghai Lu1-2/+7
2008-06-03x86, 32-bit: change propagate_e820_map() back to find_max_pfn()Yinghai Lu1-1/+1
2008-06-03x86: set node_remap_size[0] in fallback pathYinghai Lu1-0/+1
2008-06-03x86, numa, 32-bit: increase max_elements to 1024Yinghai Lu1-7/+7
2008-06-03x86, numaq 32-bit: build fixIngo Molnar1-0/+4
2008-06-03x86: 32-bit numa, build fixIngo Molnar1-1/+1
2008-06-03x86: add dummy acpi_numa_processor_affinity_init() implementation on 32-bitIngo Molnar1-0/+5
2008-06-03x86: add acpi_numa_slit_init() dummy implementation on 32-bitIngo Molnar1-0/+9
2008-05-31x86: extend e820 early_res support 32bit -fix #5Yinghai Lu1-7/+5
2008-05-31x86: extend e820 early_res support 32bit -fix #4Yinghai Lu1-2/+7