summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-20/+7
|\
| * x86 user stack frame reads: switch to explicit __get_user()Al Viro2020-02-151-20/+7
* | Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar2020-03-254-111/+99
|\ \
| * | x86/perf/events: Convert to new CPU match macrosThomas Gleixner2020-03-244-109/+97
* | | perf/x86/intel/uncore: Factor out __snr_uncore_mmio_init_boxKan Liang2020-03-201-3/+9
* | | perf/x86/intel/uncore: Add box_offsets for free-running countersKan Liang2020-03-201-1/+4
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2020-03-191-10/+7
|\ \ \
| * | | perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flagKim Phillips2020-03-121-10/+7
| |/ /
* | | perf/amd/uncore: Add support for Family 19h L3 PMUKim Phillips2020-03-171-6/+14
* | | perf/amd/uncore: Make L3 thread mask code more readableKim Phillips2020-03-171-5/+8
* | | perf/amd/uncore: Prepare L3 thread mask code for Family 19hKim Phillips2020-03-171-9/+16
* | | perf/x86: Add Intel Tiger Lake uncore supportKan Liang2020-02-113-0/+173
* | | perf/x86/intel: Output LBR TOS information correctlyKan Liang2020-02-111-3/+9
* | | perf/core: Add new branch sample type for HW index of raw branch recordsKan Liang2020-02-111-0/+3
* | | perf/x86/intel: Avoid unnecessary PEBS_ENABLE MSR access in PMIKan Liang2020-02-111-3/+22
|/ /
* | perf/x86/intel: Fix inaccurate period in context switch for auto-reloadKan Liang2020-02-111-0/+2
* | perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event mapKim Phillips2020-02-111-0/+1
* | perf/x86/msr: Add Tremont supportKan Liang2020-02-111-1/+2
* | perf/x86/cstate: Add Tremont supportKan Liang2020-02-111-9/+13
* | perf/x86/intel: Add Elkhart Lake supportKan Liang2020-02-111-0/+1
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-284-45/+160
|\
| * Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-202-24/+7
| |\
| * | perf/x86/amd: Add support for Large Increment per Cycle EventsKim Phillips2020-01-173-15/+95
| * | perf/x86/amd: Constrain Large Increment per Cycle eventsKim Phillips2020-01-172-30/+63
| * | perf/x86/intel/rapl: Add Comet Lake supportHarry Pan2020-01-171-0/+2
* | | Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-0/+1
|\ \ \ | |_|/ |/| |
| * | perf/x86/intel: Explicitly include asm/io.h to use virt_to_phys()Sean Christopherson2019-12-101-0/+1
* | | perf/x86/intel/uncore: Remove PCIe3 unit for SNRKan Liang2020-01-171-24/+0
* | | perf/x86/intel/uncore: Fix missing marker for snr_uncore_imc_freerunning_eventsKan Liang2020-01-171-0/+1
* | | perf/x86/intel/uncore: Add PCI ID of IMC for Xeon E3 V5 FamilyKan Liang2020-01-171-0/+6
| |/ |/|
* | perf/x86/intel: Fix PT PMI handlingAlexander Shishkin2019-12-171-2/+7
* | perf/x86/intel/bts: Fix the use of page_private()Alexander Shishkin2019-12-171-5/+11
* | perf/x86: Fix potential out-of-bounds accessPeter Zijlstra2019-12-171-2/+8
|/
* perf/x86: Implement immediate enforcement of /sys/devices/cpu/rdpmc value of 0Anthony Steinhauser2019-11-271-6/+12
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-11-269-56/+239
|\
| * perf/x86/intel/pt: Prevent redundant WRMSRsAlexander Shishkin2019-11-132-12/+23
| * perf/x86/intel/pt: Opportunistically use single range output modeAlexander Shishkin2019-11-132-28/+92
| * perf/x86/intel/pt: Add sampling supportAlexander Shishkin2019-11-131-0/+54
| * perf/x86/intel/pt: Factor out pt_config_start()Alexander Shishkin2019-11-131-6/+16
| * perf/x86/amd: Remove set but not used variable 'active'Zheng Yongjun2019-11-111-11/+2
| * perf/x86: Synchronize PMU task contexts on optimized context switchesAlexey Budankov2019-10-281-0/+7
| * perf/x86/intel: Implement LBR callstack context synchronizationAlexey Budankov2019-10-282-0/+26
| * perf/x86: Install platform specific ->swap_task_ctx() adapterAlexey Budankov2019-10-281-0/+8
| * perf/core, perf/x86: Introduce swap_task_ctx() method at 'struct pmu'Alexey Budankov2019-10-281-0/+8
| * Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-10-283-21/+43
| |\
| * \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-10-221-1/+1
| |\ \
| * | | perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)2019-10-173-7/+11
* | | | Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-214-22/+44
|\ \ \ \ | | |_|/ | |/| |
| * | | perf/x86/uncore: Fix event group supportKan Liang2019-10-282-18/+38
| * | | perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h)Kim Phillips2019-10-281-2/+4