summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-18liveupdate: remove luo_session_quiesce()Pasha Tatashin4-114/+11
2026-04-18liveupdate: defer FLB module refcounting to active sessionsPasha Tatashin1-10/+17
2026-04-18liveupdate: protect FLB lists with luo_register_rwlockPasha Tatashin2-0/+15
2026-04-18liveupdate: protect file handler list with rwsemPasha Tatashin3-5/+25
2026-04-18liveupdate: synchronize lazy initialization of FLB private statePasha Tatashin1-1/+6
2026-04-18liveupdate: safely print untrusted stringsPasha Tatashin2-2/+4
2026-04-18mm: vmscan: fix dirty folios throttling on cgroup v1 for MGLRUBaolin Wang1-1/+16
2026-04-18selftests: liveupdate: add test for double preservationPasha Tatashin1-0/+41
2026-04-18memfd: implement get_id for memfd_luoPasha Tatashin1-0/+6
2026-04-18liveupdate: prevent double management of filesPasha Tatashin2-2/+32
2026-04-18kho: document kexec-metadata tracking featureBreno Leitao1-0/+39
2026-04-18kho: kexec-metadata: track previous kernel chainBreno Leitao2-0/+144
2026-04-18kho: fix kho_in_debugfs_init() to handle non-FDT blobsBreno Leitao1-11/+21
2026-04-18kho: persist blob size in KHO FDTBreno Leitao7-15/+46
2026-04-18kho: rename fdt parameter to blob in kho_add/remove_subtree()Breno Leitao5-41/+43
2026-04-18kho: add size parameter to kho_add_subtree()Breno Leitao7-16/+24
2026-04-18mm: kmemleak: add CONFIG_DEBUG_KMEMLEAK_VERBOSE build optionBreno Leitao2-1/+12
2026-04-18MAINTAINERS: update MGLRU entry to reflect current statusLorenzo Stoakes (Oracle)1-2/+6
2026-04-18mm: memcontrol: correct the nr_pages parameter type of mem_cgroup_update_lru_...Qi Zheng2-3/+3
2026-04-18mm: memcontrol: change val type to long in __mod_memcg_{lruvec_}state()Qi Zheng2-11/+17
2026-04-18mm: memcontrol: correct the type of stats_updates to unsigned longQi Zheng1-9/+9
2026-04-18mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpersMuchun Song2-1/+6
2026-04-18mm: memcontrol: eliminate the problem of dying memory cgroup for LRU foliosMuchun Song3-135/+151
2026-04-18mm: memcontrol: convert objcg to be per-memcg per-node typeQi Zheng3-42/+75
2026-04-18mm: memcontrol: prepare for reparenting non-hierarchical statsQi Zheng4-4/+125
2026-04-18mm: memcontrol: refactor mod_memcg_state() and mod_memcg_lruvec_state()Qi Zheng1-19/+31
2026-04-18mm: workingset: use lruvec_lru_size() to get the number of lru pagesQi Zheng3-4/+5
2026-04-18mm: memcontrol: refactor memcg_reparent_objcgs()Qi Zheng1-5/+24
2026-04-18mm: vmscan: prepare for reparenting MGLRU foliosQi Zheng2-0/+159
2026-04-18mm: vmscan: prepare for reparenting traditional LRU foliosQi Zheng3-19/+54
2026-04-18mm: memcontrol: prepare for reparenting LRU pages for lruvec lockMuchun Song5-52/+73
2026-04-18mm: do not open-code lruvec lockQi Zheng2-19/+24
2026-04-18mm: workingset: prevent lruvec release in workingset_activation()Muchun Song1-1/+4
2026-04-18mm: swap: prevent lruvec release in lru_gen_clear_refs()Muchun Song1-3/+5
2026-04-18mm: zswap: prevent lruvec release in zswap_folio_swapin()Muchun Song1-0/+2
2026-04-18mm: workingset: prevent lruvec release in workingset_refault()Muchun Song1-2/+6
2026-04-18mm: zswap: prevent memory cgroup release in zswap_compress()Qi Zheng1-0/+3
2026-04-18mm: thp: prevent memory cgroup release in folio_split_queue_lock{_irqsave}()Qi Zheng1-2/+18
2026-04-18mm: workingset: prevent memory cgroup release in lru_gen_eviction()Muchun Song1-2/+7
2026-04-18mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()Muchun Song1-8/+10
2026-04-18mm: mglru: prevent memory cgroup release in mglruMuchun Song1-6/+16
2026-04-18mm: migrate: prevent memory cgroup release in folio_migrate_mapping()Muchun Song1-0/+2
2026-04-18mm: page_io: prevent memory cgroup release in page_io moduleMuchun Song1-2/+6
2026-04-18mm: memcontrol: prevent memory cgroup release in count_memcg_folio_events()Muchun Song1-3/+8
2026-04-18writeback: prevent memory cgroup release in writeback moduleMuchun Song4-19/+29
2026-04-18buffer: prevent memory cgroup release in folio_alloc_buffers()Muchun Song1-2/+2
2026-04-18mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()Muchun Song1-3/+7
2026-04-18mm: memcontrol: return root object cgroup for root memory cgroupMuchun Song3-28/+45
2026-04-18mm: memcontrol: allocate object cgroup for non-kmem caseMuchun Song1-27/+24
2026-04-18mm: vmscan: refactor move_folios_to_lru()Muchun Song1-25/+21