summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common_64.c
Commit message (Expand)AuthorAgeFilesLines
* x86: use cpu/common.c on 64 bitYinghai Lu2008-09-051-1197/+0
* x86: cpu/common*.c, merge whitespacesIngo Molnar2008-09-051-7/+3
* x86: cpu/common*.c, merge identify_cpu()Yinghai Lu2008-09-051-29/+87
* x86: cpu/common*.c, merge generic_identify()Yinghai Lu2008-09-051-3/+16
* 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-051-3/+16
* x86: cpu/common.c: merge get_cpu_cap()Yinghai Lu2008-09-051-0/+2
* x86: cpu/common*.c, merge detect_ht()Yinghai Lu2008-09-051-0/+9
* x86: cpu/common*.c, merge display_cacheinfo()Yinghai Lu2008-09-051-0/+17
* x86: cpu/common.c, merge default_init()Yinghai Lu2008-09-051-0/+12
* x86: cpu/common*.c, merge switch_to_new_gdt()Yinghai Lu2008-09-051-0/+3
* x86: cpu/common*.c have same cpu_init(), with copying and #ifdefYinghai Lu2008-09-051-1/+87
* x86: cpu/common*.c, make 32-bit have 64-bit only functionsYinghai Lu2008-09-051-0/+12
* x86: cpu/common.c, let 64-bit code have 32-bit only functionsYinghai Lu2008-09-051-0/+111
* x86: same gdt_page with macroYinghai Lu2008-09-051-0/+37
* x86: make header file the same in arch/x86/kernel/cpu/common_xx.cYinghai Lu2008-09-051-1/+1
* x86: make detect_ht depend on CONFIG_X86_HTYinghai Lu2008-09-051-1/+1
* Merge branch 'x86/x2apic' into x86/coreIngo Molnar2008-09-051-0/+3
|\
| * x86: use cpuid vector 0xb when available for detecting cpu topologySuresh Siddha2008-08-231-0/+3
| * Merge branch 'x86/cpu' into x86/x2apicIngo Molnar2008-08-231-0/+36
| |\
* | \ Merge branch 'x86/cpu' into x86/coreIngo Molnar2008-09-051-132/+231
|\ \ \
| * | | x86: move 32bit related functions togetherYinghai Lu2008-09-041-16/+18
| * | | x86: make get_mode_name of 64bit the same as 32bitYinghai Lu2008-09-041-0/+14
| * | | x86: remove cpu_vendor_devYinghai Lu2008-09-041-36/+35
| * | | x86: order functions in cpu/common.c and cpu/common_64.c v2Yinghai Lu2008-09-041-55/+51
| * | | x86: make (early)_identify_cpu more the same between 32bit and 64 bitYinghai Lu2008-09-041-51/+88
| * | | Merge branch 'x86/debug' into x86/cpuIngo Molnar2008-09-041-0/+51
| |\ \ \ | | |_|/ | |/| |
| | * | x86_64: printout msr -v2Yinghai Lu2008-08-221-0/+51
* | | | Merge branch 'x86/cpu' into x86/coreH. Peter Anvin2008-09-041-0/+36
|\ \ \ \ | |/ / /
| * | | x86: add NOPL as a synthetic CPU feature bitH. Peter Anvin2008-08-181-0/+36
| |/ /
* | | x86: cpu_init(): fix memory leak when using CPU hotplugAndreas Herrmann2008-08-111-10/+13
* | | x86: pda_init(): fix memory leak when using CPU hotplugAndreas Herrmann2008-08-111-6/+9
| |/ |/|
* | Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-221-13/+2
|\ \ | |/
| *-------. Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-211-13/+2
| |\ \ \ \ \
| | | | | | * x86_64: further cleanup of 32-bit compat syscall mechanismsJeremy Fitzhardinge2008-07-161-3/+0
| | | | | | * x86: use __page_aligned_data/bssJeremy Fitzhardinge2008-07-161-2/+2
| | |_|_|_|/ | |/| | | |
| | | * | | x86: remove extra calling to get ext cpuid levelYinghai Lu2008-07-211-1/+0
| | | * | | x86: use setup_clear_cpu_cap() when disabling the lapicYinghai Lu2008-07-211-4/+0
| | |/ / / | |/| | |
| | * | | arch/x86/kernel/cpu/common_64.c: remove double inclusionsAlexander Beregalov2008-07-181-3/+0
| |/ / /
* | | | Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-181-6/+8
|\ \ \ \ | |/ / /
| * | | x86: get x86_phys_bits earlyYinghai Lu2008-07-141-6/+8
| | |/ | |/|
* | | x64, x2apic/intr-remap: add x2apic support, including enabling interrupt-rema...Suresh Siddha2008-07-121-0/+2
|/ /
* | x86_64: add pseudo-features for 32-bit compat syscallJeremy Fitzhardinge2008-07-111-0/+3
|/
* x86: remove open-coded save/load segment operationsJeremy Fitzhardinge2008-07-081-1/+2
* x86: move boot_params declaring to setup.cYinghai Lu2008-07-081-6/+0
* x86: merge setup64.c into common_64.cYinghai Lu2008-07-081-1/+276
* x86: change identify_cpu to staticYinghai Lu2008-07-081-1/+1
* x86: seperate funcs from setup_64 to cpu common_64.cYinghai Lu2008-07-081-0/+406
OpenPOWER on IntegriCloud