aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
...
| * | | | | | | | x86: Merge simd_math_error() into math_error()Brian Gerst2010-05-03
| * | | | | | | | x86-32: Rework cache flush denied handlerBrian Gerst2010-05-03
* | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, hypervisor: add missing <linux/module.h>H. Peter Anvin2010-05-10
| * | | | | | | | | x86, hypervisor: Export the x86_hyper* symbolsH. Peter Anvin2010-05-09
| * | | | | | | | | Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin2010-05-08
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: Clean up the hypervisor layerH. Peter Anvin2010-05-07
| * | | | | | | | | | x86, HyperV: fix up the license to mshyperv.cGreg Kroah-Hartman2010-05-07
| * | | | | | | | | | x86: Detect running on a Microsoft HyperV systemKy Srinivasan2010-05-06
| * | | | | | | | | | x86, cpu: Make APERF/MPERF a normal table-driven flagH. Peter Anvin2010-05-03
| * | | | | | | | | | x86, k8: Fix build error when K8_NB is disabledBorislav Petkov2010-05-03
| * | | | | | | | | | x86, cacheinfo: Disable index in all four subcachesBorislav Petkov2010-04-22
| * | | | | | | | | | x86, cacheinfo: Make L3 cache info per nodeBorislav Petkov2010-04-22
| * | | | | | | | | | x86, cacheinfo: Reorganize AMD L3 cache structureBorislav Petkov2010-04-22
| * | | | | | | | | | x86, cacheinfo: Turn off L3 cache index disable feature in virtualized enviro...Frank Arnold2010-04-22
| * | | | | | | | | | x86, cacheinfo: Unify AMD L3 cache index disable checkingBorislav Petkov2010-04-22
| * | | | | | | | | | powernow-k8: Fix frequency reportingMark Langsdorf2010-04-09
| * | | | | | | | | | x86, cpufreq: Add APERF/MPERF support for AMD processorsMark Langsdorf2010-04-09
| * | | | | | | | | | x86: Unify APERF/MPERF supportBorislav Petkov2010-04-09
| * | | | | | | | | | powernow-k8: Add core performance boost supportBorislav Petkov2010-04-09
| * | | | | | | | | | x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfoBorislav Petkov2010-04-09
* | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-18
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86: Clean up arch/x86/Kconfig*Jan Beulich2010-04-28
| * | | | | | | | | | | x86-64: Don't export init_level4_pgtJan Beulich2010-04-28
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-18
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/asm' into x86/atomicH. Peter Anvin2010-04-29
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86: Fix LOCK_PREFIX_HERE for uniprocessor buildH. Peter Anvin2010-04-29
| * | | | | | | | | | | | x86-32: Fix atomic64_inc_not_zero return value conventionLuca Barbieri2010-03-01
| * | | | | | | | | | | | x86-32: Fix atomic64_add_unless return value conventionLuca Barbieri2010-03-01
| * | | | | | | | | | | | x86: Implement atomic[64]_dec_if_positive()Luca Barbieri2010-03-01
| * | | | | | | | | | | | x86-32: Rewrite 32-bit atomic64 functions in assemblyLuca Barbieri2010-02-25
| * | | | | | | | | | | | x86-32: Allow UP/SMP lock replacement in cmpxchg64Luca Barbieri2010-02-25
| * | | | | | | | | | | | x86: Add support for lock prefix in alternativesLuca Barbieri2010-02-25
* | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-18
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86: Use .cfi_sections for assembly codeRoland McGrath2010-05-14
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | x86-64: Reduce SMP locks table sizeJan Beulich2010-04-28
| * | | | | | | | | | | | x86, asm: Introduce and use percpu_inc()Jan Beulich2010-04-28
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-18
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar2010-05-08
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | stop_machine: reimplement using cpu_stopTejun Heo2010-05-06
* | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-18
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86, perf: P4 PMU - fix counters management logicCyrill Gorcunov2010-05-15
| * | | | | | | | | | | | | x86, perf: P4 PMU -- use hash for p4_get_escr_idx()Cyrill Gorcunov2010-05-13
| * | | | | | | | | | | | | perf, powerpc: Implement group scheduling transactional APIsLin Ming2010-05-11
| * | | | | | | | | | | | | x86, perf: P4 PMU -- check for proper event index in RAW eventsCyrill Gorcunov2010-05-08
| * | | | | | | | | | | | | x86, perf: P4 PMU -- Get rid of redundant check for array indexCyrill Gorcunov2010-05-08
| * | | | | | | | | | | | | x86, perf: P4 PMU -- protect sensible procedures from preemptionCyrill Gorcunov2010-05-08
| * | | | | | | | | | | | | x86, perf: P4 PMU -- configure predefined eventsCyrill Gorcunov2010-05-08
| * | | | | | | | | | | | | perf, x86: implement group scheduling transactional APIsLin Ming2010-05-07
| * | | | | | | | | | | | | perf, x86: Improve the PEBS ABIPeter Zijlstra2010-05-07