summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | x86, asm: Merge cmpxchg_486_u64() and cmpxchg8b_emu()H. Peter Anvin2010-07-282-34/+14
| * | | | | | | | x86, asm: Move cmpxchg emulation code to arch/x86/libH. Peter Anvin2010-07-283-1/+2
| * | | | | | | | x86, asm: Clean up and simplify <asm/cmpxchg.h>H. Peter Anvin2010-07-282-52/+84
| * | | | | | | | x86, asm: Clean up and simplify set_64bit()H. Peter Anvin2010-07-272-50/+21
| * | | | | | | | Merge remote branch 'origin/x86/urgent' into x86/asmH. Peter Anvin2010-07-2750-235/+305
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86: Add memory modify constraints to xchg() and cmpxchg()H. Peter Anvin2010-07-272-54/+54
| * | | | | | | | | x86-64: Simplify loading initial_gsBrian Gerst2010-07-211-3/+2
| * | | | | | | | | x86: Use symbolic MSR namesBrian Gerst2010-07-212-2/+3
| * | | | | | | | | x86: Remove redundant K6 MSRsBrian Gerst2010-07-214-10/+8
* | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-062-1/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86, vdso: Don't quote $nm in the script for checking vdso referencesH. Peter Anvin2010-07-271-1/+1
| * | | | | | | | | | x86, vdso: Error out if the vdso contains external referencesH. Peter Anvin2010-06-182-1/+12
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-065-54/+117
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86, mrst: make mrst_timer_options an enumH. Peter Anvin2010-05-192-2/+3
| * | | | | | | | | | x86, mrst: make mrst_identify_cpu() an inline returning enumH. Peter Anvin2010-05-192-12/+12
| * | | | | | | | | | x86, mrst: add more timer config optionsJacob Pan2010-05-194-55/+72
| * | | | | | | | | | x86, mrst: add cpu type detectionJacob Pan2010-05-192-0/+45
| * | | | | | | | | | 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-063-39/+169
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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
| * | | | | | | | | | | x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driverFenghua Yu2010-08-032-0/+2
* | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-0614-142/+310
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86: Fix keeping track of AMD C1EMichal Schmidt2010-08-024-5/+8
| |/ / / / / / / / / / /
| * | | | | | | | | | | x86, cpu: Package Level Thermal Control, Power Limit Notification definitionsFenghua Yu2010-07-303-2/+19
| * | | | | | | | | | | x86, cpu: Export AMD errata definitionsH. Peter Anvin2010-07-281-0/+4
| * | | | | | | | | | | x86, cpu: Use AMD errata checking framework for erratum 383Hans Rosenfeld2010-07-283-2/+4
| * | | | | | | | | | | x86, cpu: Clean up AMD erratum 400 workaroundHans Rosenfeld2010-07-283-37/+8
| * | | | | | | | | | | x86, cpu: AMD errata checking frameworkHans Rosenfeld2010-07-282-0/+78
| * | | | | | | | | | | Merge remote branch 'linus/master' into x86/cpuH. Peter Anvin2010-07-28505-195793/+3156
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86, cpu: Split addon_cpuid_features.cH. Peter Anvin2010-07-193-57/+67
| * | | | | | | | | | | | x86, cpu: Clean up formatting in cpufeature.h, remove overrideH. Peter Anvin2010-07-191-6/+6
| * | | | | | | | | | | | x86, cpu: Enumerate xsaveoptSuresh Siddha2010-07-191-0/+1
| * | | | | | | | | | | | x86, cpu: Add xsaveopt cpufeatureSuresh 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-073-4/+21
| * | | | | | | | | | | | x86, cpu: Add CPU flags for F16C and RDRNDH. Peter Anvin2010-07-071-0/+2
| * | | | | | | | | | | | x86: Look for IA32_ENERGY_PERF_BIAS supportVenkatesh Pallipadi2010-06-163-0/+4
| * | | | | | | | | | | | 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 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-063-3/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into sched/coreIngo Molnar2010-07-21442-195669/+2674
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | sched: Fix spelling of siblingMichael Neuling2010-06-291-1/+1
| * | | | | | | | | | | | | Merge commit 'v2.6.35-rc3' into sched/coreIngo Molnar2010-06-1842-58/+362
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | powerpc: Exclude arch_sd_sibiling_asym_packing() on UPPeter Zijlstra2010-06-091-0/+2
| * | | | | | | | | | | | | powerpc: Enable asymmetric SMT scheduling on POWER7Michael Neuling2010-06-092-1/+11
| * | | | | | | | | | | | | sched_clock: Add local_clock() API and improve documentationPeter Zijlstra2010-06-091-2/+2
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-0655-339/+608
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'perf/nmi' into perf/coreIngo Molnar2010-08-057-8/+130
| |\ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud