summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf sdt: Add scanning of sdt probes argumentsAlexis Berlemont2017-03-212-2/+24
* perf probe: Return errno when not hitting any eventKefeng Wang2017-03-211-3/+3
* perf probe: Change MAX_CMDLENRavi Bangoria2017-03-212-2/+2
* Merge tag 'perf-core-for-mingo-4.12-20170320' of git://git.kernel.org/pub/scm...Ingo Molnar2017-03-2114-28/+130
|\
| * tools headers: Sync {tools/,}arch/powerpc/include/uapi/asm/kvm.hArnaldo Carvalho de Melo2017-03-201-0/+22
| * perf probe: Fix concat_probe_trace_eventsRavi Bangoria2017-03-201-1/+1
| * perf stat: Correct --no-aggr descriptionRavi Bangoria2017-03-201-2/+1Star
| * tools headers: Sync {tools/,}arch/arm{64}/include/uapi/asm/kvm.hArnaldo Carvalho de Melo2017-03-202-0/+26
| * tools headers: Sync {tools/,}arch/x86/include/asm/cpufeatures.hArnaldo Carvalho de Melo2017-03-171-1/+2
| * perf tools: Handle partial AUX records and print a warningAlexander Shishkin2017-03-173-5/+28
| * tools include: Sync {,tools/}include/uapi/linux/perf_event.hAlexander Shishkin2017-03-171-0/+1
| * tools lib api fs: Introduce sysfs__read_boolAlexander Shishkin2017-03-172-0/+30
| * perf timechart: Use OPT_PARENT for common optionsArnaldo Carvalho de Melo2017-03-171-9/+7Star
| * perf lock: Make 'f' part of the common 'lock_options'Arnaldo Carvalho de Melo2017-03-171-2/+1Star
| * perf lock: Subcommands should include common optionsChangbin Du2017-03-171-8/+11
|/
* Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm...Ingo Molnar2017-03-1614-40/+381
|\
| * uprobes: Default UPROBES_EVENTS to YArnaldo Carvalho de Melo2017-03-161-1/+1
| * perf script: Add 'brstackinsn' for branch stacksAndi Kleen2017-03-166-11/+327
| * tools headers: Sync {tools/,}arch/x86/include/asm/cpufeatures.hArnaldo Carvalho de Melo2017-03-161-3/+2Star
| * perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian2017-03-151-2/+2
| * trace/kprobes: Fix check for kretprobe offset within function entryNaveen N. Rao2017-03-153-15/+28
| * perf probe: Introduce util func is_sdt_event()Ravi Bangoria2017-03-152-8/+21
* | perf/x86/intel/pt: Handle VMX betterAlexander Shishkin2017-03-161-17/+21
* | perf/core: Add a flag for partial AUX recordsAlexander Shishkin2017-03-162-1/+2
* | perf/core: Keep AUX flags in the output handleWill Deacon2017-03-1610-49/+56
* | perf/x86: Add Top Down events to Intel GoldmontKan Liang2017-03-161-0/+22
* | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-03-16586-3452/+7737
|\ \ | |/ |/|
| * Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-167-47/+74
| |\
| | * blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()Jens Axboe2017-03-141-4/+5
| | * writeback: fix memory leak in wb_queue_work()Tahsin Erdogan2017-03-131-14/+21
| | * blk-mq: Fix tagset reinit in the presence of cpu hot-unplugSagi Grimberg2017-03-131-0/+3
| | * blk: Ensure users for current->bio_list can see the full list.NeilBrown2017-03-114-29/+45
| * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-03-1542-285/+645
| |\ \
| | * \ Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-03-122-10/+18
| | |\ \
| | | * | scsi: lpfc: Add shutdown method for kexecAnton Blanchard2017-03-081-0/+1
| | | * | scsi: storvsc: Workaround for virtual DVD SCSI versionStephen Hemminger2017-03-081-10/+17
| | * | | Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley2017-03-0841-275/+627
| | |\| |
| | | * | scsi: lpfc: revise version number to 11.2.0.10James Smart2017-03-071-1/+1
| | | * | scsi: lpfc: code cleanups in NVME initiator discoveryJames Smart2017-03-072-3/+3
| | | * | scsi: lpfc: code cleanups in NVME initiator baseJames Smart2017-03-072-9/+10
| | | * | scsi: lpfc: correct rdp diag portnamesJames Smart2017-03-071-4/+4
| | | * | scsi: lpfc: remove dead sli3 nvme codeJames Smart2017-03-071-5/+0Star
| | | * | scsi: lpfc: correct double printJames Smart2017-03-071-22/+0Star
| | | * | scsi: lpfc: Rename LPFC_MAX_EQ_DELAY to LPFC_MAX_EQ_DELAY_EQID_CNTJames Smart2017-03-074-9/+10
| | | * | scsi: lpfc: Rework lpfc Kconfig for NVME optionsJames Smart2017-03-073-6/+41
| | | * | scsi: lpfc: add transport eh_timed_out referenceJames Smart2017-03-071-0/+1
| | | * | scsi: lpfc: Fix eh_deadline setting for sli3 adapters.James Smart2017-03-075-6/+69
| | | * | scsi: lpfc: add NVME exchange abortsJames Smart2017-03-078-10/+143
| | | * | scsi: lpfc: Fix nvme allocation bug on failed nvme_fc_register_localportJames Smart2017-03-071-2/+2
| | | * | scsi: lpfc: Fix IO submission if WQ is fullJames Smart2017-03-072-2/+5