summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2012-12-14Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-110/+113
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+0
2012-12-11Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-46/+2
2012-12-11Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-27/+57
2012-12-11Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-5/+9
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar6-57/+255
2012-12-07x86 mtrr: fix comment typo in mtrr_bp_initOlaf Hering1-1/+1
2012-11-29x86, 386 removal: Remove CONFIG_X86_POPAD_OKH. Peter Anvin1-28/+0
2012-11-29x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin2-7/+0
2012-11-29x86, 386 removal: Remove CONFIG_BSWAPH. Peter Anvin1-11/+2
2012-11-28death to idle_regs()Al Viro1-9/+0
2012-11-14x86, hotplug: The first online processor saves the MTRR stateFenghua Yu1-2/+7
2012-11-14x86, hotplug: During CPU0 online, enable x2apic, set_numa_node.Fenghua Yu1-3/+2
2012-11-13x86, cacheinfo: Base cache sharing info on CPUID 0x8000001d on AMDAndreas Herrmann1-14/+27
2012-11-13x86, cacheinfo: Make use of CPUID 0x8000001d for cache information on AMDAndreas Herrmann1-1/+5
2012-11-13x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMDAndreas Herrmann2-11/+24
2012-11-13x86: Add cpu_has_topoextAndreas Herrmann1-1/+1
2012-11-13Merge tag 'please-pull-tangchen' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar1-13/+18
2012-10-31x86, amd: Disable way access filter on Piledriver CPUsAndre Przywara1-0/+14
2012-10-30x86/mce: Do not change worker's running cpu in cmci_rediscover().Tang Chen1-13/+18
2012-10-30perf/x86: Fix sparse warningsPeter Huewe1-2/+2
2012-10-30x86, AMD: Change Boris' email addressBorislav Petkov1-1/+1
2012-10-26Merge tag 'mca_cfg' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras ...Ingo Molnar4-110/+113
2012-10-26x86, MCA: Finish mca_config conversionBorislav Petkov4-27/+21
2012-10-26x86, MCA: Convert the next three variables batchBorislav Petkov2-20/+17
2012-10-26x86, MCA: Convert rip_msr, mce_bootlog, monarch_timeoutBorislav Petkov1-24/+27
2012-10-26x86, MCA: Convert dont_log_ce, banks and tolerantBorislav Petkov1-44/+53
2012-10-24perf/x86: Remove unused variable in nhmex_rbox_alter_er()Wei Yongjun1-2/+0
2012-10-24perf/x86: Enable overflow on Intel KNC with a custom knc_pmu_handle_irq()Vince Weaver1-1/+77
2012-10-24perf/x86: Remove cpuc->enable check on Intl KNC event enable/disableVince Weaver1-6/+2
2012-10-24perf/x86: Make Intel KNC use full 40-bit width of countersVince Weaver1-4/+3
2012-10-24perf/x86/uncore: Handle pci_read_config_dword() errorsYan, Zheng1-15/+28
2012-10-24perf/x86: Add hardware events translations for Intel P6 cpusJiri Olsa2-0/+3
2012-10-24perf/x86: Add hardware events translations for AMD cpusJiri Olsa4-5/+20
2012-10-24perf/x86: Add hardware events translations for Intel cpusJiri Olsa3-0/+44
2012-10-24perf/x86: Filter out undefined events from sysfs events attributeJiri Olsa1-0/+22
2012-10-24perf/x86: Make hardware event translations available in sysfsJiri Olsa2-0/+62
2012-10-24perf/x86: Remove P6 cpuc->enabled checkVince Weaver1-7/+7
2012-10-24perf/x86: Update/fix generic events on P6 PMUVince Weaver1-7/+104
2012-10-24perf/x86: Fix P6 FP_ASSIST event constraintVince Weaver1-1/+1
2012-10-24x86/perf: Fix virtualization sanity checkAndre Przywara1-4/+6
2012-10-20perf/x86: Disable uncore on virtualized CPUsYan, Zheng1-0/+3
2012-10-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+6
2012-10-20Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-0/+6
2012-10-19Merge commit '5bc66170dc486556a1e36fd384463536573f4b82' into x86/urgentH. Peter Anvin19-84/+707
2012-10-19x86, MCE: Remove bios_cmci_threshold sysfs attributeBorislav Petkov1-6/+0
2012-10-17x86, amd, mce: Avoid NULL pointer reference on CPU northbridge lookupDaniel J Blueman1-5/+5
2012-10-16perf: Require exclude_guest to use PEBS - kernel side enforcementPeter Zijlstra1-0/+6
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-13/+306