1. b1ef855 regmap: Simplify devres handling by Krzysztof Kozlowski · 7 days ago for-7.1 for-next
  2. e7662bc regcache: Move HW readback after cache initialisation by Andy Shevchenko · 8 days ago
  3. 0cb7ae9 regcache: Allocate and free reg_defaults on the same level by Andy Shevchenko · 8 days ago
  4. 8e2d279 regcache: Move count check and cache_bypass assignment to the caller by Andy Shevchenko · 8 days ago
  5. 9891b52 regcache: Factor out regcache_hw_exit() helper by Andy Shevchenko · 10 days ago
  6. c26137d3 regmap: Merge up v7.0-rc2 by Mark Brown · 10 days ago
  7. 9ab637a regcache: Amend printf() specifiers when printing registers by Andy Shevchenko · 11 days ago
  8. 8e29bc8 regcache: Define iterator inside for-loop and align their types by Andy Shevchenko · 11 days ago
  9. 11439c4 Linux 7.0-rc2 by Linus Torvalds · 11 days ago for-7.0 for-linus
  10. 949d0a4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 days ago
  11. e2bd1b1 Merge tag 'core-debugobjects-2026-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 days ago
  12. 5920da4 Merge tag 'x86-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 days ago
  13. f6542af Merge tag 'timers-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 days ago
  14. 6170625 Merge tag 'sched-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 days ago
  15. cb36eab Merge tag 'perf-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 days ago
  16. b4102208 Merge tag 'locking-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 days ago
  17. afa8443 Merge tag 'irq-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 days ago
  18. 39c6332 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 days ago
  19. eb71ab2 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Linus Torvalds · 12 days ago
  20. 63a43fa Merge tag 'driver-core-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core by Linus Torvalds · 12 days ago
  21. 42eb0178 Merge tag 'v7.0rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 days ago
  22. 9197e59 firewire: ohci: initialize page array to use alloc_pages_bulk() correctly by Takashi Sakamoto · 13 days ago
  23. 2f9339c Merge tag 'spi-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 12 days ago
  24. 463e133 Merge tag 'regulator-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 12 days ago
  25. 201795a Merge tag 's390-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 days ago
  26. 55365ab Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 12 days ago
  27. 70295a4 KVM: always define KVM_CAP_SYNC_MMU by Paolo Bonzini · 4 weeks ago
  28. 407fd8b KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER by Paolo Bonzini · 4 weeks ago
  29. b9c0a5c Merge branch 'fix-invariant-violation-for-single-value-tnums' by Alexei Starovoitov · 13 days ago
  30. 024cea2 selftests/bpf: Avoid simplification of crafted bounds test by Paul Chaignon · 13 days ago
  31. e6ad477 selftests/bpf: Test refinement of single-value tnum by Paul Chaignon · 13 days ago
  32. efc11a6 bpf: Improve bounds when tnum has a single possible value by Paul Chaignon · 13 days ago
  33. 76e9541 bpf: Introduce tnum_step to step through tnum's members by Harishankar Vishwanathan · 13 days ago
  34. 8c0d9e1 Merge branch 'bpf-cpumap-devmap-fix-per-cpu-bulk-queue-races-on-preempt_rt' by Alexei Starovoitov · 13 days ago
  35. 1872e75 bpf: Fix race in devmap on PREEMPT_RT by Jiayuan Chen · 2 weeks ago
  36. 869c63d bpf: Fix race in cpumap on PREEMPT_RT by Jiayuan Chen · 2 weeks ago
  37. 5263e30 Merge branch 'close-race-in-freeing-special-fields-and-map-value' by Alexei Starovoitov · 13 days ago
  38. 2939d7b selftests/bpf: Add tests for special fields races by Kumar Kartikeya Dwivedi · 13 days ago
  39. baa35b3 bpf: Retire rcu_trace_implies_rcu_gp() from local storage by Kumar Kartikeya Dwivedi · 13 days ago
  40. f41deee bpf: Delay freeing fields in local storage by Kumar Kartikeya Dwivedi · 13 days ago
  41. ae51772 bpf: Lose const-ness of map in map_check_btf() by Kumar Kartikeya Dwivedi · 13 days ago
  42. 1df97a7 bpf: Register dtor for freeing special fields by Kumar Kartikeya Dwivedi · 13 days ago
  43. 4d349ee Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 13 days ago
  44. 1c63df2 Merge tag 'pci-v7.0-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci by Linus Torvalds · 13 days ago
  45. aed968f Merge tag 'cxl-fixes-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl by Linus Torvalds · 13 days ago
  46. 962336b Merge tag 'mmc-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 13 days ago
  47. 78d964c Merge tag 'block-7.0-20260227' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux by Linus Torvalds · 13 days ago
  48. 530b0b6 Merge tag 'io_uring-7.0-20260227' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux by Linus Torvalds · 13 days ago
  49. 764a167 Merge tag 'xfs-fixes-7.0-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 13 days ago
  50. 3feb464 Merge tag 'slab-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab by Linus Torvalds · 13 days ago
  51. d5a8e4b Merge tag 'gpio-fixes-for-v7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 13 days ago
  52. bbcb2cd Merge tag 'sound-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 days ago
  53. 466d617 Merge tag 'drm-fixes-2026-02-27' of https://gitlab.freedesktop.org/drm/kernel by Linus Torvalds · 13 days ago
  54. 3919599 PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value by Bjorn Helgaas · 13 days ago
  55. f505a45 smb: client: Use snprintf in cifs_set_cifscreds by Thorsten Blum · 2 weeks ago
  56. e9217ca mm/slab: initialize slab->stride early to avoid memory ordering issues by Harry Yoo · 3 weeks ago
  57. 2f37dc4 smb: client: Don't log plaintext credentials in cifs_set_cifscreds by Thorsten Blum · 2 weeks ago
  58. d9d1e31 smb: client: fix broken multichannel with krb5+signing by Paulo Alcantara · 2 weeks ago
  59. 4fc3a43 smb: client: use atomic_t for mnt_cifs_flags by Paulo Alcantara · 2 weeks ago
  60. a75cb86 Merge tag 'v7.0-rc1-ksmbd-server-fixes' of git://git.samba.org/ksmbd by Linus Torvalds · 14 days ago
  61. 69062f2 Merge tag 'mm-hotfixes-stable-2026-02-26-14-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 weeks ago
  62. 103d53e Merge tag 'amd-drm-fixes-7.0-2026-02-26' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 2 weeks ago
  63. 944e15f Merge tag 'dma-mapping-7.0-2026-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux by Linus Torvalds · 2 weeks ago
  64. e964932 spi: stm32: fix missing pointer assignment in case of dma chaining by Alain Volmat · 2 weeks ago
  65. 82a499d Merge tag 'drm-xe-fixes-2026-02-26' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes by Dave Airlie · 2 weeks ago
  66. e094883 Merge tag 'acpi-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 2 weeks ago
  67. db5781c Merge tag 'pm-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 2 weeks ago
  68. c45be7c Merge tag 'for-linus-7.0-1' of https://github.com/cminyard/linux-ipmi by Linus Torvalds · 2 weeks ago
  69. 3d9b8b0 Merge branch 'acpi-pm' by Rafael J. Wysocki · 2 weeks ago
  70. b78030d Merge branches 'pm-cpufreq' and 'pm-runtime' by Rafael J. Wysocki · 2 weeks ago
  71. 5e061aa Merge tag 'drm-misc-fixes-2026-02-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes by Dave Airlie · 2 weeks ago
  72. f91d5e9 Merge tag 'drm-intel-fixes-2026-02-25' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes by Dave Airlie · 2 weeks ago
  73. 6881af2 selftests/bpf: Fix OOB read in dmabuf_collector by T.J. Mercier · 2 weeks ago
  74. 60e3cbe selftests/bpf: Fix a memory leak in xdp_flowtable test by Ihor Solodrai · 2 weeks ago
  75. b7bf516c bpf: Fix stack-out-of-bounds write in devmap by Kohei Enju · 2 weeks ago
  76. ad6ffac bpf: Fix kprobe_multi cookies access in show_fdinfo callback by Jiri Olsa · 2 weeks ago
  77. ef06fd1 bpf, arm64: Force 8-byte alignment for JIT buffer to prevent atomic tearing by Fuad Tabba · 2 weeks ago
  78. df6e4ab arm64: topology: Fix false warning in counters_read_on_cpu() for same-CPU reads by Sumit Gupta · 2 weeks ago
  79. e5cb94b arm64: Fix sampling the "stable" virtual counter in preemptible section by Marc Zyngier · 2 weeks ago
  80. 3f4a08e Merge tag 'kmalloc_obj-v7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 2 weeks ago
  81. 7954698 kcsan: test: Adjust "expect" allocation type for kmalloc_obj by Kees Cook · 2 weeks ago
  82. 71c1978 ASoC: SDCA: Fix comments for sdca_irq_request() by Takashi Iwai · 2 weeks ago
  83. e3c81ba Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 2 weeks ago
  84. 2b351ea4 mm/slub: drop duplicate kernel-doc for ksize() by Sanjay Chitroda · 2 weeks ago
  85. f3ec502 mm/slab: mark alloc tags empty for sheaves allocated with __GFP_NO_OBJ_EXT by Suren Baghdasaryan · 2 weeks ago
  86. 021ca6b mm/slab: pass __GFP_NOWARN to refill_sheaf() if fallback is available by Harry Yoo · 2 weeks ago
  87. b9c8fc2 Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 2 weeks ago
  88. dc9786a ALSA: us144mkii: Drop kernel-doc markers by Takashi Iwai · 2 weeks ago
  89. 1d6452a ALSA: usb: qcom: Correct parameter comment for uaudio_transfer_buffer_setup() by Takashi Iwai · 2 weeks ago
  90. 3540cc4 ALSA: usb-audio: Drop superfluous kernel-doc markers by Takashi Iwai · 2 weeks ago
  91. 786ea2b ALSA: hda: cs35l56: Remove unnecessary struct cs_dsp_client_ops by Richard Fitzgerald · 2 weeks ago
  92. 1a7ba00 Merge tag 'asoc-fix-v7.0-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 2 weeks ago
  93. baed0d9 netfilter: nf_conntrack_h323: fix OOB read in decode_choice() by Vahagn Vardanian · 2 weeks ago
  94. 003ce8c ALSA: hda: cs35l56: Fix signedness error in cs35l56_hda_posture_put() by Richard Fitzgerald · 2 weeks ago
  95. 8a5752c dpaa2-switch: validate num_ifs to prevent out-of-bounds write by Junrui Luo · 2 weeks ago
  96. 7aa767d0 net: consume xmit errors of GSO frames by Jakub Kicinski · 2 weeks ago
  97. f0a2f2a Merge branch 'vsock-add-write-once-semantics-to-child_ns_mode' by Paolo Abeni · 2 weeks ago
  98. b6302e0 vsock: document write-once behavior of the child_ns_mode sysctl by Bobby Eshleman · 2 weeks ago
  99. 102eab9 vsock: lock down child_ns_mode as write-once by Bobby Eshleman · 2 weeks ago
  100. a382a34 selftests/vsock: change tests to respect write-once child ns mode by Bobby Eshleman · 2 weeks ago