summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-07-08x86: introduce reserve_initrdYinghai Lu1-0/+2
2008-07-08x86: introduce initmem_init for 32 bitYinghai Lu1-0/+5
2008-07-08x86: introduce initmem_init for 64 bitYinghai Lu2-1/+1
2008-07-08x86: move reserve_standard_io_resource to setup.cYinghai Lu1-0/+2
2008-07-08x86: seperate probe_roms into another fileYinghai Lu1-0/+1
2008-07-08x86: add e820_remove_rangeYinghai Lu1-0/+2
2008-07-08x86: change identify_cpu to staticYinghai Lu1-1/+0
2008-07-08x86: seperate funcs from setup_64 to cpu common_64.cYinghai Lu1-0/+1
2008-07-08x86: check command line when CONFIG_X86_MPPARSE is not set, v2Yinghai Lu2-1/+11
2008-07-08RFC x86: try to remove arch_get_ram_rangeYinghai Lu1-1/+1
2008-07-08x86: move cpu_exit_clear to process_32.cGlauber Costa2-1/+1
2008-07-08x86: change __setup_vector_irq with setup_vector_irqGlauber Costa1-1/+1
2008-07-08x86: move x86_64 gdt closer to i386Glauber Costa2-25/+22
2008-07-08build: add __page_aligned_data and __page_aligned_bssJeremy Fitzhardinge1-0/+4
2008-07-08x86: unify crashkernel reservation for 32 and 64 bitBernhard Walle1-0/+3
2008-07-08Merge branch 'x86/fixmap' into x86/develIngo Molnar5-79/+71
2008-07-08Merge branch 'x86/uv' into x86/develIngo Molnar4-4/+375
2008-07-08x86: increase MAX_APICS for very large x86-64 configsJack Steiner1-4/+5
2008-07-08x86: fix stack overflow for large values of MAX_APICSJack Steiner1-0/+7
2008-07-08SGI UV: TLB shootdown using broadcast assist unitIngo Molnar1-10/+11
2008-07-08SGI UV: TLB shootdown using broadcast assist unit, cleanupsCliff Wickman1-71/+76
2008-07-08x86 atomic operations: atomic_or_long() atomic_inc_short()Cliff Wickman1-0/+26
2008-07-08x86, SGI UV: TLB shootdown using broadcast assist unitCliff Wickman1-0/+331
2008-07-08Merge branch 'linus' into x86/irqIngo Molnar32-47/+83
2008-07-08Merge branch 'x86/nmi' into x86/develIngo Molnar1-4/+2
2008-07-08Merge branch 'x86/numa' into x86/develIngo Molnar6-85/+153
2008-07-08x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle1-1/+1
2008-07-08x86: remove static boot_cpu_pda array v2Mike Travis2-3/+4
2008-07-08x86: remove the static 256k node_to_cpumask_mapMike Travis1-8/+17
2008-07-08x86: restore pda nodenumber fieldMike Travis2-1/+2
2008-07-08x86: cleanup early per cpu variables/accesses v4Mike Travis4-83/+140
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar31-265/+191
2008-07-08x86: update mptable fix with no ioapic v2Yinghai Lu1-2/+0
2008-07-08x86: cleanup machine_specific_memory_setup, v2Yinghai Lu2-3/+3
2008-07-08x86: remove unused file after numaq etc depends on genericarchYinghai Lu4-33/+0
2008-07-08x86: use acpi_numa_init to parse on 32-bit numaYinghai Lu2-11/+1
2008-07-08x86: merge setup_memory_map with e820Yinghai Lu4-58/+6
2008-07-08x86: kill bad_pproYinghai Lu2-2/+2
2008-07-08x86: move e820_resource_resources to e820.cYinghai Lu3-5/+1
2008-07-08x86 boot: pass E820 memory map entries more than 128 via linked list of setup...Huang, Ying2-0/+3
2008-07-08x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu3-1/+5
2008-07-08x86: rename two e820 related functionsYinghai Lu1-2/+2
2008-07-08x86: keep MP_intsrc_info untouched if we do not update mptableYinghai Lu1-0/+1
2008-07-08x86: replace shrink_active_range() with remove_active_range()Yinghai Lu1-1/+2
2008-07-08x86: clean up reserve_bootmem_generic() and port it to 32-bitYinghai Lu2-2/+2
2008-07-08x86: e820 merge parsing of the mem=/memmap= boot parametersYinghai Lu3-4/+2
2008-07-08x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle1-1/+1
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar174-405/+881
2008-07-08Merge branch 'x86/irq' into x86/develIngo Molnar16-664/+978
2008-07-08Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debu...Ingo Molnar8-122/+337