aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2013-10-04perf/x86: Suppress duplicated abort LBR recordsAndi Kleen3-8/+23
2013-10-04perf/x86: Add Haswell specific transaction flag reportingAndi Kleen1-4/+20
2013-10-04Merge branch 'perf/urgent' into perf/coreIngo Molnar5-18/+17
2013-10-04perf/x86: Clean up cap_user_time* settingPeter Zijlstra1-8/+3
2013-09-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-09-28perf/x86: Fix PMU detection printout when no PMU is detectedIngo Molnar1-1/+1
2013-09-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-10/+11
2013-09-25sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra1-0/+5
2013-09-23perf/x86/intel: Add model number for Avoton SilvermontYan, Zheng1-0/+1
2013-09-20perf/x86/intel: Fix build warning in intel_pmu_drain_pebs_nhm()Peter Zijlstra1-1/+1
2013-09-20perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra1-5/+5
2013-09-20perf/x86/intel/uncore: Don't use smp_processor_id() in validate_group()Yan, Zheng1-5/+5
2013-09-20perf/x86/intel: Remove division from the intel_pmu_drain_pebs_nhm() hot pathPeter Zijlstra1-5/+5
2013-09-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-09-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2013-09-14perf/x86/intel: Mark MEM_LOAD_UOPS_MISS_RETIRED as precise on SNBStephane Eranian1-0/+1
2013-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+5
2013-09-12perf/x86/intel: Clean up EVENT_ATTR_STR() muckIngo Molnar1-18/+17
2013-09-12perf/x86/intel: Clean-up/reduce PEBS codePeter Zijlstra1-68/+26
2013-09-12perf/x86/intel: Clean up checkpoint-interrupt bitsPeter Zijlstra2-9/+18
2013-09-12perf/x86/intel: Add Haswell TSX event aliasesAndi Kleen1-0/+27
2013-09-12perf/x86: Report TSX transaction abort cost as weightAndi Kleen1-13/+42
2013-09-12perf/x86/intel: Avoid checkpointed counters causing excessive TSX abortsAndi Kleen1-0/+37
2013-09-12perf/x86/intel: Fix Silvermont offcore masksPeter Zijlstra1-2/+2
2013-09-12perf/x86: Fix uncore PCI fixed counter handlingStephane Eranian1-2/+4
2013-09-12perf/x86: Add constraint for IVB CYCLE_ACTIVITY:CYCLES_LDM_PENDINGStephane Eranian1-0/+1
2013-09-11mm: vmstats: track TLB flush stats on UP tooDave Hansen1-0/+2
2013-09-04Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-10/+63
2013-09-04Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-17/+19
2013-09-04Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
2013-09-02perf: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node()Joe Perches3-6/+5
2013-09-02perf/x86: Add Silvermont (22nm Atom) supportYan, Zheng3-0/+186
2013-09-02perf/x86: use INTEL_UEVENT_EXTRA_REG to define MSR_OFFCORE_RSP_XYan, Zheng1-9/+13
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar3-17/+8
2013-08-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+5
2013-08-16perf/x86/intel/uncore: Enable EV_SEL_EXT bit for PCUYan, Zheng2-1/+2
2013-08-16perf/x86/intel/uncore: Add filter support for QPI boxesYan, Zheng2-18/+123
2013-08-16perf/x86/intel/uncore: Add auxiliary pci device supportYan, Zheng2-52/+68
2013-08-15Merge tag 'v3.11-rc5' into perf/coreIngo Molnar1-2/+2
2013-08-12Merge tag 'please-pull-mce-f-bit' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/rasIngo Molnar1-2/+2
2013-08-12x86, microcode, AMD: Make cpu_has_amd_erratum() use the correct struct cpuinfo_x86Torsten Kaiser1-15/+5
2013-08-12Merge branch 'x86/mce' into x86/rasIngo Molnar3-10/+63
2013-08-12perf/x86: Add Haswell ULT model number used in Macbook Air and other systemsAndi Kleen1-0/+1
2013-08-06x86, asmlinkage: Make several variables used from assembler/linker script visibleAndi Kleen2-4/+4
2013-08-05x86: Correctly detect hypervisorJason Wang3-17/+19
2013-08-05perf/x86: Fix intel QPI uncore event definitionsVince Weaver1-2/+2
2013-07-29x86/mce: Fix mce regression from recent cleanupTony Luck1-2/+2
2013-07-23perf/x86: Add ability to calculate TSC from perf sample timestampsAdrian Hunter1-0/+6
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker20-188/+181
2013-07-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-4/+59