summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-04-18mm/damon/core: fix damon_call() vs kdamond_fn() exit raceSeongJae Park1-0/+1
2026-04-18mm/alloc_tag: clear codetag for pages allocated before page_ext initializationHao Ge2-1/+3
2026-04-18liveupdate: make unregister functions return voidPasha Tatashin1-8/+6
2026-04-18liveupdate: protect FLB lists with luo_register_rwlockPasha Tatashin1-0/+1
2026-04-18liveupdate: prevent double management of filesPasha Tatashin1-0/+2
2026-04-18kho: kexec-metadata: track previous kernel chainBreno Leitao1-0/+46
2026-04-18kho: persist blob size in KHO FDTBreno Leitao2-6/+19
2026-04-18kho: rename fdt parameter to blob in kho_add/remove_subtree()Breno Leitao1-4/+4
2026-04-18kho: add size parameter to kho_add_subtree()Breno Leitao1-2/+2
2026-04-18mm: memcontrol: correct the nr_pages parameter type of mem_cgroup_update_lru_...Qi Zheng1-1/+1
2026-04-18mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpersMuchun Song1-0/+6
2026-04-18mm: memcontrol: eliminate the problem of dying memory cgroup for LRU foliosMuchun Song1-52/+25
2026-04-18mm: memcontrol: convert objcg to be per-memcg per-node typeQi Zheng2-12/+13
2026-04-18mm: workingset: use lruvec_lru_size() to get the number of lru pagesQi Zheng1-0/+1
2026-04-18mm: vmscan: prepare for reparenting MGLRU foliosQi Zheng1-0/+17
2026-04-18mm: vmscan: prepare for reparenting traditional LRU foliosQi Zheng1-0/+21
2026-04-18mm: memcontrol: prepare for reparenting LRU pages for lruvec lockMuchun Song2-19/+18
2026-04-18mm: do not open-code lruvec lockQi Zheng1-0/+5
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 Song1-2/+7
2026-04-18mm: memcontrol: return root object cgroup for root memory cgroupMuchun Song1-6/+20
2026-04-18mm: rename unlock_page_lruvec_irq and its variantsMuchun Song1-5/+5
2026-04-18mm/vma: remove __vma_check_mmap_hook()Lorenzo Stoakes1-8/+1
2026-04-05mm: add softleaf_is_valid_pmd_entry(), pmd_to_softleaf_folio()Lorenzo Stoakes (Oracle)1-4/+35
2026-04-05mm/huge_memory: have zap_huge_pmd return a boolean, add kdocLorenzo Stoakes (Oracle)1-2/+2
2026-04-05mm/huge_memory: simplify vma_is_specal_huge()Lorenzo Stoakes (Oracle)2-18/+2
2026-04-05mm: add mmap_action_map_kernel_pages[_full]()Lorenzo Stoakes (Oracle)2-2/+100
2026-04-05uio: replace deprecated mmap hook with mmap_prepare in uio_infoLorenzo Stoakes (Oracle)1-2/+2
2026-04-05drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)1-2/+2
2026-04-05mm: allow handling of stacked mmap_prepare hooks in more driversLorenzo Stoakes (Oracle)2-2/+5
2026-04-05mm: add mmap_action_simple_ioremap()Lorenzo Stoakes (Oracle)2-2/+28
2026-04-05mm: add vm_ops->mapped hookLorenzo Stoakes (Oracle)2-1/+25
2026-04-05mm: document vm_operations_struct->open the same as close()Lorenzo Stoakes (Oracle)1-5/+10
2026-04-05mm: various small mmap_prepare cleanupsLorenzo Stoakes (Oracle)2-6/+3
2026-04-05mm/vma: convert __mmap_region() to use vma_flags_tLorenzo Stoakes (Oracle)2-55/+12
2026-04-05mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_tLorenzo Stoakes (Oracle)2-12/+13
2026-04-05mm/vma: convert as much as we can in mm/vma.c to vma_flags_tLorenzo Stoakes (Oracle)1-2/+4
2026-04-05mm/vma: introduce vma_clear_flags[_mask]()Lorenzo Stoakes (Oracle)1-0/+16
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)2-24/+35
2026-04-05mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()Lorenzo Stoakes (Oracle)1-0/+46
2026-04-05mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistentLorenzo Stoakes (Oracle)2-13/+48
2026-04-05mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpersLorenzo Stoakes (Oracle)1-0/+26
2026-04-05mm/vma: introduce vma_flags_same[_mask/_pair]()Lorenzo Stoakes (Oracle)1-0/+28
2026-04-05mm: unexport vm_brk_flags() and eliminate vm_flags parameterLorenzo Stoakes (Oracle)1-6/+6
2026-04-05mm/vma: add append_vma_flags() helperLorenzo Stoakes (Oracle)1-6/+14
2026-04-05mm/vma: use new VMA flags for sticky flags logicLorenzo Stoakes (Oracle)1-13/+19
2026-04-05mm/vma: add further vma_flags_t unionsLorenzo Stoakes (Oracle)1-1/+5
2026-04-05mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()Lorenzo Stoakes (Oracle)2-9/+59
2026-04-05mm/huge_memory: fix folio isn't locked in softleaf_to_folio()Jinjiang Tu1-11/+21
2026-04-05mm: remove unused page_is_file_lru() functionYe Liu1-5/+0