| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86/cpu' into x86/core | Ingo Molnar | 2008-09-05 | 3 | -1/+36 |
|\ |
|
| * | x86: make (early)_identify_cpu more the same between 32bit and 64 bit | Yinghai Lu | 2008-09-04 | 1 | -1/+1 |
| * | Merge branch 'x86/debug' into x86/cpu | Ingo Molnar | 2008-09-04 | 2 | -0/+35 |
| |\ |
|
| | * | x86_64: printout msr -v2 | Yinghai Lu | 2008-08-22 | 2 | -0/+35 |
* | | | Merge branch 'x86/xsave' into x86/core | Ingo Molnar | 2008-09-05 | 9 | -18/+354 |
|\ \ \ |
|
| * \ \ | Merge branch 'x86/cpu' into x86/xsave | H. Peter Anvin | 2008-09-04 | 24 | -82/+203 |
| |\ \ \
| | |/ / |
|
| * | | | Merge commit 'v2.6.27-rc3' into x86/xsave | Ingo Molnar | 2008-08-14 | 5 | -4/+28 |
| |\ \ \ |
|
| * | | | | x86: fix xsave build error | Ingo Molnar | 2008-08-13 | 1 | -3/+3 |
| * | | | | x86, xsave: keep the XSAVE feature mask as an u64 | H. Peter Anvin | 2008-07-30 | 1 | -7/+11 |
| * | | | | x86, xsave: add <asm/xcr.h> header file for XCR registers | H. Peter Anvin | 2008-07-30 | 1 | -0/+49 |
| * | | | | x86, xsave: save/restore the extended state context in sigframe | Suresh Siddha | 2008-07-30 | 3 | -2/+13 |
| * | | | | x86, xsave: struct _fpstate extensions to include extended state information | Suresh Siddha | 2008-07-30 | 3 | -6/+94 |
| * | | | | x86, xsave: xsave/xrstor specific routines | Suresh Siddha | 2008-07-30 | 1 | -0/+52 |
| * | | | | x86, xsave: reorganization of signal save/restore fpstate code layout | Suresh Siddha | 2008-07-30 | 1 | -6/+7 |
| * | | | | x86, xsave: dynamically allocate sigframes fpstate instead of static allocation | Suresh Siddha | 2008-07-30 | 1 | -0/+2 |
| * | | | | x86, xsave: context switch support using xsave/xrstor | Suresh Siddha | 2008-07-30 | 4 | -6/+95 |
| * | | | | x86, xsave: enable xsave/xrstor on cpus with xsave support | Suresh Siddha | 2008-07-30 | 4 | -0/+40 |
| * | | | | x86, xsave: xsave cpuid feature bits | Suresh Siddha | 2008-07-30 | 1 | -0/+2 |
* | | | | | x86: split e820 reserved entries record to late v2 | Yinghai Lu | 2008-09-04 | 1 | -0/+1 |
* | | | | | Merge branch 'linus' into x86/core | H. Peter Anvin | 2008-09-04 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-08-28 | 1 | -13/+14 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-08-25 | 2 | -0/+3 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | KVM: Use .fixup instead of .text.fixup on __kvm_handle_fault_on_reboot | Eduardo Habkost | 2008-08-25 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'x86/cpu' into x86/core | H. Peter Anvin | 2008-09-04 | 23 | -81/+172 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| * | | | | | | | x86: cpufeature: fix SMX flag | H. Peter Anvin | 2008-08-27 | 1 | -1/+1 |
| * | | | | | | | x86: <asm/cpufeature.h>: clean up overlong lines, whitespace | H. Peter Anvin | 2008-08-27 | 1 | -5/+6 |
| * | | | | | | | x86: cpufeature: add Intel features from CPUID and AVX specs | H. Peter Anvin | 2008-08-27 | 1 | -0/+12 |
| * | | | | | | | x86: generate names for /proc/cpuinfo from <asm/cpufeature.h> | H. Peter Anvin | 2008-08-27 | 1 | -32/+54 |
| * | | | | | | | Merge branch 'x86/urgent' into x86/cpu | H. Peter Anvin | 2008-08-27 | 21 | -45/+81 |
| |\ \ \ \ \ \ \
| | | |_|/ / / /
| | |/| | | | | |
|
| | * | | | | | | x86: msr: fix bogus return values from rdmsr_safe/wrmsr_safe | H. Peter Anvin | 2008-08-25 | 1 | -8/+8 |
| | * | | | | | | x86: msr: propagate errors from smp_call_function_single() | H. Peter Anvin | 2008-08-25 | 1 | -5/+6 |
| | | |/ / / /
| | |/| | | | |
|
| | * | | | | | x86: add X86_FEATURE_XMM4_2 definitions | Austin Zhang | 2008-08-25 | 1 | -0/+2 |
| | * | | | | | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2008-08-25 | 1 | -1/+0 |
| | |\ \ \ \ \
| | | |/ / / / |
|
| | | * | | | | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 | 1 | -1/+0 |
| | * | | | | | x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUs | Rafael J. Wysocki | 2008-08-23 | 1 | -0/+1 |
| | |/ / / / |
|
| | * | | | | x86: fix section mismatch warning - uv_cpu_init | Marcin Slusarz | 2008-08-22 | 2 | -0/+2 |
| | * | | | | x86, SGI UV: hardcode the TLB flush interrupt system vector | Cliff Wickman | 2008-08-20 | 2 | -5/+1 |
| | * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-08-18 | 3 | -6/+6 |
| | |\ \ \ \ |
|
| | | * | | | | x86, percpu: silence section mismatch warnings related to EARLY_PER_CPU varia... | Marcin Slusarz | 2008-08-18 | 1 | -1/+1 |
| | | * | | | | x86: mmconf: fix section mismatch warning | Marcin Slusarz | 2008-08-18 | 1 | -1/+1 |
| | | * | | | | x86: correct register constraints for 64-bit atomic operations | Mathieu Desnoyers | 2008-08-18 | 1 | -4/+4 |
| | * | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-08-16 | 8 | -18/+48 |
| | |\ \ \ \ \
| | | |/ / / / |
|
| | | * | | | | x86: add MAP_STACK mmap flag | Ingo Molnar | 2008-08-15 | 1 | -0/+1 |
| | | * | | | | Merge branch 'x86/geode' into x86/urgent | Ingo Molnar | 2008-08-15 | 1 | -1/+2 |
| | | |\ \ \ \ |
|
| | | | * | | | | x86, geode-mfgpt: check IRQ before using MFGPT as clocksource | Jens Rottmann | 2008-08-15 | 1 | -1/+2 |
| | | * | | | | | x86-64: fix overlap of modules and fixmap areas | Jan Beulich | 2008-08-15 | 1 | -1/+1 |
| | | * | | | | | x86: fix spin_is_contended() | Jan Beulich | 2008-08-15 | 1 | -2/+2 |
| | | * | | | | | x86: fix readb() et al compile error with gcc-3.2.3 | Mikael Pettersson | 2008-08-15 | 1 | -9/+9 |
| | | * | | | | | x86: invalidate caches before going into suspend | Mark Langsdorf | 2008-08-15 | 1 | -0/+23 |
| | | * | | | | | Merge branch 'x86/amd-iommu' into x86/urgent | Ingo Molnar | 2008-08-15 | 2 | -3/+37 |
| | | |\ \ \ \ \ |
|