aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel/pt: Fix sampling using single range outputAdrian Hunter2022-11-161-0/+9
* perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]Kan Liang2022-11-021-0/+1
* perf/x86/intel: Fix pebs event constraints for SPRKan Liang2022-11-021-2/+7
* perf/x86/intel: Fix pebs event constraints for ICLKan Liang2022-11-021-2/+7
* perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()Maxim Levitsky2022-10-201-1/+1
* Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-106-334/+134
|\
| * perf/x86/uncore: Add new Raptor Lake S supportKan Liang2022-09-291-0/+1
| * perf/x86/cstate: Add new Raptor Lake S supportKan Liang2022-09-291-0/+1
| * perf/x86: Add new Raptor Lake S supportKan Liang2022-09-291-0/+1
| * Merge branch 'v6.0-rc7'Peter Zijlstra2022-09-294-8/+38
| |\
| | * Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2022-09-014-7/+36
| | |\
| | * | perf/x86/core: Completely disable guest PEBS via guest's global_ctrlLike Xu2022-09-011-1/+2
| * | | perf: Use sample_flags for addrNamhyung Kim2022-09-271-2/+6
| * | | perf: Kill __PERF_SAMPLE_CALLCHAIN_EARLYNamhyung Kim2022-09-131-3/+0
| * | | perf: Use sample_flags for callchainNamhyung Kim2022-09-131-2/+6
| * | | perf/x86/intel: Optimize FIXED_CTR_CTRL accessKan Liang2022-09-071-9/+13
| * | | perf/x86/p4: Remove perfctr_second_write quirkPeter Zijlstra2022-09-071-10/+27
| * | | perf/x86/intel: Remove x86_pmu::update_topdown_eventPeter Zijlstra2022-09-071-10/+12
| * | | perf/x86/intel: Remove x86_pmu::set_topdown_event_periodPeter Zijlstra2022-09-071-6/+10
| * | | perf/x86: Change x86_pmu::limit_period signaturePeter Zijlstra2022-09-071-11/+8
| * | | perf/x86/intel: Move the topdown stuff into the intel driverPeter Zijlstra2022-09-071-3/+23
| * | | perf: Use sample_flags for txnKan Liang2022-09-061-2/+6
| * | | perf: Use sample_flags for data_srcKan Liang2022-09-061-2/+6
| * | | perf: Use sample_flags for weightKan Liang2022-09-061-3/+7
| * | | perf: Use sample_flags for branch stackKan Liang2022-09-062-2/+7
| * | | perf/x86/intel/pebs: Fix PEBS timestamps overwrittenKan Liang2022-09-061-2/+6
| * | | perf/x86: Move branch classifierSandipan Das2022-08-271-273/+0
| |/ /
* | | perf/x86/core: Completely disable guest PEBS via guest's global_ctrlLike Xu2022-09-011-1/+2
* | | perf/x86/intel: Fix unchecked MSR access error for Alder Lake NKan Liang2022-09-012-3/+46
| |/ |/|
* | perf/x86/intel/uncore: Fix broken read_counter() for SNB IMC PMUStephane Eranian2022-08-271-1/+17
* | perf/x86/intel: Fix pebs event constraints for ADLKan Liang2022-08-191-1/+1
* | perf/x86/intel/ds: Fix precise store latency handlingStephane Eranian2022-08-191-1/+9
* | perf/x86/core: Set pebs_capable and PMU_FL_PEBS_ALL for the BaselinePeter Zijlstra2022-08-192-4/+1
* | perf/x86/lbr: Enable the branch type for the Arch LBR by defaultKan Liang2022-08-191-0/+8
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-041-29/+131
|\
| * Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-29/+131
| |\
| | * perf/x86/intel: Fix the comment about guest LBR support on KVMLike Xu2022-06-081-2/+1
| | * KVM: x86/pmu: Disable guest PEBS temporarily in two rare situationsLike Xu2022-06-081-2/+9
| | * KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBSLike Xu2022-06-081-0/+8
| | * KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DSLike Xu2022-06-081-1/+9
| | * KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counterLike Xu2022-06-081-1/+1
| | * KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBSLike Xu2022-06-081-18/+57
| | * x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK valuePeter Zijlstra (Intel)2022-06-081-8/+6
| | * perf/x86/core: Pass "struct kvm_pmu *" to determine the guest valuesLike Xu2022-06-081-2/+2
| | * perf/x86/intel: Handle guest PEBS overflow PMI for KVM guestLike Xu2022-06-081-0/+42
| | * perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake ServerLike Xu2022-06-081-0/+1
* | | Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-012-46/+90
|\ \ \ | |/ / |/| |
| * | perf/x86/intel: Fix PEBS data source encoding for ADLKan Liang2022-07-042-14/+39
| * | perf/x86/intel: Fix PEBS memory access info encoding for ADLKan Liang2022-07-042-33/+52
| |/
* / perf/x86/intel/lbr: Fix unchecked MSR access error on HSWKan Liang2022-07-201-9/+10
|/