summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2020-03-07selftests: vm: add fragment CONFIG_TEST_VMALLOCAnders Roxell
2020-03-07perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo
2020-03-07perf script: Fix brstackinsn for AUXTRACEAdrian Hunter
2020-03-07selftests/powerpc: Skip tm-signal-sigreturn-nt if TM not availableMichael Ellerman
2020-03-07selftests/powerpc: Fixup clobbers for TM testsMichael Ellerman
2020-02-24libtraceevent: Fix memory leakage in copy_filter_typeHewenliang
2020-02-24perf report: Fix no libunwind compiled warning break s390 issueJin Yao
2020-02-24perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu
2020-02-24net-af_xdp: Use correct number of channels from ethtoolLuigi Rizzo
2020-02-24x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter
2020-02-24selftests, bpf: Fix test_tc_tunnel hangingJiri Benc
2020-02-24selftests: net: Fix printf format warnings on armMasami Hiramatsu
2020-02-24selftests: proc: Make va_max 1MBMasami Hiramatsu
2020-02-24perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu
2020-02-24perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu
2020-02-24perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu
2020-02-24perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu
2020-02-24perf probe: Skip overlapped location on searching variablesMasami Hiramatsu
2020-02-24perf parse: If pmu configuration fails free termsIan Rogers
2020-02-24perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu
2020-02-24libsubcmd: Use -O0 with DEBUG=1James Clark
2020-02-24perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu
2020-02-24perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu
2020-02-24perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu
2020-02-24perf probe: Walk function lines in lexical blocksMasami Hiramatsu
2020-02-24perf jevents: Fix resource leak in process_mapfile() and main()Yunfeng Ye
2020-02-24perf probe: Fix to list probe event with correct line numberMasami Hiramatsu
2020-02-24perf probe: Fix to find range-only function instanceMasami Hiramatsu
2020-02-24libbpf: Fix error handling in bpf_map__reuse_fd()Toke Høiland-Jørgensen
2020-02-24ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra
2020-02-24perf tests: Disable bp_signal testing for arm64Leo Yan
2020-02-24perf test: Avoid infinite loop for task exit caseLeo Yan
2020-02-24perf report: Add warning when libunwind not compiled inJin Yao
2020-02-24perf test: Report failure for mmap eventsLeo Yan
2020-02-24libbpf: Fix passing uninitialized bytes to setsockoptIlya Maximets
2020-02-24selftests/bpf: Correct path to include msg + pathIvan Khoronzhuk
2020-02-24tools/power/cpupower: Fix initializer override in hsw_ext_cstatesNathan Chancellor
2020-02-24selftests: forwarding: Delete IPv6 address at the endIdo Schimmel
2020-01-31seccomp: avoid overflow in implicit constant conversionChristian Brauner
2020-01-19selftests: kvm: fix build with glibc >= 2.30Vitaly Kuznetsov
2020-01-19selftests: bpf: test_sockmap: handle file creation failures gracefullyJakub Kicinski
2020-01-19mm/gup_benchmark: fix MAP_HUGETLB caseJohn Hubbard
2020-01-19perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)
2020-01-19bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich
2020-01-09usbip: tools: fix fd leakage in the function of read_attr_usbip_statusHewenliang
2020-01-09tools: gpio: Correctly add make dependencies for gpio_utilsLaura Abbott
2020-01-09selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernelAndy Lutomirski
2020-01-09selftests/x86/mov_ss_trap: Fix the SYSENTER testAndy Lutomirski
2020-01-09x86/insn: Fix awk regexp warningsAlexander Kapshuk
2019-12-29usbip: tools: Fix read_usb_vudc_device() error path handlingGwanYeong Kim