summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel/uncore: Fix client IMC events return huge resultKan Liang2019-03-233-7/+10
* perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot2019-03-191-1/+1
* perf/x86/intel: Fix memory corruptionPeter Zijlstra2019-03-191-1/+1
* perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)2019-03-131-3/+71
* perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)2019-03-131-21/+30
* perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)2019-03-131-11/+18
* perf/x86: Add check_period PMU callbackJiri Olsa2019-02-111-0/+9
* perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Peter Zijlstra2019-02-041-5/+11
* perf/x86/intel/uncore: Add Node ID maskKan Liang2019-02-041-1/+3
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-264-4/+4
|\
| * x86: Fix various typos in commentsIngo Molnar2018-12-034-4/+4
* | perf/x86/intel/pt: add new capability for Intel PTLuwei Kang2018-12-211-0/+1
* | perf/x86/intel/pt: Introduce intel_pt_validate_cap()Luwei Kang2018-12-211-3/+9
* | perf/x86/intel/pt: Export pt_cap_get()Chao Peng2018-12-212-44/+26
* | perf/x86/intel/pt: Move Intel PT MSRs bit defines to global headerChao Peng2018-12-211-37/+0
|/
* perf/x86/intel: Disallow precise_ip on BTS eventsJiri Olsa2018-11-221-0/+4
* perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()Jiri Olsa2018-11-221-14/+3
* perf/x86/intel: Move branch tracing setup to the Intel-specific source fileJiri Olsa2018-11-221-1/+40
* perf/x86/intel: Fix regression by default disabling perfmon v4 interrupt hand...Peter Zijlstra2018-11-201-4/+8
* perf/x86/intel/uncore: Support CoffeeLake 8th CBOXKan Liang2018-11-122-9/+30
* perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUsKan Liang2018-11-121-1/+114
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-291-1/+1
* perf/x86/intel: Export mem events only if there's PEBS supportJiri Olsa2018-10-161-17/+52
* perf/x86/intel: Add quirk for Goldmont PlusKan Liang2018-10-021-0/+35
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2018-10-023-15/+17
* perf/x86/intel: Add a separate Arch Perfmon v4 PMI handlerAndi Kleen2018-10-021-0/+113
* 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/+1
* | 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-121-1/+1
* Convert intel uncore to struct_sizeMatthew Wilcox2018-06-121-9/+10
* perf/x86/intel/uncore: Clean up client IMC uncoreKan Liang2018-05-311-112/+20
* 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
OpenPOWER on IntegriCloud