1. 7aaa804 Linux 7.0-rc6 by Linus Torvalds · 5 weeks ago master
  2. d1384f7 Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 5 weeks ago
  3. fc9eae2 Merge tag 'phy-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy by Linus Torvalds · 5 weeks ago
  4. a516c61 Merge tag 'dmaengine-fix-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine by Linus Torvalds · 5 weeks ago
  5. 32ee88d Merge tag 'i2c-for-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 weeks ago
  6. ac354b5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 weeks ago
  7. b8a3bc8 Merge tag 'for-linus-7.0a-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 weeks ago
  8. f242ac4 Merge tag 'x86-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 weeks ago
  9. 47e3f23 Merge tag 'timers-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 weeks ago
  10. f087b0b Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 weeks ago
  11. 21047b1 Merge tag 'irq-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 weeks ago
  12. a3d97d1 Merge tag 'ovl-fixes-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs by Linus Torvalds · 5 weeks ago
  13. 241d4ca Merge tag 'ext4_for_linus-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 weeks ago
  14. b51ad67 Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 weeks ago
  15. 0bcb517 Merge tag 'mm-hotfixes-stable-2026-03-28-10-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 5 weeks ago
  16. b0faf73 MAINTAINERS: drop outdated I2C website by Wolfram Sang · 5 weeks ago
  17. cbfffcc Merge tag 'trace-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace by Linus Torvalds · 5 weeks ago
  18. e522b75 Merge tag 's390-7.0-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 weeks ago
  19. 210d36d futex: Clear stale exiting pointer in futex_lock_pi() retry path by Davidlohr Bueso · 5 weeks ago
  20. 250ab25 tracing: Drain deferred trigger frees if kthread creation fails by Wesley Atwell · 5 weeks ago
  21. 2697dd8 mm/mseal: update VMA end correctly on merge by Lorenzo Stoakes (Oracle) · 5 weeks ago
  22. 2598ab9 bug: avoid format attribute warning for clang as well by Arnd Bergmann · 5 weeks ago
  23. 3b89863 mm/pagewalk: fix race between concurrent split and refault by Max Boone · 5 weeks ago
  24. ffef67b mm/memory: fix PMD/PUD checks in follow_pfnmap_start() by David Hildenbrand (Arm) · 5 weeks ago
  25. 6557004 mm/damon/sysfs: check contexts->nr in repeat_call_fn by Josh Law · 6 weeks ago
  26. 1bfe9fb mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0] by Josh Law · 6 weeks ago
  27. 7fe000e mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure by Josh Law · 6 weeks ago
  28. 9e0d0dd mm/swap: fix swap cache memcg accounting by Alexandre Ghiti · 6 weeks ago
  29. 26d3dca MAINTAINERS, mailmap: update email address for Harry Yoo by Harry Yoo (Oracle) · 6 weeks ago
  30. 4c5e7f0 mm/huge_memory: fix folio isn't locked in softleaf_to_folio() by Jinjiang Tu · 6 weeks ago
  31. 9ee29d2 ext4: always drain queued discard work in ext4_mb_release() by Theodore Ts'o · 5 weeks ago
  32. bb81702 ext4: handle wraparound when searching for blocks for indirect mapped blocks by Theodore Ts'o · 5 weeks ago
  33. 3ceda17 ext4: skip split extent recovery on corruption by hongao · 5 weeks ago
  34. ec0a750 ext4: fix iloc.bh leak in ext4_fc_replay_inode() error paths by Baokun Li · 6 weeks ago
  35. 0c90eed ext4: fix deadlock on inode reallocation by Jan Kara · 6 weeks ago
  36. d15e4b0a ext4: fix use-after-free in update_super_work when racing with umount by Jiayuan Chen · 6 weeks ago
  37. 496bb99 ext4: fix the might_sleep() warnings in kvfree() by Zqiang · 6 weeks ago
  38. 3822743 ext4: reject mount if bigalloc with s_first_data_block != 0 by Helen Koike · 6 weeks ago
  39. 9e1b143 ext4: fix extents-test.c is not compiled when EXT4_KUNIT_TESTS=M by Ye Bin · 7 weeks ago
  40. 519b76a ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=M by Ye Bin · 7 weeks ago
  41. 49504a5 ext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helper by Ye Bin · 7 weeks ago
  42. bac3190 jbd2: gracefully abort on checkpointing state corruptions by Milos Nikic · 7 weeks ago
  43. 5422fe7 ext4: avoid infinite loops caused by residual data by Edward Adam Davis · 8 weeks ago
  44. 2acb5c1 ext4: validate p_idx bounds in ext4_ext_correct_indexes by Tejas Bharambe · 8 weeks ago
  45. 73bf12a ext4: test if inode's all dirty pages are submitted to disk by Ye Bin · 8 weeks ago
  46. c4a48e9 ext4: minor fix for ext4_split_extent_zeroout() by Ojaswin Mujoo · 8 weeks ago
  47. 46066e3 ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal() by Ye Bin · 9 weeks ago
  48. afe376d ext4: kunit: extents-test: lix percpu_counters list corruption by Ritesh Harjani (IBM) · 9 weeks ago
  49. 1aec300 ext4: publish jinode after initialization by Li Chen · 9 weeks ago
  50. 3562270 ext4: replace BUG_ON with proper error handling in ext4_read_inline_folio by Yuto Ohnuki · 10 weeks ago
  51. 1308255 ext4: fix fsync(2) for nojournal mode by Jan Kara · 2 months ago
  52. bd060af ext4: make recently_deleted() properly work with lazy itable initialization by Jan Kara · 2 months ago
  53. b1d682f ext4: fix journal credit check when setting fscrypt context by Simon Weber · 3 months ago
  54. ed9356a ext4: convert inline data to extents when truncate exceeds inline size by Deepanshu Kartikey · 3 months ago
  55. f4a2b42 ext4: fix stale xarray tags after writeback by Jan Kara · 3 months ago
  56. 84e21e3 ext4: do not check fast symlink during orphan recovery by Zhang Yi · 3 months ago
  57. 82c4f23 Update MAINTAINERS file to add reviewers for ext4 by Theodore Ts'o · 2 months ago
  58. be762d8 Merge tag 'hwmon-for-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 5 weeks ago
  59. afb54c1 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 weeks ago
  60. 26df51a Merge tag 'drm-fixes-2026-03-28-1' of https://gitlab.freedesktop.org/drm/kernel by Linus Torvalds · 5 weeks ago
  61. 0738d39 s390/entry: Scrub r12 register on kernel entry by Vasily Gorbik · 5 weeks ago
  62. 48b8814 s390/syscalls: Add spectre boundary for syscall dispatch table by Greg Kroah-Hartman · 5 weeks ago
  63. c5c0a26 s390/barrier: Make array_index_mask_nospec() __always_inline by Vasily Gorbik · 5 weeks ago
  64. 335c901 Merge tag 'spi-fix-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 5 weeks ago
  65. cd0bbd5 Merge tag 'regulator-fix-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 5 weeks ago
  66. 3005200 Merge tag 'regmap-fix-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 5 weeks ago
  67. dd09eb4 Merge tag 'tsm-fixes-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/devsec/tsm by Linus Torvalds · 5 weeks ago
  68. faf44e5 Merge tag 'vfio-v7.0-rc6' of https://github.com/awilliam/linux-vfio by Linus Torvalds · 5 weeks ago
  69. 56bea42 Merge tag 'efi-fixes-for-v7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi by Linus Torvalds · 5 weeks ago
  70. a361474 Merge tag 'loongarch-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson by Linus Torvalds · 5 weeks ago
  71. 196ef74 Merge tag 'io_uring-7.0-20260327' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux by Linus Torvalds · 5 weeks ago
  72. 5ba61d8 Merge tag 'mediatek-drm-fixes-20260323' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-fixes by Dave Airlie · 5 weeks ago
  73. df83746 KVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTE by Sean Christopherson · 8 weeks ago
  74. aad885e KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE by Sean Christopherson · 8 weeks ago
  75. 6c6ba54 Merge tag 'kvm-s390-master-7.0-2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 5 weeks ago
  76. 7df48e3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 weeks ago
  77. 8af4fad Merge tag 'pci-v7.0-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci by Linus Torvalds · 5 weeks ago
  78. 83ce1c7 Merge tag 'sound-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 5 weeks ago
  79. f44c651 Merge tag 'media/v7.0-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 5 weeks ago
  80. 0b8bf3b Merge tag 'sysctl-7.00-fixes-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl by Linus Torvalds · 5 weeks ago
  81. 3577cfd Merge tag 'xfs-fixes-7.0-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 weeks ago
  82. 1f98857 tracing: Fix potential deadlock in cpu hotplug with osnoise by Luo Haiyang · 5 weeks ago
  83. 3489299 Merge tag 'v7.0-rc5-ksmbd-srv-fixes' of git://git.samba.org/ksmbd by Linus Torvalds · 5 weeks ago
  84. 4c10830 Merge tag 'i2c-host-fixes-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current by Wolfram Sang · 5 weeks ago
  85. e2f1ada i2c: designware: amdisp: Fix resume-probe race condition issue by Pratap Nirujogi · 6 weeks ago
  86. 13101db i2c: imx: ensure no clock is generated after last read by Stefan Eichenberger · 2 months ago
  87. f88e2e7 i2c: imx: fix i2c issue when reading multiple messages by Stefan Eichenberger · 2 months ago
  88. 1f6ee9b ovl: make fsync after metadata copy-up opt-in mount option by Fei Lv · 1 year, 9 months ago
  89. ed4da36 Revert "ALSA: hda/intel: Add MSI X870E Tomahawk to denylist" by Mario Limonciello · 5 weeks ago
  90. ee6c551 ALSA: usb-audio: Add iface reset and delay quirk for AB17X USB Audio by Lianqin Hu · 5 weeks ago
  91. faceb5c ALSA: hda/realtek: add HP Laptop 15-fd0xxx mute LED quirk by Kshamendra Kumar Mishra · 5 weeks ago
  92. 990a8b0 ALSA: usb-audio: Exclude Scarlett 2i4 1st Gen from SKIP_IFACE_SETUP by Geoffrey D. Bennett · 6 weeks ago
  93. 2f388b4 ALSA: hda/realtek: Add mute LED quirk for HP Pavilion 15-eg0xxx by César Montoya · 6 weeks ago
  94. d3be95e ALSA: hda/realtek - Fixed Speaker Mute LED for HP EliteBoard G1a platform by Kailang Yang · 6 weeks ago
  95. 50c8f83 Merge tag 'asoc-fix-v7.0-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 5 weeks ago
  96. 83318d0 Merge tag 'drm-xe-fixes-2026-03-26' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes by Dave Airlie · 5 weeks ago
  97. aab01a8 Merge tag 'drm-misc-fixes-2026-03-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes by Dave Airlie · 5 weeks ago
  98. 355223c Merge tag 'drm-intel-fixes-2026-03-26' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes by Dave Airlie · 5 weeks ago
  99. 7261c2fc Merge tag 'amd-drm-fixes-7.0-2026-03-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 5 weeks ago
  100. 5170efd io_uring/fdinfo: fix OOB read in SQE_MIXED wrap check by Nicholas Carlini · 5 weeks ago