1. 5da1114 Merge 4.19.95 into android-4.19 by Greg Kroah-Hartman · 4 years, 7 months ago
  2. db3cb5c selftests/ftrace: Fix multiple kprobe testcase by Masami Hiramatsu · 4 years, 8 months ago
  3. cb3b83a libtraceevent: Fix lib installation with O= by Sudip Mukherjee · 4 years, 9 months ago
  4. ff0e96e Merge 4.19.94 into android-4.19 by Greg Kroah-Hartman · 4 years, 7 months ago
  5. 107726a selftests: rtnetlink: add addresses with fixed life time by Florian Westphal · 5 years ago
  6. 349e05e rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30 by Mathieu Desnoyers · 4 years, 8 months ago
  7. 287ec34 Merge 4.19.93 into android-4.19 by Greg Kroah-Hartman · 4 years, 7 months ago
  8. 332ed88 perf strbuf: Remove redundant va_end() in strbuf_addv() by Mattias Jacobsson · 6 years ago
  9. b520826 perf regs: Make perf_reg_name() return "unknown" instead of NULL by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  10. 0d1472c perf script: Fix brstackinsn for AUXTRACE by Adrian Hunter · 4 years, 8 months ago
  11. c8a465e Merge 4.19.92 into android-4.19 by Greg Kroah-Hartman · 4 years, 7 months ago
  12. ecfb25a perf probe: Fix to show function entry line as probe-able by Masami Hiramatsu · 4 years, 9 months ago
  13. c6382e6 libtraceevent: Fix memory leakage in copy_filter_type by Hewenliang · 4 years, 9 months ago
  14. be9550c x86/insn: Add some Intel instructions to the opcode map by Adrian Hunter · 4 years, 9 months ago
  15. 64b99a9 perf probe: Filter out instances except for inlined subroutine and subprogram by Masami Hiramatsu · 4 years, 9 months ago
  16. 002488a perf probe: Skip end-of-sequence and non statement lines by Masami Hiramatsu · 4 years, 9 months ago
  17. bde5071 perf probe: Fix to show calling lines of inlined functions by Masami Hiramatsu · 4 years, 9 months ago
  18. 763127e perf probe: Return a better scope DIE if there is no best scope by Masami Hiramatsu · 4 years, 9 months ago
  19. 9e3282b perf probe: Skip overlapped location on searching variables by Masami Hiramatsu · 4 years, 9 months ago
  20. e00d45c perf parse: If pmu configuration fails free terms by Ian Rogers · 4 years, 9 months ago
  21. 6ad06c8 perf tools: Splice events onto evlist even on error by Ian Rogers · 4 years, 9 months ago
  22. 5288503 perf probe: Fix to probe a function which has no entry pc by Masami Hiramatsu · 4 years, 9 months ago
  23. 88c7412 libsubcmd: Use -O0 with DEBUG=1 by James Clark · 4 years, 9 months ago
  24. 8a10919 perf probe: Fix to show inlined function callsite without entry_pc by Masami Hiramatsu · 4 years, 9 months ago
  25. 0ddcc1a perf probe: Fix to show ranges of variables in functions without entry_pc by Masami Hiramatsu · 4 years, 9 months ago
  26. 330e684 perf probe: Fix to probe an inline function which has no entry pc by Masami Hiramatsu · 4 years, 9 months ago
  27. 097f5dfa perf probe: Walk function lines in lexical blocks by Masami Hiramatsu · 4 years, 9 months ago
  28. 41bd4cc perf jevents: Fix resource leak in process_mapfile() and main() by Yunfeng Ye · 4 years, 10 months ago
  29. 4208e18 perf probe: Fix to list probe event with correct line number by Masami Hiramatsu · 4 years, 9 months ago
  30. 30ad6a8 perf probe: Fix to find range-only function instance by Masami Hiramatsu · 4 years, 9 months ago
  31. b3051cd libbpf: Fix error handling in bpf_map__reuse_fd() by Toke Høiland-Jørgensen · 4 years, 9 months ago
  32. c761b5e perf tests: Disable bp_signal testing for arm64 by Leo Yan · 4 years, 10 months ago
  33. 888d90b perf report: Add warning when libunwind not compiled in by Jin Yao · 4 years, 10 months ago
  34. 24c0a10 perf test: Report failure for mmap events by Leo Yan · 4 years, 10 months ago
  35. 697353c selftests/bpf: Correct path to include msg + path by Ivan Khoronzhuk · 4 years, 10 months ago
  36. aac91ba tools/power/cpupower: Fix initializer override in hsw_ext_cstates by Nathan Chancellor · 4 years, 10 months ago
  37. 2dfbfb8 selftests: forwarding: Delete IPv6 address at the end by Ido Schimmel · 4 years, 8 months ago
  38. d902dae Merge 4.19.90 into android-4.19 by Greg Kroah-Hartman · 4 years, 8 months ago
  39. 4f57927 perf callchain: Fix segfault in thread__resolve_callchain_sample() by Adrian Hunter · 4 years, 9 months ago
  40. e5312e5 Merge 4.19.89 into android-4.19 by Greg Kroah-Hartman · 4 years, 8 months ago
  41. 484c4d9 perf script: Fix invalid LBR/binary mismatch error by Adrian Hunter · 4 years, 8 months ago
  42. 043a715 tools/bpf: make libbpf _GNU_SOURCE friendly by Yonghong Song · 6 years ago
  43. 29e704b tools: bpftool: fix a bitfield pretty print issue by Yonghong Song · 6 years ago
  44. 5aba773 selftests/powerpc: Skip test instead of failing by Breno Leitao · 6 years ago
  45. 104d0d6 selftests/powerpc: Allocate base registers by Breno Leitao · 6 years ago
  46. a806e2a selftests: kvm: fix build with glibc >= 2.30 by Vitaly Kuznetsov · 4 years, 9 months ago
  47. 291d853 Merge 4.19.88 into android-4.19 by Greg Kroah-Hartman · 4 years, 8 months ago
  48. 93c259c selftests: bpf: test_sockmap: handle file creation failures gracefully by Jakub Kicinski · 4 years, 8 months ago
  49. a787b7a tools/vm/page-types.c: fix "kpagecount returned fewer pages than expected" failures by Anthony Yznaga · 6 years ago
  50. 2700cf8 Merge 4.19.87 into android-4.19 by Greg Kroah-Hartman · 4 years, 8 months ago
  51. 375b26a usbip: tools: fix fd leakage in the function of read_attr_usbip_status by Hewenliang · 4 years, 9 months ago
  52. ed73120 x86/insn: Fix awk regexp warnings by Alexander Kapshuk · 4 years, 10 months ago
  53. ee7d247 tools: bpftool: pass an argument to silence open_obj_pinned() by Quentin Monnet · 6 years ago
  54. 1d6a0dd ACPICA: Use %d for signed int print formatting instead of %u by Colin Ian King · 6 years ago
  55. 08f07d9 tools/power turbosat: fix AMD APIC-id output by Len Brown · 6 years ago
  56. a125df2 selftests/powerpc/cache_shape: Fix out-of-tree build by Michael Ellerman · 6 years ago
  57. 024cd79 selftests/powerpc/switch_endian: Fix out-of-tree build by Michael Ellerman · 6 years ago
  58. a4a660f selftests/powerpc/signal: Fix out-of-tree build by Joel Stanley · 6 years ago
  59. f74f406 selftests/powerpc/ptrace: Fix out-of-tree build by Joel Stanley · 6 years ago
  60. ac1cad7 tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usage by Keith Busch · 6 years ago
  61. 51aa1a10 selftests: fix warning: "_GNU_SOURCE" redefined by Peng Hao · 6 years ago
  62. c62be41 selftests: kvm: Fix -Wformat warnings by Andrea Parri · 6 years ago
  63. 5802cb2 selftests: watchdog: Fix error message. by Jerry Hoemann · 6 years ago
  64. 7468570 selftests: watchdog: fix message when /dev/watchdog open fails by Shuah Khan (Samsung OSG) · 6 years ago
  65. 58ceffa selftests/ftrace: Fix to test kprobe $comm arg only if available by Masami Hiramatsu · 6 years ago
  66. 083757d tools: bpftool: fix completion for "bpftool map update" by Quentin Monnet · 6 years ago
  67. 570c053 selftests/bpf: fix return value comparison for tests in test_libbpf.sh by Quentin Monnet · 6 years ago
  68. a0ec7f6 selftests/bpf: fix file resource leak in load_kallsyms by Peng Hao · 6 years ago
  69. 1f7f2a0 usbip: tools: fix atoi() on non-null terminated string by Colin Ian King · 6 years ago
  70. 036588e tools: gpio: Correctly add make dependencies for gpio_utils by Laura Abbott · 4 years, 9 months ago
  71. a36fc1f Merge 4.19.86 into android-4.19 by Greg Kroah-Hartman · 4 years, 8 months ago
  72. ff36ace tools: PCI: Fix broken pcitest compilation by Alan Mikhak · 5 years ago
  73. b80939a selftests: forwarding: Have lldpad_app_wait_set() wait for unknown, too by Petr Machata · 6 years ago
  74. e4aecc1 tc-testing: fix build of eBPF programs by Davide Caratti · 6 years ago
  75. 0e8855b tools: PCI: Fix compilation warnings by Gustavo Pimentel · 6 years ago
  76. f22a4d8 selftests/tls: Fix recv(MSG_PEEK) & splice() test cases by Vakul Garg · 6 years ago
  77. a16a366 idr: Fix idr_get_next race with idr_remove by Matthew Wilcox (Oracle) · 5 years ago
  78. 44b82a3 Merge 4.19.85 into android-4.19 by Greg Kroah-Hartman · 4 years, 9 months ago
  79. a358150 selftests/powerpc: Do not fail with reschedule by Breno Leitao · 6 years ago
  80. b777b6f Merge 4.19.84 into android-4.19 by Greg Kroah-Hartman · 4 years, 9 months ago
  81. e36be79 usbip: tools: Fix read_usb_vudc_device() error path handling by GwanYeong Kim · 4 years, 10 months ago
  82. f39fbd0 perf tools: Fix time sorting by Jiri Olsa · 4 years, 9 months ago
  83. 66d53cd tools: gpio: Use !building_out_of_srctree to determine srctree by Shuah Khan · 4 years, 10 months ago
  84. 96267fb Merge 4.19.83 into android-4.19 by Greg Kroah-Hartman · 4 years, 9 months ago
  85. 3ddf2a7 selftests/powerpc: Fix compile error on tlbie_test due to newer gcc by Desnes A. Nunes do Rosario · 4 years, 10 months ago
  86. e7aaa8d selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue by Aneesh Kumar K.V · 4 years, 10 months ago
  87. 0c3355c selftests: fib_tests: add more tests for metric update by Paolo Abeni · 4 years, 9 months ago
  88. 12fab16 selftests: net: reuseport_dualstack: fix uninitalized parameter by Wei Wang · 4 years, 9 months ago
  89. e18bf40 perf kmem: Fix memory leak in compact_gfp_flags() by Yunfeng Ye · 4 years, 10 months ago
  90. 8180942 perf c2c: Fix memory leak in build_cl_output() by Yunfeng Ye · 4 years, 10 months ago
  91. 5351ad9 UPSTREAM: coresight: etm4x: Add kernel configuration for CONTEXTID by Mathieu Poirier · 5 years ago
  92. aa4d6b3 Merge 4.19.82 into android-4.19 by Greg Kroah-Hartman · 4 years, 9 months ago
  93. 3545c01 perf annotate: Return appropriate error code for allocation failures by Arnaldo Carvalho de Melo · 4 years, 10 months ago
  94. f8304a9 perf annotate: Propagate the symbol__annotate() error return by Arnaldo Carvalho de Melo · 4 years, 10 months ago
  95. 4e2ca0c perf annotate: Fix the signedness of failure returns by Arnaldo Carvalho de Melo · 4 years, 10 months ago
  96. ec783e2 perf annotate: Propagate perf_env__arch() error by Arnaldo Carvalho de Melo · 4 years, 10 months ago
  97. f0ba7ab perf tools: Propagate get_cpuid() error by Arnaldo Carvalho de Melo · 4 years, 10 months ago
  98. c022c7f perf jevents: Fix period for Intel fixed counters by Andi Kleen · 4 years, 10 months ago
  99. 5ecf35e perf script brstackinsn: Fix recovery from LBR/binary mismatch by Andi Kleen · 4 years, 10 months ago
  100. 262ed71 perf map: Fix overlapped map handling by Steve MacLean · 4 years, 10 months ago