summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel: Factor out common code of PMI handlerKan Liang2018-10-021-49/+60
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-10-021-7/+7
|\
| * perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKXKan Liang2018-10-021-6/+6
| * perf/x86/intel/uncore: Use boot_cpu_data.phys_proc_id instead of hardcorded p...Masayoshi Mizuma2018-10-021-1/+1
* | Merge tag 'v4.19-rc5' into perf/core, to pick up fixesIngo Molnar2018-09-251-0/+4
|\|
| * perf/x86/intel: Add support/quirk for the MISPREDICT bit on Knights Landing CPUsJacek Tomaka2018-09-101-0/+4
* | perf/x86/intel/pt: Annotate 'pt_cap_group' with __ro_after_initZubin Mithra2018-09-121-1/+1
|/
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-022-4/+8
|\
| * perf/x86/intel/uncore: Fix hardcoded index of Broadwell extra PCI devicesKan Liang2018-07-312-4/+8
* | perf/x86/intel: Support Extended PEBS for Goldmont PlusKan Liang2018-07-252-7/+1Star
* | perf/x86/intel/ds: Handle PEBS overflow for fixed countersKan Liang2018-07-252-10/+31
* | perf/x86/intel: Support PEBS on fixed countersKan Liang2018-07-251-11/+13
* | perf/x86/intel: Introduce PMU flag for Extended PEBSKan Liang2018-07-251-0/+7
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-252-17/+19
|\|
| * perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra2018-07-252-14/+14
| * x86/events/intel/ds: Fix bts_interrupt_threshold alignmentHugh Dickins2018-07-151-3/+5
* | perf/x86/intel/lbr: Optimize context switches for the LBR call stackKan Liang2018-06-211-1/+23
* | perf/x86/intel/lbr: Fix incomplete LBR call stackKan Liang2018-06-211-6/+26
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* Convert intel uncore to struct_sizeMatthew Wilcox2018-06-131-9/+10
* perf/x86/intel/uncore: Clean up client IMC uncoreKan Liang2018-05-311-112/+20Star
* perf/x86/intel/uncore: Expose uncore_pmu_event*() functionsKan Liang2018-05-312-4/+8
* perf/x86/intel/uncore: Support IIO free-running counters on SKXKan Liang2018-05-311-0/+82
* perf/x86/intel/uncore: Add infrastructure for free running countersKan Liang2018-05-311-4/+64
* perf/x86/intel/uncore: Add new data structures for free running countersKan Liang2018-05-311-1/+122
* perf/x86/intel/uncore: Correct fixed counter index check in generic codeKan Liang2018-05-311-1/+1
* perf/x86/intel/uncore: Correct fixed counter index check for NHMKan Liang2018-05-311-1/+1
* perf/x86/intel/uncore: Introduce customized event_read() for client IMC uncoreKan Liang2018-05-311-2/+31
* perf/core: Fix bad use of igrab()Song Liu2018-05-251-2/+2
* perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msrPeter Zijlstra2018-05-051-0/+2
* perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1Kan Liang2018-04-251-3/+6
* perf/x86/intel/uncore: Fix SBOX support for Broadwell CPUsOskar Senft2018-04-201-1/+17
* perf/x86/intel/uncore: Revert "Remove SBOX support for Broadwell server"Stephane Eranian2018-04-201-0/+21
* perf/x86/intel: Move regs->flags EXACT bit initStephane Eranian2018-04-051-10/+24
* perf/x86/intel: Enable C-state residency events for Cannon LakeHarry Pan2018-03-311-13/+31
* perf/x86/intel: Add Cannon Lake support for RAPL profilingHarry Pan2018-03-311-0/+2
* perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin2018-03-291-3/+10
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2018-03-291-8/+17
|\
| * perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUsStephane Eranian2018-03-271-8/+17
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-03-243-24/+28
|\|
| * perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake se...Kan Liang2018-03-201-14/+17
| * perf/x86/intel: Rename confusing 'freerunning PEBS' API and implementation to...Kan Liang2018-03-202-9/+9
| * perf/x86/intel/uncore: Add missing filter constraint for SKX CHA eventStephane Eranian2018-03-201-0/+1
| * perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()Dan Carpenter2018-03-201-1/+1
* | perf: Fix sibling iterationPeter Zijlstra2018-03-161-1/+1
* | perf/core: Remove perf_event::group_entryPeter Zijlstra2018-03-121-1/+1
* | perf/x86/intel: Fix PMU read for auto-reloadKan Liang2018-03-091-0/+9
* | perf/x86/intel/ds: Introduce ->read() function for auto-reload events and flu...Kan Liang2018-03-091-0/+9
* | perf/x86/intel: Fix event update for auto-reloadKan Liang2018-03-091-4/+88
* | perf/x86/intel: Properly save/restore the PMU state in the NMI handlerKan Liang2018-03-091-1/+9