1. 33740c9 Merge 5.10.69 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 3 months ago
  2. 87c4144 tools lib: Adopt memchr_inv() from kernel by Jiri Olsa · 4 years, 1 month ago
  3. c5d480c Merge 5.10.42 into android12-5.10 by Greg Kroah-Hartman · 3 years, 7 months ago
  4. 1354ec8 linux/bits.h: fix compilation error with GENMASK by Rikard Falkeborn · 3 years, 7 months ago
  5. b9a61f9 Merge 5.10.27 into android12-5.10 by Greg Kroah-Hartman · 3 years, 9 months ago
  6. a63068e static_call: Allow module use without exposing static_call_key by Josh Poimboeuf · 4 years ago
  7. 433cd7c static_call: Pull some static_call declarations to the type headers by Peter Zijlstra · 4 years ago
  8. fa44968 FROMGIT: mm, page_poison: remove CONFIG_PAGE_POISONING_ZERO by Vlastimil Babka · 4 years ago
  9. 9ae1e99 perf tools: Remove broken __no_tail_call attribute by Peter Zijlstra · 4 years, 2 months ago
  10. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
  11. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 2 months ago
  12. 27774b7 btf: Add BTF_ID_LIST_SINGLE macro by Lorenz Bauer · 4 years, 3 months ago
  13. ee819ae objtool: Make unwind hint definitions available to other architectures by Julien Thierry · 4 years, 4 months ago
  14. 5b06fd3 static_call: Handle tail-calls by Peter Zijlstra · 4 years, 4 months ago
  15. 1e7e478 x86/static_call: Add inline static call implementation for x86-64 by Josh Poimboeuf · 4 years, 4 months ago
  16. eae2e83 bpf: Add BTF_SET_START/END macros by Jiri Olsa · 4 years, 4 months ago
  17. 79e3ea5 tools/: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 5 months ago
  18. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  19. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  20. c84d530 Merge tag 'v5.8-rc6' into locking/core, to pick up fixes by Ingo Molnar · 4 years, 5 months ago
  21. fce557b bpf: Make btf_sock_ids global by Yonghong Song · 4 years, 5 months ago
  22. 0f12e58 bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.h by Yonghong Song · 4 years, 5 months ago
  23. d8dfe5bfe8 tools/bpf: Sync btf_ids.h to tools by Yonghong Song · 4 years, 5 months ago
  24. 63a0895 compiler: Remove uninitialized_var() macro by Kees Cook · 4 years, 7 months ago
  25. 07dd1b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  26. e5a0516 tools headers: Adopt verbatim copy of btf_ids.h from kernel sources by Jiri Olsa · 4 years, 6 months ago
  27. f9ad4a5 lockdep: Remove lockdep_hardirq{s_enabled,_context}() argument by Peter Zijlstra · 4 years, 7 months ago
  28. 6ec4476 Raise gcc version requirement to 4.9 by Linus Torvalds · 4 years, 6 months ago
  29. 2062a4e kallsyms/printk: add loglvl to print_ip_sym() by Dmitry Safonov · 4 years, 7 months ago
  30. 38b3a5a Merge tag 'perf-tools-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 7 months ago
  31. b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
  32. 21f2b7c tools compiler.h: Add attribute to disable tail calls by Ian Rogers · 4 years, 7 months ago
  33. 14bbe3e docs: Add rbtree documentation to the core-api by Matthew Wilcox (Oracle) · 4 years, 9 months ago
  34. e3698b2 tools headers: Synchronize linux/bits.h with the kernel sources by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  35. 5b992ad tools headers: Adopt verbatim copy of compiletime_assert() from kernel sources by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  36. ca64d84 tools headers: Update linux/vdso.h and grab a copy of vdso/const.h by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  37. ef99691 lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}() by Peter Zijlstra · 4 years, 9 months ago
  38. 2502ec3 lockdep: Rename trace_hardirq_{enter,exit}() by Thomas Gleixner · 4 years, 9 months ago
  39. 0bddc1b bitops: more BITS_TO_* macros by Yury Norov · 5 years ago
  40. 6c4798d tools lib: Fix builds when glibc contains strlcpy() by Vitaly Chikunov · 5 years ago
  41. 8812ad4 tools bitmap: Implement bitmap_equal() operation at bitmap API by Alexey Budankov · 5 years ago
  42. 6d2052d augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definition by Michel Lespinasse · 5 years ago
  43. 315cc06 augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro by Michel Lespinasse · 5 years ago
  44. 444b8a8 augmented rbtree: add comments for RB_DECLARE_CALLBACKS macro by Michel Lespinasse · 5 years ago
  45. c7d4f7e rbtree: avoid generating code twice for the cached versions (tools copy) by Michel Lespinasse · 5 years ago
  46. 81160dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  47. db9a5fd tools headers: Add missing perf_event.h include by Jiri Olsa · 5 years ago
  48. b658911 tools headers: Synchronize linux/bits.h with the kernel sources by Arnaldo Carvalho de Melo · 5 years ago
  49. aaa6ef8 tools headers: Grab copy of linux/const.h, needed by linux/bits.h by Arnaldo Carvalho de Melo · 5 years ago
  50. 6e98bc34 tools headers: Add limits.h to access __WORDSIZE by Arnaldo Carvalho de Melo · 5 years ago
  51. 8918dc4 tools: bpftool: move "__printf()" attributes to header file by Quentin Monnet · 5 years ago
  52. e5eb08a Merge tag 'perf-core-for-mingo-5.3-20190709' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 5 years ago
  53. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 5 years ago
  54. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  55. 608745f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  56. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 5 years ago
  57. ba95c74 tools: bpftool: add "prog run" subcommand to test-run programs by Quentin Monnet · 5 years ago
  58. 9c10548 tools lib: Move argv_{split,free} from tools/perf/util/ by Arnaldo Carvalho de Melo · 6 years ago
  59. 2a60689 tools lib: Adopt strreplace() from the kernel by Arnaldo Carvalho de Melo · 6 years ago
  60. 83086d6 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  61. 45bfd0a tools lib: Adopt strim() from the kernel by Arnaldo Carvalho de Melo · 6 years ago
  62. 7bd330d tools lib: Adopt skip_spaces() from the kernel sources by Arnaldo Carvalho de Melo · 6 years ago
  63. 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
  64. 8afecfb Merge tag 'v5.2-rc4' into mauro by Jonathan Corbet · 6 years ago
  65. 9129b01 rcu: Don't return a value from rcu_assign_pointer() by Andrea Parri · 6 years ago
  66. cb1aaeb docs: fix broken documentation links by Mauro Carvalho Chehab · 6 years ago
  67. f7b6a8b Merge tag 'v5.2-rc3' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  68. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  69. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  70. 1c49242 perf script: Pad DSO name for --call-trace by Jiri Olsa · 6 years ago
  71. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  72. 82500a8 coresight: etm4x: Add kernel configuration for CONTEXTID by Mathieu Poirier · 6 years ago
  73. fb2abb7 bpf, selftest: test {rd, wr}only flags and direct value access by Daniel Borkmann · 6 years ago
  74. 586187d Drop flex_arrays by Kent Overstreet · 6 years ago
  75. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  76. 203b660 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  77. 7c9eefe tools/: replace open encodings for NUMA_NO_NODE by Stephen Rothwell · 6 years ago
  78. a7b76c8 bpf: JIT blinds support JMP32 by Jiong Wang · 6 years ago
  79. 3aef2ca tools: Update rbtree implementation by Davidlohr Bueso · 6 years ago
  80. 116b081 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  81. 92151b0 tools include: Adopt ERR_CAST() from the kernel err.h header by Arnaldo Carvalho de Melo · 6 years ago
  82. 4a67e3a tools/kernel.h: Replace synchronize_sched() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  83. dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  84. 50b825d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  85. 58d6ea3 xarray: Add XArray unconditional store operations by Matthew Wilcox · 7 years ago
  86. 9b89a03 xarray: Add XArray marks by Matthew Wilcox · 7 years ago
  87. ad3d6c7 xarray: Add XArray load operation by Matthew Wilcox · 7 years ago
  88. 09d62154 tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpers by Daniel Borkmann · 6 years ago
  89. ba4aa02 tools include: Adopt linux/bits.h by Arnaldo Carvalho de Melo · 6 years ago
  90. 9835bf7 Merge tag 'perf-core-for-mingo-4.20-20180919' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 6 years ago
  91. 01ab2e9 tools include: Adopt PTR_ERR_OR_ZERO from the kernel err.h header by Ding Xiang · 6 years ago
  92. 1621431 tools/lib/lockdep: Add dummy task_struct state member by Sasha Levin · 6 years ago
  93. 1064ea4 tools/lib/lockdep: Add empty nmi.h by Sasha Levin · 6 years ago
  94. 07a262c tools: introduce test_and_clear_bit by Peter Xu · 6 years ago
  95. 531b014 tools: bpf: make use of reallocarray by Jakub Kicinski · 6 years ago
  96. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  97. 06be086 bpf: test case for map pointer poison with calls/branches by Daniel Borkmann · 7 years ago
  98. bd9c67a Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  99. dcbbf25 radix tree test suite: fix compilation issue by Ross Zwisler · 7 years ago
  100. 6e1690c tools include compiler-gcc: Add __pure attribute helper by Arnaldo Carvalho de Melo · 7 years ago