summaryrefslogtreecommitdiffstats
path: root/net/sched/act_gate.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-04mm: remove PageOwnerPriv1Matthew Wilcox (Oracle)1-2/+0
2024-09-04mm: remove PageMlockedMatthew Wilcox (Oracle)2-7/+10
2024-09-04mm: remove PageUnevictableMatthew Wilcox (Oracle)2-11/+11
2024-09-04mm: remove PageSwapCacheMatthew Wilcox (Oracle)5-24/+22
2024-09-04mm: remove PageReadaheadMatthew Wilcox (Oracle)1-2/+2
2024-09-04mm: remove PageSwapBackedMatthew Wilcox (Oracle)1-3/+3
2024-09-04mm: remove PageActiveMatthew Wilcox (Oracle)2-5/+6
2024-09-04zsmalloc: use all available 24 bits of page_typeMatthew Wilcox (Oracle)3-20/+6
2024-09-04mm: support only one page_type per pageMatthew Wilcox (Oracle)3-51/+56
2024-09-04mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)3-7/+11
2024-09-04printf: remove %pGt supportMatthew Wilcox (Oracle)6-62/+2
2024-09-04selftests/mm: add more mseal traversal testsPedro Falcato1-1/+105
2024-09-04mm: remove can_modify_mm()Pedro Falcato2-35/+0
2024-09-04mseal: replace can_modify_mm_madv with a vma variantPedro Falcato4-25/+14
2024-09-04mm/mremap: replace can_modify_mm with can_modify_vmaPedro Falcato1-26/+6
2024-09-04mm/mprotect: replace can_modify_mm with can_modify_vmaPedro Falcato1-9/+3
2024-09-04mm/munmap: replace can_modify_mm with can_modify_vmaPedro Falcato2-17/+13
2024-09-04mm: move can_modify_vma to mm/vma.hPedro Falcato2-17/+28
2024-09-04mm: allow read-ahead with IOCB_NOWAIT setYafang Shao2-1/+6
2024-09-04mm: remove migration for HugePage in isolate_single_pageblock()Kefeng Wang1-25/+3
2024-09-04mm: shrinker: use min() to improve shrinker_debugfs_scan_write()Thorsten Blum1-1/+1
2024-09-04selftests: mm: support shmem mTHP collapse testingBaolin Wang3-8/+51
2024-09-04mm: khugepaged: support shmem mTHP collapseBaolin Wang1-17/+11
2024-09-04mm: khugepaged: support shmem mTHP copyBaolin Wang1-5/+10
2024-09-04mm: khugepaged: use the number of pages in the folio to check the reference c...Baolin Wang1-4/+4
2024-09-04mm: khugepaged: expand the is_refcount_suitable() to support file foliosBaolin Wang1-5/+6
2024-09-04mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=yDavid Hildenbrand1-1/+1
2024-09-04mm/kmemleak: use IS_ERR_PCPU() for pointer in the percpu address spaceUros Bizjak1-4/+4
2024-09-04err.h: add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU() macrosUros Bizjak1-0/+9
2024-09-04selftests/mm: remove unnecessary ia64 code and commentJinjiang Tu6-67/+8
2024-09-04mm: krealloc: clarify valid usage of __GFP_ZERODanilo Krummrich2-2/+28
2024-09-04mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich1-0/+7
2024-09-04mm/rmap: use folio->_mapcount for small foliosDavid Hildenbrand2-4/+4
2024-09-04mm/hugetlb: use __GFP_COMP for gigantic foliosYu Zhao2-238/+61
2024-09-04mm/cma: add cma_{alloc,free}_folio()Yu Zhao2-15/+56
2024-09-04mm/contig_alloc: support __GFP_COMPYu Zhao3-67/+108
2024-09-04mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao8-10/+101
2024-09-04kasan: simplify and clarify MakefileAndrey Konovalov1-22/+23
2024-09-04mm: shmem: support large folio swap outBaolin Wang3-13/+48
2024-09-04mm: shmem: split large entry if the swapin folio is not largeBaolin Wang1-0/+103
2024-09-04mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_p...Baolin Wang1-1/+1
2024-09-04mm: shmem: support large folio allocation for shmem_replace_folio()Baolin Wang1-28/+46
2024-09-04mm: shmem: use swap_free_nr() to free shmem swap entriesBaolin Wang1-6/+10
2024-09-04mm: filemap: use xa_get_order() to get the swap entry orderBaolin Wang1-14/+27
2024-09-04mm: shmem: return number of pages beeing freed in shmem_free_swapDaniel Gomez1-9/+16
2024-09-04mm: shmem: extend shmem_partial_swap_usage() to support large folio swapBaolin Wang1-1/+1
2024-09-04mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag settingBaolin Wang3-6/+8
2024-09-04mm: attempt to batch free swap entries for zap_pte_range()Barry Song3-13/+76
2024-09-04mm: rename instances of swap_info_struct to meaningful 'si'Barry Song1-167/+167
2024-09-04docs: move numa=fake description to kernel-parameters.txtMike Rapoport (Microsoft)2-12/+15