Commit Graph

58 Commits (56f0d033be2ebb983993e5d7f24ae232c9a1e7f9)

Author SHA1 Message Date
Yinghai Lu 6627d24230 x86: cpu/common*.c, merge early_identify_cpu() 17 years ago
Yinghai Lu 5122c890ba x86: cpu/common.c: merge get_cpu_cap() 17 years ago
Yinghai Lu 1cd78776c7 x86: cpu/common*.c, merge detect_ht() 17 years ago
Yinghai Lu 140fc72709 x86: cpu/common*.c, merge display_cacheinfo() 17 years ago
Yinghai Lu b9e67f0042 x86: cpu/common.c, merge default_init() 17 years ago
Yinghai Lu fab334c1d5 x86: cpu/common*.c, merge switch_to_new_gdt() 17 years ago
Yinghai Lu 1ba76586f7 x86: cpu/common*.c have same cpu_init(), with copying and #ifdef 17 years ago
Yinghai Lu d5494d4f51 x86: cpu/common*.c, make 32-bit have 64-bit only functions 17 years ago
Yinghai Lu ba51dced0b x86: cpu/common.c, let 64-bit code have 32-bit only functions 17 years ago
Yinghai Lu 950ad7ff6e x86: same gdt_page with macro 17 years ago
Yinghai Lu f0fc4aff1f x86: make header file the same in arch/x86/kernel/cpu/common_xx.c 17 years ago
Yinghai Lu 97e4db7c87 x86: make detect_ht depend on CONFIG_X86_HT 17 years ago
Yinghai Lu 0a488a53d7 x86: move 32bit related functions together 17 years ago
Yinghai Lu a0854a46c5 x86: make 32bit support show_msr like 64 bit 17 years ago
Yinghai Lu 10a434fcb2 x86: remove cpu_vendor_dev 17 years ago
Yinghai Lu 9d31d35b5f x86: order functions in cpu/common.c and cpu/common_64.c v2 17 years ago
Yinghai Lu 3da99c9776 x86: make (early)_identify_cpu more the same between 32bit and 64 bit 17 years ago
Krzysztof Helt 5031088dbc x86: delay early cpu initialization until cpuid is done 17 years ago
H. Peter Anvin 7e00df5818 x86: add NOPL as a synthetic CPU feature bit 17 years ago
Suresh Siddha b359e8a434 x86, xsave: context switch support using xsave/xrstor 17 years ago
Suresh Siddha dc1e35c6e9 x86, xsave: enable xsave/xrstor on cpus with xsave support 17 years ago
Yinghai Lu 9a25034759 x86: change identify_cpu to static 17 years ago
Eric Dumazet 63cc8c7515 percpu: introduce DEFINE_PER_CPU_PAGE_ALIGNED() macro 17 years ago
Thomas Gleixner 8d4a430085 x86: cleanup PAT cpu validation 17 years ago
Matthew Wilcox 950e4da324 arch: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
Yinghai Lu 9307cacad0 x86: pat cpu feature bit setting for known cpus 17 years ago
Yinghai Lu 01aaea1afb x86: introduce initial apicid 17 years ago
Ingo Molnar 4cbe668add x86: clean up cpu capabilities accesses, common.c 17 years ago
Ingo Molnar 9716951efd x86: clean up cpu capabilities accesses, generic 17 years ago
Paolo Ciarrocchi 34048c9e92 x86: coding style fixes to arch/x86/kernel/cpu/common.c 17 years ago
Thomas Petazzoni 03ae5768b6 x86: use ELF section to list CPU vendor specific code 17 years ago
Mikael Pettersson 12c247a671 x86: fix boot failure on 486 due to TSC breakage 17 years ago
Adrian Bunk 6b2fb3c658 idle_regs() must be __cpuinit 17 years ago
Harvey Harrison b6d549a296 x86: add cpu init function defintions to cpu.h 17 years ago
Harvey Harrison 4a1485131a x86: fix sparse warnings in cpu/common.c 17 years ago
Huang, Ying d4387bd3fa x86: c_p_a clflush_cache_range fix 17 years ago
Ingo Molnar 12d6f21eac x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=y 17 years ago
Yinghai Lu 093af8d7f0 x86_32: trim memory by updating e820 17 years ago
Andi Kleen ac72e7888a x86: add generic clearcpuid=... option 17 years ago
Andi Kleen 191679fdfa x86: add noclflush option 17 years ago
Andi Kleen 404ee5b14b x86: convert TSC disabling to generic cpuid disable bitmap 17 years ago
Andi Kleen 8424950b5e x86: don't disable RDTSC in userland for 32bit notsc 17 years ago
Andi Kleen 135302577b x86: convert some existing cpuid disable options to new generic bitmap 17 years ago
Andi Kleen 7d851c8d3d x86: add framework to disable CPUID bits on the command line 17 years ago
Andi Kleen 30d432dfab x86: move MWAIT idle check to generic CPU initialization on 32-bit 17 years ago
Andi Kleen 3898534d85 x86: remove CPU capabitilites printks on 32-bit 17 years ago
Andi Kleen 2b16a23538 x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection 17 years ago
Glauber de Oliveira Costa 1a53905add x86: move definitions to processor.h 17 years ago
Glauber de Oliveira Costa 5300db887e x86: unify x86_cpuinfo struct. 17 years ago
Glauber de Oliveira Costa 6b68f01baa x86: unify struct desc_ptr 17 years ago