summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-033-15/+13
|\
| * perf/x86/intel: Drop get_online_cpus() in intel_snb_check_microcode()Sebastian Andrzej Siewior2017-05-261-6/+5
| * x86/perf: Drop EXPORT of perf_check_microcodeThomas Gleixner2017-05-261-1/+0
| * perf/x86/intel/cqm: Use cpuhp_setup_state_cpuslocked()Sebastian Andrzej Siewior2017-05-261-8/+8
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-031-3/+2
|\ \
| * | x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov2017-06-081-1/+1
| * | x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski2017-06-051-2/+1
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-6/+6
|\ \
| * | x86/tsc: Remodel cyc2ns to use seqcount_latch()Peter Zijlstra2017-05-151-6/+6
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-034-2/+78
|\ \
| * | perf/x86/intel: Constify the 'lbr_desc[]' array and make a function staticColin Ian King2017-06-301-2/+2
| * | perf/x86: Add sysfs entry to freeze counters on SMIKan Liang2017-05-233-0/+76
| |/
* | perf/x86/intel/uncore: Fix wrong box pointer checkKan Liang2017-06-291-1/+1
* | perf/x86/intel: Add 1G DTLB load/store miss support for SKLKan Liang2017-06-221-2/+2
|/
* Merge tag 'perf-core-for-mingo-4.12-20170503' of git://git.kernel.org/pub/scm...Ingo Molnar2017-05-039-261/+333
|\
| * perf/x86: Fix spurious NMI with PEBS Load Latency eventKan Liang2017-04-143-2/+3
| * Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-04-141-0/+3
| |\
| * | perf/amd/uncore: Fix pr_fmt() prefixBorislav Petkov2017-04-111-2/+5
| * | perf/amd/uncore: Clean up per-family setupBorislav Petkov2017-04-111-38/+21
| * | perf/amd/uncore: Do feature check first, before assignmentsBorislav Petkov2017-04-111-5/+4
| * | Merge tag 'v4.11-rc6' into perf/core, to pick up fixesIngo Molnar2017-04-111-3/+6
| |\ \
| * | | x86/events/amd/iommu: Enable support for multiple IOMMUsSuravee Suthikulpanit2017-03-301-41/+71
| * | | x86/events/amd/iommu: Add IOMMU-specific hw_perf_event structSuravee Suthikulpanit2017-03-301-63/+50
| * | | x86/events/amd/iommu: Fix sysfs perf attribute groupsSuravee Suthikulpanit2017-03-301-49/+32
| * | | x86/events, drivers/amd/iommu: Prepare for multiple IOMMUs supportSuravee Suthikulpanit2017-03-302-23/+24
| * | | x86/events/amd/iommu.c: Modify functions to query max banks and countersSuravee Suthikulpanit2017-03-302-15/+11
| * | | x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus()Suravee Suthikulpanit2017-03-301-0/+2
| * | | x86/events/amd/iommu: Clean up perf_iommu_read()Suravee Suthikulpanit2017-03-301-10/+6
| * | | x86/events/amd/iommu: Clean up bitwise operationsSuravee Suthikulpanit2017-03-301-9/+9
| * | | x86/events/amd/iommu: Declare pr_fmt() formatSuravee Suthikulpanit2017-03-301-13/+9
| * | | perf/x86/intel/pt: Allow the disabling of branch tracingAlexander Shishkin2017-03-302-2/+73
| * | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-03-281-2/+14
| |\ \ \
| * | | | perf/x86/intel/pt: Handle VMX betterAlexander Shishkin2017-03-161-17/+21
| * | | | perf/core: Keep AUX flags in the output handleWill Deacon2017-03-163-18/+16
| * | | | perf/x86: Add Top Down events to Intel GoldmontKan Liang2017-03-161-0/+22
* | | | | perf/x86: Fix Broadwell-EP DRAM RAPL eventsVince Weaver2017-05-031-1/+1
| |_|_|/ |/| | |
* | | | perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()Peter Zijlstra2017-04-141-0/+3
| |_|/ |/| |
* | | sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra2017-03-231-3/+6
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-171-2/+14
|\ \ \ | |/ / |/| / | |/
| * x86/perf: Clarify why x86_pmu_event_mapped() isn't racyAndy Lutomirski2017-03-171-0/+12
| * x86/perf: Fix CR4.PCE propagation to use active_mm instead of mmAndy Lutomirski2017-03-171-2/+2
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-074-6/+6
|\ \
| * | x86/events: Remove last remnants of old filenamesBorislav Petkov2017-03-014-6/+6
| |/
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-1/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
|/
* perf/x86/intel: Add Kaby Lake supportSrinivas Pandruvada2017-02-113-0/+8
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-02-062-175/+117
|\
| * perf/x86/intel/uncore: Make package handling more robustThomas Gleixner2017-02-011-105/+91
| * perf/x86/intel/uncore: Clean up hotplug conversion falloutThomas Gleixner2017-02-011-40/+4
| * perf/x86/intel/rapl: Make package handling more robustThomas Gleixner2017-02-011-34/+26