summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-08Merge branch 'x86/uv' into x86/develIngo Molnar11-10/+1181
2008-07-08x86, SGI UV: uv_ptc_proc_write fixCliff Wickman1-1/+1
2008-07-08x86, SGI UV: TLB shootdown using broadcast assist unit, v6Cliff Wickman1-0/+2
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 Steiner4-5/+11
2008-07-08SGI UV: TLB shootdown using broadcast assist unit, fixIngo Molnar1-1/+1
2008-07-08SGI UV: clean up arch/x86/kernel/tlb_uv.cIngo Molnar1-45/+62
2008-07-08SGI UV: TLB shootdown using broadcast assist unitIngo Molnar2-108/+96
2008-07-08SGI UV: TLB shootdown using broadcast assist unit, cleanupsCliff Wickman3-399/+454
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 Wickman5-1/+1077
2008-07-08Merge branch 'linus' into x86/irqIngo Molnar330-1368/+9414
2008-07-08Merge branch 'x86/nmi' into x86/develIngo Molnar7-565/+166
2008-07-08Merge branch 'x86/numa' into x86/develIngo Molnar22-278/+611
2008-07-08x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64Bernhard Walle1-1/+1
2008-07-08x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle5-10/+20
2008-07-08x86: fix setup.c printk format warningRandy Dunlap1-1/+1
2008-07-08x86: don't return invalid pointers from node_to_cpumask()Vegard Nossum1-0/+2
2008-07-08sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.cMike Travis1-9/+9
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: compile error fix for smpboot.cJeremy Fitzhardinge1-0/+2
2008-07-08x86: leave initial __cpu_pda array in place until cpus are bootedMike Travis1-7/+3
2008-07-08x86: remove static boot_cpu_pda array v2Mike Travis6-38/+135
2008-07-08x86: remove the static 256k node_to_cpumask_mapMike Travis3-19/+144
2008-07-08x86: restore pda nodenumber fieldMike Travis3-1/+6
2008-07-08x86: cleanup early per cpu variables/accesses v4Mike Travis15-196/+270
2008-07-08x86: modify Kconfig to allow up to 4096 cpusMike Travis1-5/+32
2008-07-08x86: fix remove cpu_pda table patchMike Travis1-2/+2
2008-07-08x86: don't call pxm_to_node againYinghai Lu1-6/+8
2008-07-08x86: make dev_to_node return online nodeYinghai Lu1-0/+3
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar90-2968/+3874
2008-07-08x86, ioapic, acpi quirk: disable IRQ 0 through I/O APIC for some HP systemsMatthew Garrett1-0/+37
2008-07-08x86, ioapic, acpi: add a knob to disable IRQ 0 through I/O APICMaciej W. Rozycki1-0/+10
2008-07-08x86: simplify x86_mpparse dependency checkYinghai Lu1-2/+2
2008-07-08Revert parts of "x86: update mptable"Ingo Molnar1-5/+0
2008-07-08x86: fix compiling when CONFIG_X86_MPPARSE is not setYinghai Lu2-1/+5
2008-07-08x86: let MPS support be selectable, v2Yinghai Lu2-9/+21
2008-07-08x86: update mptable fix with no ioapic v2Yinghai Lu3-43/+65
2008-07-08x86: cleanup machine_specific_memory_setup, v2Yinghai Lu4-40/+11
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 Lu4-173/+75
2008-07-08x86: Kconfig cleanup with genericarchYinghai Lu1-5/+5
2008-07-08x86: move some function out of setup_bootmem_allocYinghai Lu1-15/+16
2008-07-08x86: merge setup_memory_map with e820Yinghai Lu11-234/+92
2008-07-08x86: kill bad_pproYinghai Lu5-35/+25
2008-07-08x86: move e820_resource_resources to e820.cYinghai Lu7-254/+208
2008-07-08x86 boot: pass E820 memory map entries more than 128 via linked list of setup...Huang, Ying4-13/+52
2008-07-08x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu7-35/+71
2008-07-08x86: rename two e820 related functionsYinghai Lu10-27/+27