| Commit message (Expand) | Author | Age |
... | |
| | | | * | | | | 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 x2apic id reported by cpuid during topology discovery, fix | Suresh Siddha | 2008-08-27 |
| | | | | * | | | | | | x86: use x2apic id reported by cpuid during topology discovery | Suresh Siddha | 2008-08-23 |
| | | | | * | | | | | | 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: move 32bit related functions together | Yinghai Lu | 2008-09-04 |
| | | | | * | | | | | | | | x86: make get_mode_name of 64bit the same as 32bit | Yinghai Lu | 2008-09-04 |
| | | | | * | | | | | | | | x86: make 32bit support show_msr like 64 bit | Yinghai Lu | 2008-09-04 |
| | | | | * | | | | | | | | x86: remove cpu_vendor_dev | Yinghai Lu | 2008-09-04 |
| | | | | * | | | | | | | | x86: order functions in cpu/common.c and cpu/common_64.c v2 | Yinghai Lu | 2008-09-04 |
| | | | | * | | | | | | | | x86: make (early)_identify_cpu more the same between 32bit and 64 bit | Yinghai Lu | 2008-09-04 |
| | | | | * | | | | | | | | x86: delay early cpu initialization until cpuid is done | Krzysztof Helt | 2008-09-04 |
| | | | | * | | | | | | | | x86: move mtrr cpu cap setting early in early_init_xxxx | 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 |
| | | | | |\| | | | | | | | |
|
| | | | | * | | | | | | | | | x86: xsave: restore xcr0 during resume | Suresh Siddha | 2008-08-27 |
| | | | | * | | | | | | | | | x86, xsave: use BUG_ON() instead of BUILD_BUG_ON() | Suresh Siddha | 2008-08-14 |
| | | | | * | | | | | | | | | x86, xsave: clear the user buffer before doing fxsave/xsave | Suresh Siddha | 2008-08-14 |
| | | | | * | | | | | | | | | x86, xsave: remove the redundant access_ok() in setup_rt_frame() | Suresh Siddha | 2008-08-14 |
| | | | | * | | | | | | | | | 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: update xsave header bits during ptrace fpregs set | Suresh Siddha | 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 'x86/core' into x86/xsave | Ingo Molnar | 2008-07-30 |
| | | | | |\ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | | | x86: unify using pci_mmcfg_insert_resource | Yinghai Lu | 2008-09-04 |
| | | | * | | | | | | | | | | | | x86: split e820 reserved entries record to late, v7 | Yinghai Lu | 2008-09-04 |
| | | | * | | | | | | | | | | | | 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: drop -funroll-loops for csum_partial_64.c | Andi Kleen | 2008-09-04 |
| | | | * | | | | | | | | | | | | x86: split e820 reserved entries record to late v4 | Ingo Molnar | 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 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | | | | x86: move dir es7000 to es7000_32.c | Yinghai Lu | 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 |