aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-10-11918-63623/+6999
|\
| * Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of ...Linus Torvalds2008-10-1157-249/+833
| |\
| | * Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar2008-10-1117-61/+478
| | |\
| | | * x86: extended "flags" to show virtualization HW feature in /proc/cpuinfoSheng Yang2008-09-101-1/+8
| | | * x86: move VMX MSRs to msr-index.hSheng Yang2008-09-101-0/+16
| | | * Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detectIngo Molnar2008-09-1015-9/+50
| | | |\
| | | * | x86: let intel 64-bit use intel.cYinghai Lu2008-09-101-1/+1
| | | * | Merge branch 'x86/pebs' into x86/unify-cpu-detectIngo Molnar2008-09-104-57/+265
| | | |\ \
| | | * | | x86: cpu make amd.c more like amd_64.c v2Yinghai Lu2008-09-081-1/+1
| | | * | | x86: make detect_ht depend on CONFIG_X86_HTYinghai Lu2008-09-051-4/+0
| | | * | | Merge commit '63cc8c75156462d4b42cbdd76c293b7eee7ddbfe':Ingo Molnar2008-09-052-0/+8
| | | |\ \ \
| | | | * | | percpu: introduce DEFINE_PER_CPU_PAGE_ALIGNED() macroEric Dumazet2008-05-252-0/+8
| | | * | | | Merge branch 'x86/x2apic' into x86/coreIngo Molnar2008-09-052-0/+2
| | | |\ \ \ \
| | | | * \ \ \ Merge branch 'x86/cpu' into x86/x2apicH. Peter Anvin2008-09-041-36/+69
| | | | |\ \ \ \
| | | | * \ \ \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-09-04417-71616/+482
| | | | |\ \ \ \ \
| | | | * | | | | | x86: use cpuid vector 0xb when available for detecting cpu topologySuresh Siddha2008-08-232-0/+2
| | | | * | | | | | Merge branch 'x86/cpu' into x86/x2apicIngo Molnar2008-08-23157-5512/+1204
| | | | |\ \ \ \ \ \
| | | * | \ \ \ \ \ \ Merge branch 'x86/cpu' into x86/coreIngo Molnar2008-09-053-1/+36
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | x86: make (early)_identify_cpu more the same between 32bit and 64 bitYinghai Lu2008-09-041-1/+1
| | | | * | | | | | | | Merge branch 'x86/debug' into x86/cpuIngo Molnar2008-09-042-0/+35
| | | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / | | | | |/| | | | | | |
| | | * | | | | | | | | Merge branch 'x86/xsave' into x86/coreIngo Molnar2008-09-059-18/+354
| | | |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ Merge branch 'x86/cpu' into x86/xsaveH. Peter Anvin2008-09-04321-20904/+784
| | | | |\ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / /
| | | | * | | | | | | | | Merge commit 'v2.6.27-rc3' into x86/xsaveIngo Molnar2008-08-142162-203636/+2794
| | | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | x86: fix xsave build errorIngo Molnar2008-08-131-3/+3
| | | | * | | | | | | | | | x86, xsave: keep the XSAVE feature mask as an u64H. Peter Anvin2008-07-301-7/+11
| | | | * | | | | | | | | | x86, xsave: add <asm/xcr.h> header file for XCR registersH. Peter Anvin2008-07-301-0/+49
| | | | * | | | | | | | | | x86, xsave: save/restore the extended state context in sigframeSuresh Siddha2008-07-303-2/+13
| | | | * | | | | | | | | | 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-301-6/+7
| | | | * | | | | | | | | | x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha2008-07-301-0/+2
| | | | * | | | | | | | | | x86, xsave: context switch support using xsave/xrstorSuresh Siddha2008-07-304-6/+95
| | | | * | | | | | | | | | x86, xsave: enable xsave/xrstor on cpus with xsave supportSuresh Siddha2008-07-304-0/+40
| | | | * | | | | | | | | | x86, xsave: xsave cpuid feature bitsSuresh Siddha2008-07-301-0/+2
| | | * | | | | | | | | | | Merge branch 'core/resources' into x86/coreIngo Molnar2008-09-041-0/+3
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | IO resources: add reserve_region_with_split()Yinghai Lu2008-09-041-0/+3
| | | | | |_|_|_|_|_|/ / / / | | | | |/| | | | | | | | |
| | | * | | | | | | | | | | x86: split e820 reserved entries record to late v2Yinghai Lu2008-09-041-0/+1
| | | * | | | | | | | | | | Merge branch 'linus' into x86/coreH. Peter Anvin2008-09-04216-55390/+87
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / /
| | | * | | | | | | | | | | Merge branch 'x86/cpu' into x86/coreH. Peter Anvin2008-09-04215-16322/+546
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / | | | | |/| | | | | | | | |
| | | | * | | | | | | | | | x86: cpufeature: fix SMX flagH. Peter Anvin2008-08-271-1/+1
| | | | * | | | | | | | | | x86: <asm/cpufeature.h>: clean up overlong lines, whitespaceH. Peter Anvin2008-08-271-5/+6
| | | | * | | | | | | | | | x86: cpufeature: add Intel features from CPUID and AVX specsH. Peter Anvin2008-08-271-0/+12
| | | | * | | | | | | | | | x86: generate names for /proc/cpuinfo from <asm/cpufeature.h>H. Peter Anvin2008-08-271-32/+54
| | | | * | | | | | | | | | Merge branch 'x86/urgent' into x86/cpuH. Peter Anvin2008-08-27213-16286/+455
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ / / / | | | | |/| | | | | | | | |
| | | | * | | | | | | | | | x86: add NOPL as a synthetic CPU feature bitH. Peter Anvin2008-08-182-6/+13
| | | | * | | | | | | | | | x86: configuration options to compile out x86 CPU support codeThomas Petazzoni2008-08-181-0/+5
| | | | * | | | | | | | | | Merge branch 'linus' into x86/cpuIngo Molnar2008-08-152784-240957/+4117
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into x86/cpuIngo Molnar2008-07-28673-10780/+7068
| | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | x86, cyrix: debugIngo Molnar2008-07-221-0/+8
| | | * | | | | | | | | | | | | x86, e820: add support for AddressRangeUnusuable ACPI memory typeCihula, Joseph2008-08-211-0/+1