summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2008-07-08x86: clean up using max_low_pfn on 32-bitYinghai Lu2-31/+16
2008-07-08x86: move reservetop and vmalloc parsing to pgtable_32.cYinghai Lu1-1/+34
2008-07-08x86: move find_max_low_pfn to init_32.cYinghai Lu1-1/+88
2008-07-08x86: introduce reserve_initrdYinghai Lu1-4/+2
2008-07-08x86: introduce initmem_init for 32 bitYinghai Lu2-2/+92
2008-07-08x86: introduce initmem_init for 64 bitYinghai Lu2-1/+17
2008-07-08RFC x86: try to remove arch_get_ram_rangeYinghai Lu1-2/+4
2008-07-08build: add __page_aligned_data and __page_aligned_bssJeremy Fitzhardinge1-2/+1
2008-07-08Merge branch 'x86/fixmap' into x86/develIngo Molnar3-33/+28
2008-07-08Merge branch 'x86/numa' into x86/develIngo Molnar2-58/+31
2008-07-08x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle1-5/+12
2008-07-08x86: numa_64.c fix shadowed variableThomas Gleixner1-15/+15
2008-07-08x86: numa_64.c make local variables staticThomas Gleixner1-4/+4
2008-07-08x86: remove the static 256k node_to_cpumask_mapMike Travis1-6/+0
2008-07-08x86: cleanup early per cpu variables/accesses v4Mike Travis2-33/+12
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar5-126/+182
2008-07-08x86: fix compiling when CONFIG_X86_MPPARSE is not setYinghai Lu1-0/+4
2008-07-08x86: merge setup_memory_map with e820Yinghai Lu1-0/+12
2008-07-08x86: kill bad_pproYinghai Lu2-33/+14
2008-07-08x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu2-23/+58
2008-07-08x86: replace shrink_active_range() with remove_active_range()Yinghai Lu1-21/+24
2008-07-08x86: clean up reserve_bootmem_generic() and port it to 32-bitYinghai Lu2-1/+8
2008-07-08x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle1-5/+12
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar5-61/+40
2008-07-08Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debu...Ingo Molnar1-12/+4
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar10-321/+233
2008-07-08x86_64: use PAGE_OFFSET in dump_pagetablesJiri Slaby1-1/+1
2008-07-08x86: add sparse annotations to ioremapThomas Gleixner1-5/+5
2008-07-08x86: janitor CPA statistics patchThomas Gleixner1-22/+26
2008-07-08x86, generic: CPA add statistics about state of direct mapping v4Andi Kleen3-0/+47
2008-07-03x86: remove unnecessary #ifdef CONFIG_X86_32...#elseGustavo Fernando Padovan1-4/+0
2008-07-03arch/x86/mm/init_64.c: early_memtest(): fix typesAndrew Morton1-3/+4
2008-07-01x86: small unifications of address printingVegard Nossum1-12/+4
2008-06-26x86: section/warning fixesDaniel J Blueman1-4/+4
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