| Commit message (Expand) | Author | Age |
* | Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D | Ingo Molnar | 2008-10-11 |
|\ |
|
| * | x86: extended "flags" to show virtualization HW feature in /proc/cpuinfo | Sheng Yang | 2008-09-10 |
| * | x86: move VMX MSRs to msr-index.h | Sheng Yang | 2008-09-10 |
| * | Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detect | Ingo Molnar | 2008-09-10 |
| |\ |
|
| * | | x86: let intel 64-bit use intel.c | Yinghai Lu | 2008-09-10 |
| * | | Merge branch 'x86/pebs' into x86/unify-cpu-detect | Ingo Molnar | 2008-09-10 |
| |\ \ |
|
| * | | | x86: cpu make amd.c more like amd_64.c v2 | Yinghai Lu | 2008-09-08 |
| * | | | x86: make detect_ht depend on CONFIG_X86_HT | Yinghai Lu | 2008-09-05 |
| * | | | Merge commit '63cc8c75156462d4b42cbdd76c293b7eee7ddbfe': | Ingo Molnar | 2008-09-05 |
| |\ \ \ |
|
| | * | | | percpu: introduce DEFINE_PER_CPU_PAGE_ALIGNED() macro | Eric Dumazet | 2008-05-25 |
| * | | | | Merge branch 'x86/x2apic' into x86/core | Ingo Molnar | 2008-09-05 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'x86/cpu' into x86/x2apic | H. Peter Anvin | 2008-09-04 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'linus' into x86/x2apic | Ingo Molnar | 2008-09-04 |
| | |\ \ \ \ \ |
|
| | * | | | | | | x86: use cpuid vector 0xb when available for detecting cpu topology | Suresh Siddha | 2008-08-23 |
| | * | | | | | | Merge branch 'x86/cpu' into x86/x2apic | Ingo Molnar | 2008-08-23 |
| | |\ \ \ \ \ \ |
|
| * | \ \ \ \ \ \ | Merge branch 'x86/cpu' into x86/core | Ingo Molnar | 2008-09-05 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | x86: make (early)_identify_cpu more the same between 32bit and 64 bit | Yinghai Lu | 2008-09-04 |
| | * | | | | | | | | Merge branch 'x86/debug' into x86/cpu | Ingo Molnar | 2008-09-04 |
| | |\ \ \ \ \ \ \ \
| | | |_|_|_|/ / / /
| | |/| | | | | | | |
|
| * | | | | | | | | | Merge branch 'x86/xsave' into x86/core | Ingo Molnar | 2008-09-05 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | Merge branch 'x86/cpu' into x86/xsave | H. Peter Anvin | 2008-09-04 |
| | |\| | | | | | | | |
|
| | * | | | | | | | | | Merge commit 'v2.6.27-rc3' into x86/xsave | Ingo Molnar | 2008-08-14 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | x86: fix xsave build error | Ingo Molnar | 2008-08-13 |
| | * | | | | | | | | | | x86, xsave: keep the XSAVE feature mask as an u64 | H. Peter Anvin | 2008-07-30 |
| | * | | | | | | | | | | x86, xsave: add <asm/xcr.h> header file for XCR registers | H. Peter Anvin | 2008-07-30 |
| | * | | | | | | | | | | x86, xsave: save/restore the extended state context in sigframe | Suresh Siddha | 2008-07-30 |
| | * | | | | | | | | | | x86, xsave: struct _fpstate extensions to include extended state information | Suresh Siddha | 2008-07-30 |
| | * | | | | | | | | | | x86, xsave: xsave/xrstor specific routines | Suresh Siddha | 2008-07-30 |
| | * | | | | | | | | | | x86, xsave: reorganization of signal save/restore fpstate code layout | Suresh Siddha | 2008-07-30 |
| | * | | | | | | | | | | x86, xsave: dynamically allocate sigframes fpstate instead of static allocation | Suresh Siddha | 2008-07-30 |
| | * | | | | | | | | | | x86, xsave: context switch support using xsave/xrstor | Suresh Siddha | 2008-07-30 |
| | * | | | | | | | | | | x86, xsave: enable xsave/xrstor on cpus with xsave support | Suresh Siddha | 2008-07-30 |
| | * | | | | | | | | | | x86, xsave: xsave cpuid feature bits | Suresh Siddha | 2008-07-30 |
| * | | | | | | | | | | | Merge branch 'core/resources' into x86/core | Ingo Molnar | 2008-09-04 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | IO resources: add reserve_region_with_split() | Yinghai Lu | 2008-09-04 |
| | | |_|_|_|_|_|/ / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | x86: split e820 reserved entries record to late v2 | Yinghai Lu | 2008-09-04 |
| * | | | | | | | | | | | Merge branch 'linus' into x86/core | H. Peter Anvin | 2008-09-04 |
| |\| | | | | | | | | | |
|
| * | | | | | | | | | | | Merge branch 'x86/cpu' into x86/core | H. Peter Anvin | 2008-09-04 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|/ / / / / / /
| | |/| | | | | | | | | |
|
| | * | | | | | | | | | | x86: cpufeature: fix SMX flag | H. Peter Anvin | 2008-08-28 |
| | * | | | | | | | | | | x86: <asm/cpufeature.h>: clean up overlong lines, whitespace | H. Peter Anvin | 2008-08-28 |
| | * | | | | | | | | | | x86: cpufeature: add Intel features from CPUID and AVX specs | H. Peter Anvin | 2008-08-27 |
| | * | | | | | | | | | | x86: generate names for /proc/cpuinfo from <asm/cpufeature.h> | H. Peter Anvin | 2008-08-27 |
| | * | | | | | | | | | | Merge branch 'x86/urgent' into x86/cpu | H. Peter Anvin | 2008-08-27 |
| | |\ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ / / /
| | |/| | | | | | | | | |
|
| | * | | | | | | | | | | x86: add NOPL as a synthetic CPU feature bit | H. Peter Anvin | 2008-08-18 |
| | * | | | | | | | | | | x86: configuration options to compile out x86 CPU support code | Thomas Petazzoni | 2008-08-18 |
| | * | | | | | | | | | | Merge branch 'linus' into x86/cpu | Ingo Molnar | 2008-08-15 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into x86/cpu | Ingo Molnar | 2008-07-28 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | x86, cyrix: debug | Ingo Molnar | 2008-07-22 |
| * | | | | | | | | | | | | | x86, e820: add support for AddressRangeUnusuable ACPI memory type | Cihula, Joseph | 2008-08-21 |
* | | | | | | | | | | | | | | Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B | Ingo Molnar | 2008-10-11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | x86: fix apic version warning | Yinghai Lu | 2008-08-21 |
| |/ / / / / / / / / / / / / |
|