1. a069190 bpf: Replace __opt annotation with __nullable for kfuncs by Puranjay Mohan · 2 days ago for-next master
  2. 7694ff8 Merge branch 'memcg-accounting-for-bpf-arena' by Alexei Starovoitov · 2 days ago
  3. e66fe1b bpf: arena: Reintroduce memcg accounting by Puranjay Mohan · 2 days ago
  4. 817593a bpf: syscall: Introduce memcg enter/exit helpers by Puranjay Mohan · 2 days ago
  5. e40030a Merge branch 'bpf-make-kf_trusted_args-default' by Alexei Starovoitov · 2 days ago
  6. cf503eb selftests: bpf: Fix test_bpf_nf for trusted args becoming default by Puranjay Mohan · 2 days ago
  7. cf82580 selftests: bpf: fix cgroup_hierarchical_stats by Puranjay Mohan · 2 days ago
  8. 230b011 selftests: bpf: fix test_kfunc_dynptr_param by Puranjay Mohan · 2 days ago
  9. 03cc77b selftests: bpf: Update failure message for rbtree_fail by Puranjay Mohan · 2 days ago
  10. df50045 selftests: bpf: Update kfunc_param_nullable test for new error message by Puranjay Mohan · 2 days ago
  11. 8fe172f HID: bpf: drop dead NULL checks in kfuncs by Puranjay Mohan · 2 days ago
  12. cd1d609 bpf: xfrm: drop dead NULL check in bpf_xdp_get_xfrm_state() by Puranjay Mohan · 2 days ago
  13. bddaf9a bpf: net: netfilter: drop dead NULL checks by Puranjay Mohan · 2 days ago
  14. 7646c7a bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncs by Puranjay Mohan · 2 days ago
  15. 1a5c01d bpf: Make KF_TRUSTED_ARGS the default for all kfuncs by Puranjay Mohan · 2 days ago
  16. c286e7e selftests/bpf: veristat: fix printing order in output_stats() by Puranjay Mohan · 4 days ago
  17. 17c736a bpf: Update BPF_PROG_RUN documentation by SungRock Jung · 2 weeks ago
  18. 453dece scripts/gen-btf.sh: Reduce log verbosity by Ihor Solodrai · 4 days ago
  19. 1a8fa7f resolve_btfids: Implement --patch_btfids by Ihor Solodrai · 5 days ago
  20. c0e4a19 Merge branch 'bpf-unify-state-pruning-handling-of-invalid-misc-stack-slots' by Alexei Starovoitov · 4 days ago
  21. 4fd9910 selftests/bpf: iterator based loop and STACK_MISC states pruning by Eduard Zingerman · 5 days ago
  22. 8406923 bpf: allow states pruning for misc/invalid slots in iterator loops by Eduard Zingerman · 5 days ago
  23. ccaa6d2 Merge branch 'bpf-calls-to-bpf_loop-should-have-an-scc-and-accumulate-backedges' by Alexei Starovoitov · 5 days ago
  24. e6f2612f selftests/bpf: test cases for bpf_loop SCC and state graph backedges by Eduard Zingerman · 6 days ago
  25. f597664 bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop() by Eduard Zingerman · 6 days ago
  26. 317a5df selftests/bpf: Fix verifier_arena_large/big_alloc3 test by Puranjay Mohan · 5 days ago
  27. 6006058 scripts/gen-btf.sh: Fix .btf.o generation when compiling for RISCV by Ihor Solodrai · 6 days ago
  28. f14cdb1 Merge branch 'remove-kf_sleepable-from-arena-kfuncs' by Alexei Starovoitov · 12 days ago
  29. efecc9e selftests: bpf: test non-sleepable arena allocations by Puranjay Mohan · 13 days ago
  30. b846729 bpf: arena: make arena kfuncs any context safe by Puranjay Mohan · 13 days ago
  31. 360c35f bpf: arena: use kmalloc_nolock() in place of kvcalloc() by Puranjay Mohan · 13 days ago
  32. c336b0b bpf: arena: populate vm_area without allocating memory by Puranjay Mohan · 13 days ago
  33. ac1c5bc bpf: crypto: replace -EEXIST with -EBUSY by Daniel Gomez · 2 weeks ago
  34. b0004a822 Merge branch 'allow-calling-kfuncs-from-raw_tp-programs' by Alexei Starovoitov · 13 days ago
  35. 83dd46e selftests: bpf: fix tests with raw_tp calling kfuncs by Puranjay Mohan · 14 days ago
  36. 342297d bpf: allow calling kfuncs from raw_tp programs by Puranjay Mohan · 14 days ago
  37. 042d4c0 Merge branch 'mm-bpf-kfuncs-to-access-memcg-data' by Alexei Starovoitov · 13 days ago
  38. 6e57cdd MAINTAINERS: add an entry for MM BPF extensions by Roman Gushchin · 13 days ago
  39. 6bce6dd bpf: selftests: selftests for memcg stat kfuncs by JP Kobryn · 13 days ago
  40. 99430ab mm: introduce BPF kfuncs to access memcg statistics and events by Roman Gushchin · 13 days ago
  41. 5c7db32 mm: introduce bpf_get_root_mem_cgroup() BPF kfunc by Roman Gushchin · 13 days ago
  42. 5904db9 mm: introduce BPF kfuncs to deal with memcg pointers by Roman Gushchin · 13 days ago
  43. 4221de8 mm: declare memcg_page_state_output() in memcontrol.h by Roman Gushchin · 13 days ago
  44. f785a31 bpf: arm64: Fix sparse warnings by Puranjay Mohan · 2 weeks ago
  45. d2749ae selftests/bpf: add test case for BPF LSM hook bpf_lsm_mmap_file by Matt Bobrowski · 3 weeks ago
  46. 94e948b bpf: annotate file argument as __nullable in bpf_lsm_mmap_file by Matt Bobrowski · 3 weeks ago
  47. e09f6be4 x86/bpf: Avoid emitting LOCK prefix for XCHG atomic ops by Uros Bizjak · 4 weeks ago
  48. c2f2f005 Merge branch 'bpf-optimize-recursion-detection-on-arm64' by Alexei Starovoitov · 2 weeks ago
  49. c3e34f8 bpf: arm64: Optimize recursion detection by not using atomics by Puranjay Mohan · 2 weeks ago
  50. 93f0d09 bpf: move recursion detection logic to helpers by Puranjay Mohan · 2 weeks ago
  51. 3d60306 Merge branch 'resolve_btfids-support-for-btf-modifications' by Andrii Nakryiko · 2 weeks ago
  52. 522397d resolve_btfids: Change in-place update with raw binary output by Ihor Solodrai · 2 weeks ago
  53. 014e1cd selftests/bpf: Run resolve_btfids only for relevant .test.o objects by Ihor Solodrai · 2 weeks ago
  54. 903922c lib/Kconfig.debug: Set the minimum required pahole version to v1.22 by Ihor Solodrai · 2 weeks ago
  55. 90e5b38 kbuild: Sync kconfig when PAHOLE_VERSION changes by Ihor Solodrai · 2 weeks ago
  56. fb348d4 resolve_btfids: Always build with -Wall -Werror by Ihor Solodrai · 2 weeks ago
  57. a4fa885 resolve_btfids: Introduce enum btf_id_kind by Ihor Solodrai · 2 weeks ago
  58. 5f347a0 resolve_btfids: Factor out load_btf() by Ihor Solodrai · 2 weeks ago
  59. c1c7d61 resolve_btfids: Rename object btf field to btf_path by Ihor Solodrai · 2 weeks ago
  60. ec439c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1 by Alexei Starovoitov · 3 weeks ago
  61. ea1013c Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Linus Torvalds · 3 weeks ago
  62. 64e68f8 Merge tag 's390-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 weeks ago
  63. e7a0adb Merge branch 'libbpf-move-arena-variables-out-of-the-zero-page' by Andrii Nakryiko · 3 weeks ago
  64. 19f1243 selftests/bpf: Add tests for the arena offset of globals by Emil Tsalapatis · 3 weeks ago
  65. c1f6117 libbpf: Move arena globals to the end of the arena by Emil Tsalapatis · 3 weeks ago
  66. 0aa7214 libbpf: Turn relo_core->sym_off unsigned by Emil Tsalapatis · 3 weeks ago
  67. 12a1fe6 bpf/verifier: Do not limit maximum direct offset into arena map by Emil Tsalapatis · 3 weeks ago
  68. 0355911 selftests/bpf: Explicitly account for globals in verifier_arena_large by Emil Tsalapatis · 3 weeks ago
  69. 40fbbd6 Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 weeks ago
  70. 53ec4a7 Merge tag 'v6.19-rc1-ksmbd-server-fixes' of git://git.samba.org/ksmbd by Linus Torvalds · 3 weeks ago
  71. 115fada Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 weeks ago
  72. dbf8932 Merge tag 'sched_ext-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext by Linus Torvalds · 3 weeks ago
  73. 6b63f90 Merge tag 'cgroup-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 weeks ago
  74. e1b4c6a shmem: fix recovery on rename failures by Al Viro · 3 weeks ago
  75. bb27226 sched_ext: Remove unused code in the do_pick_task_scx() by Zqiang · 3 weeks ago
  76. 95d7a89 ksmbd: fix buffer validation by including null terminator size in EA length by Namjae Jeon · 3 weeks ago
  77. cafb57f ksmbd: Fix refcount leak when invalid session is found on session lookup by Namjae Jeon · 3 weeks ago
  78. 8dd2e58 ksmbd: remove redundant DACL check in smb_check_perm_dacl by Alexey Velichayshiy · 4 weeks ago
  79. 0446356 ksmbd: convert comma to semicolon by Chen Ni · 7 weeks ago
  80. d180b1d smb: server: defer the initial recv completion logic to smb_direct_negotiate_recv_work() by Stefan Metzmacher · 5 weeks ago
  81. c1fb124 smb: server: initialize recv_io->cqe.done = recv_done just once by Stefan Metzmacher · 5 weeks ago
  82. 49ca214 smb: smbdirect: introduce smbdirect_socket.connect.{lock,work} by Stefan Metzmacher · 5 weeks ago
  83. 489e966 s390/stacktrace: Do not fallback to RA register by Jens Remus · 4 weeks ago
  84. af241e6 s390/pci: Annotate lock context imbalance in zpci_release_device() by Benjamin Block · 4 weeks ago
  85. 4cb92fa s390/pci: Fix cyclic dead-lock in zpci_zdev_put() and zpci_scan_devices() by Benjamin Block · 4 weeks ago
  86. b1aa01d s390/ipl: Clear SBP flag when bootprog is set by Sven Schnelle · 4 weeks ago
  87. 8f0b4cc Linux 6.19-rc1 by Linus Torvalds · 3 weeks ago
  88. 6a1636e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 weeks ago
  89. 3010f06 shmem_whiteout(): fix regression from tree-in-dcache series by Al Viro · 3 weeks ago
  90. 0dfb36b Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-client by Linus Torvalds · 3 weeks ago
  91. 4cfc214 Merge tag 'tomoyo-pr-20251212' of git://git.code.sf.net/p/tomoyo/tomoyo by Linus Torvalds · 3 weeks ago
  92. 6f0b824 bpf: Fix bpf_seq_read docs for increased buffer size by T.J. Mercier · 4 weeks ago
  93. 4a298a4 Merge tag 'smp-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 weeks ago
  94. cba09e3 Merge tag 'perf-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 weeks ago
  95. db01301 Merge tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 weeks ago
  96. edbe4072 Merge tag 'core-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 weeks ago
  97. 9d9c1cf Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 3 weeks ago
  98. 2516a87 Merge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 3 weeks ago
  99. d2ea4d2 file: ensure cleanup by Christian Brauner · 3 weeks ago
  100. d552fc6 x86/hv: Add gitignore entry for generated header file by Linus Torvalds · 3 weeks ago