summaryrefslogtreecommitdiffstats
path: root/arch/x86/events (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-279-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
| * | | perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP...Kim Phillips2019-10-281-1/+1
| | |/ | |/|
| * | perf/x86/intel/pt: Fix base for single entry topaJiri Olsa2019-10-201-1/+1
| |/
* / x86: retpolines: eliminate retpoline from msr event handlersAndrea Arcangeli2019-11-151-0/+11
|/
* perf/x86/cstate: Add Tiger Lake CPU supportKan Liang2019-10-121-9/+11
* perf/x86/msr: Add Tiger Lake CPU supportKan Liang2019-10-121-0/+2
* perf/x86/intel: Add Tiger Lake CPU supportKan Liang2019-10-121-0/+2
* perf/x86/cstate: Update C-state counters for Ice LakeKan Liang2019-10-121-11/+25
* perf/x86/msr: Add new CPU model numbers for Ice LakeKan Liang2019-10-121-0/+3
* perf/x86/cstate: Add Comet Lake CPU supportKan Liang2019-10-121-10/+14
* perf/x86/msr: Add Comet Lake CPU supportKan Liang2019-10-121-0/+2
* perf/x86/intel: Add Comet Lake CPU supportKan Liang2019-10-121-0/+2
* perf/x86/amd: Change/fix NMI latency mitigation to use a timestampTom Lendacky2019-10-091-13/+17
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-171-1/+1
|\
| * Merge tag 'v5.3-rc7' into x86/mm, to pick up fixesIngo Molnar2019-09-034-9/+23
| |\
| * | x86/mm: Avoid redundant interrupt disable in load_mm_cr4()Jan Kiszka2019-07-241-1/+1
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-176-101/+101
|\ \ \
| * \ \ Merge branch 'linus' into x86/cpu, to resolve conflictsIngo Molnar2019-09-022-3/+16
| |\ \ \ | | | |/ | | |/|
| * | | x86/intel: Aggregate microserver namingPeter Zijlstra2019-08-286-24/+24
| * | | x86/intel: Aggregate big core graphics namingPeter Zijlstra2019-08-286-15/+15
| * | | x86/intel: Aggregate big core mobile namingPeter Zijlstra2019-08-285-32/+32