summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-12-191-6/+1
|\
| * x86, 386 removal: Remove support for IRQ 13 FPU error reportingH. Peter Anvin2012-12-171-6/+1
* | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-144-110/+113
|\ \
| * \ Merge tag 'mca_cfg' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras ...Ingo Molnar2012-10-264-110/+113
| |\ \
| | * | x86, MCA: Finish mca_config conversionBorislav Petkov2012-10-264-27/+21
| | * | x86, MCA: Convert the next three variables batchBorislav Petkov2012-10-262-20/+17
| | * | x86, MCA: Convert rip_msr, mce_bootlog, monarch_timeoutBorislav Petkov2012-10-261-24/+27
| | * | x86, MCA: Convert dont_log_ce, banks and tolerantBorislav Petkov2012-10-261-44/+53
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\ \ \ \
| * | | | x86 mtrr: fix comment typo in mtrr_bp_initOlaf Hering2012-12-071-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-121-9/+0
|\ \ \ \ \
| * | | | | death to idle_regs()Al Viro2012-11-291-9/+0
* | | | | | Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-123-46/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | x86, 386 removal: Remove CONFIG_X86_POPAD_OKH. Peter Anvin2012-11-291-28/+0
| * | | | | x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin2012-11-292-7/+0
| * | | | | x86, 386 removal: Remove CONFIG_BSWAPH. Peter Anvin2012-11-291-11/+2
| |/ / / /
* | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-122-27/+57
|\ \ \ \ \
| * | | | | x86, cacheinfo: Base cache sharing info on CPUID 0x8000001d on AMDAndreas Herrmann2012-11-131-14/+27
| * | | | | x86, cacheinfo: Make use of CPUID 0x8000001d for cache information on AMDAndreas Herrmann2012-11-131-1/+5
| * | | | | x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMDAndreas Herrmann2012-11-132-11/+24
| * | | | | x86: Add cpu_has_topoextAndreas Herrmann2012-11-131-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-122-5/+9
|\ \ \ \ \
| * | | | | x86, hotplug: The first online processor saves the MTRR stateFenghua Yu2012-11-151-2/+7
| * | | | | x86, hotplug: During CPU0 online, enable x2apic, set_numa_node.Fenghua Yu2012-11-151-3/+2
| |/ / / /
* | | | | Merge branch 'linus' into perf/coreIngo Molnar2012-12-086-57/+255
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge tag 'please-pull-tangchen' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-11-131-13/+18
| |\ \ \ \
| | * | | | x86/mce: Do not change worker's running cpu in cmci_rediscover().Tang Chen2012-10-301-13/+18
| | |/ / /
| * | | | x86, amd: Disable way access filter on Piledriver CPUsAndre Przywara2012-10-311-0/+14
| * | | | x86, AMD: Change Boris' email addressBorislav Petkov2012-10-301-1/+1
| |/ / /
| * | | perf/x86: Remove unused variable in nhmex_rbox_alter_er()Wei Yongjun2012-10-241-2/+0
| * | | perf/x86: Enable overflow on Intel KNC with a custom knc_pmu_handle_irq()Vince Weaver2012-10-241-1/+77
| * | | perf/x86: Remove cpuc->enable check on Intl KNC event enable/disableVince Weaver2012-10-241-6/+2
| * | | perf/x86: Make Intel KNC use full 40-bit width of countersVince Weaver2012-10-241-4/+3
| * | | perf/x86/uncore: Handle pci_read_config_dword() errorsYan, Zheng2012-10-241-15/+28
| * | | perf/x86: Remove P6 cpuc->enabled checkVince Weaver2012-10-241-7/+7
| * | | perf/x86: Update/fix generic events on P6 PMUVince Weaver2012-10-241-7/+104
| * | | perf/x86: Fix P6 FP_ASSIST event constraintVince Weaver2012-10-241-1/+1
* | | | perf/x86: Fix sparse warningsPeter Huewe2012-10-301-2/+2
* | | | perf/x86: Add hardware events translations for Intel P6 cpusJiri Olsa2012-10-242-0/+3
* | | | perf/x86: Add hardware events translations for AMD cpusJiri Olsa2012-10-244-5/+20
* | | | perf/x86: Add hardware events translations for Intel cpusJiri Olsa2012-10-243-0/+44
* | | | perf/x86: Filter out undefined events from sysfs events attributeJiri Olsa2012-10-241-0/+22
* | | | perf/x86: Make hardware event translations available in sysfsJiri Olsa2012-10-242-0/+62
|/ / /
* / / x86/perf: Fix virtualization sanity checkAndre Przywara2012-10-241-4/+6
|/ /
* / perf/x86: Disable uncore on virtualized CPUsYan, Zheng2012-10-201-0/+3
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-201-0/+6
|\
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-10-201-0/+6
| |\
| | * perf: Require exclude_guest to use PEBS - kernel side enforcementPeter Zijlstra2012-10-161-0/+6
* | | Merge commit '5bc66170dc486556a1e36fd384463536573f4b82' into x86/urgentH. Peter Anvin2012-10-1919-84/+707
|\ \ \
| * | | x86, MCE: Remove bios_cmci_threshold sysfs attributeBorislav Petkov2012-10-191-6/+0
| |/ /