summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* perf/x86: Add check_period PMU callbackJiri Olsa2019-02-113-2/+37
* 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-274-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/+26Star
* | perf/x86/intel/pt: Move Intel PT MSRs bit defines to global headerChao Peng2018-12-211-37/+0Star
|/
* 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-222-18/+12Star
* perf/x86/intel: Move branch tracing setup to the Intel-specific source fileJiri Olsa2018-11-222-21/+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
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-233-7/+21
|\
| * x86/events: Add Hygon Dhyana support to PMU infrastructurePu Wen2018-09-273-7/+21
* | perf/x86/intel: Export mem events only if there's PEBS supportJiri Olsa2018-10-162-21/+56
* | perf/x86/intel: Add quirk for Goldmont PlusKan Liang2018-10-021-0/+35
* | x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2018-10-024-19/+21
* | perf/x86/intel: Add a separate Arch Perfmon v4 PMI handlerAndi Kleen2018-10-022-1/+116
* | perf/x86/intel: Factor out common code of PMI handlerKan Liang2018-10-021-49/+60
* | Merge branch 'x86/cache' into perf/core, to resolve conflictsIngo Molnar2018-10-021-0/+21
|\ \
| * | perf/x86: Add helper to obtain performance counter indexReinette Chatre2018-09-281-0/+21
| |/
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-10-022-7/+17
|\ \
| * | perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf eventsNatarajan, Janakarajan2018-10-021-0/+10
| * | 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
* | perf/x86: Add __ro_after_init annotationsZubin Mithra2018-09-101-4/+4
|/
* x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski2018-08-311-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-252-0/+8
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-253-18/+24
|\|
| * perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra2018-07-252-14/+14
| * perf/x86/amd/ibs: Don't access non-started eventThomas Gleixner2018-07-241-1/+5
| * 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-212-1/+27
* | perf/x86/intel/lbr: Fix incomplete LBR call stackKan Liang2018-06-212-6/+27
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* Convert intel uncore to struct_sizeMatthew Wilcox2018-06-131-9/+10
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-1/+1
|\