aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAge
* x86: uv cleanupTejun Heo2009-01-21
* x86-64: Move kernelstack from PDA to per-cpu.Brian Gerst2009-01-18
* x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-18
* x86: misc clean up after the percpu updateTejun Heo2009-01-16
* x86: fold pda into percpu area on SMPTejun Heo2009-01-16
* x86: load pointer to pda into %gs while brining up a CPUTejun Heo2009-01-16
*-. Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar2009-01-15
|\ \
| | * x86: fully honor "nolapic"Jan Beulich2009-01-15
| |/ |/|
| * x86: smp.h move cpu_callout_mask and cpu_callout_map declartion to cpumask.hJaswinder Singh Rajput2009-01-10
| * x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.hJaswinder Singh Rajput2009-01-10
| * Merge branch 'linus' into x86/cleanupsIngo Molnar2009-01-10
| |\ | |/ |/|
| * x86: smp.h move prefill_possible_map declartion to cpu.hJaswinder Singh Rajput2009-01-07
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-10
|\|
| *-. Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8...Ingo Molnar2009-01-06
| |\ \
| * | | x86: update Alan Cox's email addressesAlan Cox2009-01-05
| |/ /
| * | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-02
| |\ \
* | | | x86: cleanup remaining cpumask_t ops in smpboot codeMike Travis2009-01-04
| |_|/ |/| |
* | | x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis2009-01-03
* | | x86: enable cpus display of kernel_max and offlined cpusMike Travis2009-01-03
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-03
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-29
| |\|
| | * Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-28
| | |\
| | | * tracing/ftrace: don't trace on early stage of a secondary cpu boot, v3Frederic Weisbecker2008-12-25
| | | |
| | | \
| | | \
| | | \
| | | \
| | | \
| | *-----. \ Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-23
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | x86: fix missing space in printkMichael Tokarev2008-12-05
| | | |/ / /
| * | | | | cpumask: cpu_coregroup_mask(): x86Rusty Russell2008-12-26
* | | | | | x86: use possible_cpus=NUM to extend the possible cpus allowedMike Travis2008-12-18
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/travis...Ingo Molnar2008-12-17
|\ \ \ \ \ \
| * | | | | | x86: fixup_irqs() doesnt need an argument.Mike Travis2008-12-16
* | | | | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden2008-12-14
| | |/ / / | |/| | |
* | | | | Merge ../linux-2.6-x86Rusty Russell2008-12-13
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | x86: fix wakeup_cpu with numaq/es7000, v2, fixYinghai Lu2008-11-17
| * | | x86: fix wakeup_cpu with numaq/es7000, v2Yinghai Lu2008-11-17
| |/ /
* / / cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-13
|/ /
* / x86: do_boot_cpu - check if we have ESR registerCyrill Gorcunov2008-10-22
|/
* Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-20
|\
| * x86: print out apic id in hex formatYinghai Lu2008-10-16
* | Make the taint flags reliableAndi Kleen2008-10-16
|/
* x86: remove additional_cpusThomas Gleixner2008-10-13
* x86: remove additional_cpus configurabilityIngo Molnar2008-10-13
* x86: allow number of additional hotplug CPUs to be set at compile time, V2Chuck Ebbert2008-10-13
* x86: move prefill_possible_map calling early, fix, V2Chuck Ebbert2008-10-13
* x86: smpboot - check if we have ESR register in wakeup_secondary_cpuCyrill Gorcunov2008-10-13
* arch/x86/kernel/smpboot.c: Clarify when irq processing begins.Manfred Spraul2008-10-13
* Merge branch 'linus' into x86/xenIngo Molnar2008-10-12
|\
| * Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of ...Linus Torvalds2008-10-11
| |\
| | * Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar2008-10-11
| | |\
| | | *---. Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/coreIngo Molnar2008-08-14
| | | |\ \ \
| | | * \ \ \ Merge branch 'linus' into x86/coreIngo Molnar2008-08-14
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | |