summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86: remove duplicated get_model_name() callingYinghai Lu2008-09-067-15/+4
* x86: move nonx_setup etc from common.c to init_64.cYinghai Lu2008-09-051-54/+0
* x86: use cpu/common.c on 64 bitYinghai Lu2008-09-052-1200/+3
* x86: cpu/common*.c, merge whitespacesIngo Molnar2008-09-051-7/+3
* x86: cpu/common*.c, merge identify_cpu()Yinghai Lu2008-09-052-58/+147
* x86: cpu/common*.c, merge generic_identify()Yinghai Lu2008-09-052-6/+28
* x86: cpu/common*.c: merge print_cpu_info()Yinghai Lu2008-09-051-0/+12
* x86: cpu/common*.c, merge early_identify_cpu()Yinghai Lu2008-09-052-3/+20
* x86: cpu/common.c: merge get_cpu_cap()Yinghai Lu2008-09-052-0/+22
* x86: cpu/common*.c, merge detect_ht()Yinghai Lu2008-09-052-1/+21
* x86: cpu/common*.c, merge display_cacheinfo()Yinghai Lu2008-09-052-0/+25
* x86: cpu/common.c, merge default_init()Yinghai Lu2008-09-052-0/+16
* x86: cpu/common*.c, merge switch_to_new_gdt()Yinghai Lu2008-09-052-0/+5
* x86: cpu/common*.c have same cpu_init(), with copying and #ifdefYinghai Lu2008-09-052-1/+211
* x86: cpu/common*.c, make 32-bit have 64-bit only functionsYinghai Lu2008-09-052-0/+150
* x86: cpu/common.c, let 64-bit code have 32-bit only functionsYinghai Lu2008-09-052-0/+119
* x86: same gdt_page with macroYinghai Lu2008-09-052-0/+54
* x86: make header file the same in arch/x86/kernel/cpu/common_xx.cYinghai Lu2008-09-052-4/+20
* x86: make detect_ht depend on CONFIG_X86_HTYinghai Lu2008-09-052-3/+3
* Merge branch 'x86/core' into x86/unify-cpu-detectIngo Molnar2008-09-0567-1031/+3504
|\
| * Merge commit '63cc8c75156462d4b42cbdd76c293b7eee7ddbfe':Ingo Molnar2008-09-052-1/+2
| |\
| | * percpu: introduce DEFINE_PER_CPU_PAGE_ALIGNED() macroEric Dumazet2008-05-252-1/+2
| * | Merge branch 'x86/x2apic' into x86/coreIngo Molnar2008-09-056-16/+107
| |\ \
| | * \ Merge branch 'x86/cpu' into x86/x2apicH. Peter Anvin2008-09-044-85/+62
| | |\ \
| | * \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-09-0442-322/+590
| | |\ \ \
| | * | | | x86: use x2apic id reported by cpuid during topology discovery, fixSuresh Siddha2008-08-271-0/+2
| | * | | | x86: use x2apic id reported by cpuid during topology discoverySuresh Siddha2008-08-232-12/+2
| | * | | | x86: use cpuid vector 0xb when available for detecting cpu topologySuresh Siddha2008-08-234-4/+103
| | * | | | Merge branch 'x86/cpu' into x86/x2apicIngo Molnar2008-08-2318-183/+388
| | |\ \ \ \
| * | \ \ \ \ Merge branch 'x86/cpu' into x86/coreIngo Molnar2008-09-0517-453/+627
| |\ \ \ \ \ \
| | * | | | | | x86: move 32bit related functions togetherYinghai Lu2008-09-042-142/+143
| | * | | | | | x86: make get_mode_name of 64bit the same as 32bitYinghai Lu2008-09-041-0/+14
| | * | | | | | x86: make 32bit support show_msr like 64 bitYinghai Lu2008-09-041-0/+51
| | * | | | | | x86: remove cpu_vendor_devYinghai Lu2008-09-0415-106/+106
| | * | | | | | x86: order functions in cpu/common.c and cpu/common_64.c v2Yinghai Lu2008-09-042-140/+156
| | * | | | | | x86: make (early)_identify_cpu more the same between 32bit and 64 bitYinghai Lu2008-09-042-136/+141
| | * | | | | | x86: delay early cpu initialization until cpuid is doneKrzysztof Helt2008-09-041-2/+2
| | * | | | | | x86: move mtrr cpu cap setting early in early_init_xxxxYinghai Lu2008-09-043-8/+44
| | * | | | | | Merge branch 'x86/debug' into x86/cpuIngo Molnar2008-09-045-6/+64
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | x86_64: printout msr -v2Yinghai Lu2008-08-222-0/+52
| | | * | | | | x86_64: remove empty lines from stack traces/oopsesAlexey Dobriyan2008-08-151-3/+2
| * | | | | | | Merge branch 'x86/xsave' into x86/coreIngo Molnar2008-09-059-139/+507
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'x86/cpu' into x86/xsaveH. Peter Anvin2008-09-0450-490/+766
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | 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-1414-92/+161
| | |\ \ \ \ \ \ \
| | * | | | | | | | x86, xsave: keep the XSAVE feature mask as an u64H. Peter Anvin2008-07-302-35/+22
| | * | | | | | | | 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-304-19/+247
OpenPOWER on IntegriCloud