1. 1a9df9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  2. 27602e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  3. 63197f7 bpf, libbpf: clarify bump in libbpf version info by Daniel Borkmann · 6 years ago
  4. 1d38226 bpf, libbpf: fix version info and add it to shared object by Daniel Borkmann · 6 years ago
  5. 49ef015 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  6. 1ebf5af Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  7. d8b5297 Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Thomas Gleixner · 6 years ago
  8. 4a98be8 Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Thomas Gleixner · 6 years ago
  9. 83d1631 bpf: verifier: propagate liveness on all frames by Jakub Kicinski · 6 years ago
  10. 7e0c889 net/sched: act_vlan: validate the control action inside init() by Davide Caratti · 6 years ago
  11. e5fdaba net/sched: act_tunnel_key: validate the control action inside init() by Davide Caratti · 6 years ago
  12. 7c3d825 net/sched: act_skbmod: validate the control action inside init() by Davide Caratti · 6 years ago
  13. ec7727b net/sched: act_skbedit: validate the control action inside init() by Davide Caratti · 6 years ago
  14. 4b006b0 net/sched: act_simple: validate the control action inside init() by Davide Caratti · 6 years ago
  15. e8c87c6 net/sched: act_sample: validate the control action inside init() by Davide Caratti · 6 years ago
  16. d6124d6 net/sched: act_police: validate the control action inside init() by Davide Caratti · 6 years ago
  17. 6ac86ca net/sched: act_pedit: validate the control action inside init() by Davide Caratti · 6 years ago
  18. 1e45d04 net/sched: act_nat: validate the control action inside init() by Davide Caratti · 6 years ago
  19. c53075e net/sched: act_connmark: validate the control action inside init() by Davide Caratti · 6 years ago
  20. ff9721d net/sched: act_mirred: validate the control action inside init() by Davide Caratti · 6 years ago
  21. 11a94d7 net/sched: act_ife: validate the control action inside init() by Davide Caratti · 6 years ago
  22. 0da2dbd net/sched: act_gact: validate the control action inside init() by Davide Caratti · 6 years ago
  23. f5c29d8 net/sched: act_csum: validate the control action inside init() by Davide Caratti · 6 years ago
  24. 4e18100 net/sched: act_bpf: validate the control action inside init() by Davide Caratti · 6 years ago
  25. f8dfeae perf bpf: Show more BPF program info in print_bpf_prog_info() by Song Liu · 6 years ago
  26. fc462ac perf bpf: Extract logic to create program names from perf_event__synthesize_one_bpf_prog() by Song Liu · 6 years ago
  27. d56354d perf tools: Save bpf_prog_info and BTF of new BPF programs by Song Liu · 6 years ago
  28. 657ee55 perf evlist: Introduce side band thread by Song Liu · 6 years ago
  29. 0c67181 objtool: Move objtool_file struct off the stack by Josh Poimboeuf · 6 years ago
  30. 6987561 perf annotate: Enable annotation of BPF programs by Song Liu · 6 years ago
  31. 8a1b171 perf build: Check what binutils's 'disassembler()' signature to use by Song Liu · 6 years ago
  32. 3ca3877 perf bpf: Process PERF_BPF_EVENT_PROG_LOAD for annotation by Song Liu · 6 years ago
  33. 9b86d04 perf symbols: Introduce DSO_BINARY_TYPE__BPF_PROG_INFO by Song Liu · 6 years ago
  34. 31be947 perf feature detection: Add -lopcodes to feature-libbfd by Song Liu · 6 years ago
  35. ee7a112 perf top: Add option --no-bpf-event by Song Liu · 6 years ago
  36. a70a11231 perf bpf: Save BTF information as headers to perf.data by Song Liu · 6 years ago
  37. 3792cb2 perf bpf: Save BTF in a rbtree in perf_env by Song Liu · 6 years ago
  38. 606f972 perf bpf: Save bpf_prog_info information as headers to perf.data by Song Liu · 6 years ago
  39. e4378f0 perf bpf: Save bpf_prog_info in a rbtree in perf_env by Song Liu · 6 years ago
  40. e541695 perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead of perf_tool by Song Liu · 6 years ago
  41. a742258 perf bpf: Synthesize bpf events with bpf_program__get_prog_info_linear() by Song Liu · 6 years ago
  42. cae73f2 bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump() by Song Liu · 6 years ago
  43. 34be1646 tools lib bpf: Introduce bpf_program__get_prog_info_linear() by Song Liu · 6 years ago
  44. 71184c6 perf record: Replace option --bpf-event with --no-bpf-event by Song Liu · 6 years ago
  45. d982b33 perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test() by Changbin Du · 6 years ago
  46. f97a899 perf tests: Fix memory leak by expr__find_other() in test__expr() by Changbin Du · 6 years ago
  47. 93faa52 perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_on_all_cpus test by Changbin Du · 6 years ago
  48. 42dfa45 perf evsel: Free evsel->counts in perf_evsel__exit() by Arnaldo Carvalho de Melo · 6 years ago
  49. 1e5b0cf perf top: Fix global-buffer-overflow issue by Changbin Du · 6 years ago
  50. da3a53a7 perf maps: Purge all maps from the 'names' tree by Changbin Du · 6 years ago
  51. b49265e perf map: Remove map from 'names' tree in __maps__remove() by Changbin Du · 6 years ago
  52. cb6186a perf hist: Add missing map__put() in error case by Changbin Du · 6 years ago
  53. 70c819e perf top: Fix error handling in cmd_top() by Changbin Du · 6 years ago
  54. 0dba9e4 perf top: Delete the evlist before perf_session, fixing heap-use-after-free issue by Changbin Du · 6 years ago
  55. 8bde851 perf build-id: Fix memory leak in print_sdt_events() by Changbin Du · 6 years ago
  56. 54569ba perf config: Fix a memory leak in collect_config() by Changbin Du · 6 years ago
  57. 9b40dff perf config: Fix an error in the config template documentation by Changbin Du · 6 years ago
  58. 11c1ea6 perf tools: Fix errors under optimization level '-Og' by Changbin Du · 6 years ago
  59. 39df730 perf list: Don't forget to drop the reference to the allocated thread_map by Changbin Du · 6 years ago
  60. af7a14a perf tools: Add doc about how to build perf with Asan and UBSan by Changbin Du · 6 years ago
  61. c3b4d5c perf vendor events: Remove P8 HW events which are not supported by Mamatha Inamdar · 6 years ago
  62. 42a5864 perf stat: Improve scaling by Andi Kleen · 6 years ago
  63. 75998bb perf stat: Fix --no-scale by Andi Kleen · 6 years ago
  64. 90b10f4 perf script: Support relative time by Andi Kleen · 6 years ago
  65. a4e7e6e perf report: Indicate JITed code better in report by Andi Kleen · 6 years ago
  66. 702fb9b perf report: Show all sort keys in help output by Andi Kleen · 6 years ago
  67. c38dab7 perf record: Clarify help for --switch-output by Andi Kleen · 6 years ago
  68. 2a95496 tools/power turbostat: return the exit status of a command by David Arcari · 6 years ago
  69. 03724b2 perf record: Allow to limit number of reported perf.data files by Andi Kleen · 6 years ago
  70. 6f40b2a perf list: Filter metrics too by Andi Kleen · 6 years ago
  71. a9dce66 Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  72. f67e3fb4 Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  73. 0aedadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  74. 636deed Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  75. f261c4e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  76. 1741560 tools/testing/selftests/proc/proc-pid-vm.c: test with vsyscall in mind by Alexey Dobriyan · 6 years ago
  77. ea6eced tools: bpf: synchronise BPF UAPI header with tools by Quentin Monnet · 6 years ago
  78. 8fd7a61 selftests/bpf: add fwd enum resolution test for btf_dedup by Andrii Nakryiko · 6 years ago
  79. 9768095 btf: resolve enum fwds in btf_dedup by Andrii Nakryiko · 6 years ago
  80. 9352ca5 Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  81. b444e1a Merge branches 'pm-opp' and 'pm-tools' by Rafael J. Wysocki · 6 years ago
  82. 7681e7b bpf: Add an example for bpf_get_listener_sock by Martin KaFai Lau · 6 years ago
  83. b55aa7b bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsock by Martin KaFai Lau · 6 years ago
  84. ef776a2 bpf: Sync bpf.h to tools/ by Martin KaFai Lau · 6 years ago
  85. 6bf21b5 libbpf: fix to reject unknown flags in xsk_socket__create() by Magnus Karlsson · 6 years ago
  86. d6f1837 selftests/bpf: fix segfault of test_progs when prog loading failed by Yonghong Song · 6 years ago
  87. a667cb7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  88. 586187d Drop flex_arrays by Kent Overstreet · 6 years ago
  89. fec5248 tools/testing/selftests/sysctl/sysctl.sh: add tests for >32-bit values written to 32-bit integers by Zev Weiss · 6 years ago
  90. 6cdfa54 Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  91. dfcbc2f tools lib bpf: Fix the build by adding a missing stdarg.h include by Arnaldo Carvalho de Melo · 6 years ago
  92. e3b74de perf tools report: Add custom scripts to script menu by Andi Kleen · 6 years ago
  93. 59c2498 perf ui browser: Fix ui popup argv browser for many entries by Andi Kleen · 6 years ago
  94. 905e4af perf script: Add array bound checking to list_scripts by Andi Kleen · 6 years ago
  95. ca52bab perf tools: Add some new tips describing the new options by Andi Kleen · 6 years ago
  96. 4968ac8 perf report: Implement browsing of individual samples by Andi Kleen · 6 years ago
  97. 6f3da20 perf report: Support builtin perf script in scripts menu by Andi Kleen · 6 years ago
  98. 1d6c49d perf report: Support running scripts for current time range by Andi Kleen · 6 years ago
  99. 3723908 perf report: Support time sort key by Andi Kleen · 6 years ago
  100. e87e548 perf script: Filter COMM/FORK/.. events by CPU by Andi Kleen · 6 years ago