| Commit message (Expand) | Author | Files | Lines |
2008-07-08 | x86: fix sleep.c build error | Ingo Molnar | 1 | -0/+2 |
2008-07-08 | x86: take load_sp0 out of smpboot.c | Glauber Costa | 2 | -1/+1 |
2008-07-08 | x86: move cpu_exit_clear to process_32.c | Glauber Costa | 4 | -19/+18 |
2008-07-08 | x86: remove cpu from maps | Glauber Costa | 1 | -2/+0 |
2008-07-08 | x86: change naming to match x86_64 | Glauber Costa | 1 | -6/+2 |
2008-07-08 | x86: provide connect_bsp_APIC for x86_64 | Glauber Costa | 2 | -4/+11 |
2008-07-08 | x86: change __setup_vector_irq with setup_vector_irq | Glauber Costa | 4 | -11/+16 |
2008-07-08 | x86: remove ifdef from stepping | Glauber Costa | 1 | -2/+0 |
2008-07-08 | x86: clearing io_apic harmless for x86_64 | Glauber Costa | 1 | -2/+1 |
2008-07-08 | x86: boot secondary cpus through initial_code | Glauber Costa | 2 | -25/+2 |
2008-07-08 | x86: use initial_code for i386 | Glauber Costa | 1 | -1/+4 |
2008-07-08 | x86: move x86_64 gdt closer to i386 | Glauber Costa | 7 | -88/+48 |
2008-07-08 | x86: don't use gdt_page openly. | Glauber Costa | 1 | -1/+1 |
2008-07-08 | x86: use stack_start in x86_64 | Glauber Costa | 3 | -9/+5 |
2008-07-08 | build: add __page_aligned_data and __page_aligned_bss | Jeremy Fitzhardinge | 3 | -3/+6 |
2008-07-08 | x86: unify crashkernel reservation for 32 and 64 bit | Bernhard Walle | 4 | -93/+64 |
2008-07-08 | x86, SGI UV: uv_ptc_proc_write fix | Cliff Wickman | 1 | -1/+1 |
2008-07-08 | x86, SGI UV: TLB shootdown using broadcast assist unit, v6 | Cliff Wickman | 1 | -0/+2 |
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 | 4 | -5/+11 |
2008-07-08 | SGI UV: TLB shootdown using broadcast assist unit, fix | Ingo Molnar | 1 | -1/+1 |
2008-07-08 | SGI UV: clean up arch/x86/kernel/tlb_uv.c | Ingo Molnar | 1 | -45/+62 |
2008-07-08 | SGI UV: TLB shootdown using broadcast assist unit | Ingo Molnar | 2 | -108/+96 |
2008-07-08 | SGI UV: TLB shootdown using broadcast assist unit, cleanups | Cliff Wickman | 3 | -399/+454 |
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 | 5 | -1/+1077 |
2008-07-08 | x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64 | Bernhard Walle | 1 | -1/+1 |
2008-07-08 | x86: add flags parameter to reserve_bootmem_generic() | Bernhard Walle | 5 | -10/+20 |
2008-07-08 | x86: fix setup.c printk format warning | Randy Dunlap | 1 | -1/+1 |
2008-07-08 | x86: don't return invalid pointers from node_to_cpumask() | Vegard Nossum | 1 | -0/+2 |
2008-07-08 | sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.c | Mike Travis | 1 | -9/+9 |
2008-07-08 | x86: numa_64.c fix shadowed variable | Thomas Gleixner | 1 | -15/+15 |
2008-07-08 | x86: numa_64.c make local variables static | Thomas Gleixner | 1 | -4/+4 |
2008-07-08 | x86: compile error fix for smpboot.c | Jeremy Fitzhardinge | 1 | -0/+2 |
2008-07-08 | x86: leave initial __cpu_pda array in place until cpus are booted | Mike Travis | 1 | -7/+3 |
2008-07-08 | x86: remove static boot_cpu_pda array v2 | Mike Travis | 6 | -38/+135 |
2008-07-08 | x86: remove the static 256k node_to_cpumask_map | Mike Travis | 3 | -19/+144 |
2008-07-08 | x86: restore pda nodenumber field | Mike Travis | 3 | -1/+6 |
2008-07-08 | x86: cleanup early per cpu variables/accesses v4 | Mike Travis | 15 | -196/+270 |
2008-07-08 | x86: modify Kconfig to allow up to 4096 cpus | Mike Travis | 1 | -5/+32 |
2008-07-08 | x86: fix remove cpu_pda table patch | Mike Travis | 1 | -2/+2 |
2008-07-08 | x86: don't call pxm_to_node again | Yinghai Lu | 1 | -6/+8 |
2008-07-08 | x86: make dev_to_node return online node | Yinghai Lu | 1 | -0/+3 |
2008-07-08 | x86, ioapic, acpi quirk: disable IRQ 0 through I/O APIC for some HP systems | Matthew Garrett | 1 | -0/+37 |
2008-07-08 | x86, ioapic, acpi: add a knob to disable IRQ 0 through I/O APIC | Maciej W. Rozycki | 1 | -0/+10 |
2008-07-08 | x86: simplify x86_mpparse dependency check | Yinghai Lu | 1 | -2/+2 |
2008-07-08 | Revert parts of "x86: update mptable" | Ingo Molnar | 1 | -5/+0 |
2008-07-08 | x86: fix compiling when CONFIG_X86_MPPARSE is not set | Yinghai Lu | 2 | -1/+5 |
2008-07-08 | x86: let MPS support be selectable, v2 | Yinghai Lu | 2 | -9/+21 |
2008-07-08 | x86: update mptable fix with no ioapic v2 | Yinghai Lu | 3 | -43/+65 |