1. f414f9f Merge tag 'pci-v6.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci by Linus Torvalds · 3 months ago master
  2. 39bcf0f Merge tag 'vfio-v6.18-rc4' of https://github.com/awilliam/linux-vfio by Linus Torvalds · 3 months ago
  3. 437aa64 PCI: Do not size non-existing prefetchable window by Ilpo Järvinen · 3 months ago
  4. 057f165 Revert "PCI: qcom: Remove custom ASPM enablement code" by Bjorn Helgaas · 4 months ago
  5. a5beb58 Merge tag 'block-6.18-20251031' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux by Linus Torvalds · 3 months ago
  6. b4f7f01e Merge tag 's390-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 months ago
  7. b909d77 Merge tag '6.18-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 months ago
  8. 0d92a3e null_blk: set dma alignment to logical block size by Hans Holmberg · 3 months ago
  9. 58fdd84 Merge tag 'sound-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 months ago
  10. 3ad81aa Merge tag 'v6.18-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 months ago
  11. 2d51cb1 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 months ago
  12. d127176 Merge tag 'linux_kselftest-fixes-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 months ago
  13. 1806838 Merge tag 'linux_kselftest-kunit-fixes-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 months ago
  14. a5355e9 Merge tag 'acpi-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 months ago
  15. a5dbbb3 Merge tag 'pm-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 months ago
  16. a4819ac Merge tag 'fbdev-for-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev by Linus Torvalds · 3 months ago
  17. e576349 Merge tag 'net-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 months ago
  18. 08d3339 Merge tag 'nvme-6.18-2025-10-30' of git://git.infradead.org/nvme into block-6.18 by Jens Axboe · 3 months ago
  19. 8907226 Merge branches 'acpi-button', 'acpi-video' and 'acpi-fan' by Rafael J. Wysocki · 3 months ago
  20. 590c5cd Merge branches 'pm-cpuidle' and 'pm-sleep' by Rafael J. Wysocki · 3 months ago
  21. 64e2f60 s390: Disable ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP by Heiko Carstens · 3 months ago
  22. 0b39ca4 blk-crypto: use BLK_STS_INVAL for alignment errors by Carlos Llamas · 3 months ago
  23. 390db60 Merge tag 'asoc-fix-v6.18-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 3 months ago
  24. 51e5ad5 net: sctp: fix KMSAN uninit-value in sctp_inq_pop by Ranganath V N · 3 months ago
  25. 4f4c654 ALSA: hda/realtek: Enable mic on Vaio RPL by Edson Juliano Drosdeck · 3 months ago
  26. 6a2108c7 net: devmem: refresh devmem TX dst in case of route invalidation by Shivaji Kant · 3 months ago
  27. a38eeec Merge branch 'net-stmmac-fixes-for-stmmac-tx-vlan-insert-and-est' by Jakub Kicinski · 3 months ago
  28. 48b2e32 net: stmmac: est: Fix GCL bounds checks by Rohan G Thomas · 3 months ago
  29. ded9813 net: stmmac: Consider Tx VLAN offload tag length for maxSDU by Rohan G Thomas · 3 months ago
  30. c657f86 net: stmmac: vlan: Disable 802.1AD tag insertion offload by Rohan G Thomas · 3 months ago
  31. 0dd1be4 Merge branch 'tls-introduce-and-use-rx-async-resync-request-cancel-function' by Jakub Kicinski · 3 months ago
  32. 426e9da3 net/mlx5e: kTLS, Cancel RX async resync request in error flows by Shahar Shitrit · 3 months ago
  33. c15d5c6 net: tls: Cancel RX async resync request on rcd_delta overflow by Shahar Shitrit · 3 months ago
  34. 34892cf net: tls: Change async resync helpers argument by Shahar Shitrit · 3 months ago
  35. e98cda7 Merge tag 'nf-25-10-29' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf by Jakub Kicinski · 3 months ago
  36. 895ad6f smb: client: call smbd_destroy() in the same splace as kernel_sock_shutdown()/sock_release() by Stefan Metzmacher · 3 months ago
  37. fac56c4 smb: client: handle lack of IPC in dfs_cache_refresh() by Paulo Alcantara · 4 months ago
  38. 2985749 net: phy: dp83869: fix STRAP_OPMODE bitmask by Thanh Quan · 3 months ago
  39. 9311e95 selftests: net: use BASH for bareudp testing by Po-Hsu Lin · 3 months ago
  40. da2522d net: mctp: Fix tx queue stall by Jinliang Wang · 3 months ago
  41. 5311023 net/mlx5: Don't zero user_count when destroying FDB tables by Cosmin Ratiu · 3 months ago
  42. dc89548 net: usb: asix_devices: Check return value of usbnet_get_endpoints by Miaoqian Lin · 3 months ago
  43. ac345c5 Merge branch 'mptcp-various-rare-sending-issues' by Jakub Kicinski · 3 months ago
  44. fe11dfa mptcp: zero window probe mib by Paolo Abeni · 3 months ago
  45. a824084 mptcp: restore window probe by Paolo Abeni · 3 months ago
  46. 8e04ce4 mptcp: fix MSG_PEEK stream corruption by Paolo Abeni · 3 months ago
  47. 27b0e70 mptcp: drop bogus optimization in __mptcp_check_push() by Paolo Abeni · 3 months ago
  48. 00764aa netconsole: Fix race condition in between reader and writer of userdata by Gustavo Luiz Duarte · 3 months ago
  49. a433038 Documentation: netconsole: Remove obsolete contact people by Bagas Sanjaya · 3 months ago
  50. a4384d7 nfp: xsk: fix memory leak in nfp_net_alloc() by Abdun Nihaal · 3 months ago
  51. bcc843bb Merge branch 'tcp-fix-receive-autotune-again' by Jakub Kicinski · 3 months ago
  52. aa251c8 tcp: fix too slow tcp_rcvbuf_grow() action by Eric Dumazet · 3 months ago
  53. b1e014a tcp: add newval parameter to tcp_rcvbuf_grow() by Eric Dumazet · 3 months ago
  54. 24990d8 trace: tcp: add three metrics to trace_tcp_rcvbuf_grow() by Eric Dumazet · 3 months ago
  55. a6f0459 mptcp: fix subflow rcvbuf adjust by Paolo Abeni · 3 months ago
  56. f99c579 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue by Jakub Kicinski · 3 months ago
  57. f3903ec MAINTAINERS: Update KUnit email address for Rae Moar by Rae Moar · 3 months ago
  58. 35e4a69 PM: sleep: Allow pm_restrict_gfp_mask() stacking by Rafael J. Wysocki · 3 months ago
  59. 5e5c8aa ASoC: dt-bindings: pm4125-sdw: correct number of soundwire ports by Srinivas Kandagatla · 3 months ago
  60. 22897e5 ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume by Claudiu Beznea · 3 months ago
  61. 90918e3 netfilter: nft_ct: add seqadj extension for natted connections by Andrii Melnychenko · 4 months ago
  62. 8d96dfd netfilter: nft_connlimit: fix possible data race on connection count by Fernando Fernandez Mancera · 4 months ago
  63. 514f1dc netfilter: nft_ct: enable labels for get case too by Florian Westphal · 4 months ago
  64. 07ad45e s390/mm: Fix memory leak in add_marker() when kvrealloc() fails by Miaoqian Lin · 3 months ago
  65. 8df206f7 Merge branch 'bug-fixes-for-the-hibmcge-ethernet-driver' by Jakub Kicinski · 3 months ago
  66. 7e2958a net: hibmcge: fix the inappropriate netif_device_detach() by Jijie Shao · 4 months ago
  67. 71eb8d1 net: hibmcge: remove unnecessary check for np_link_fail in scenarios without phy. by Jijie Shao · 4 months ago
  68. 12d2303 net: hibmcge: fix rx buf avl irq is not re-enabled in irq_handle issue by Jijie Shao · 4 months ago
  69. 40c17a02 dpll: zl3073x: Fix output pin registration by Ivan Vecera · 3 months ago
  70. d8d2b1f net: cxgb4/ch_ipsec: fix potential use-after-free in ch_ipsec_xfrm_add_state() callback by Pavel Zhigulin · 4 months ago
  71. e53642b Merge tag 'v6.18-rc3-smb-server-fixes' of git://git.samba.org/ksmbd by Linus Torvalds · 3 months ago
  72. 36fedc4 dpll: fix device-id-get and pin-id-get to return errors properly by Petr Oros · 4 months ago
  73. 7073c7f fbdev: atyfb: Check if pll_ops->init_pll failed by Daniel Palmer · 4 months ago
  74. a1f3058 fbcon: Set fb_display[i]->mode to NULL when the mode is released by Quanmin Yan · 4 months ago
  75. 18c4ef4 fbdev: bitblit: bound-check glyph index in bit_putcs* by Junjie Cao · 4 months ago
  76. 5f566c0 fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELS by Florian Fuchs · 4 months ago
  77. eb53368 fbdev: valkyriefb: Fix reference count leak in valkyriefb_init by Miaoqian Lin · 3 months ago
  78. 18cd0a9 video: fb: Fix typo in comment in fb.h by PIYUSH CHOUDHARY · 4 months ago
  79. de8d1f2 vfio: selftests: add end of address space DMA map/unmap tests by Alex Mastro · 3 months ago
  80. 16950b6 vfio: selftests: update DMA map/unmap helpers to support more test kinds by Alex Mastro · 3 months ago
  81. ef270ec vfio/type1: handle DMA map/unmap up to the addressable limit by Alex Mastro · 3 months ago
  82. 1196f1f vfio/type1: move iova increment to unmap_unpin_*() caller by Alex Mastro · 3 months ago
  83. 6012379 vfio/type1: sanitize for overflow using check_*_overflow() by Alex Mastro · 3 months ago
  84. f82acf6f ixgbe: use EOPNOTSUPP instead of ENOTSUPP in ixgbe_ptp_feature_enable() by Kohei Enju · 4 months ago
  85. 21d08d1 igc: use EOPNOTSUPP instead of ENOTSUPP in igc_ethtool_get_sset_count() by Kohei Enju · 4 months ago
  86. bc73c58 igb: use EOPNOTSUPP instead of ENOTSUPP in igb_get_sset_count() by Kohei Enju · 4 months ago
  87. 81fb1fe igc: power up the PHY before the link test by Kohei Enju · 5 months ago
  88. 85308d9 ixgbe: fix memory leak and use-after-free in ixgbe_recovery_probe() by Kohei Enju · 5 months ago
  89. 9a0f81f ice: fix usage of logical PF id by Grzegorz Nitka · 4 months ago
  90. 4507641 ice: fix destination CGU for dual complex E825 by Grzegorz Nitka · 4 months ago
  91. e984046 ice: fix lane number calculation by Grzegorz Nitka · 12 months ago
  92. 8eefed8 Merge tag 'nfsd-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 months ago
  93. 19de03b3 block: make REQ_OP_ZONE_OPEN a write operation by Damien Le Moal · 3 months ago
  94. 12a1c93 block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALL by Damien Le Moal · 3 months ago
  95. 5c76f99 smb: client: fix potential cfid UAF in smb2_query_info_compound by Henrique Carvalho · 3 months ago
  96. 45f5c9e ASoC: soc_sdw_utils: remove cs42l43 component_name by Bard Liao · 3 months ago
  97. b2dd1d0 ASoC: fsl_sai: Fix sync error in consumer mode by Maarten Zanders · 4 months ago
  98. c8b8804 ASoC: Fix build for sdw_utils by Mark Brown · 3 months ago
  99. 210b35d dt-bindings: net: sparx5: Narrow properly LAN969x register space windows by Krzysztof Kozlowski · 3 months ago
  100. 520ad9e dpll: spec: add missing module-name and clock-id to pin-get reply by Petr Oros · 4 months ago