summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
Commit message (Expand)AuthorAgeFilesLines
* x86/i386: Remove duplicated #includeHuang Weiyi2009-09-201-1/+0
* Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-141-4/+14
|\
| * x86, percpu: Collect hot percpu variables into one cachelineTejun Heo2009-08-041-2/+13
| * x86, percpu: Fix DECLARE/DEFINE_PER_CPU_PAGE_ALIGNED()Tejun Heo2009-08-041-2/+1
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-141-5/+5
|\ \
| * \ Merge commit 'v2.6.31-rc7' into x86/cleanupsIngo Molnar2009-08-241-24/+24
| |\ \
| * | | x86/cpu: Clean up various files a bitAlan Cox2009-07-111-4/+4
| * | | x86: Clean up idt_descr and idt_tableby using NR_VECTORS instead of hardcoded...Cyrill Gorcunov2009-07-101-1/+1
| | |/ | |/|
* | | x86/i386: Put aligned stack-canary in percpu shared_aligned sectionJeremy Fitzhardinge2009-09-041-1/+1
* | | x86/i386: Make sure stack-protector segment base is cache alignedJeremy Fitzhardinge2009-09-031-1/+1
* | | Merge commit 'origin/x86/urgent' into x86/asmH. Peter Anvin2009-08-251-24/+24
|\ \ \ | | |/ | |/|
| * | x86: Fix oops in identify_cpu() on CPUs without CPUIDOndrej Zary2009-08-121-24/+24
| |/
* | x86: Introduce GDT_ENTRY_INIT(), fix APMIngo Molnar2009-08-081-1/+1
* | x86: Introduce GDT_ENTRY_INIT()Akinobu Mita2009-08-081-20/+20
|/
* Revert "x86: cap iomem_resource to addressable physical memory"H. Peter Anvin2009-06-281-3/+0
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-201-1/+4
|\
| * i386: fix/simplify espfix stack switching, move it into assemblyAlexander van Heukelum2009-06-171-1/+1
| * x86: cap iomem_resource to addressable physical memoryH. Peter Anvin2009-06-161-0/+3
* | use printk_once() in several placesMinchan Kim2009-06-161-8/+3
|/
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-5/+18
|\
| * Merge branch 'x86/cpufeature' into irq/numaIngo Molnar2009-06-011-5/+12
| |\
| | * x86: clean up and fix setup_clear/force_cpu_cap handlingYinghai Lu2009-05-111-5/+12
| * | Merge branch 'linus' into irq/numaIngo Molnar2009-06-011-0/+7
| |\ \
| * | | x86: don't call read_apic_id if !cpu_has_apicYinghai Lu2009-05-181-0/+6
* | | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-011-0/+7
|\ \ \ \ | | |/ / | |/| |
| * | | x86: introduce noxsave boot parameterSuresh Siddha2009-05-221-0/+7
| |/ /
* | | Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-181-0/+2
|\| |
| * | x86: initialize io_bitmap_base on 32bitThomas Gleixner2009-05-011-0/+2
| |/
* | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-183/+224
|\|
| * Merge branch 'linus' into cpumask-for-linusIngo Molnar2009-03-301-170/+222
| |\
| | *-------. Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf...Ingo Molnar2009-03-141-168/+222
| | |\ \ \ \ \
| | | | | | * | x86, 32-bit: also use cpuinfo_x86's x86_{phys,virt}_bits membersJan Beulich2009-03-131-1/+11
| | | | |_|/ / | | | |/| | |
| | | | | * | x86: move various CPU initialization objects into .cpuinit.rodataJan Beulich2009-03-121-10/+10
| | | |_|/ / | | |/| | |
| | | | * | x86: cpu/common.c more cleanupsIngo Molnar2009-03-141-100/+143
| | | | * | x86: cpu/common.c cleanupsJaswinder Singh Rajput2009-03-141-64/+65
| | | |/ /
| | * / / x86: BUG to BUG_ON changesStoyan Gaydarov2009-03-101-4/+2
| | |/ /
| * | | cpumask: fix CONFIG_CPUMASK_OFFSTACK=y cpu hotunplug crashRusty Russell2009-03-181-0/+1
| * | | x86: unify cpu_callin_mask/cpu_callout_mask/cpu_initialized_mask/cpu_sibling_...Rusty Russell2009-03-131-12/+0
| |/ /
* | | Merge branch 'x86/apic' into perfcounters/coreIngo Molnar2009-02-171-9/+7
|\| |
| * | x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar2009-02-171-4/+2
| * | x86, apic: remove genapic.hIngo Molnar2009-02-171-2/+2
| * | x86: add x2apic configYinghai Lu2009-02-171-1/+1
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/p...Ingo Molnar2009-02-171-114/+137
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | * | x86: fix typo in filter_cpuid_features()Yinghai Lu2009-02-151-4/+4
* | | | | Merge branch 'x86/core' into perfcounters/coreIngo Molnar2009-02-131-52/+103
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-02-131-11/+12
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | x86: implement x86_32 stack protectorTejun Heo2009-02-101-6/+11
| | * | | x86: use linker to offset symbols by __per_cpu_loadBrian Gerst2009-02-091-5/+1
| * | | | Merge branch 'x86/paravirt' into x86/apicIngo Molnar2009-02-091-10/+15
| |\| | |
| | * | | x86: split loading percpu segments from loading gdtJeremy Fitzhardinge2009-01-311-6/+12