aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | x86, mm: Create symbolic index into address_markers arrayAndres Salomon2010-07-20
| * | | | | | | | | | | | | x86, ioremap: Fix normal ram range checkKenji Kaneshige2010-07-09
| * | | | | | | | | | | | | x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige2010-07-09
| * | | | | | | | | | | | | x86-64, mm: Initialize VDSO earlier on 64 bitsJiri Slaby2010-06-18
| * | | | | | | | | | | | | x86, kmmio/mmiotrace: Fix double free of kmmio_fault_pagesMarcin Slusarz2010-06-18
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-06
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | um, x86: Cast to (u64 *) inside set_64bit()H. Peter Anvin2010-08-03
| * | | | | | | | | | | | | x86-32, asm: Directly access per-cpu GDTBrian Gerst2010-08-01
| * | | | | | | | | | | | | x86-64, asm: Directly access per-cpu ISTBrian Gerst2010-08-01
| * | | | | | | | | | | | | x86, asm: Merge cmpxchg_486_u64() and cmpxchg8b_emu()H. Peter Anvin2010-07-28
| * | | | | | | | | | | | | x86, asm: Move cmpxchg emulation code to arch/x86/libH. Peter Anvin2010-07-28
| * | | | | | | | | | | | | x86, asm: Clean up and simplify <asm/cmpxchg.h>H. Peter Anvin2010-07-28
| * | | | | | | | | | | | | x86, asm: Clean up and simplify set_64bit()H. Peter Anvin2010-07-28
| * | | | | | | | | | | | | Merge remote branch 'origin/x86/urgent' into x86/asmH. Peter Anvin2010-07-28
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | x86: Add memory modify constraints to xchg() and cmpxchg()H. Peter Anvin2010-07-27
| * | | | | | | | | | | | | | x86-64: Simplify loading initial_gsBrian Gerst2010-07-22
| * | | | | | | | | | | | | | x86: Use symbolic MSR namesBrian Gerst2010-07-22
| * | | | | | | | | | | | | | x86: Remove redundant K6 MSRsBrian Gerst2010-07-22
* | | | | | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | x86, vdso: Don't quote $nm in the script for checking vdso referencesH. Peter Anvin2010-07-28
| * | | | | | | | | | | | | | | x86, vdso: Error out if the vdso contains external referencesH. Peter Anvin2010-06-18
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | x86, mrst: make mrst_timer_options an enumH. Peter Anvin2010-05-19
| * | | | | | | | | | | | | | | x86, mrst: make mrst_identify_cpu() an inline returning enumH. Peter Anvin2010-05-19
| * | | | | | | | | | | | | | | x86, mrst: add more timer config optionsJacob Pan2010-05-19
| * | | | | | | | | | | | | | | x86, mrst: add cpu type detectionJacob Pan2010-05-19
| * | | | | | | | | | | | | | | x86: detect scattered cpuid features earlierJacob Pan2010-05-19
* | | | | | | | | | | | | | | | Merge branch 'x86-hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | x86, hwmon: Package Level Thermal/Power: power limitFenghua Yu2010-08-03
| * | | | | | | | | | | | | | | | x86, hwmon: Package Level Thermal/Power: thermal throttling handlerFenghua Yu2010-08-03
| * | | | | | | | | | | | | | | | x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driverFenghua Yu2010-08-03
* | | | | | | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | x86: Fix keeping track of AMD C1EMichal Schmidt2010-08-02
| |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | x86, cpu: Package Level Thermal Control, Power Limit Notification definitionsFenghua Yu2010-07-30
| * | | | | | | | | | | | | | | | x86, cpu: Export AMD errata definitionsH. Peter Anvin2010-07-28
| * | | | | | | | | | | | | | | | x86, cpu: Use AMD errata checking framework for erratum 383Hans Rosenfeld2010-07-28
| * | | | | | | | | | | | | | | | x86, cpu: Clean up AMD erratum 400 workaroundHans Rosenfeld2010-07-28
| * | | | | | | | | | | | | | | | x86, cpu: AMD errata checking frameworkHans Rosenfeld2010-07-28
| * | | | | | | | | | | | | | | | Merge remote branch 'linus/master' into x86/cpuH. Peter Anvin2010-07-28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | x86, cpu: Split addon_cpuid_features.cH. Peter Anvin2010-07-19
| * | | | | | | | | | | | | | | | x86, cpu: Clean up formatting in cpufeature.h, remove overrideH. Peter Anvin2010-07-19
| * | | | | | | | | | | | | | | | x86, cpu: Enumerate xsaveoptSuresh Siddha2010-07-19
| * | | | | | | | | | | | | | | | x86, cpu: Add xsaveopt cpufeatureSuresh Siddha2010-07-19
| * | | | | | | | | | | | | | | | x86, cpu: Make init_scattered_cpuid_features() consider cpuid subleavesSuresh Siddha2010-07-19
| * | | | | | | | | | | | | | | | x86, cpu: Support the features flags in new CPUID leaf 7H. Peter Anvin2010-07-07
| * | | | | | | | | | | | | | | | x86, cpu: Add CPU flags for F16C and RDRNDH. Peter Anvin2010-07-07
| * | | | | | | | | | | | | | | | x86: Look for IA32_ENERGY_PERF_BIAS supportVenkatesh Pallipadi2010-06-16
| * | | | | | | | | | | | | | | | x86, AMD: Extend support to future familiesBorislav Petkov2010-06-09
| * | | | | | | | | | | | | | | | x86, cacheinfo: Carve out L3 cache slot accessorsBorislav Petkov2010-06-09
| * | | | | | | | | | | | | | | | x86, xsave: Cleanup return codes in check_for_xstate()Dan Carpenter2010-06-09