summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* dax, kmem: calculate abstract distance with general interfaceHuang Ying2023-10-171-0/+2
* acpi, hmat: calculate abstract distance with HMATHuang Ying2023-10-171-0/+18
* memory tiering: add abstract distance calculation algorithms managementHuang Ying2023-10-171-0/+19
* mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar2023-10-172-30/+14
* mm/ksm: support fork/exec for prctlStefan Roesch2023-10-171-5/+8
* sched/numa, mm: make numa migrate functions to take a folioKefeng Wang2023-10-171-3/+3
* mm: mempolicy: make mpol_misplaced() to take a folioKefeng Wang2023-10-171-2/+3
* mm: memory: add vm_normal_folio_pmd()Kefeng Wang2023-10-171-0/+2
* mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest2023-10-062-0/+11
* mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned longFlorent Revest2023-10-061-1/+1
* mm: document mmu_notifier_invalidate_range_start_nonblock()Jann Horn2023-10-061-1/+8
* mm: add statistics for PUD level pagetableBaolin Wang2023-10-062-1/+22
* acpi,mm: fix typo sibiling -> siblingLi Zhijian2023-10-061-1/+1
* mm/damon/core: implement scheme-specific apply intervalSeongJae Park2023-10-041-2/+15
* mm/damon/core: use nr_accesses_bp as a source of damos_before_apply tracepointSeongJae Park2023-10-041-1/+1
* memblock: introduce MEMBLOCK_RSRV_NOINIT flagUsama Arif2023-10-041-0/+9
* mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park2023-10-041-2/+0
* mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park2023-10-041-3/+9
* mm/damon/core: introduce nr_accesses_bpSeongJae Park2023-10-041-0/+5
* mm/damon/core: implement a pseudo-moving sum functionSeongJae Park2023-10-041-0/+2
* mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park2023-10-041-1/+4
* mm/damon/core: use number of passed access sampling as a timerSeongJae Park2023-10-041-2/+12
* mm, vmscan: remove ISOLATE_UNMAPPEDVlastimil Babka2023-10-042-8/+2
* buffer: remove __getblk_gfp()Matthew Wilcox (Oracle)2023-10-041-2/+0
* ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)2023-10-041-3/+3
* buffer: convert sb_getblk() to call __getblk()Matthew Wilcox (Oracle)2023-10-041-4/+3
* buffer: convert getblk_unmovable() and __getblk() to use bdev_getblk()Matthew Wilcox (Oracle)2023-10-041-14/+22
* buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()Matthew Wilcox (Oracle)2023-10-041-0/+2
* buffer: pass GFP flags to folio_alloc_buffers()Matthew Wilcox (Oracle)2023-10-041-1/+1
* mm/damon/core: add a tracepoint for damos apply target regionsSeongJae Park2023-10-041-0/+39
* mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()Kefeng Wang2023-10-041-2/+2
* mm/rmap: pass folio to hugepage_add_anon_rmap()David Hildenbrand2023-10-041-1/+1
* mm: shrinker: make global slab shrink locklessQi Zheng2023-10-041-0/+24
* mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}Qi Zheng2023-10-042-11/+18
* mm: shrinker: remove old APIsQi Zheng2023-10-041-8/+0
* fs: super: dynamically allocate the s_shrinkQi Zheng2023-10-041-1/+1
* jbd2,ext4: dynamically allocate the jbd2-journal shrinkerQi Zheng2023-10-041-1/+1
* mm: shrinker: add infrastructure for dynamically allocating shrinkerQi Zheng2023-10-041-5/+14
* drm/ttm: introduce pool_shrink_rwsemQi Zheng2023-10-041-1/+0
* mm: move some shrinker-related function declarations to mm/internal.hQi Zheng2023-10-041-19/+0
* efi/unaccepted: do not let /proc/vmcore try to access unaccepted memoryAdrian Hunter2023-10-041-0/+7
* mm/damon/core: remove 'struct target *' parameter from damon_aggregated trace...SeongJae Park2023-10-041-3/+3
* mm/damon/core: remove duplicated comment for watermarks-based deactivationSeongJae Park2023-10-041-3/+0
* mm/damon/core: add more comments for nr_accessesSeongJae Park2023-10-041-7/+12
* mm/mremap: allow moves within the same VMA for stack movesJoel Fernandes (Google)2023-10-041-1/+1
* mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)2023-10-041-5/+5
* mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik2023-10-041-8/+0
* Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-011-7/+0
|\
| * vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada2023-10-011-7/+0
* | Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-014-4/+25
|\ \