aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)Author
2009-01-03x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis
2009-01-03x86: enable cpus display of kernel_max and offlined cpusMike Travis
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-12-26cpumask: cpu_coregroup_mask(): x86Rusty Russell
2008-12-25tracing/ftrace: don't trace on early stage of a secondary cpu boot, v3Frederic Weisbecker
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar
2008-12-18x86: use possible_cpus=NUM to extend the possible cpus allowedMike Travis
2008-12-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/travis...Ingo Molnar
2008-12-17Merge branch 'linus' into cpus4096Ingo Molnar
2008-12-16x86: fixup_irqs() doesnt need an argument.Mike Travis
2008-12-14x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden
2008-12-13Merge ../linux-2.6-x86Rusty Russell
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell
2008-12-05x86: fix missing space in printkMichael Tokarev
2008-11-18x86: fix wakeup_cpu with numaq/es7000, v2, fixYinghai Lu
2008-11-17x86: fix wakeup_cpu with numaq/es7000, v2Yinghai Lu
2008-10-22x86: do_boot_cpu - check if we have ESR registerCyrill Gorcunov
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-10-16Make the taint flags reliableAndi Kleen
2008-10-16x86: print out apic id in hex formatYinghai Lu
2008-10-13x86: remove additional_cpusThomas Gleixner
2008-10-13x86: remove additional_cpus configurabilityIngo Molnar
2008-10-13x86: allow number of additional hotplug CPUs to be set at compile time, V2Chuck Ebbert
2008-10-13x86: move prefill_possible_map calling early, fix, V2Chuck Ebbert
2008-10-13x86: smpboot - check if we have ESR register in wakeup_secondary_cpuCyrill Gorcunov
2008-10-13arch/x86/kernel/smpboot.c: Clarify when irq processing begins.Manfred Spraul
2008-10-12Merge branch 'linus' into x86/xenIngo Molnar
2008-10-11Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of ...Linus Torvalds
2008-10-11Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar
2008-10-10Merge branch 'sched-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar
2008-10-06Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1Ingo Molnar
2008-09-23Merge branch 'timers/urgent' into x86/xenIngo Molnar
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul
2008-08-25Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar
2008-08-25x86: separate generic cpu disabling code from APIC writes in cpu_disableAlex Nixon
2008-08-25x86: unify x86_32 and x86_64 play_dead into one functionAlex Nixon
2008-08-25x86: add cpu hotplug hooks into smp_opsAlex Nixon
2008-08-22x86: fix section mismatch warning - uv_cpu_initMarcin Slusarz
2008-08-20Merge branch 'linus' into x86/cleanupsIngo Molnar
2008-08-18x86: silence section mismatch warning - get_local_pdaMarcin Slusarz
2008-08-15x86: remove nesting CONFIG_HOTPLUG_CPULi Zefan
2008-08-14Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/coreIngo Molnar
2008-08-14Merge branch 'linus' into x86/coreIngo Molnar
2008-08-14Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar
2008-08-14x86: check bigsmp in smp_sanity_check instead of cpu_upYinghai Lu
2008-08-14x86: resurrect proper handling of maxcpus= kernel option (v2)Max Krasnyansky
2008-08-11x86: fix 2.6.27rc1 cannot boot more than 8CPUsYinghai Lu