aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/smpboot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-11x86_64: prepare shared kernel/smpboot.cThomas Gleixner1-1085/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08move die notifier handling to common codeChristoph Hellwig1-1/+1
2007-05-02[PATCH] x86-64: unexport cpu_llc_idAndrew Morton1-1/+0
2007-05-02[PATCH] x86-64: use safe_apic_wait_icr_idle in smpboot.c - x86_64Fernando Luis VazquezCao1-2/+5
2007-05-02[PATCH] x86-64: use safe_apic_wait_icr_idle in smpboot.c - x86_64Fernando Luis VazquezCao1-20/+5
2007-05-02[PATCH] x86: Save the MTRRs of the BSP before booting an APBernhard Kaindl1-0/+6
2007-05-02[PATCH] x86: revert x86_64-mm-fix-the-irqbalance-quirk-for-e7320-e7520-e7525Andrew Morton1-8/+0
2007-03-07[PATCH] CPU hotplug: call check_tsc_sync_source() with irqs offIngo Molnar1-1/+4
2007-02-16[PATCH] time: x86_64: convert x86_64 to use GENERIC_TIMEjohn stultz1-1/+0
2007-02-16[PATCH] x86: rewrite SMP TSC sync codeIngo Molnar1-219/+11
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-0/+8
2006-12-07[PATCH] x86: fix the irqbalance quirk for E7320/E7520/E7525Siddha, Suresh B1-0/+8
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-5/+7
2006-10-25[PATCH] x86-64: Only look at per_cpu data for online cpus.Eric W. Biederman1-1/+6
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-8/+6
2006-09-26[PATCH] smp_call_function_single() cleanupAndrew Morton1-1/+2
2006-09-26[PATCH] Convert x86-64 to early paramAndi Kleen1-3/+3
2006-09-26[PATCH] Remove obsolete PIC modeAndi Kleen1-1/+0
2006-09-26[PATCH] Remove all ifdefs for local/io apicAndi Kleen1-5/+0
2006-09-26[PATCH] Add initalization of the RDTSCP auxilliary valuesVojtech Pavlik1-0/+2
2006-09-26[PATCH] i386/x86-64: Fix NMI watchdog suspend/resumeShaohua Li1-0/+2
2006-07-10[PATCH] lockdep: clean up completion initializer in smpboot.cIngo Molnar1-3/+1
2006-07-03[PATCH] lockdep: annotate on-stack completionsIngo Molnar1-0/+2
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-26[PATCH] x86_64: Move export symbols to their C functionsAndi Kleen1-0/+5
2006-06-26[PATCH] x86_64: moving phys_proc_id and cpu_core_id to cpuinfo_x86Rohit Seth1-9/+5
2006-06-26[PATCH] x86_64: x86_64 version of the smp alternative patch.Gerd Hoffmann1-0/+4
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-1/+1
2006-03-27[PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B1-0/+24
2006-02-26[PATCH] x86_64: Move the SMP time selection earlierAndi Kleen1-2/+0
2006-02-26[PATCH] x86_64: Fix the additional_cpus=.. optionAndi Kleen1-1/+1
2006-02-07[PATCH] x86_64: Fix the node cpumask of a cpu going downRavikiran G Thirumalai1-0/+3
2006-02-05Revert "[PATCH] x86_64: Fix the node cpumask of a cpu going down"Linus Torvalds1-3/+0
2006-02-04[PATCH] x86_64: Fix the node cpumask of a cpu going downRavikiran G Thirumalai1-0/+3
2006-01-12[PATCH] amd64: task_stack_page()Al Viro1-1/+1
2006-01-12[PATCH] amd64: task_thread_info()Al Viro1-1/+1
2006-01-11[PATCH] x86_64: Some housekeeping in local APIC codeAndi Kleen1-8/+3
2006-01-11[PATCH] x86_64: Allocate PDAs in the local nodeRavikiran G Thirumalai1-0/+17
2006-01-11[PATCH] x86_64: Node local pda take 2 -- cpu_pda preparationRavikiran G Thirumalai1-1/+1
2006-01-11[PATCH] x86_64: Don't try to synchronize the TSC over CPUs on Intel CPUs at boot.Andi Kleen1-1/+7
2006-01-11[PATCH] x86_64: Align and pad x86_64 GDT on page boundaryRavikiran G Thirumalai1-0/+7
2006-01-11[PATCH] x86_64: another mb() for smpboot.cBenjamin LaHaise1-0/+1
2006-01-11[PATCH] x86_64: Don't reserve hotplug CPUs by defaultAndi Kleen1-7/+4
2005-12-12[PATCH] i386/x86-64 disable LAPIC completely for offline CPUShaohua Li1-1/+1
2005-11-14Merge x86-64 update from AndiLinus Torvalds1-20/+91
2005-11-14[PATCH] x86-64/i386: Intel HT, Multi core detection fixesSiddha, Suresh B1-14/+55
2005-11-14[PATCH] x86_64: New heuristics to find out hotpluggable CPUs.Andi Kleen1-3/+36
2005-11-14[PATCH] x86_64: Unmap NULL during early bootupSiddha, Suresh B1-3/+0