summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-067-87/+14
|\
| * x86-32, asm: Directly access per-cpu GDTBrian Gerst2010-08-011-6/+5
| * x86-64, asm: Directly access per-cpu ISTBrian Gerst2010-08-011-3/+3
| * x86, asm: Move cmpxchg emulation code to arch/x86/libH. Peter Anvin2010-07-282-73/+1
| * Merge remote branch 'origin/x86/urgent' into x86/asmH. Peter Anvin2010-07-277-42/+59
| |\
| * | x86-64: Simplify loading initial_gsBrian Gerst2010-07-211-3/+2
| * | x86: Use symbolic MSR namesBrian Gerst2010-07-212-2/+3
* | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-063-53/+91
|\ \ \
| * | | x86, mrst: make mrst_timer_options an enumH. Peter Anvin2010-05-191-1/+1
| * | | x86, mrst: make mrst_identify_cpu() an inline returning enumH. Peter Anvin2010-05-191-11/+6
| * | | x86, mrst: add more timer config optionsJacob Pan2010-05-192-54/+71
| * | | x86, mrst: add cpu type detectionJacob Pan2010-05-191-0/+26
| * | | x86: detect scattered cpuid features earlierJacob Pan2010-05-191-1/+1
* | | | Merge branch 'x86-hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-39/+167
|\ \ \ \
| * | | | x86, hwmon: Package Level Thermal/Power: power limitFenghua Yu2010-08-031-54/+129
| * | | | x86, hwmon: Package Level Thermal/Power: thermal throttling handlerFenghua Yu2010-08-031-18/+71
* | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-068-128/+248
|\ \ \ \ \
| * | | | | x86: Fix keeping track of AMD C1EMichal Schmidt2010-08-021-3/+5
| |/ / / /
| * | | | x86, cpu: Package Level Thermal Control, Power Limit Notification definitionsFenghua Yu2010-07-301-0/+2
| * | | | x86, cpu: Export AMD errata definitionsH. Peter Anvin2010-07-281-0/+4
| * | | | x86, cpu: Use AMD errata checking framework for erratum 383Hans Rosenfeld2010-07-281-0/+2
| * | | | x86, cpu: Clean up AMD erratum 400 workaroundHans Rosenfeld2010-07-282-37/+7
| * | | | x86, cpu: AMD errata checking frameworkHans Rosenfeld2010-07-281-0/+60
| * | | | Merge remote branch 'linus/master' into x86/cpuH. Peter Anvin2010-07-2820-43/+104
| |\ \ \ \
| * | | | | x86, cpu: Split addon_cpuid_features.cH. Peter Anvin2010-07-193-57/+67
| * | | | | x86, cpu: Enumerate xsaveoptSuresh Siddha2010-07-191-0/+1
| * | | | | x86, cpu: Make init_scattered_cpuid_features() consider cpuid subleavesSuresh Siddha2010-07-191-12/+13
| * | | | | x86, cpu: Support the features flags in new CPUID leaf 7H. Peter Anvin2010-07-071-0/+10
| * | | | | x86: Look for IA32_ENERGY_PERF_BIAS supportVenkatesh Pallipadi2010-06-161-0/+1
| * | | | | x86, AMD: Extend support to future familiesBorislav Petkov2010-06-091-3/+3
| * | | | | x86, cacheinfo: Carve out L3 cache slot accessorsBorislav Petkov2010-06-091-26/+82
| * | | | | x86, xsave: Cleanup return codes in check_for_xstate()Dan Carpenter2010-06-091-6/+7
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-0615-187/+343
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'perf/nmi' into perf/coreIngo Molnar2010-08-054-8/+120
| |\ \ \ \ \ \
| | * | | | | | lockup_detector: Cross arch compile fixesDon Zickus2010-05-161-2/+2
| | * | | | | | x86, watchdog: Fix build error in hw_nmi.cIngo Molnar2010-05-131-0/+1
| | * | | | | | x86: Cleanup hw_nmi.c cruftDon Zickus2010-05-121-58/+0
| | * | | | | | x86: Move trigger_all_cpu_backtrace to its own die_notifierDon Zickus2010-05-121-14/+51
| | * | | | | | lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus2010-05-123-5/+5
| | * | | | | | Merge commit 'v2.6.34-rc7' into perf/nmiFrederic Weisbecker2010-05-12123-3820/+5590
| | |\ \ \ \ \ \
| | * | | | | | | nmi_watchdog: Clean up various small detailsDon Zickus2010-02-252-10/+10
| | * | | | | | | nmi_watchdog: Fix undefined 'apic' build bugDon Zickus2010-02-191-0/+2
| | * | | | | | | nmi_watchdog: Compile and portability fixesDon Zickus2010-02-141-5/+16
| | * | | | | | | nmi_watchdog: Config option to enable new nmi_watchdogDon Zickus2010-02-082-1/+8
| | * | | | | | | nmi_watchdog: Add new, generic implementation, using perf eventsDon Zickus2010-02-081-0/+114
| | * | | | | | | x86: Move notify_die from nmi.c to traps.cDon Zickus2010-02-082-7/+5
| * | | | | | | | Merge commit 'v2.6.35' into perf/coreIngo Molnar2010-08-028-44/+66
| |\ \ \ \ \ \ \ \
| * | | | | | | | | x86 cpufreq, perf: Make trace_power_frequency cpufreq driver independentThomas Renninger2010-07-222-7/+4
| * | | | | | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-07-218-19/+43
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | perf, x86: P4 PMU -- redesign cache eventsCyrill Gorcunov2010-07-051-36/+111