summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-032-2/+2
|\
| * Merge 4.12-rc6 into staging-nextGreg Kroah-Hartman2017-06-2011-38/+78
| |\
| * \ Merge 4.12-rc5 into staging-nextGreg Kroah-Hartman2017-06-1243-208/+685
| |\ \
| * \ \ Merge tag 'iio-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-05-292-2/+2
| |\ \ \
| | * | | iio: tools: generic_buffer: increase trigger lengthEugen Hristev2017-05-071-1/+1
| | * | | tools/iio: Use include/uapi with __EXPORTED_HEADERS__Sekhar Nori2017-04-271-1/+1
* | | | | Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-034-46/+118
|\ \ \ \ \
| * \ \ \ \ Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-06-201-7/+9
| |\ \ \ \ \
| | * | | | | tools: usb: testusb: update default vary for superspeedFelipe Balbi2017-06-021-7/+9
| * | | | | | Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman2017-06-2011-38/+78
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du2017-06-133-9/+25
| * | | | | | usbip: vhci-hcd: Rework vhci_hcd_initYuyang Du2017-06-132-1/+2
| * | | | | | usb: usbip tool: Fix parse_status()Yuyang Du2017-06-132-23/+17
| * | | | | | usb: usbip tool: Fix refresh_imported_device_list()Yuyang Du2017-06-131-6/+21
| * | | | | | usb: usbip tool: Add ncontrollers in vhci_driver structureYuyang Du2017-06-132-0/+37
| * | | | | | usb: usbip tool: Check the return of get_nports()Yuyang Du2017-06-131-1/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-033-4/+273
|\ \ \ \ \ \
| * | | | | | kselftests: timers: Add test for frequency stepMiroslav Lichvar2017-06-202-2/+271
| * | | | | | kselftests: timers: Fix inconsistency-check to not ignore first timestampMiroslav Lichvar2017-06-201-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-0385-607/+2428
|\ \ \ \ \ \
| * | | | | | perf auxtrace: Add CPU filter supportAdrian Hunter2017-06-304-0/+14
| * | | | | | perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSCAdrian Hunter2017-06-301-0/+14
| * | | | | | perf intel-pt: Update documentation to include new ptwrite and power eventsAdrian Hunter2017-06-301-2/+40
| * | | | | | perf intel-pt: Add example script for power events and PTWRITEAdrian Hunter2017-06-303-0/+144
| * | | | | | perf intel-pt: Synthesize new power and "ptwrite" eventsAdrian Hunter2017-06-301-0/+283
| * | | | | | perf intel-pt: Move code in intel_pt_synth_events() to simplify attr settingAdrian Hunter2017-06-301-23/+22
| * | | | | | perf intel-pt: Factor out intel_pt_set_event_name()Adrian Hunter2017-06-301-8/+16
| * | | | | | perf intel-pt: Tidy messages into called function intel_pt_synth_event()Adrian Hunter2017-06-301-24/+18
| * | | | | | perf intel-pt: Tidy Intel PT evsel lookup into separate functionAdrian Hunter2017-06-301-10/+15
| * | | | | | perf intel-pt: Join needlessly wrapped linesAdrian Hunter2017-06-301-4/+2
| * | | | | | perf intel-pt: Remove unused instructions_sample_periodAdrian Hunter2017-06-301-2/+0
| * | | | | | perf intel-pt: Factor out common code synthesizing event samplesAdrian Hunter2017-06-301-122/+100
| * | | | | | perf script: Add synthesized Intel PT power and ptwrite eventsAdrian Hunter2017-06-302-1/+231
| * | | | | | perf script: Add 'synth' field for synthesized event payloadsAdrian Hunter2017-06-272-3/+23
| * | | | | | perf auxtrace: Add itrace option to output power eventsAdrian Hunter2017-06-273-2/+9
| * | | | | | perf auxtrace: Add itrace option to output ptwrite eventsAdrian Hunter2017-06-273-3/+10
| * | | | | | tools include: Add byte-swapping macros to kernel.hAdrian Hunter2017-06-271-6/+29
| * | | | | | perf script: Add 'synth' event type for synthesized eventsAdrian Hunter2017-06-272-16/+61
| * | | | | | x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter2017-06-275-2/+74
| * | | | | | perf jit: fix typo: "incalid" -> "invalid"Colin Ian King2017-06-271-1/+1
| * | | | | | perf tools: Kill die()Arnaldo Carvalho de Melo2017-06-272-27/+5
| * | | | | | perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo2017-06-276-24/+34
| * | | | | | perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo2017-06-2711-42/+28
| * | | | | | perf tools: Remove warning()Arnaldo Carvalho de Melo2017-06-273-36/+0
| * | | | | | perf event-parse: Use pr_warning()Arnaldo Carvalho de Melo2017-06-271-2/+2
| * | | | | | perf config: Use pr_warning()Arnaldo Carvalho de Melo2017-06-271-4/+2
| * | | | | | perf help: Use pr_warning()Arnaldo Carvalho de Melo2017-06-271-2/+2
| * | | | | | perf help: Elliminate dup code for reportingArnaldo Carvalho de Melo2017-06-271-6/+8
| * | | | | | perf help: Introduce exec_failed() to avoid code duplicationArnaldo Carvalho de Melo2017-06-271-13/+9
| * | | | | | perf tests: Add platform dependency to test 15Thomas Richter2017-06-261-0/+48