aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/smpboot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-26[PATCH] i386: don't taint UP K7's running SMP kernels.Dave Jones1-0/+3
2006-09-26[PATCH] i386: Replace i386 open-coded cmdline parsing withRusty Russell1-0/+13
2006-09-26[PATCH] i386/x86-64: Fix NMI watchdog suspend/resumeShaohua Li1-1/+2
2006-09-25[PATCH] i386: fix flat mode numa on a real numa systemkeith mannthey1-1/+5
2006-07-31[PATCH] synchronize_tsc() fixesAndrew Morton1-29/+33
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] sched: mc/smt power savings sched policySiddha, Suresh B1-3/+5
2006-06-27[PATCH] i386: move phys_proc_id and cpu_core_id to cpuinfo_x86Rohit Seth1-11/+5
2006-06-27[PATCH] x86: cpu_init(): avoid GFP_KERNEL allocation while atomicShaohua Li1-0/+13
2006-06-26[PATCH] x86_64: nmi watchdog header cleanupDon Zickus1-0/+1
2006-06-25[PATCH] cpu_relax(): smpboot.cAndreas Mohr1-6/+8
2006-04-28[PATCH] Avoid printing pointless tsc skew msgsDave Jones1-1/+3
2006-03-27[PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B1-0/+24
2006-03-25[PATCH] Check if cpu can be onlined before calling smp_prepare_cpu()Ashok Raj1-15/+18
2006-03-23[PATCH] x86: SMP alternativesGerd Hoffmann1-0/+3
2006-03-17[PATCH] x86: check for online cpus before bringing them upSrivatsa Vaddagiri1-0/+10
2006-02-24[PATCH] x86: fix broken SMP boot sequenceJames Bottomley1-6/+0
2006-02-10[PATCH] x86: don't initialise cpu_possible_map to all onesAndrew Morton1-4/+0
2006-01-12[PATCH] i386: fix task_pt_regs()akpm@osdl.org1-2/+1
2006-01-12[PATCH] scheduler cache-hot-autodetectakpm@osdl.org1-0/+1
2006-01-06[PATCH] x86: GDT alignment fixZachary Amsden1-0/+6
2005-12-12[PATCH] i386/x86-64 disable LAPIC completely for offline CPUShaohua Li1-2/+1
2005-11-14Merge x86-64 update from AndiLinus Torvalds1-20/+53
2005-11-14[PATCH] x86-64/i386: Intel HT, Multi core detection fixesSiddha, Suresh B1-20/+53
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin1-0/+1
2005-11-07[PATCH] unexport phys_proc_id and cpu_core_idAdrian Bunk1-2/+0
2005-11-07[PATCH] arch/i386: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2005-10-31Revert "i386: move apic init in init_IRQs"Linus Torvalds1-16/+52
2005-10-30[PATCH] i386: move apic init in init_IRQsEric W. Biederman1-52/+16
2005-10-30[PATCH] x86: hot plug CPU to support physical add of new processorsNatalie Protasevich1-0/+4
2005-09-26[PATCH] useless includes of linux/irq.h in arch/i386Al Viro1-1/+0
2005-09-13[PATCH] use add_taint() for setting tainted bit flagsRandy Dunlap1-1/+1
2005-09-10[PATCH] i386/smpboot: use msleep() instead of schedule_timeout()Nishanth Aravamudan1-2/+1
2005-09-05[PATCH] i386 boottime for_each_cpu brokenZwane Mwaikambo1-0/+3
2005-09-05[PATCH] i386: encapsulate copying of pgd entriesZachary Amsden1-2/+2
2005-07-07[PATCH] mostly_read data sectionChristoph Lameter1-9/+9
2005-06-25[PATCH] cpu state clean after hot removeLi Shaohua1-31/+144
2005-06-25[PATCH] init call cleanupLi Shaohua1-9/+9
2005-06-25[PATCH] sibling map initializing reworkLi Shaohua1-47/+50
2005-06-25[PATCH] sep initializing reworkLi Shaohua1-0/+11
2005-06-25[PATCH] i386 CPU hotplugZwane Mwaikambo1-5/+93
2005-06-23[PATCH] x86: cpu_khz type fixAndrew Morton1-1/+1
2005-06-23[PATCH] Remove i386_ksyms.c, almost.Alexey Dobriyan1-0/+12
2005-05-28[PATCH] x86: fix smp_num_siblings on buggy BIOSesSiddha, Suresh B1-1/+3
2005-05-20[PATCH] x86_64: i386/x86-64: Export cpu_core_mapAndi Kleen1-0/+1
2005-05-01[PATCH] check nmi watchdog is brokenJack F Vogel1-3/+0
2005-04-16[PATCH] x86_64: add support for Intel dual-core detection and displayingAndi Kleen1-2/+29
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1145