aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-06-19perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao5-6/+19
2017-06-19perf intel-pt/bts: Remove unused SAMPLE_SIZE defines and bts priv arrayKim Phillips3-10/+0
2017-06-19perf coresight: Remove superfluous check before useKim Phillips1-13/+12
2017-06-19tools: Adopt __aligned from kernel sourcesArnaldo Carvalho de Melo2-1/+3
2017-06-19tools: Adopt __packed from kernel sourcesArnaldo Carvalho de Melo2-2/+5
2017-06-19tools: Adopt noinline from kernel sourcesArnaldo Carvalho de Melo5-14/+13
2017-06-19perf tools: Use __maybe_unused consistentlyArnaldo Carvalho de Melo6-11/+8
2017-06-19tools: Adopt __scanf from kernel sourcesArnaldo Carvalho de Melo2-2/+3
2017-06-19tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo8-23/+21
2017-06-19NTB: ntb_test: fix bug printing ntb_perf resultsLogan Gunthorpe1-1/+1
2017-06-19tools: Adopt __noreturn from kernel sourcesArnaldo Carvalho de Melo4-10/+11
2017-06-19perf script: Allow adding and removing fieldsAndi Kleen2-3/+42
2017-06-19perf config: Invert an if statement to reduce nesting in cmd_config()Taeung Song1-21/+23
2017-06-19perf annotate browser: Display titles in left frameJin Yao1-3/+21
2017-06-19perf report: Remove unnecessary check in annotate_browser_write()Jin Yao1-14/+10
2017-06-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-26/+46
2017-06-18Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2017-06-16perf unwind: Report module before querying isactivation in dwfl unwindMilian Wolff1-0/+8
2017-06-16objtool: Add fortify_panic as __noreturn functionKees Cook1-1/+2
2017-06-15kselftest: membarrier: make test names more informativeAlice Ferrazzi1-2/+2
2017-06-15kselftest: make callers of ksft_exit_skip() output the reason for skippingPaul Elder3-8/+6
2017-06-15kselftest: make ksft_exit_skip() output a reason for skippingPaul Elder1-2/+5
2017-06-15tools/testing/nvdimm: fix nfit_test buffer overflowYasunori Goto1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-167/+268
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-11/+30
2017-06-14kselftest: convert get_size to use stricter TAP13 formatTim Bird1-11/+16
2017-06-14tools: bpf_jit_disasm: Handle large images.David Daney1-11/+26
2017-06-14selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song4-1/+234
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song1-79/+13
2017-06-14perf tools: Fix build with ARCH=x86_64Jiada Wang6-25/+25
2017-06-14perf evsel: Fix probing of precise_ip level for default cycles eventArnaldo Carvalho de Melo2-1/+13
2017-06-13kselftest: breakpoints: convert step_after_suspend_test to TAP13 outputPaul Elder1-26/+17
2017-06-13kselftest: breakpoints: convert breakpoint_test to TAP13 outputPaul Elder1-14/+15
2017-06-13kselftest: membarrier: convert to TAP13 outputPaul Elder1-16/+19
2017-06-13kselftest: add TAP13 conformant versions of ksft_* functionsPaul Elder1-4/+48
2017-06-13selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer3-3/+3
2017-06-13usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du3-9/+25
2017-06-13usbip: vhci-hcd: Rework vhci_hcd_initYuyang Du2-1/+2
2017-06-13usb: usbip tool: Fix parse_status()Yuyang Du2-23/+17
2017-06-13usb: usbip tool: Fix refresh_imported_device_list()Yuyang Du1-6/+21
2017-06-13usb: usbip tool: Add ncontrollers in vhci_driver structureYuyang Du2-0/+37
2017-06-13usb: usbip tool: Check the return of get_nports()Yuyang Du1-1/+8
2017-06-13Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar32-108/+65
2017-06-12selftests: kselftest_harness: Fix compile warningMickaël Salaün1-1/+1
2017-06-12Merge 4.12-rc5 into staging-nextGreg Kroah-Hartman43-208/+685
2017-06-12Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman43-208/+685
2017-06-10bpf: add bpf_set_hash helper for tc progsDaniel Borkmann1-1/+7
2017-06-10bpf, tests: set rlimit also for test_align, so it doesn't failDaniel Borkmann1-0/+5
2017-06-10bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann1-0/+50
2017-06-09bpf: Fix test_obj_id.c for llvm 5.0Martin KaFai Lau1-2/+2