summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Merge branch 'x86/cpu' into x86/xsaveH. Peter Anvin2008-09-041215-13625/+32776
| | |\| | | | | |
| | * | | | | | | x86: xsave: restore xcr0 during resumeSuresh Siddha2008-08-282-0/+14
| | * | | | | | | x86, xsave: use BUG_ON() instead of BUILD_BUG_ON()Suresh Siddha2008-08-141-2/+1
| | * | | | | | | x86, xsave: clear the user buffer before doing fxsave/xsaveSuresh Siddha2008-08-141-0/+6
| | * | | | | | | x86, xsave: remove the redundant access_ok() in setup_rt_frame()Suresh Siddha2008-08-141-3/+0
| | * | | | | | | Merge commit 'v2.6.27-rc3' into x86/xsaveIngo Molnar2008-08-144426-39595/+91869
| | |\ \ \ \ \ \ \
| | * | | | | | | | x86: fix xsave build errorIngo Molnar2008-08-131-3/+3
| | * | | | | | | | x86, xsave: keep the XSAVE feature mask as an u64H. Peter Anvin2008-07-303-42/+33
| | * | | | | | | | x86, xsave: add <asm/xcr.h> header file for XCR registersH. Peter Anvin2008-07-301-0/+49
| | * | | | | | | | x86, xsave: update xsave header bits during ptrace fpregs setSuresh Siddha2008-07-301-0/+13
| | * | | | | | | | x86, xsave: save/restore the extended state context in sigframeSuresh Siddha2008-07-308-22/+264
| | * | | | | | | | x86, xsave: struct _fpstate extensions to include extended state informationSuresh Siddha2008-07-303-6/+94
| | * | | | | | | | x86, xsave: xsave/xrstor specific routinesSuresh Siddha2008-07-301-0/+52
| | * | | | | | | | x86, xsave: reorganization of signal save/restore fpstate code layoutSuresh Siddha2008-07-306-141/+134
| | * | | | | | | | x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha2008-07-307-16/+50
| | * | | | | | | | x86, xsave: context switch support using xsave/xrstorSuresh Siddha2008-07-307-9/+104
| | * | | | | | | | x86, xsave: enable xsave/xrstor on cpus with xsave supportSuresh Siddha2008-07-3010-6/+148
| | * | | | | | | | x86, xsave: xsave cpuid feature bitsSuresh Siddha2008-07-302-1/+3
| | * | | | | | | | Merge branch 'x86/core' into x86/xsaveIngo Molnar2008-07-308758-491825/+616132
| | |\ \ \ \ \ \ \ \
| * | | | | | | | | | x86: unify using pci_mmcfg_insert_resourceYinghai Lu2008-09-041-7/+5
| * | | | | | | | | | x86: split e820 reserved entries record to late, v7Yinghai Lu2008-09-041-1/+1
| * | | | | | | | | | Merge branch 'core/resources' into x86/coreIngo Molnar2008-09-0448-240/+356
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | IO resources: add reserve_region_with_split()Yinghai Lu2008-09-042-0/+71
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | x86: drop -funroll-loops for csum_partial_64.cAndi Kleen2008-09-041-3/+0
| * | | | | | | | | | x86: split e820 reserved entries record to late v4Ingo Molnar2008-09-042-81/+11
| * | | | | | | | | | x86: split e820 reserved entries record to late v2Yinghai Lu2008-09-043-2/+98
| * | | | | | | | | | Merge branch 'linus' into x86/coreH. Peter Anvin2008-09-04599-5443/+27668
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86: move dir es7000 to es7000_32.cYinghai Lu2008-09-045-121/+85
| * | | | | | | | | | | Merge branch 'x86/cpu' into x86/coreH. Peter Anvin2008-09-04930-8851/+13372
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | x86: cpufeature: fix SMX flagH. Peter Anvin2008-08-281-1/+1
| | * | | | | | | | | | x86: <asm/cpufeature.h>: clean up overlong lines, whitespaceH. Peter Anvin2008-08-281-5/+6
| | * | | | | | | | | | x86: cpufeature: add Intel features from CPUID and AVX specsH. Peter Anvin2008-08-281-0/+12
| | * | | | | | | | | | x86: generate names for /proc/cpuinfo from <asm/cpufeature.h>H. Peter Anvin2008-08-286-118/+117
| | * | | | | | | | | | Merge branch 'x86/urgent' into x86/cpuH. Peter Anvin2008-08-28917-8593/+12837
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| | * | | | | | | | | | x86: use X86_FEATURE_NOPL in alternativesH. Peter Anvin2008-08-191-23/+13
| | * | | | | | | | | | x86: add NOPL as a synthetic CPU feature bitH. Peter Anvin2008-08-195-8/+82
| | * | | | | | | | | | x86: boot: stub out unimplemented CPU feature wordsH. Peter Anvin2008-08-191-4/+4
| | * | | | | | | | | | x86: configuration options to compile out x86 CPU support codeThomas Petazzoni2008-08-183-9/+85
| | * | | | | | | | | | x86: move cmpxchg fallbacks to a generic placeThomas Petazzoni2008-08-183-65/+73
| | * | | | | | | | | | x86: make movsl_mask definition non-CPU specificThomas Petazzoni2008-08-182-7/+7
| | * | | | | | | | | | Merge branch 'linus' into x86/cpuIngo Molnar2008-08-155521-57030/+133465
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86: L3 cache index disable for 2.6.26, fix #2Ingo Molnar2008-07-281-0/+9
| | * | | | | | | | | | | Merge branch 'linus' into x86/cpuIngo Molnar2008-07-282885-70150/+128271
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | x86 l3 cache index disable for 2 6 26 fixIngo Molnar2008-07-281-19/+20
| | * | | | | | | | | | | | x86: L3 cache index disable for 2.6.26Mark Langsdorf2008-07-281-5/+38
| | * | | | | | | | | | | | x86: L3 cache index disable for 2.6.26, cleanupsIngo Molnar2008-07-281-54/+61
| | * | | | | | | | | | | | x86: L3 cache index disable for 2.6.26Mark Langsdorf2008-07-281-6/+81
| | * | | | | | | | | | | | x86, cyrix: debugIngo Molnar2008-07-222-10/+18
| * | | | | | | | | | | | | x86, e820: add support for AddressRangeUnusuable ACPI memory typeCihula, Joseph2008-08-212-0/+5
| * | | | | | | | | | | | | x86_64: uml: fix rename header guardHiroshi Shimamoto2008-08-151-2/+2