summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-04mm/compaction: stop recording free page order in page->privateZi Yan
2026-08-04mm/percpu-km: clear page->private before free themZi Yan
2026-08-04samples/damon/prcl: do not stop DAMON for damon_call() failureSJ Park
2026-08-04samples/damon/wsse: do not stop ctx for damon_call() failureSJ Park
2026-08-04mm/damon/core: wait ctx stop in damon_call() before reruning an errorSJ Park
2026-08-04samples/damon/mtier: stop all contexts with single damon_stop() callSJ Park
2026-08-04mm/damon/core: change damon_stop() return type to voidSJ Park
2026-08-04mm/damon/lru_sort: ignore damon_stop() return valueSJ Park
2026-08-04mm/damon/reclaim: ignore damon_stop() return valueSJ Park
2026-08-04mm/damon/sysfs: ignore damon_stop() return valueSJ Park
2026-08-04mm/damon/core: make damon_stop() never failSJ Park
2026-08-04samples/damon/mtier: do not stop first context for damon_start() failureSJ Park
2026-08-04mm/damon/core: stop ctxs in damon_start() before returning an errorSJ Park
2026-08-04selftests/damon: check correct path in ensure_file() not_exist casewang wei
2026-08-04lib/maple_tree: add missing spaces after switch keywordWatson Wheeler
2026-08-04percpu: replace __ASSEMBLY__ with __ASSEMBLER__ in percpu-defs.h header fileThomas Huth
2026-08-04Documentation: document panic_on_unrecoverable_memory_failure sysctlBreno Leitao
2026-08-04mm/memory-failure: add panic option for unrecoverable pagesBreno Leitao
2026-08-04mm/memory-failure: report MF_MSG_KERNEL for unrecoverable kernel pagesBreno Leitao
2026-08-04mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLEBreno Leitao
2026-08-04mm/memory-failure: drop dead error_states[] entry for reserved pagesBreno Leitao
2026-08-04memcg-v1: bail out reclaim when memcg is dyingJiayuan Chen
2026-08-04memcg: bail out proactive reclaim when memcg is dyingJiayuan Chen
2026-08-04memcg: bail out memory.max when memcg is dyingJiayuan Chen
2026-08-04memcg: bail out memory.high when memcg is dyingJiayuan Chen
2026-08-04Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton
2026-08-04net/mlx5e: fix BQL reset on SQ re-activationBobby Eshleman
2026-08-04net: bonding: check register_netdevice_notifier() error in bonding_init()Minhong He
2026-08-04net: vrf: check register_netdevice_notifier() error in vrf_init_module()Minhong He
2026-08-04net: macvlan: check register_netdevice_notifier() error in macvlan_init_module()Minhong He
2026-08-04net: team: check register_netdevice_notifier() error in team_module_init()Minhong He
2026-08-04net: lapbether: check register_netdevice_notifier() error in lapbeth_init_dri...Minhong He
2026-08-04net: failover: check register_netdevice_notifier() error in failover_init()Minhong He
2026-08-04ipv4: nexthop: handle errors in nexthop_init()Minhong He
2026-08-05f2fs: fix valid block count leak on data block allocation failureChen Changcheng
2026-08-05f2fs: protect critical_task_priority updates with s_umountWenjie Qi
2026-08-05f2fs: avoid NULL checkpoint thread access in sysfsWenjie Qi
2026-08-04net: openvswitch: reallocate update replies for mismatched IDsZhiling Zou
2026-08-04usbnet: cap max_mtu for drivers without bind callbackLaurent Vivier
2026-08-04bnge: use int for bnge_fix_rings_count() return valueAlok Tiwari
2026-08-04Merge branch 'net-atlantic-fix-two-ring-teardown-leaks'Jakub Kicinski
2026-08-04net: atlantic: free RX pages of consumed but not refilled buffersYangyu Chen
2026-08-04net: atlantic: free stranded TX buffers on ring deinitYangyu Chen
2026-08-04net: stmmac: resume PHY before hardware setup when opening the interfaceStefan Agner
2026-08-04net: microchip: vcap api: Fix possible memory leak in vcap_decode_rule()Abdun Nihaal
2026-08-04Merge branch 'net-rds-bug-fix-ports'Jakub Kicinski
2026-08-04net/rds: unpin MR pages with unpin_user_pages_dirty_lock()Allison Henderson
2026-08-04net/rds: fix rds_message leak in the rds_send_xmit() drop pathSharath Srinivasan
2026-08-04net/rds: hold the socket while an rds_mr references itHÃ¥kon Bugge
2026-08-04net/rds: don't use unpin_user_pages_dirty_lock() from atomic contextAllison Henderson