aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner2-0/+2
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+5
2019-05-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-4/+4
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2019-05-14perf/x86/intel: Allow PEBS multi-entry in watermark modeStephane Eranian1-1/+1
2019-05-10perf/x86/intel: Fix INTEL_FLAGS_EVENT_CONSTRAINT* maskingStephane Eranian1-2/+2
2019-05-08perf/x86/amd/iommu: Make the 'amd_iommu_attr_groups' symbol staticWang Hai1-1/+1
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-132/+1000
2019-05-05perf/x86/intel: Fix race in intel_pmu_disable_event()Jiri Olsa1-3/+7
2019-05-03perf/x86/intel/pt: Remove software double buffering PMU capabilityAlexander Shishkin1-2/+1
2019-05-02perf/x86/amd: Update generic hardware cache events for Family 17hKim Phillips1-3/+108
2019-04-30KVM: x86: Inject PMI for KVM guestLuwei Kang1-1/+5
2019-04-29perf/x86: Make perf callchains work without CONFIG_FRAME_POINTERKairui Song1-4/+17
2019-04-25perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC10 countersHarry Pan1-5/+5
2019-04-18perf/x86/amd: Add event map for AMD Family 17hKim Phillips1-9/+26
2019-04-16perf/x86/intel: Add Tremont core PMU supportKan Liang1-0/+91
2019-04-16perf/x86/intel/uncore: Add Intel Icelake uncore supportKan Liang3-0/+98
2019-04-16perf/x86/msr: Add Icelake supportKan Liang1-0/+1
2019-04-16perf/x86/intel/rapl: Add Icelake supportKan Liang1-0/+2
2019-04-16perf/x86/intel/cstate: Add Icelake supportKan Liang1-0/+2
2019-04-16perf/x86/intel: Add Icelake supportKan Liang3-2/+136
2019-04-16perf/x86: Support constraint rangesPeter Zijlstra3-8/+39
2019-04-16perf/x86/lbr: Avoid reading the LBRs when adaptive PEBS handles themAndi Kleen2-1/+13
2019-04-16perf/x86/intel: Support adaptive PEBS v4Kan Liang4-26/+394
2019-04-16perf/x86/intel/ds: Extract code of event update in short periodKan Liang1-13/+20
2019-04-16perf/x86/intel: Extract memory code PEBS parser for reuseAndi Kleen1-29/+34
2019-04-16perf/x86: Support outputting XMM registersKan Liang3-2/+38
2019-04-16perf/x86/intel: Force resched when TFA sysctl is modifiedStephane Eranian3-2/+53
2019-04-16Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-20/+20
2019-04-16perf/x86: Fix incorrect PEBS_REGSKan Liang2-20/+20
2019-04-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar3-16/+145
2019-04-10x86/perf/amd: Remove need to check "running" bit in NMI handlerLendacky, Thomas2-12/+22
2019-04-03x86/perf/amd: Resolve NMI latency issues for active PMCsLendacky, Thomas1-1/+55
2019-04-03x86/perf/amd: Resolve race condition when disabling PMCLendacky, Thomas1-3/+62
2019-04-03perf/x86/intel: Initialize TFA MSRPeter Zijlstra1-0/+6
2019-04-03perf/x86/intel: Fix handling of wakeup_events for multi-entry PEBSStephane Eranian1-1/+1
2019-04-03perf/x86: Add sanity checks to x86_schedule_events()Peter Zijlstra1-13/+19
2019-04-03perf/x86: Optimize x86_schedule_events()Peter Zijlstra2-3/+13
2019-04-03perf/x86: Clear ->event_constraint[] on putPeter Zijlstra1-1/+3
2019-04-03perf/x86/intel: Optimize intel_get_excl_constraints()Peter Zijlstra1-9/+13
2019-04-03perf/x86: Remove PERF_X86_EVENT_COMMITTEDPeter Zijlstra2-25/+22
2019-04-03perf/x86: Simplify x86_pmu.get_constraints() interfacePeter Zijlstra2-6/+4
2019-04-03perf/x86/intel: Simplify intel_tfa_commit_scheduling()Peter Zijlstra1-1/+1
2019-03-17perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot1-1/+1
2019-03-15perf/x86: Fixup typo in stub functionsPeter Zijlstra1-2/+2
2019-03-15perf/x86/intel: Fix memory corruptionPeter Zijlstra1-1/+1
2019-03-12Merge branch 'x86-tsx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-46/+138
2019-03-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+10