summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-07-2511-183/+575
|\
| * perf/x86/intel/uncore: Add support for the Intel Skylake client uncore PMUKan Liang2016-07-073-1/+69
| * perf/x86/intel: Fix rdlbr_to() MSR reading typoPeter Zijlstra2016-07-071-1/+1
| * Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar2016-07-073-7/+37
| |\
| * | perf/x86/intel: Add {rd,wr}lbr_{to,from} wrappersPeter Zijlstra2016-06-271-13/+40
| * | perf/x86/intel: Add MSR_LAST_BRANCH_FROM_x quirk for ctx switchDavid Carrillo-Cisneros2016-06-271-3/+21
| * | perf/x86/intel: Fix trivial formatting and style bugDavid Carrillo-Cisneros2016-06-271-3/+3
| * | perf/x86/intel: Fix MSR_LAST_BRANCH_FROM_x bug when no TSXDavid Carrillo-Cisneros2016-06-273-0/+72
| * | perf/x86/intel: Print LBR support statement after validationDavid Carrillo-Cisneros2016-06-272-9/+2
| * | perf/x86/intel/uncore: Remove redundant pci_get_drvdata()Bjorn Helgaas2016-06-141-1/+1
| * | Merge branch 'linus' into perf/core, to pick up fixes before merging new changesIngo Molnar2016-06-141-21/+0
| |\ \
| * | | perf/x86/rapl: Add Skylake server model detectionJacob Pan2016-06-081-0/+1
| * | | perf/x86/uncore: Use Intel family name macros for uncoreDave Hansen2016-06-081-20/+21
| * | | perf/x86/cstate: Use Intel Model name macrosDave Hansen2016-06-081-23/+24
| * | | perf/x86/msr: Add missing Intel modelsDave Hansen2016-06-081-0/+4
| * | | perf/x86/msr: Use Intel family macros for MSR events codeDave Hansen2016-06-081-23/+24
| * | | perf/x86/rapl: Use Intel family macros for RAPLDave Hansen2016-06-081-15/+16
| * | | perf/x86/intel: Use Intel family macros for core perf eventsDave Hansen2016-06-081-43/+44
| * | | perf/x86/intel: Use new topology_max_smt_threads() in HT leak workaroundAndi Kleen2016-06-031-4/+2
| * | | perf/x86/intel: Add topdown events to Intel AtomAndi Kleen2016-06-031-0/+24
| * | | perf/x86/intel: Add topdown events to Intel CoreAndi Kleen2016-06-031-0/+50
| * | | perf/x86: Support sysfs files depending on SMT statusAndi Kleen2016-06-032-0/+33
| * | | perf/x86/intel/uncore: Locate specific box by checking full device infoKan Liang2016-06-033-21/+122
| * | | perf/x86/intel: Change offcore response masks for Knights LandingLukasz Odzioba2016-06-031-4/+2
| * | | perf/x86/intel: Add 'static' keyword to locally used arraysLukasz Odzioba2016-06-031-4/+4
* | | | perf/x86: Fix bogus kernel printk, againVegard Nossum2016-07-101-1/+1
| |_|/ |/| |
* | | x86/perf/intel/rapl: Fix module name collision with powercap intel-raplVille Syrjälä2016-07-061-2/+2
* | | perf/x86: Fix 32-bit perf user callgraph collectionJosh Poimboeuf2016-07-031-5/+6
* | | perf/x86/intel: Update event constraints when HT is offStephane Eranian2016-07-031-0/+29
| |/ |/|
* | perf/x86/intel/uncore: Remove SBOX support for Broadwell serverKan Liang2016-06-031-21/+0
|/
* perf/x86/intel/rapl: Fix pmus free during cleanupVincent Stehlé2016-05-251-1/+1
* perf/x86/intel/p4: Trival indentation fix, remove spaceColin Ian King2016-05-201-1/+1
* Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-201-7/+7
|\
| * perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo2016-05-161-2/+2
| * perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-161-7/+7
* | perf/x86/intel/uncore: Remove WARN_ON_ONCE in uncore_pci_probeJiri Olsa2016-05-181-1/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-162-2/+2
|\ \
| * \ Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar2016-05-056-14/+74
| |\ \
| * \ \ Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-192-10/+48
| |\ \ \
| * | | | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
| * | | | Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar2016-04-132-3/+23
| |\ \ \ \
| * | | | | x86/cpufeature: Fix build bug caused by merge artifact with the removal of cp...Ingo Molnar2016-04-011-1/+1
| * | | | | x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov2016-03-311-1/+1
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-161-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar2016-05-127-14/+77
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'v4.6-rc4' into sched/core, to refresh the treeIngo Molnar2016-04-233-13/+71
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | perf/core, sched: Don't use clock function pointer to determine clockAlexander Shishkin2016-04-191-1/+1
| | |_|/ / / | |/| | | |
* | | | | | perf/x86/intel/pt: Generate PMI in the STOP region as wellAlexander Shishkin2016-05-121-0/+2
* | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-05-123-2/+9
|\ \ \ \ \ \
| * | | | | | perf/x86: Fix undefined shift on 32-bit kernelsAndrey Ryabinin2016-05-121-1/+1
OpenPOWER on IntegriCloud