Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/paravirt...
[safe/jmp/linux-2.6] / arch / x86 / kernel / cpu / common.c
2009-02-17 Ingo MolnarMerge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect...
2009-02-15 Yinghai Lux86: fix typo in filter_cpuid_features()
2009-02-13 Ingo MolnarMerge branch 'core/percpu' into x86/core
2009-02-09 Tejun Heox86: implement x86_32 stack protector
2009-02-09 Ingo MolnarMerge branch 'x86/paravirt' into x86/apic
2009-02-09 Brian Gerstx86: use linker to offset symbols by __per_cpu_load
2009-01-31 Jeremy Fitzhardingex86: split loading percpu segments from loading gdt
2009-01-31 Brian Gerstx86: pass in cpu number to switch_to_new_gdt()
2009-01-29 Ingo Molnarx86: remove mach_apic.h
2009-01-28 Ingo Molnarx86, apic: refactor ->phys_pkg_id()
2009-01-28 Ingo Molnarx86, apic: unify phys_pkg_id()
2009-01-28 Ingo MolnarMerge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetec...
2009-01-27 Peter Zijlstrax86: cpu_init(): remove ugly #ifdef construct around...
2009-01-27 Ingo MolnarMerge branch 'tj-percpu' of git://git./linux/kernel...
2009-01-27 Brian Gerstx86: load new GDT after setting up boot cpu per-cpu...
2009-01-27 Brian Gerstx86: move setup_cpu_local_masks()
2009-01-24 H. Peter Anvinx86: filter CPU features dependent on unavailable CPUID...
2009-01-24 H. Peter Anvinx86: handle PAT more like other CPU features
2009-01-21 Tejun Heox86: uv cleanup
2009-01-21 Brian Gerstx86: set %fs to __KERNEL_PERCPU unconditionally for...
2009-01-21 Brian Gerstx86: clean up gdt_page definition
2009-01-20 Brian Gerstx86: remove pda.h
2009-01-20 Brian Gerstx86: move stack_canary into irq_stack
2009-01-20 Brian Gerstx86: remove pda_init()
2009-01-18 Brian Gerstx86-64: Move nodenumber from PDA to per-cpu.
2009-01-18 Brian Gerstx86-64: Move irqcount from PDA to per-cpu.
2009-01-18 Brian Gerstx86-64: Move kernelstack from PDA to per-cpu.
2009-01-18 Brian Gerstx86-64: Move current task from PDA to per-cpu and conso...
2009-01-18 Brian Gerstx86-64: Move cpu number from PDA to per-cpu and consoli...
2009-01-18 Brian Gerstx86-64: Convert exception stacks to per-cpu
2009-01-18 Brian Gerstx86-64: Convert irqstacks to per-cpu
2009-01-18 Brian Gerstx86-64: Move TLB state from PDA to per-cpu and consolid...
2009-01-16 Tejun Heox86: make pda a percpu variable
2009-01-16 Tejun Heox86: fold pda into percpu area on SMP
2009-01-16 Tejun Heox86: use static _cpu_pda array
2009-01-10 Jaswinder Singh... x86: smp.h move cpu_callin_mask and cpu_callin_map...
2009-01-10 Ingo MolnarMerge branch 'linus' into x86/cleanups
2009-01-07 Jaswinder Singh... x86: smp.h move stack_processor_id declartion to cpu.h
2009-01-04 Mike Travisx86: cleanup remaining cpumask_t ops in smpboot code
2009-01-03 Mike Travisx86: cleanup some remaining usages of NR_CPUS where...
2008-12-23 Ingo MolnarMerge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeat...
2008-12-19 Jaswinder Singhx86: common.c boot_cpu_stack and boot_exception_stacks...
2008-11-02 Alok Katariax86: Hypervisor detection and get tsc_freq from hypervisor
2008-10-31 Ingo Molnarx86: build fix
2008-10-30 Ingo Molnarx86: cpu_index build fix
2008-10-30 James Bottomleyx86/voyager: fix missing cpu_index initialisation
2008-10-30 James Bottomleyx86/voyager: fix compile breakage caused by dc1e35c6e95...
2008-10-13 Krzysztof Heltx86: do not allow to optimize flag_is_changeable_p...
2008-10-13 Glauber Costax86: move vgetcpu mode probing to cpu detection
2008-10-13 Yinghai Lux86: cpu don't print duplicated vendor string
2008-10-12 Ingo MolnarMerge branch 'linus' into x86/xen
2008-10-11 Ingo MolnarMerge branch 'x86/unify-cpu-detect' into x86-v28-for...
2008-10-10 Hans Schoux86, debug: print more information about unknown CPUs
2008-09-23 Ingo MolnarMerge branch 'timers/urgent' into x86/xen
2008-09-23 Ingo MolnarMerge branch 'x86/signal' into core/signal
2008-09-16 H. Peter Anvinx86: completely disable NOPL on 32 bits
2008-09-14 Ingo Molnarx86: cpuid, fix typo
2008-09-14 Yinghai Lux86: move transmeta cap read to early_init_transmeta()
2008-09-14 Yinghai Lux86: identify_cpu_without_cpuid v2
2008-09-10 Ingo MolnarMerge branch 'core/xen' into x86/xen
2008-09-08 Yinghai Lux86: cpu make amd.c more like amd_64.c v2
2008-09-06 Jan Beulichx86-64: add two __cpuinit annotations
2008-09-06 Krzysztof Heltx86: delay early cpu initialization until cpuid is...
2008-09-06 Yinghai Lux86, cpu init: call early_init_xxx in init_xxx
2008-09-06 Yinghai Lux86: remove duplicated get_model_name() calling
2008-09-05 H. Peter Anvinx86: add NOPL as a synthetic CPU feature bit
2008-09-05 Alex Nixonx86: build fix for !CONFIG_SMP
2008-09-05 Yinghai Lux86: move nonx_setup etc from common.c to init_64.c
2008-09-05 Yinghai Lux86: cpu/common*.c, merge identify_cpu()
2008-09-05 Yinghai Lux86: cpu/common*.c, merge generic_identify()
2008-09-05 Yinghai Lux86: cpu/common*.c, merge early_identify_cpu()
2008-09-05 Yinghai Lux86: cpu/common.c: merge get_cpu_cap()
2008-09-05 Yinghai Lux86: cpu/common*.c, merge detect_ht()
2008-09-05 Yinghai Lux86: cpu/common*.c, merge display_cacheinfo()
2008-09-05 Yinghai Lux86: cpu/common.c, merge default_init()
2008-09-05 Yinghai Lux86: cpu/common*.c, merge switch_to_new_gdt()
2008-09-05 Yinghai Lux86: cpu/common*.c have same cpu_init(), with copying...
2008-09-05 Yinghai Lux86: cpu/common*.c, make 32-bit have 64-bit only functions
2008-09-05 Yinghai Lux86: cpu/common.c, let 64-bit code have 32-bit only...
2008-09-05 Yinghai Lux86: same gdt_page with macro
2008-09-05 Yinghai Lux86: make header file the same in arch/x86/kernel/cpu...
2008-09-05 Yinghai Lux86: make detect_ht depend on CONFIG_X86_HT
2008-09-05 Ingo MolnarMerge commit '63cc8c75156462d4b42cbdd76c293b7eee7ddbfe':
2008-09-05 Ingo MolnarMerge branch 'x86/cpu' into x86/core
2008-09-04 Yinghai Lux86: move 32bit related functions together
2008-09-04 Yinghai Lux86: make 32bit support show_msr like 64 bit
2008-09-04 Yinghai Lux86: remove cpu_vendor_dev
2008-09-04 Yinghai Lux86: order functions in cpu/common.c and cpu/common_64...
2008-09-04 Yinghai Lux86: make (early)_identify_cpu more the same between...
2008-09-04 Krzysztof Heltx86: delay early cpu initialization until cpuid is...
2008-09-04 H. Peter AnvinMerge branch 'x86/cpu' into x86/xsave
2008-08-25 Alex Nixonx86_32: clean up play_dead
2008-08-19 H. Peter Anvinx86: add NOPL as a synthetic CPU feature bit
2008-07-30 Suresh Siddhax86, xsave: context switch support using xsave/xrstor
2008-07-30 Suresh Siddhax86, xsave: enable xsave/xrstor on cpus with xsave...
2008-07-08 Yinghai Lux86: change identify_cpu to static
2008-05-25 Eric Dumazetpercpu: introduce DEFINE_PER_CPU_PAGE_ALIGNED() macro
2008-05-08 Thomas Gleixnerx86: cleanup PAT cpu validation
2008-04-19 Matthew Wilcoxarch: Remove unnecessary inclusions of asm/semaphore.h
2008-04-17 Yinghai Lux86: pat cpu feature bit setting for known cpus
next