1. 75cd9b0 Merge tag 'objtool_urgent_for_v5.15_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
  2. 14df923 Merge tag 'perf-tools-fixes-for-v5.15-2021-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 3 months ago
  3. 4a16df5 Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 3 months ago
  4. 7671b02 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 3 months ago
  5. fe255fe objtool: Remove redundant 'len' field from struct section by Joe Lawrence · 3 years, 4 months ago
  6. dc02368 objtool: Make .altinstructions section entry size consistent by Joe Lawrence · 3 years, 4 months ago
  7. 4d8b359 objtool: Remove reloc symbol type checks in get_alt_entry() by Josh Poimboeuf · 3 years, 3 months ago
  8. 0b6c537 perf tests attr: Add missing topdown metrics events by Kan Liang · 3 years, 3 months ago
  9. 9fce636 tools include UAPI: Sync sound/asound.h copy with the kernel sources by Arnaldo Carvalho de Melo · 4 years, 11 months ago
  10. 35c46bf perf build: Fix plugin static linking with libopencsd on ARM and ARM64 by Branislav Rankov · 3 years, 5 months ago
  11. 573cf5c perf build: Add missing -lstdc++ when linking with libopencsd by Branislav Rankov · 3 years, 5 months ago
  12. b947299 perf jevents: Free the sys_event_tables list after processing entries by Like Xu · 3 years, 3 months ago
  13. f6274b0 Merge tag 'linux-kselftest-fixes-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 3 months ago
  14. 7fab1c1 objtool: print out the symbol type when complaining about it by Linus Torvalds · 3 years, 3 months ago
  15. 52c3c17 Merge tag 'objtool_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
  16. b0e875b libbpf: Fix memory leak in strset by Andrii Nakryiko · 3 years, 3 months ago
  17. b2626f1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 3 months ago
  18. 24ff652 objtool: Teach get_alt_entry() about more relocation types by Peter Zijlstra · 3 years, 3 months ago
  19. 4de593f Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 3 months ago
  20. 4729445 libbpf: Fix segfault in light skeleton for objects without BTF by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  21. 7b0035e KVM: selftests: Ensure all migrations are performed when test is affined by Sean Christopherson · 3 years, 3 months ago
  22. e02c16b selftests: KVM: Don't clobber XMM register when read by Oliver Upton · 3 years, 3 months ago
  23. 4ccb9f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 3 months ago
  24. 79e2c30 selftests, bpf: test_lwt_ip_encap: Really disable rp_filter by Jiri Benc · 3 years, 3 months ago
  25. d888eaa selftests, bpf: Fix makefile dependencies on libbpf by Jiri Benc · 3 years, 3 months ago
  26. bcfd367 libbpf: Fix segfault in static linker for objects without BTF by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  27. 0513e46 Merge tag 'perf-tools-fixes-for-v5.15-2021-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 3 months ago
  28. 9cccec2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 3 months ago
  29. 2f96028 selftests: drivers/dma-buf: Fix implicit declaration warns by Shuah Khan · 3 years, 3 months ago
  30. 4da8b12 perf iostat: Fix Segmentation fault from NULL 'struct perf_counts_values *' by Like Xu · 3 years, 3 months ago
  31. e4fe5d7 perf iostat: Use system-wide mode if the target cpu_list is unspecified by Like Xu · 3 years, 3 months ago
  32. a827c00 perf config: Refine error message to eliminate confusion by Like Xu · 3 years, 3 months ago
  33. 4da6552 perf doc: Fix typos all over the place by Like Xu · 3 years, 3 months ago
  34. c6613bd perf arm: Fix off-by-one directory paths. by Ian Rogers · 3 years, 3 months ago
  35. 774f2c0 perf vendor events powerpc: Fix spelling mistake "icach" -> "icache" by Colin Ian King · 3 years, 3 months ago
  36. 0f892fd perf tests: Fix flaky test 'Object code reading' by James Clark · 3 years, 4 months ago
  37. 5c34aea perf test: Fix DWARF unwind for optimized builds. by Ian Rogers · 3 years, 3 months ago
  38. 5bb7b21 Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
  39. a3b397b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 3 months ago
  40. 90316e6 Merge tag 'linux-kselftest-fixes-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 3 months ago
  41. 2c4e969 Merge tag 'usb-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 3 years, 3 months ago
  42. 7fe7f31 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 3 years, 3 months ago
  43. ebaeab2 tools/vm/page-types: remove dependency on opt_file for idle page tracking by Changbin Du · 3 years, 3 months ago
  44. 1b7eaf5 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 3 months ago
  45. 5ba1071 x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accesses by Numfor Mbiziwo-Tiapo · 3 years, 3 months ago
  46. 386ca9d selftests: KVM: Explicitly use movq to read xmm registers by Oliver Upton · 3 years, 3 months ago
  47. fbf094c selftests: KVM: Call ucall_init when setting up in rseq_test by Oliver Upton · 3 years, 3 months ago
  48. f10f048 Merge tag 'for-linus-rseq' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 3 months ago
  49. 9bc62af Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 3 months ago
  50. 1ad3210 KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0 by Maxim Levitsky · 3 years, 4 months ago
  51. 7c236b8 KVM: selftests: Create a separate dirty bitmap per slot by David Matlack · 3 years, 3 months ago
  52. 9f2fc55 KVM: selftests: Refactor help message for -s backing_src by David Matlack · 3 years, 3 months ago
  53. a1e638d KVM: selftests: Change backing_src flag to -s in demand_paging_test by David Matlack · 3 years, 3 months ago
  54. 01f91ac selftests: KVM: Align SMCCC call with the spec in steal_time by Oliver Upton · 3 years, 3 months ago
  55. 90b5412 selftests: KVM: Fix check for !POLLIN in demand_paging_test by Oliver Upton · 3 years, 3 months ago
  56. 2da4a23 KVM: selftests: Remove __NR_userfaultfd syscall fallback by Sean Christopherson · 3 years, 4 months ago
  57. 61e52f1 KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs by Sean Christopherson · 3 years, 4 months ago
  58. de5f421 tools: Move x86 syscall number fallbacks to .../uapi/ by Sean Christopherson · 3 years, 4 months ago
  59. 0e3dbf7 kselftest/arm64: signal: Skip tests if required features are missing by Cristian Marussi · 3 years, 3 months ago
  60. cb89f63 selftests: netfilter: add zone stress test with colliding tuples by Florian Westphal · 3 years, 4 months ago
  61. 0f1148a selftests: netfilter: add selftest for directional zone support by Florian Westphal · 3 years, 4 months ago
  62. 62453a4 Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 3 months ago
  63. e30cd81 selftests: net: af_unix: Fix makefile to use TEST_GEN_PROGS by Shuah Khan · 3 years, 3 months ago
  64. 48514a2 selftests: net: af_unix: Fix incorrect args in test result msg by Shuah Khan · 3 years, 3 months ago
  65. 219d720 perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id() by Andrii Nakryiko · 3 years, 4 months ago
  66. aba5dae libperf evsel: Make use of FD robust. by Ian Rogers · 3 years, 3 months ago
  67. 57f0ff0 perf machine: Initialize srcline string member in add_location struct by Michael Petlan · 3 years, 5 months ago
  68. ff6f41f perf script: Fix ip display when type != attr->type by Adrian Hunter · 3 years, 4 months ago
  69. 7efbcc8 perf annotate: Fix fused instr logic for assembly functions by Ravi Bangoria · 3 years, 4 months ago
  70. 3c9cfb5 net: update NXP copyright text by Vladimir Oltean · 3 years, 3 months ago
  71. fc0c054 Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 3 months ago
  72. f5013d4 selftests: kvm: fix get_run_delay() ignoring fscanf() return warn by Shuah Khan · 3 years, 3 months ago
  73. 20175d5 selftests: kvm: move get_run_delay() into lib/test_util by Shuah Khan · 3 years, 3 months ago
  74. 3a4f0cc selftests:kvm: fix get_trans_hugepagesz() ignoring fscanf() return warn by Shuah Khan · 3 years, 3 months ago
  75. 39a71f7 selftests:kvm: fix get_warnings_count() ignoring fscanf() return warn by Shuah Khan · 3 years, 3 months ago
  76. 98dc68f selftests: nci: replace unsigned int with int by Xiang wangx · 3 years, 3 months ago
  77. 80be599 tools/bootconfig: Define memblock_free_ptr() to fix build error by Masami Hiramatsu · 3 years, 4 months ago
  78. 8914a7a selftests: be sure to make khdr before other targets by Li Zhijian · 3 years, 4 months ago
  79. 2865ba8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 4 months ago
  80. f81c08f usb: testusb: Fix for showing the connection speed by Faizel K B · 3 years, 4 months ago
  81. 43d2b88 bpf, selftests: Add test case for mixed cgroup v1/v2 by Daniel Borkmann · 3 years, 4 months ago
  82. d8079d8 bpf, selftests: Add cgroup v1 net_cls classid helpers by Daniel Borkmann · 3 years, 4 months ago
  83. d0ee23f tools: compiler-gcc.h: Guard error attribute use with __has_attribute by Nathan Chancellor · 3 years, 4 months ago
  84. 3163462 Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version) by Linus Torvalds · 3 years, 4 months ago
  85. 4e59869 compiler-gcc.h: drop checks for older GCC versions by Nick Desaulniers · 3 years, 4 months ago
  86. 4eb6bd5 compiler.h: drop fallback overflow checkers by Nick Desaulniers · 3 years, 4 months ago
  87. 5379ef2 selftests/powerpc: Add scv versions of the basic TM syscall tests by Nicholas Piggin · 3 years, 4 months ago
  88. b5b65f1 Merge tag 'perf-tools-for-v5.15-2021-09-11' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 4 months ago
  89. 1b704b2 selftest: net: fix typo in altname test by Andrea Claudi · 3 years, 4 months ago
  90. 78e7095 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 4 months ago
  91. 17a99e5 tools headers UAPI: Update tools's copy of drm.h headers by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  92. 4dc24d7 tools headers UAPI: Sync drm/i915_drm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 4 months ago
  93. 2bae3e6 tools headers UAPI: Sync linux/fs.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 7 months ago
  94. ee286c6 tools headers UAPI: Sync linux/in.h copy with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  95. 0d1c50a perf tools: Add an option to build without libbfd by Ian Rogers · 3 years, 4 months ago
  96. 4a86d41 perf tools: Allow build-id with trailing zeros by Namhyung Kim · 3 years, 4 months ago
  97. 99fc594 perf tools: Fix hybrid config terms list corruption by Adrian Hunter · 3 years, 4 months ago
  98. a7d212f perf tools: Factor out copy_config_terms() and free_config_terms() by Adrian Hunter · 3 years, 4 months ago
  99. eb34363 perf tools: Fix perf_event_attr__fprintf() missing/dupl. fields by Adrian Hunter · 3 years, 4 months ago
  100. da4572d perf tools: Ignore Documentation dependency file by Ian Rogers · 3 years, 4 months ago