1. ab01bfa Merge branch 'selftests-bpf-integrate-test_xsk-c-to-test_progs-framework' by Alexei Starovoitov · 14 hours ago master
  2. d1aec26 selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs framework by Bastien Curutchet (eBPF Foundation) · 23 hours ago
  3. 75fc6308 selftests/bpf: test_xsk: Isolate non-CI tests by Bastien Curutchet (eBPF Foundation) · 23 hours ago
  4. 7a96615 selftests/bpf: test_xsk: Don't exit immediately on allocation failures by Bastien Curutchet (eBPF Foundation) · 23 hours ago
  5. 844b13a selftests/bpf: test_xsk: Don't exit immediately if validate_traffic fails by Bastien Curutchet (eBPF Foundation) · 23 hours ago
  6. 5b2a757 selftests/bpf: test_xsk: Don't exit immediately when workers fail by Bastien Curutchet (eBPF Foundation) · 23 hours ago
  7. 3f09728f selftests/bpf: test_xsk: Don't exit immediately when gettimeofday fails by Bastien Curutchet (eBPF Foundation) · 23 hours ago
  8. f12f1b5 selftests/bpf: test_xsk: Don't exit immediately when xsk_attach fails by Bastien Curutchet (eBPF Foundation) · 23 hours ago
  9. e645bcf selftests/bpf: test_xsk: Add return value to init_iface() by Bastien Curutchet (eBPF Foundation) · 23 hours ago
  10. f477b0f selftests/bpf: test_xsk: Release resources when swap fails by Bastien Curutchet (eBPF Foundation) · 23 hours ago
  11. e3dfa0f selftests/bpf: test_xsk: Wrap test clean-up in functions by Bastien Curutchet (eBPF Foundation) · 23 hours ago
  12. bea4f03 selftests/bpf: test_xsk: fix memory leak in testapp_xdp_shared_umem() by Bastien Curutchet (eBPF Foundation) · 23 hours ago
  13. d66e49f selftests/bpf: test_xsk: fix memory leak in testapp_stats_rx_dropped() by Bastien Curutchet (eBPF Foundation) · 23 hours ago
  14. cadc0c1 selftests/bpf: test_xsk: Fix __testapp_validate_traffic()'s return value by Bastien Curutchet (eBPF Foundation) · 23 hours ago
  15. 2233ef8 selftests/bpf: test_xsk: Initialize bitmap before use by Bastien Curutchet (eBPF Foundation) · 23 hours ago
  16. 3ab77f3 selftests/bpf: test_xsk: Split xskxceiver by Bastien Curutchet (eBPF Foundation) · 23 hours ago
  17. 5701d5a bpf: Use kmalloc_nolock() in bpf streams by Puranjay Mohan · 9 days ago
  18. d28c0e4 Merge branch 'misc-rqspinlock-updates' by Alexei Starovoitov · 2 days ago
  19. a8a0abf selftests/bpf: Add ABBCCA case for rqspinlock stress test by Kumar Kartikeya Dwivedi · 3 days ago
  20. 7bd6e5c rqspinlock: Disable queue destruction for deadlocks by Kumar Kartikeya Dwivedi · 3 days ago
  21. 5913e93 selftests/bpf: Fix intermittent failures in file_reader test by Mykyta Yatsenko · 2 days ago
  22. e2e668b Merge branch 'selftests-bpf-convert-test_tc_tunnel-sh-to-test_progs' by Martin KaFai Lau · 3 days ago
  23. 5d35916 selftests/bpf: Remove test_tc_tunnel.sh by Alexis Lothoré (eBPF Foundation) · 5 days ago
  24. 8517b1a selftests/bpf: Integrate test_tc_tunnel.sh tests into test_progs by Alexis Lothoré (eBPF Foundation) · 5 days ago
  25. 86433db selftests/bpf: Make test_tc_tunnel.bpf.c compatible with big endian platforms by Alexis Lothoré (eBPF Foundation) · 5 days ago
  26. 1d5137c selftests/bpf: Add tc helpers by Alexis Lothoré (eBPF Foundation) · 5 days ago
  27. 54c134f libbpf: Fix the incorrect reference to the memlock_rlim variable in the comment. by Jianyun Gao · 5 days ago
  28. 4f36189 libbpf: Optimize the redundant code in the bpf_object__init_user_btf_maps() function. by Jianyun Gao · 8 days ago
  29. 23f852da bpf: Fix stackmap overflow check in __bpf_get_stackid() by Arnaud Lecomte · 6 days ago
  30. e17d62f bpf: Refactor stack map trace depth calculation into helper function by Arnaud Lecomte · 6 days ago
  31. 8842732 bpftool: Fix missing closing parethesis for BTF_KIND_UNKN by Zhang Chujun · 4 days ago
  32. f9db3a3 selftests/bpf/benchs: Add overwrite mode benchmark for BPF ring buffer by Xu Kuohai · 2 weeks ago
  33. 8f7a86e selftests/bpf: Add overwrite mode test for BPF ring buffer by Xu Kuohai · 2 weeks ago
  34. feeaf13 bpf: Add overwrite mode for BPF ring buffer by Xu Kuohai · 2 weeks ago
  35. ff88079 Merge branch 'bpf-introduce-file-dynptr' by Alexei Starovoitov · 5 days ago
  36. 784cdf9 selftests/bpf: add file dynptr tests by Mykyta Yatsenko · 5 days ago
  37. 2c52e89 bpf: dispatch to sleepable file dynptr by Mykyta Yatsenko · 5 days ago
  38. d869d56 bpf: verifier: refactor kfunc specialization by Mykyta Yatsenko · 5 days ago
  39. e3e36ed bpf: add kfuncs and helpers support for file dynptrs by Mykyta Yatsenko · 5 days ago
  40. 8d8771d bpf: add plumbing for file-backed dynptr by Mykyta Yatsenko · 5 days ago
  41. 9cba966 bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr() by Mykyta Yatsenko · 5 days ago
  42. 5a5fff6 lib/freader: support reading more than 2 folios by Mykyta Yatsenko · 5 days ago
  43. 76e4fed lib: move freader into buildid.h by Mykyta Yatsenko · 5 days ago
  44. 531b87d bpf: widen dynptr size/offset to 64 bit by Mykyta Yatsenko · 5 days ago
  45. a61a257 selftests/bpf: remove unnecessary kfunc prototypes by Mykyta Yatsenko · 5 days ago
  46. e758657 libbpf: fix formatting of bpf_object__append_subprog_code by Anton Protopopov · 12 days ago
  47. 2f69c56 bpf: make bpf_insn_successors to return a pointer by Anton Protopopov · 12 days ago
  48. 44481e4 bpf: generalize and export map_get_next_key for arrays by Anton Protopopov · 12 days ago
  49. f7d72d0 bpf: save the start of functions in bpf_prog_aux by Anton Protopopov · 12 days ago
  50. 6ea5fc9 bpf: fix the return value of push_stack by Anton Protopopov · 12 days ago
  51. 96d31df bpf: Clarify get_outer_instance() handling in propagate_to_outer_instance() by Shardul Bankar · 11 days ago
  52. 04a8995 bpf: Do not let BPF test infra emit invalid GSO types to stack by Daniel Borkmann · 12 days ago
  53. 7361c864 selftests/bpf: Fix list_del() in arena list by Puranjay Mohan · 2 weeks ago
  54. b74938a samples/bpf: Fix spelling typos in samples/bpf by Chu Guangqing · 2 weeks ago
  55. 4f8543b selftests/bpf: Fix selftest verif_scale_strobemeta failure with llvm22 by Yonghong Song · 3 weeks ago
  56. 7a9f475 Merge branch 'bpf-mm-related-minor-changes' by Alexei Starovoitov · 13 days ago
  57. 7484e7c bpf: mark vma->{vm_mm,vm_file} as __safe_trusted_or_null by Yafang Shao · 2 weeks ago
  58. ec8e3e2 bpf: mark mm->owner as __safe_rcu_or_null by Yafang Shao · 2 weeks ago
  59. c67f4ae selftests/bpf: Silence unused-but-set build warnings by Tiezhu Yang · 14 days ago
  60. 50de48a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2 by Alexei Starovoitov · 13 days ago
  61. 1c64efc Merge tag 'rust-rustfmt' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux by Linus Torvalds · 13 days ago
  62. 648937f Merge tag 'tpmdd-next-v6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 14 days ago
  63. e67bb0d Merge tag 'pci-v6.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci by Linus Torvalds · 14 days ago
  64. ea0bdf2 Merge tag 'cxl-fixes-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl by Linus Torvalds · 14 days ago
  65. 2953fb6 Merge tag 'hid-for-linus-2025101701' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 14 days ago
  66. d303caf Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Linus Torvalds · 14 days ago
  67. 847f242 Merge tag 'exfat-for-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 14 days ago
  68. 2d07c6c Merge tag 'nfs-for-6.18-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 14 days ago
  69. 4ccb3a8 Merge tag '6.18-rc1-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 14 days ago
  70. 02e5f74 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 days ago
  71. 0e622c4 Merge tag 'powerpc-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 14 days ago
  72. 959f018 Merge tag 'slab-for-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab by Linus Torvalds · 14 days ago
  73. dbfdaeb tpm_crb: Add idle support for the Arm FF-A start method by Stuart Yoder · 14 days ago
  74. 4361f5a Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 14 days ago
  75. 5d26eaa Merge tag 'kvmarm-fixes-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 14 days ago
  76. f406055 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 2 weeks ago
  77. fe69107 Merge tag 'riscv-for-linux-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 2 weeks ago
  78. a1e83d4 selftests/bpf: Fix redefinition of 'off' as different kind of symbol by Brahmajit Das · 2 weeks ago
  79. 7c33e97 bpf: Do not disable preemption in bpf_test_run(). by Sahil Chandna · 2 weeks ago
  80. ea0d55a arm64: debug: always unmask interrupts in el0_softstp() by Ada Couprie Diaz · 3 weeks ago
  81. e9ad390 arm64/sysreg: Fix GIC CDEOI instruction encoding by Lorenzo Pieralisi · 4 weeks ago
  82. 6f3b6e9 Merge tag 'io_uring-6.18-20251016' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux by Linus Torvalds · 2 weeks ago
  83. 0c8df15 Merge tag 'block-6.18-20251016' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux by Linus Torvalds · 2 weeks ago
  84. cf1ea88 Merge tag 'mmc-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 2 weeks ago
  85. 1422424 Merge tag 'sound-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 2 weeks ago
  86. e96687c Merge tag 'drm-fixes-2025-10-17' of https://gitlab.freedesktop.org/drm/kernel by Linus Torvalds · 2 weeks ago
  87. 389dfd9 Merge tag 'i2c-for-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 2 weeks ago
  88. 2a78634 ALSA: hda/realtek: Fix mute led for HP Omen 17-cb0xxx by Dawn Gardner · 2 weeks ago
  89. a78835b PCI/VGA: Select SCREEN_INFO on X86 by Mario Limonciello (AMD) · 3 weeks ago
  90. e433110 PCI: vmd: Override irq_startup()/irq_shutdown() in vmd_init_dev_msi_info() by Inochi Amaoto · 3 weeks ago
  91. 1f1d3e1 rust: bitmap: fix formatting by Miguel Ojeda · 2 weeks ago
  92. 62cab42 Merge tag 'drm-xe-fixes-2025-10-16' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes by Dave Airlie · 2 weeks ago
  93. d6dd930 Merge tag 'drm-misc-fixes-2025-10-16' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes by Dave Airlie · 2 weeks ago
  94. 32f072d rust: cpufreq: fix formatting by Miguel Ojeda · 3 weeks ago
  95. 8a7c601 rust: alloc: employ a trailing comment to keep vertical layout by Miguel Ojeda · 3 weeks ago
  96. 4a9cb2e docs: rust: add section on imports formatting by Miguel Ojeda · 3 weeks ago
  97. 520133b Merge tag 'amd-drm-fixes-6.18-2025-10-16' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 2 weeks ago
  98. f69f31e Merge tag 'drm-intel-fixes-2025-10-16' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes by Dave Airlie · 2 weeks ago
  99. f0624c6 Merge tag 'nvme-6.18-2025-10-16' of git://git.infradead.org/nvme into block-6.18 by Jens Axboe · 2 weeks ago
  100. 5a869d0 nvme/tcp: handle tls partially sent records in write_space() by Wilfred Mallawa · 3 weeks ago