index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-05
mm/mglru: use folio_mark_accessed to replace folio_set_active
Barry Song (Xiaomi)
1
-1
/
+1
2026-06-05
mm/damon: fix missing parens in macro arguments
Maksym Shcherba
1
-4
/
+4
2026-06-05
mm/damon/core: hide damon_destroy_region()
SeongJae Park
1
-1
/
+0
2026-06-05
mm/damon/core: hide damon_insert_region()
SeongJae Park
1
-11
/
+0
2026-06-05
mm/damon/core: hide damon_add_region()
SeongJae Park
1
-1
/
+0
2026-06-05
mm/vma: eliminate mmap_action->error_hook, introduce error_override
Lorenzo Stoakes
1
-6
/
+3
2026-06-05
mm/vma: remove mmap_action->success_hook
Lorenzo Stoakes
1
-10
/
+0
2026-06-05
drivers/char/mem: eliminate unnecessary use of success_hook
Lorenzo Stoakes
1
-0
/
+5
2026-06-05
net: ethtool: add netif_get_link_ksettings() for correct ops-locked use
Jakub Kicinski
1
-0
/
+2
2026-06-04
Merge tag 'trace-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+8
2026-06-04
vdso/datastore: Always provide symbol declarations
Thomas Weißschuh
1
-1
/
+1
2026-06-04
timekeeping: Add clocksource read_snapshot() method and hw_cycles to snapshot
David Woodhouse
2
-0
/
+30
2026-06-04
ptp: Switch to ktime_get_snapshot_id() for pre/post timestamps
Thomas Gleixner
1
-7
/
+8
2026-06-04
timekeeping: Remove system_device_crosststamp::sys_realtime
Thomas Gleixner
1
-6
/
+1
2026-06-04
timekeeping: Prepare for cross timestamps on arbitrary clock IDs
Thomas Gleixner
1
-1
/
+6
2026-06-04
timekeeping: Remove ktime_get_snapshot()
Thomas Gleixner
1
-5
/
+0
2026-06-04
timekeeping: Add CLOCK ID to system_device_crosststamp
Thomas Gleixner
1
-0
/
+2
2026-06-04
timekeeping: Add system_counterval_t to struct system_device_crosststamp
Thomas Gleixner
1
-13
/
+15
2026-06-04
timekeeping: Remove system_time_snapshot::real/boot/raw
Thomas Gleixner
1
-9
/
+1
2026-06-04
tracing: Fix CFI violation in probestub being called by tprobes
Eva Kurchatova
1
-0
/
+8
2026-06-04
cpu: Add lockdep_is_cpus_held()/lockdep_is_cpus_write_held() stubs for !CONFI...
Reinette Chatre
1
-3
/
+4
2026-06-04
buffer: Remove end_buffer_write_sync()
Matthew Wilcox (Oracle)
1
-1
/
+0
2026-06-04
buffer: Remove b_end_io
Matthew Wilcox (Oracle)
1
-3
/
+1
2026-06-04
buffer: Remove submit_bh()
Matthew Wilcox (Oracle)
1
-2
/
+1
2026-06-04
buffer: Remove mark_buffer_async_write()
Matthew Wilcox (Oracle)
1
-1
/
+0
2026-06-04
buffer: Add bh_end_read(), bh_end_write() and bh_end_async_write()
Matthew Wilcox (Oracle)
1
-0
/
+6
2026-06-04
buffer: Add bh_submit()
Matthew Wilcox (Oracle)
1
-0
/
+1
2026-06-04
mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking
Jeff Layton
2
-4
/
+4
2026-06-04
mm: track DONTCACHE dirty pages per bdi_writeback
Jeff Layton
1
-0
/
+1
2026-06-04
Merge tag 'zynqmp-soc-for-7.2' of https://github.com/Xilinx/linux-xlnx into s...
Linus Walleij
1
-1
/
+3
2026-06-04
power: supply: Remove unused jz4740-battery.h
Costa Shulyupin
1
-15
/
+0
2026-06-03
Merge tag 'drm-msm-next-2026-05-30' of https://gitlab.freedesktop.org/drm/msm...
Dave Airlie
1
-0
/
+22
2026-06-03
power: supply: max17042_battery: use ModelCfg refresh on max17055
Sebastian Krzyszkowiak
1
-0
/
+3
2026-06-03
power: supply: max17042_battery: Remove unused platform-data plumbing
Vincent Cloutier
1
-29
/
+0
2026-06-03
liveupdate: Remove limit on the number of files per session
Pasha Tatashin
1
-6
/
+7
2026-06-03
liveupdate: Remove limit on the number of sessions
Pasha Tatashin
1
-21
/
+2
2026-06-03
kho: add support for linked-block serialization
Pasha Tatashin
3
-1
/
+161
2026-06-03
liveupdate: register luo_ser as KHO subtree
Pasha Tatashin
1
-36
/
+21
2026-06-03
liveupdate: centralize state management into struct luo_ser
Pasha Tatashin
1
-60
/
+31
2026-06-03
mm: simplify the mempool_alloc_bulk API
Christoph Hellwig
1
-1
/
+1
2026-06-03
mm/slab: improve kmem_cache_alloc_bulk
Christoph Hellwig
1
-2
/
+4
2026-06-03
wifi: mac80211: AP: handle DBE for clients
Johannes Berg
2
-3
/
+29
2026-06-03
wifi: mac80211: parse and apply UHR DBE channel
Johannes Berg
2
-7
/
+103
2026-06-03
wifi: Update UHR MAC capabilities to D1.4
Johannes Berg
1
-1
/
+1
2026-06-03
wifi: Update UHR PHY capabilities to D1.4
Johannes Berg
1
-9
/
+31
2026-06-03
wifi: ieee80211: define some UHR link reconfiguration frame types
Johannes Berg
2
-0
/
+68
2026-06-03
wifi: mac80211: Fix PERR frame processing
Masashi Honma
1
-0
/
+36
2026-06-03
wifi: mac80211: Fix overread in PREP frame processing
Masashi Honma
1
-0
/
+16
2026-06-03
wifi: mac80211: Fix overread in PREQ frame processing
Masashi Honma
1
-0
/
+29
2026-06-03
wifi: mac80211: Use struct instead of macro for PERR frame
Masashi Honma
1
-0
/
+62
[prev]
[next]