aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12Merge branch 'x86-tsx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-35/+119
2019-03-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+10
2019-03-09perf/x86/intel/uncore: Fix client IMC events return huge resultKan Liang3-7/+10
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+3
2019-03-06perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)1-3/+71
2019-03-06perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)1-21/+30
2019-03-06perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)1-11/+18
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-4/+5
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-0/+9
2019-02-22perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin1-4/+5
2019-02-11perf/x86: Add check_period PMU callbackJiri Olsa1-0/+9
2019-02-11perf/x86/intel: Add counter freezing quirk for GoldmontKan Liang1-2/+7
2019-02-11perf/x86/intel: Clean up counter freezing quirkKan Liang1-16/+11
2019-02-11perf/x86/intel: Clean up SNB PEBS quirkKan Liang1-25/+10
2019-02-11perf/x86/kvm: Avoid unnecessary work in guest filteringAndi Kleen2-9/+67
2019-02-06perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2-3/+6
2019-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-6/+14
2019-02-04perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Peter Zijlstra1-5/+11
2019-02-04perf/x86/intel/uncore: Add Node ID maskKan Liang1-1/+3
2019-01-29x86/events: Mark expected switch-case fall-throughsGustavo A. R. Silva2-0/+3
2019-01-21perf/core, arch/x86: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEAndrew Murray1-8/+1
2019-01-21perf/core, arch/x86: Use PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray3-23/+7
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-4/+4
2018-12-21perf/x86/intel/pt: add new capability for Intel PTLuwei Kang1-0/+1
2018-12-21perf/x86/intel/pt: Introduce intel_pt_validate_cap()Luwei Kang1-3/+9
2018-12-21perf/x86/intel/pt: Export pt_cap_get()Chao Peng2-44/+26
2018-12-21perf/x86/intel/pt: Move Intel PT MSRs bit defines to global headerChao Peng1-37/+0
2018-12-03x86: Fix various typos in commentsIngo Molnar4-4/+4
2018-11-22perf/x86/intel: Disallow precise_ip on BTS eventsJiri Olsa1-0/+4
2018-11-22perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()Jiri Olsa1-14/+3
2018-11-22perf/x86/intel: Move branch tracing setup to the Intel-specific source fileJiri Olsa1-1/+40
2018-11-20perf/x86/intel: Fix regression by default disabling perfmon v4 interrupt handlingPeter Zijlstra1-4/+8
2018-11-12perf/x86/intel/uncore: Support CoffeeLake 8th CBOXKan Liang2-9/+30
2018-11-12perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUsKan Liang1-1/+114
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner1-1/+1
2018-10-16perf/x86/intel: Export mem events only if there's PEBS supportJiri Olsa1-17/+52
2018-10-02perf/x86/intel: Add quirk for Goldmont PlusKan Liang1-0/+35
2018-10-02x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra3-15/+17
2018-10-02perf/x86/intel: Add a separate Arch Perfmon v4 PMI handlerAndi Kleen1-0/+113
2018-10-02perf/x86/intel: Factor out common code of PMI handlerKan Liang1-49/+60
2018-10-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-7/+7
2018-10-02perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKXKan Liang1-6/+6
2018-10-02perf/x86/intel/uncore: Use boot_cpu_data.phys_proc_id instead of hardcorded physical package ID 0Masayoshi Mizuma1-1/+1
2018-09-25Merge tag 'v4.19-rc5' into perf/core, to pick up fixesIngo Molnar1-0/+4
2018-09-12perf/x86/intel/pt: Annotate 'pt_cap_group' with __ro_after_initZubin Mithra1-1/+1
2018-09-10perf/x86/intel: Add support/quirk for the MISPREDICT bit on Knights Landing CPUsJacek Tomaka1-0/+4
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-4/+8
2018-07-31perf/x86/intel/uncore: Fix hardcoded index of Broadwell extra PCI devicesKan Liang2-4/+8
2018-07-25perf/x86/intel: Support Extended PEBS for Goldmont PlusKan Liang2-7/+1
2018-07-25perf/x86/intel/ds: Handle PEBS overflow for fixed countersKan Liang2-10/+31