summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-06-04buffer: Remove b_end_ioMatthew Wilcox (Oracle)
2026-06-04buffer: Remove submit_bh()Matthew Wilcox (Oracle)
2026-06-04buffer: Remove mark_buffer_async_write()Matthew Wilcox (Oracle)
2026-06-04buffer: Add bh_end_read(), bh_end_write() and bh_end_async_write()Matthew Wilcox (Oracle)
2026-06-04buffer: Add bh_submit()Matthew Wilcox (Oracle)
2026-06-04mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty trackingJeff Layton
2026-06-04mm: track DONTCACHE dirty pages per bdi_writebackJeff Layton
2026-06-04Merge tag 'zynqmp-soc-for-7.2' of https://github.com/Xilinx/linux-xlnx into s...Linus Walleij
2026-06-03power: supply: Remove unused jz4740-battery.hCosta Shulyupin
2026-06-04Merge tag 'drm-msm-next-2026-05-30' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie
2026-06-03power: supply: max17042_battery: use ModelCfg refresh on max17055Sebastian Krzyszkowiak
2026-06-03power: supply: max17042_battery: Remove unused platform-data plumbingVincent Cloutier
2026-06-03liveupdate: Remove limit on the number of files per sessionPasha Tatashin
2026-06-03liveupdate: Remove limit on the number of sessionsPasha Tatashin
2026-06-03kho: add support for linked-block serializationPasha Tatashin
2026-06-03liveupdate: register luo_ser as KHO subtreePasha Tatashin
2026-06-03liveupdate: centralize state management into struct luo_serPasha Tatashin
2026-06-03mm: simplify the mempool_alloc_bulk APIChristoph Hellwig
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig
2026-06-03wifi: mac80211: AP: handle DBE for clientsJohannes Berg
2026-06-03wifi: mac80211: parse and apply UHR DBE channelJohannes Berg
2026-06-03wifi: Update UHR MAC capabilities to D1.4Johannes Berg
2026-06-03wifi: Update UHR PHY capabilities to D1.4Johannes Berg
2026-06-03wifi: ieee80211: define some UHR link reconfiguration frame typesJohannes Berg
2026-06-03wifi: mac80211: Fix PERR frame processingMasashi Honma
2026-06-03wifi: mac80211: Fix overread in PREP frame processingMasashi Honma
2026-06-03wifi: mac80211: Fix overread in PREQ frame processingMasashi Honma
2026-06-03wifi: mac80211: Use struct instead of macro for PERR frameMasashi Honma
2026-06-03wifi: mac80211: Use struct instead of macro for PREP frameMasashi Honma
2026-06-03wifi: mac80211: Use struct instead of macro for PREQ frameMasashi Honma
2026-06-03futex: Provide infrastructure to plug the non contended robust futex unlock raceThomas Gleixner
2026-06-03futex: Add robust futex unlock IP rangeThomas Gleixner
2026-06-03uaccess: Provide unsafe_atomic_store_release_user()Thomas Gleixner
2026-06-03futex: Move futex related mm_struct data into a structThomas Gleixner
2026-06-03futex: Make futex_mm_init() voidThomas Gleixner
2026-06-03futex: Move futex task related data into a structThomas Gleixner
2026-06-03percpu: Sanitize __percpu_qual include hellThomas Gleixner
2026-06-03cleanup: Remove NULL check from unconditional guardsDmitry Ilvokhin
2026-06-03cleanup: Annotate guard constructors with nonnullDmitry Ilvokhin
2026-06-03thermal/core: Fix missing stub for devm_thermal_cooling_device_registerDaniel Lezcano
2026-06-03thermal/of: Pass cdev_id and introduce devm registration helperDaniel Lezcano
2026-06-03thermal/of: Add cooling device ID supportDaniel Lezcano
2026-06-03thermal/of: Rename the devm_thermal_of_cooling_device_register() functionDaniel Lezcano
2026-06-03thermal/core: Make cooling device OF node conditional on CONFIG_THERMAL_OFDaniel Lezcano
2026-06-03thermal/of: Move cooling device OF helpers out of thermal coreDaniel Lezcano
2026-06-03thermal/core: Add devm_thermal_cooling_device_register()Daniel Lezcano
2026-06-03fs: retire sget()Christian Brauner
2026-06-02mm/damon/sysfs: setup damon_filter->memcg_id from pathSeongJae Park
2026-06-02mm/damon/core: introduce DAMON_FILTER_TYPE_MEMCGSeongJae Park
2026-06-02mm/damon/core: introduce damon_ops->apply_probesSeongJae Park