summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
Commit message (Expand)AuthorAgeFilesLines
* numa: x86_64: use generic percpu var numa_node_id() implementationLee Schermerhorn2010-05-271-3/+3
* x86,early dr regs,kgdb: Allow kernel debugger early dr register accessJason Wessel2010-05-211-12/+17
* x86: Eliminate TS_XSAVEAvi Kivity2010-05-101-4/+1Star
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-141-3/+5
|\
| * x86: Limit the number of processor bootup messagesMike Travis2009-12-121-3/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-4/+4
|\ \ | |/ |/|
| * percpu: make percpu symbols in x86 uniqueTejun Heo2009-10-291-4/+4
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-081-1/+1
|\ \
| * | x86, mm: Clean up and simplify NX enablementH. Peter Anvin2009-11-161-1/+1
| |/
* | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-061-14/+16
|\ \
| * | x86, cpu: mv display_cacheinfo -> cpu_detect_cache_sizesBorislav Petkov2009-11-231-2/+2
| * | x86: Fix cpu_devs[] initialization in early_cpu_init()Ingo Molnar2009-11-141-8/+14
| * | x86: Remove CPU cache size output for non-Intel tooRoland Dreier2009-11-141-5/+0Star
| * | x86: Minimise printk spew from per-vendor init codeDave Jones2009-11-141-1/+2
| |/
* | x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP valueYong Wang2009-11-101-2/+0Star
* | x86, mce: Fix up MCE naming nomenclatureBorislav Petkov2009-10-161-1/+1
|/
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-2/+2
* includecheck fix: x86, cpu/common.cJaswinder Singh Rajput2009-09-201-1/+0Star
* 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-031-2/+13
| * x86, percpu: Fix DECLARE/DEFINE_PER_CPU_PAGE_ALIGNED()Tejun Heo2009-08-031-2/+1Star
* | 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-261-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/+0Star
* 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-181-1/+1
| * x86: cap iomem_resource to addressable physical memoryH. Peter Anvin2009-06-171-0/+3
* | use printk_once() in several placesMinchan Kim2009-06-171-8/+3Star
|/
* 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
| | | |_|/ / | | |/| | |