1. 960ea05 bpf: verifier: teach the verifier to reason about the BPF_JSET instruction by Jakub Kicinski · 6 years ago
  2. fdbaa0b bpf: Ensure line_info.insn_off cannot point to insn with zero code by Martin KaFai Lau · 6 years ago
  3. 76c43ae bpf: log struct/union attribute for forward type by Yonghong Song · 6 years ago
  4. 0bae2d4 bpf: correct slot_type marking logic to allow more stack slot sharing by Jiong Wang · 6 years ago
  5. a38d110 bpf: support raw tracepoints in modules by Matt Mullins · 6 years ago
  6. ffa0c1c bpf: enable cgroup local storage map pretty print with kind_flag by Yonghong Song · 6 years ago
  7. 9d5f9f7 bpf: btf: fix struct/union/fwd types with kind_flag by Yonghong Song · 6 years ago
  8. f97be3a bpf: btf: refactor btf_int_bits_seq_show() by Yonghong Song · 6 years ago
  9. 6c4fc20 bpf: remove useless version check for prog load by Daniel Borkmann · 6 years ago
  10. 9242b5f bpf: add self-check logic to liveness analysis by Alexei Starovoitov · 6 years ago
  11. 19e2dbb bpf: improve stacksafe state comparison by Alexei Starovoitov · 6 years ago
  12. b233920 bpf: speed up stacksafe check by Alexei Starovoitov · 6 years ago
  13. d9762e8 bpf: verbose log bpf_line_info in verifier by Martin KaFai Lau · 6 years ago
  14. 23127b3 bpf: Create a new btf_name_by_offset() for non type name use case by Martin KaFai Lau · 6 years ago
  15. 9f8c1c5 bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump by Daniel Borkmann · 6 years ago
  16. c872bdb bpf: include sub program tags in bpf_prog_info by Song Liu · 6 years ago
  17. 9e79416 bpf: Remove bpf_dump_raw_ok() check for func_info and line_info by Martin KaFai Lau · 6 years ago
  18. 9a1126b bpf: add bpffs pretty print for cgroup local storage maps by Roman Gushchin · 6 years ago
  19. 1b2b234 bpf: pass struct btf pointer to the map_check_btf() callback by Roman Gushchin · 6 years ago
  20. addb067 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  21. 11d8b82 bpf: rename *_info_cnt to nr_*_info in bpf_prog_info by Yonghong Song · 6 years ago
  22. 7a5725d bpf: clean up bpf_prog_get_info_by_fd() by Song Liu · 6 years ago
  23. e434b8c bpf: relax verifier restriction on BPF_MOV | BPF_ALU by Jiong Wang · 6 years ago
  24. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  25. d48f782 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  26. c454a46 bpf: Add bpf_line_info support by Martin KaFai Lau · 6 years ago
  27. c49f7db bpf: verifier remove the rejection on BPF_ALU | BPF_ARSH by Jiong Wang · 6 years ago
  28. 2dc6b10 bpf: interpreter support BPF_ALU | BPF_ARSH by Jiong Wang · 6 years ago
  29. 1cdc362 Merge tag 'gcc-plugins-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  30. abb8d6e Merge tag 'trace-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  31. 1aed58e Uprobes: Fix kernel oops with delayed_uprobe_remove() by Ravi Bangoria · 6 years ago
  32. e9c7d65 stackleak: Mark stackleak_track_stack() as notrace by Anders Roxell · 6 years ago
  33. d30d42e bpf: Change insn_offset to insn_off in bpf_func_info by Martin KaFai Lau · 6 years ago
  34. 7337224 bpf: Improve the info.func_info and info.func_info_rec_size behavior by Martin KaFai Lau · 6 years ago
  35. e37d05a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  36. dc002bb bpf: add __weak hook for allocating executable memory by Ard Biesheuvel · 6 years ago
  37. ceefbc9 bpf: add per-insn complexity limit by Alexei Starovoitov · 6 years ago
  38. 4f7b3e8 bpf: improve verifier branch analysis by Alexei Starovoitov · 6 years ago
  39. c349480 bpf: check pending signals while verifying programs by Alexei Starovoitov · 6 years ago
  40. 5482e9a bpf: Fix memleak in aux->func_info and aux->btf by Martin KaFai Lau · 6 years ago
  41. 4b78317 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  42. e9ee9ef bpf: Add BPF_F_ANY_ALIGNMENT. by David Miller · 6 years ago
  43. d8f190e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  44. 1f81742 Merge tag 'gcc-plugins-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  45. 903e8ff kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notrace by Anders Roxell · 6 years ago
  46. e0c2744 psi: make disabling/enabling easier for vendor kernels by Johannes Weiner · 6 years ago
  47. a1b3cf6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  48. 49afe66 Merge tag 'trace-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  49. 0f1f692 Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  50. ef1a840 stackleak: Disable function tracing and kprobes for stackleak_erase() by Alexander Popov · 6 years ago
  51. 5cf99a0f tracing/fgraph: Fix set_graph_function from showing interrupts by Steven Rostedt (VMware) · 6 years ago
  52. 93029d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  53. e561bb2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  54. eb04bbb bpf: btf: check name validity for various types by Yonghong Song · 6 years ago
  55. cdbb096a bpf: btf: implement btf_name_valid_identifier() by Yonghong Song · 6 years ago
  56. 60b5482 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  57. 46f7ecb ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS by Thomas Gleixner · 6 years ago
  58. a74cfff x86/speculation: Rework SMT state change by Thomas Gleixner · 6 years ago
  59. 321a874 sched/smt: Expose sched_smt_present static key by Thomas Gleixner · 6 years ago
  60. c5511d0 sched/smt: Make sched_smt_present track topology by Peter Zijlstra (Intel) · 6 years ago
  61. b1b35f2 function_graph: Have profiler use curr_ret_stack and not depth by Steven Rostedt (VMware) · 6 years ago
  62. 7c6ea35 function_graph: Reverse the order of pushing the ret_stack and the callback by Steven Rostedt (VMware) · 6 years ago
  63. 552701d function_graph: Move return callback before update of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  64. 39eb456 function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  65. d125f3f8 function_graph: Make ftrace_push_return_trace() static by Steven Rostedt (VMware) · 6 years ago
  66. ba64e7d bpf: btf: support proper non-jit func info by Yonghong Song · 6 years ago
  67. e2c95a6 bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addr by Daniel Borkmann · 6 years ago
  68. 8114865 function_graph: Create function_graph_enter() to consolidate architecture code by Steven Rostedt (VMware) · 6 years ago
  69. 4afe60a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  70. 6950012 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  71. 311fe1a bpf: btf: fix spelling mistake "Memmber" -> "Member" by Colin Ian King · 6 years ago
  72. cf0dd41 bpf, tags: Fix DEFINE_PER_CPU expansion by Rustam Kovhaev · 6 years ago
  73. 1efb6ee bpf: fix check of allowed specifiers in bpf_trace_printk by Martynas Pumputis · 6 years ago
  74. 09d3f01 uprobes: Fix handle_swbp() vs. unregister() + register() race once more by Andrea Parri · 6 years ago
  75. 813961d bpf: fix integer overflow in queue_stack_map by Alexei Starovoitov · 6 years ago
  76. 8d75839 bpf, lpm: make longest_prefix_match() faster by Eric Dumazet · 6 years ago
  77. cb216b8 swiotlb: Skip cache maintenance on map error by Robin Murphy · 6 years ago
  78. 838e969 bpf: Introduce bpf_func_info by Yonghong Song · 6 years ago
  79. 2667a26 bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO by Martin KaFai Lau · 6 years ago
  80. b47a0bd bpf: btf: Break up btf_type_is_void() by Martin KaFai Lau · 6 years ago
  81. 96b3b6c bpf: allow zero-initializing hash map seed by Lorenz Bauer · 6 years ago
  82. c67a98c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  83. 03582f3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  84. 8fcb231 kernel/sched/psi.c: simplify cgroup_move_task() by Olof Johansson · 6 years ago
  85. 569a933 bpf: allocate local storage buffers using GFP_ATOMIC by Roman Gushchin · 6 years ago
  86. afd5942 bpf: fix off-by-one error in adjust_subprog_starts by Edward Cree · 6 years ago
  87. 592ee43 bpf: fix null pointer dereference on pointer offload by Colin Ian King · 6 years ago
  88. 646558f kdb: kdb_support: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  89. 01cb373 kdb: kdb_keyboard: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  90. 9eb62f0 kdb: kdb_main: refactor code in kdb_md_line by Gustavo A. R. Silva · 6 years ago
  91. c2b94c7 kdb: Use strscpy with destination buffer size by Prarit Bhargava · 6 years ago
  92. 568fb6f kdb: print real address of pointers instead of hashed addresses by Christophe Leroy · 6 years ago
  93. dded2e1 kdb: use correct pointer when 'btc' calls 'btt' by Christophe Leroy · 6 years ago
  94. c469933 sched/fair: Fix cpu_util_wake() for 'execl' type workloads by Patrick Bellasi · 6 years ago
  95. 08b5278 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  96. 024d4d4 Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  97. 0b002cd Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  98. 46f53a6 bpf: Allow narrow loads with offset > 0 by Andrey Ignatov · 6 years ago
  99. 16a8cb5c bpf: do not pass netdev to translate() and prepare() offload callbacks by Quentin Monnet · 6 years ago
  100. a40a263 bpf: pass prog instead of env to bpf_prog_offload_verifier_prep() by Quentin Monnet · 6 years ago