Age | Commit message (Expand) | Author | Files | Lines |
2008-07-08 | x86: introduce reserve_initrd | Yinghai Lu | 1 | -0/+2 |
2008-07-08 | x86: introduce initmem_init for 32 bit | Yinghai Lu | 1 | -0/+5 |
2008-07-08 | x86: introduce initmem_init for 64 bit | Yinghai Lu | 2 | -1/+1 |
2008-07-08 | x86: move reserve_standard_io_resource to setup.c | Yinghai Lu | 1 | -0/+2 |
2008-07-08 | x86: seperate probe_roms into another file | Yinghai Lu | 1 | -0/+1 |
2008-07-08 | x86: add e820_remove_range | Yinghai Lu | 1 | -0/+2 |
2008-07-08 | x86: change identify_cpu to static | Yinghai Lu | 1 | -1/+0 |
2008-07-08 | x86: seperate funcs from setup_64 to cpu common_64.c | Yinghai Lu | 1 | -0/+1 |
2008-07-08 | x86: check command line when CONFIG_X86_MPPARSE is not set, v2 | Yinghai Lu | 2 | -1/+11 |
2008-07-08 | RFC x86: try to remove arch_get_ram_range | Yinghai Lu | 1 | -1/+1 |
2008-07-08 | x86: move cpu_exit_clear to process_32.c | Glauber Costa | 2 | -1/+1 |
2008-07-08 | x86: change __setup_vector_irq with setup_vector_irq | Glauber Costa | 1 | -1/+1 |
2008-07-08 | x86: move x86_64 gdt closer to i386 | Glauber Costa | 2 | -25/+22 |
2008-07-08 | build: add __page_aligned_data and __page_aligned_bss | Jeremy Fitzhardinge | 1 | -0/+4 |
2008-07-08 | x86: unify crashkernel reservation for 32 and 64 bit | Bernhard Walle | 1 | -0/+3 |
2008-07-08 | Merge branch 'x86/fixmap' into x86/devel | Ingo Molnar | 5 | -79/+71 |
2008-07-08 | Merge branch 'x86/uv' into x86/devel | Ingo Molnar | 4 | -4/+375 |
2008-07-08 | x86: increase MAX_APICS for very large x86-64 configs | Jack Steiner | 1 | -4/+5 |
2008-07-08 | x86: fix stack overflow for large values of MAX_APICS | Jack Steiner | 1 | -0/+7 |
2008-07-08 | SGI UV: TLB shootdown using broadcast assist unit | Ingo Molnar | 1 | -10/+11 |
2008-07-08 | SGI UV: TLB shootdown using broadcast assist unit, cleanups | Cliff Wickman | 1 | -71/+76 |
2008-07-08 | x86 atomic operations: atomic_or_long() atomic_inc_short() | Cliff Wickman | 1 | -0/+26 |
2008-07-08 | x86, SGI UV: TLB shootdown using broadcast assist unit | Cliff Wickman | 1 | -0/+331 |
2008-07-08 | Merge branch 'linus' into x86/irq | Ingo Molnar | 32 | -47/+83 |
2008-07-08 | Merge branch 'x86/nmi' into x86/devel | Ingo Molnar | 1 | -4/+2 |
2008-07-08 | Merge branch 'x86/numa' into x86/devel | Ingo Molnar | 6 | -85/+153 |
2008-07-08 | x86: add flags parameter to reserve_bootmem_generic() | Bernhard Walle | 1 | -1/+1 |
2008-07-08 | x86: remove static boot_cpu_pda array v2 | Mike Travis | 2 | -3/+4 |
2008-07-08 | x86: remove the static 256k node_to_cpumask_map | Mike Travis | 1 | -8/+17 |
2008-07-08 | x86: restore pda nodenumber field | Mike Travis | 2 | -1/+2 |
2008-07-08 | x86: cleanup early per cpu variables/accesses v4 | Mike Travis | 4 | -83/+140 |
2008-07-08 | Merge branch 'x86/mpparse' into x86/devel | Ingo Molnar | 31 | -265/+191 |
2008-07-08 | x86: update mptable fix with no ioapic v2 | Yinghai Lu | 1 | -2/+0 |
2008-07-08 | x86: cleanup machine_specific_memory_setup, v2 | Yinghai Lu | 2 | -3/+3 |
2008-07-08 | x86: remove unused file after numaq etc depends on genericarch | Yinghai Lu | 4 | -33/+0 |
2008-07-08 | x86: use acpi_numa_init to parse on 32-bit numa | Yinghai Lu | 2 | -11/+1 |
2008-07-08 | x86: merge setup_memory_map with e820 | Yinghai Lu | 4 | -58/+6 |
2008-07-08 | x86: kill bad_ppro | Yinghai Lu | 2 | -2/+2 |
2008-07-08 | x86: move e820_resource_resources to e820.c | Yinghai Lu | 3 | -5/+1 |
2008-07-08 | x86 boot: pass E820 memory map entries more than 128 via linked list of setup... | Huang, Ying | 2 | -0/+3 |
2008-07-08 | x86, mm: use add_highpages_with_active_regions() for high pages init v2 | Yinghai Lu | 3 | -1/+5 |
2008-07-08 | x86: rename two e820 related functions | Yinghai Lu | 1 | -2/+2 |
2008-07-08 | x86: keep MP_intsrc_info untouched if we do not update mptable | Yinghai Lu | 1 | -0/+1 |
2008-07-08 | x86: replace shrink_active_range() with remove_active_range() | Yinghai Lu | 1 | -1/+2 |
2008-07-08 | x86: clean up reserve_bootmem_generic() and port it to 32-bit | Yinghai Lu | 2 | -2/+2 |
2008-07-08 | x86: e820 merge parsing of the mem=/memmap= boot parameters | Yinghai Lu | 3 | -4/+2 |
2008-07-08 | x86: add flags parameter to reserve_bootmem_generic() | Bernhard Walle | 1 | -1/+1 |
2008-07-08 | Merge branch 'linus' into tmp.x86.mpparse.new | Ingo Molnar | 174 | -405/+881 |
2008-07-08 | Merge branch 'x86/irq' into x86/devel | Ingo Molnar | 16 | -664/+978 |
2008-07-08 | Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debu... | Ingo Molnar | 8 | -122/+337 |