summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park
2022-01-15mm/damon: remove a mistakenly added comment for a future featureSeongJae Park
2022-01-15mm/damon: convert macro functions to static inline functionsSeongJae Park
2022-01-15mm/damon: modify damon_rand() macro to static inline functionXin Hao
2022-01-15mm/damon: move damon_rand() definition into damon.hXin Hao
2022-01-15mm/damon: remove some unneeded function definitions in damon.hXin Hao
2022-01-15mm/damon: add 'age' of region tracepoint supportXin Hao
2022-01-15mm: make some vars and functions static or __initTing Liu
2022-01-15mm/rmap: fix potential batched TLB flush raceHuang Ying
2022-01-15mm/hwpoison: fix unpoison_memory()Naoya Horiguchi
2022-01-15mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGENaoya Horiguchi
2022-01-15mm/thp: drop unused trace events hugepage_[invalidate|splitting]Anshuman Khandual
2022-01-15mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()Baolin Wang
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V
2022-01-15mm/mempolicy: add set_mempolicy_home_node syscallAneesh Kumar K.V
2022-01-15vmscan: make drop_slab_node staticGang Li
2022-01-15mm/vmstat: add events for THP max_ptes_* exceedsYang Yang
2022-01-15hugetlb: add hugetlb.*.numa_stat fileMina Almasry
2022-01-15mm_zone: add function to check if managed dma zone existsBaoquan He
2022-01-15include/linux/gfp.h: further document GFP_DMA32Miles Chen
2022-01-15mm: drop node from alloc_pages_vmaMichal Hocko
2022-01-15mm: fix boolreturn.cocci warningChangcheng Deng
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko
2022-01-15mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle)
2022-01-15mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle)
2022-01-15mm: page table checkPasha Tatashin
2022-01-15mm: ptep_clear() page table helperPasha Tatashin
2022-01-15mm: document locking restrictions for vm_operations_struct::closeSuren Baghdasaryan
2022-01-15mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann
2022-01-15mm: add anonymous vma name refcountingSuren Baghdasaryan
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross
2022-01-15memcg: add per-memcg vmalloc statShakeel Butt
2022-01-15mm/memcg: add oom_group_kill memory eventDan Schatzberg
2022-01-15mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)
2022-01-15mm/memremap: add ZONE_DEVICE support for compound pagesJoao Martins
2022-01-15mm: defer kmemleak object creation of module_alloc()Kefeng Wang
2022-01-15kthread: add the helper function kthread_run_on_cpu()Cai Huoqing
2022-01-14vdpa: Avoid taking cf_mutex lock on get statusEli Cohen
2022-01-14vdpa: Support reporting max device capabilitiesEli Cohen
2022-01-14vdpa: Add support for returning device configuration informationEli Cohen
2022-01-14vdpa: Allow to configure max data virtqueuesEli Cohen
2022-01-14vdpa: Sync calls set/get config/status with cf_mutexEli Cohen
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen
2022-01-14vdpa: Mark vdpa_config_ops.get_vq_notification as optionalEugenio PĂ©rez
2022-01-14vdpa: add driver_override supportStefano Garzarella