summaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] sched: mc/smt power savings sched policySiddha, Suresh B2006-06-271-3/+5
* [PATCH] x86_64: Move export symbols to their C functionsAndi Kleen2006-06-261-0/+5
* [PATCH] x86_64: moving phys_proc_id and cpu_core_id to cpuinfo_x86Rohit Seth2006-06-261-9/+5
* [PATCH] x86_64: x86_64 version of the smp alternative patch.Gerd Hoffmann2006-06-261-0/+4
* [PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi2006-03-311-1/+1
* [PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B2006-03-271-0/+24
* [PATCH] x86_64: Move the SMP time selection earlierAndi Kleen2006-02-261-2/+0
* [PATCH] x86_64: Fix the additional_cpus=.. optionAndi Kleen2006-02-261-1/+1
* [PATCH] x86_64: Fix the node cpumask of a cpu going downRavikiran G Thirumalai2006-02-071-0/+3
* Revert "[PATCH] x86_64: Fix the node cpumask of a cpu going down"Linus Torvalds2006-02-051-3/+0
* [PATCH] x86_64: Fix the node cpumask of a cpu going downRavikiran G Thirumalai2006-02-041-0/+3
* [PATCH] amd64: task_stack_page()Al Viro2006-01-121-1/+1
* [PATCH] amd64: task_thread_info()Al Viro2006-01-121-1/+1
* [PATCH] x86_64: Some housekeeping in local APIC codeAndi Kleen2006-01-111-8/+3
* [PATCH] x86_64: Allocate PDAs in the local nodeRavikiran G Thirumalai2006-01-111-0/+17
* [PATCH] x86_64: Node local pda take 2 -- cpu_pda preparationRavikiran G Thirumalai2006-01-111-1/+1
* [PATCH] x86_64: Don't try to synchronize the TSC over CPUs on Intel CPUs at b...Andi Kleen2006-01-111-1/+7
* [PATCH] x86_64: Align and pad x86_64 GDT on page boundaryRavikiran G Thirumalai2006-01-111-0/+7
* [PATCH] x86_64: another mb() for smpboot.cBenjamin LaHaise2006-01-111-0/+1
* [PATCH] x86_64: Don't reserve hotplug CPUs by defaultAndi Kleen2006-01-111-7/+4
* [PATCH] i386/x86-64 disable LAPIC completely for offline CPUShaohua Li2005-12-121-1/+1
* Merge x86-64 update from AndiLinus Torvalds2005-11-141-20/+91
|\
| * [PATCH] x86-64/i386: Intel HT, Multi core detection fixesSiddha, Suresh B2005-11-141-14/+55
| * [PATCH] x86_64: New heuristics to find out hotpluggable CPUs.Andi Kleen2005-11-141-3/+36
| * [PATCH] x86_64: Unmap NULL during early bootupSiddha, Suresh B2005-11-141-3/+0
* | [PATCH] sched: disable preempt in idle tasksNick Piggin2005-11-091-0/+1
* | [PATCH] unexport phys_proc_id and cpu_core_idAdrian Bunk2005-11-071-2/+0
|/
* [PATCH] x86_64: Allocate cpu local data for all possible CPUsAndi Kleen2005-10-101-5/+1
* [PATCH] x86-64: more gratitious linux/irq.h includesAl Viro2005-09-121-1/+2
* [PATCH] x86-64: Remove freeing of SMP trampoline pagesAndi Kleen2005-09-121-11/+0
* [PATCH] x86-64: Enable interrupts during delay calibration on APsAndi Kleen2005-09-121-0/+5
* [PATCH] x86-64: Remove code for outdated APICsAndi Kleen2005-09-121-10/+1
* [PATCH] x86-64: Remove apic_write_around from smpboot.cAndi Kleen2005-09-121-9/+8
* [PATCH] x86_64: Don't call enforce_max_cpus when hotplug is enabledAshok Raj2005-09-091-19/+0
* [PATCH] Additions to .data.read_mostly sectionRavikiran G Thirumalai2005-09-071-5/+5
* [PATCH] x86_64: Fix race in TSC synchronizationAndi Kleen2005-08-191-7/+8
* [PATCH] x86_64: Fix apicid versus cpu# confusion.Eric W. Biederman2005-08-121-1/+1
* [PATCH] Fix sync_tsc hangEric W. Biederman2005-07-291-9/+12
* [PATCH] x86_64: Use msleep in smpboot.cNishanth Aravamudan2005-07-281-2/+1
* [PATCH] x86_64: Clarify Booting processor ... messageAndi Kleen2005-07-281-2/+3
* [PATCH] x86_64: Move cpu_present/possible_map parsing earlierAndi Kleen2005-07-281-31/+24
* [PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering2005-07-271-5/+5
* [PATCH] x86_64: fix SMP boot lockup on some machinesAndi Kleen2005-07-271-1/+1
* [PATCH] x86_64: Dont use broadcast shortcut to make it cpu hotplug safe.Ashok Raj2005-06-251-1/+18
* [PATCH] x86_64: CPU hotplug sibling map cleanupAshok Raj2005-06-251-48/+36
* [PATCH] x86_64: CPU hotplug supportAshok Raj2005-06-251-15/+190
* [PATCH] x86_64: Change init sections for CPU hotplug supportAshok Raj2005-06-251-10/+5
* [PATCH] x86_64: i386/x86-64: Export cpu_core_mapAndi Kleen2005-05-201-0/+1
* [PATCH] x86_64: Don't assume BSP has ID 0 in new smp bootupAndi Kleen2005-05-171-2/+0
OpenPOWER on IntegriCloud