x86: Fix oops in identify_cpu() on CPUs without CPUID
[safe/jmp/linux-2.6] / arch / x86 / kernel / cpu / common.c
2009-08-12 Ondrej Zaryx86: Fix oops in identify_cpu() on CPUs without CPUID
2009-06-28 H. Peter AnvinRevert "x86: cap iomem_resource to addressable physical...
2009-06-20 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-06-18 Alexander van Heukelumi386: fix/simplify espfix stack switching, move it...
2009-06-17 Minchan Kimuse printk_once() in several places
2009-06-17 H. Peter Anvinx86: cap iomem_resource to addressable physical memory
2009-06-11 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-06-01 Ingo MolnarMerge branch 'x86/cpufeature' into irq/numa
2009-06-01 Ingo MolnarMerge branch 'linus' into irq/numa
2009-06-01 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-05-22 Suresh Siddhax86: introduce noxsave boot parameter
2009-05-18 Yinghai Lux86: don't call read_apic_id if !cpu_has_apic
2009-05-18 Ingo MolnarMerge commit 'v2.6.30-rc6' into perfcounters/core
2009-05-11 Yinghai Lux86: clean up and fix setup_clear/force_cpu_cap handling
2009-05-01 Thomas Gleixnerx86: initialize io_bitmap_base on 32bit
2009-04-06 Ingo MolnarMerge branch 'linus' into perfcounters/core-v2
2009-03-30 Ingo MolnarMerge branch 'linus' into cpumask-for-linus
2009-03-18 Rusty Russellcpumask: fix CONFIG_CPUMASK_OFFSTACK=y cpu hotunplug...
2009-03-14 Ingo MolnarMerge branches 'x86/apic', 'x86/asm', 'x86/cleanups...
2009-03-14 Ingo Molnarx86: cpu/common.c more cleanups
2009-03-14 Jaswinder Singh... x86: cpu/common.c cleanups
2009-03-13 Rusty Russellx86: unify cpu_callin_mask/cpu_callout_mask/cpu_initial...
2009-03-13 Jan Beulichx86, 32-bit: also use cpuinfo_x86's x86_{phys,virt...
2009-03-12 Jan Beulichx86: move various CPU initialization objects into ...
2009-03-10 Stoyan Gaydarovx86: BUG to BUG_ON changes
2009-02-17 Ingo Molnarx86, apic: remove duplicate asm/apic.h inclusions
2009-02-17 Ingo Molnarx86, apic: remove genapic.h
2009-02-17 Ingo MolnarMerge branch 'x86/apic' into perfcounters/core
2009-02-17 Yinghai Lux86: add x2apic config
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 'x86/core' into perfcounters/core
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-23 Ingo MolnarMerge branch 'core/percpu' into perfcounters/core
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 Ingo MolnarMerge branch 'core/percpu' into perfcounters/core
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-11 Ingo MolnarMerge commit 'v2.6.29-rc1' into perfcounters/core
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-29 Ingo MolnarMerge branch 'linus' into perfcounters/core
2008-12-23 Ingo MolnarMerge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeat...
2008-12-23 Ingo Molnarx86, perfcounters: rename intel_arch_perfmon.h => perf_...
2008-12-19 Jaswinder Singhx86: common.c boot_cpu_stack and boot_exception_stacks...
2008-12-08 Ingo Molnarperformance counters: x86 support
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
next