summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-151-9/+37
|\
| * Merge branch 'x86/urgent' into x86/patH. Peter Anvin2009-08-279-94/+356
| |\
| * | x86, mtrr: make mtrr_aps_delayed_init static boolH. Peter Anvin2009-08-221-3/+3
| * | x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT initSuresh Siddha2009-08-221-9/+37
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2009-09-151-1/+11
|\ \ \
| * | | x86, mce: do not compile mcelog message on AMDBorislav Petkov2009-09-141-1/+4
| * | | x86, mce: pass mce info to EDAC for decodingBorislav Petkov2009-09-141-0/+7
| | |/ | |/|
* | | Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-141-4/+14
|\ \ \
| * | | x86, percpu: Collect hot percpu variables into one cachelineTejun Heo2009-08-031-2/+13
| * | | x86, percpu: Fix DECLARE/DEFINE_PER_CPU_PAGE_ALIGNED()Tejun Heo2009-08-031-2/+1
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-144-18/+104
|\ \ \ \
| * | | | x86: Use hard_smp_processor_id() to get apic id for AMD K8 cpusYinghai Lu2009-09-041-1/+4
| * | | | x86, mcheck: Use correct cpumask for shared bank4Andreas Herrmann2009-09-041-3/+5
| * | | | x86, cacheinfo: Fixup L3 cache information for AMD multi-node processorsAndreas Herrmann2009-09-041-10/+22
| * | | | x86: Fix CPU llc_shared_map information for AMD Magny-CoursAndreas Herrmann2009-09-041-1/+63
| * | | | x86, AMD: Disable wrongly set X86_FEATURE_LAHF_LM CPUID bitBorislav Petkov2009-09-011-1/+10
| * | | | Merge commit 'v2.6.31-rc7' into x86/cpuIngo Molnar2009-08-2323-847/+1122
| |\ \ \ \
| * | | | | x86, cpu: cpu/proc.c display cache alignment and address sizes for 32 bitJaswinder Singh Rajput2009-06-131-2/+0
* | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-1420-992/+1013
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.31-rc7' into x86/cleanupsIngo Molnar2009-08-248-94/+352
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | / | | |_|_|_|/ | |/| | | |
| * | | | | x86/cpu: Clean up various files a bitAlan Cox2009-07-1111-129/+144
| * | | | | x86: Clean up idt_descr and idt_tableby using NR_VECTORS instead of hardcoded...Cyrill Gorcunov2009-07-101-1/+1
| * | | | | x86: Further clean up of mtrr/generic.cIngo Molnar2009-07-051-29/+27
| * | | | | x86: Clean up mtrr/main.cJaswinder Singh Rajput2009-07-041-213/+242
| * | | | | x86: Clean up mtrr/state.cJaswinder Singh Rajput2009-07-041-28/+40
| * | | | | x86: Clean up mtrr/mtrr.hJaswinder Singh Rajput2009-07-041-10/+9
| * | | | | x86: Clean up mtrr/if.cJaswinder Singh Rajput2009-07-041-59/+76
| * | | | | x86: Clean up mtrr/generic.cJaswinder Singh Rajput2009-07-041-135/+169
| * | | | | x86: Clean up mtrr/cyrix.cJaswinder Singh Rajput2009-07-041-43/+51
| * | | | | x86: Clean up mtrr/cleanup.cJaswinder Singh Rajput2009-07-041-174/+176
| * | | | | x86: Clean up mtrr/centaur.cJaswinder Singh Rajput2009-07-041-133/+35
| * | | | | x86: Clean up mtrr/amd.c:Jaswinder Singh Rajput2009-07-041-46/+51
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-141-21/+21
|\ \ \ \ \ \
| * | | | | | x86/i386: Put aligned stack-canary in percpu shared_aligned sectionJeremy Fitzhardinge2009-09-041-1/+1
| * | | | | | x86/i386: Make sure stack-protector segment base is cache alignedJeremy Fitzhardinge2009-09-031-1/+1
| * | | | | | Merge commit 'origin/x86/urgent' into x86/asmH. Peter Anvin2009-08-266-61/+329
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | x86: Introduce GDT_ENTRY_INIT(), fix APMIngo Molnar2009-08-081-1/+1
| * | | | | | x86: Introduce GDT_ENTRY_INIT()Akinobu Mita2009-08-081-20/+20
* | | | | | | x86, perf_counter, bts: Do not allow kernel BTS tracing for nowmarkus.t.metzger@intel.com2009-09-041-2/+9
* | | | | | | x86, perf_counter, bts: Correct pointer-to-u64 castsmarkus.t.metzger@intel.com2009-09-041-12/+12
* | | | | | | x86, perf_counter, bts: Fail if BTS is not availablemarkus.t.metzger@intel.com2009-09-041-14/+11
* | | | | | | Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-09-023-5/+25
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Ingo Molnar2009-08-201-0/+4
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | x86: make sure load_percpu_segment has no stackprotectorJeremy Fitzhardinge2009-08-201-0/+4
| * | | | | | x86, mce: Don't initialize MCEs on unknown CPUsIngo Molnar2009-08-171-5/+14
| * | | | | | x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUsBartlomiej Zolnierkiewicz2009-08-171-0/+4
| * | | | | | x86, mce: therm_throt: Don't log redundant normalityHugh Dickins2009-08-161-2/+5
* | | | | | | Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-08-154-38/+75
|\| | | | | |
| * | | | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-131-7/+33
| |\ \ \ \ \ \
| | * | | | | | perf_counter, x86: Fix/improve apic fallbackIngo Molnar2009-08-121-4/+30