| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | | | Merge branch 'x86/cpu' into x86/xsave | H. Peter Anvin | 2008-09-04 | 1215 | -13625/+32776 |
| | |\| | | | | | |
|
| | * | | | | | | | x86: xsave: restore xcr0 during resume | Suresh Siddha | 2008-08-28 | 2 | -0/+14 |
| | * | | | | | | | x86, xsave: use BUG_ON() instead of BUILD_BUG_ON() | Suresh Siddha | 2008-08-14 | 1 | -2/+1 |
| | * | | | | | | | x86, xsave: clear the user buffer before doing fxsave/xsave | Suresh Siddha | 2008-08-14 | 1 | -0/+6 |
| | * | | | | | | | x86, xsave: remove the redundant access_ok() in setup_rt_frame() | Suresh Siddha | 2008-08-14 | 1 | -3/+0 |
| | * | | | | | | | Merge commit 'v2.6.27-rc3' into x86/xsave | Ingo Molnar | 2008-08-14 | 4426 | -39595/+91869 |
| | |\ \ \ \ \ \ \ |
|
| | * | | | | | | | | 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 | 3 | -42/+33 |
| | * | | | | | | | | x86, xsave: add <asm/xcr.h> header file for XCR registers | H. Peter Anvin | 2008-07-30 | 1 | -0/+49 |
| | * | | | | | | | | x86, xsave: update xsave header bits during ptrace fpregs set | Suresh Siddha | 2008-07-30 | 1 | -0/+13 |
| | * | | | | | | | | x86, xsave: save/restore the extended state context in sigframe | Suresh Siddha | 2008-07-30 | 8 | -22/+264 |
| | * | | | | | | | | 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 | 6 | -141/+134 |
| | * | | | | | | | | x86, xsave: dynamically allocate sigframes fpstate instead of static allocation | Suresh Siddha | 2008-07-30 | 7 | -16/+50 |
| | * | | | | | | | | x86, xsave: context switch support using xsave/xrstor | Suresh Siddha | 2008-07-30 | 7 | -9/+104 |
| | * | | | | | | | | x86, xsave: enable xsave/xrstor on cpus with xsave support | Suresh Siddha | 2008-07-30 | 10 | -6/+148 |
| | * | | | | | | | | x86, xsave: xsave cpuid feature bits | Suresh Siddha | 2008-07-30 | 2 | -1/+3 |
| | * | | | | | | | | Merge branch 'x86/core' into x86/xsave | Ingo Molnar | 2008-07-30 | 8758 | -491825/+616132 |
| | |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | x86: unify using pci_mmcfg_insert_resource | Yinghai Lu | 2008-09-04 | 1 | -7/+5 |
| * | | | | | | | | | | x86: split e820 reserved entries record to late, v7 | Yinghai Lu | 2008-09-04 | 1 | -1/+1 |
| * | | | | | | | | | | Merge branch 'core/resources' into x86/core | Ingo Molnar | 2008-09-04 | 48 | -240/+356 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | IO resources: add reserve_region_with_split() | Yinghai Lu | 2008-09-04 | 2 | -0/+71 |
| | | |_|_|_|_|_|_|/ /
| | |/| | | | | | | | |
|
| * | | | | | | | | | | x86: drop -funroll-loops for csum_partial_64.c | Andi Kleen | 2008-09-04 | 1 | -3/+0 |
| * | | | | | | | | | | x86: split e820 reserved entries record to late v4 | Ingo Molnar | 2008-09-04 | 2 | -81/+11 |
| * | | | | | | | | | | x86: split e820 reserved entries record to late v2 | Yinghai Lu | 2008-09-04 | 3 | -2/+98 |
| * | | | | | | | | | | Merge branch 'linus' into x86/core | H. Peter Anvin | 2008-09-04 | 599 | -5443/+27668 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | x86: move dir es7000 to es7000_32.c | Yinghai Lu | 2008-09-04 | 5 | -121/+85 |
| * | | | | | | | | | | | Merge branch 'x86/cpu' into x86/core | H. Peter Anvin | 2008-09-04 | 930 | -8851/+13372 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / / / /
| | |/| | | | | | | | | |
|
| | * | | | | | | | | | | x86: cpufeature: fix SMX flag | H. Peter Anvin | 2008-08-28 | 1 | -1/+1 |
| | * | | | | | | | | | | x86: <asm/cpufeature.h>: clean up overlong lines, whitespace | H. Peter Anvin | 2008-08-28 | 1 | -5/+6 |
| | * | | | | | | | | | | x86: cpufeature: add Intel features from CPUID and AVX specs | H. Peter Anvin | 2008-08-28 | 1 | -0/+12 |
| | * | | | | | | | | | | x86: generate names for /proc/cpuinfo from <asm/cpufeature.h> | H. Peter Anvin | 2008-08-28 | 6 | -118/+117 |
| | * | | | | | | | | | | Merge branch 'x86/urgent' into x86/cpu | H. Peter Anvin | 2008-08-28 | 917 | -8593/+12837 |
| | |\ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|/ /
| | |/| | | | | | | | | |
|
| | * | | | | | | | | | | x86: use X86_FEATURE_NOPL in alternatives | H. Peter Anvin | 2008-08-19 | 1 | -23/+13 |
| | * | | | | | | | | | | x86: add NOPL as a synthetic CPU feature bit | H. Peter Anvin | 2008-08-19 | 5 | -8/+82 |
| | * | | | | | | | | | | x86: boot: stub out unimplemented CPU feature words | H. Peter Anvin | 2008-08-19 | 1 | -4/+4 |
| | * | | | | | | | | | | x86: configuration options to compile out x86 CPU support code | Thomas Petazzoni | 2008-08-18 | 3 | -9/+85 |
| | * | | | | | | | | | | x86: move cmpxchg fallbacks to a generic place | Thomas Petazzoni | 2008-08-18 | 3 | -65/+73 |
| | * | | | | | | | | | | x86: make movsl_mask definition non-CPU specific | Thomas Petazzoni | 2008-08-18 | 2 | -7/+7 |
| | * | | | | | | | | | | Merge branch 'linus' into x86/cpu | Ingo Molnar | 2008-08-15 | 5521 | -57030/+133465 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | x86: L3 cache index disable for 2.6.26, fix #2 | Ingo Molnar | 2008-07-28 | 1 | -0/+9 |
| | * | | | | | | | | | | | Merge branch 'linus' into x86/cpu | Ingo Molnar | 2008-07-28 | 2885 | -70150/+128271 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | x86 l3 cache index disable for 2 6 26 fix | Ingo Molnar | 2008-07-28 | 1 | -19/+20 |
| | * | | | | | | | | | | | | x86: L3 cache index disable for 2.6.26 | Mark Langsdorf | 2008-07-28 | 1 | -5/+38 |
| | * | | | | | | | | | | | | x86: L3 cache index disable for 2.6.26, cleanups | Ingo Molnar | 2008-07-28 | 1 | -54/+61 |
| | * | | | | | | | | | | | | x86: L3 cache index disable for 2.6.26 | Mark Langsdorf | 2008-07-28 | 1 | -6/+81 |
| | * | | | | | | | | | | | | x86, cyrix: debug | Ingo Molnar | 2008-07-22 | 2 | -10/+18 |
| * | | | | | | | | | | | | | x86, e820: add support for AddressRangeUnusuable ACPI memory type | Cihula, Joseph | 2008-08-21 | 2 | -0/+5 |
| * | | | | | | | | | | | | | x86_64: uml: fix rename header guard | Hiroshi Shimamoto | 2008-08-15 | 1 | -2/+2 |