summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* maple_tree: introduce store_type enumSidhartha Kumar2024-09-021-0/+14
* mm: kmem: add lockdep assertion to obj_cgroup_memcgMuchun Song2024-09-021-3/+17
* mm: remove legacy install_special_mapping() codeLinus Torvalds2024-09-021-4/+0
* mm: remove arch_unmap()Michael Ellerman2024-09-021-8/+3
* mm: add optional close() to struct vm_special_mappingMichael Ellerman2024-09-021-0/+3
* filemap: add trace events for get_pages, map_pages, and faultTakaya Saeki2024-09-021-0/+84
* mm/mprotect: fix dax pud handlingsPeter Xu2024-09-021-0/+24
* mm/x86: implement arch_check_zapped_pud()Peter Xu2024-09-021-0/+6
* mm: rework accept memory helpersKirill A. Shutemov2024-09-021-7/+5
* mm: introduce PageUnaccepted() page typeKirill A. Shutemov2024-09-021-0/+8
* mm: remove PG_errorMatthew Wilcox (Oracle)2024-09-023-7/+2
* percpu: remove pcpu_alloc_size()Jianhui Zhou2024-09-021-1/+0
* kfence: introduce burst modeMarco Elver2024-09-021-1/+1
* mm: fix (harmless) type confusion in lock_vma_under_rcu()Jann Horn2024-09-021-2/+13
* zswap: implement a second chance algorithm for dynamic zswap shrinkerNhat Pham2024-09-021-9/+7
* mm: remove follow_page()David Hildenbrand2024-09-021-3/+0
* mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walkDavid Hildenbrand2024-09-021-2/+2
* mm/pagewalk: introduce folio_walk_start() + folio_walk_end()David Hildenbrand2024-09-021-0/+58
* include/linux/mmzone.h: clean up watermark accessorsAndrew Morton2024-09-021-6/+26
* mm: create promo_wmark_pages and clean up open-coded sitesKaiyang Zhao2024-09-021-0/+1
* mm: clarify folio_likely_mapped_shared() documentation for KSM foliosDavid Hildenbrand2024-09-021-6/+8
* mm/hugetlb: remove hugetlb_follow_page_mask() leftoverDavid Hildenbrand2024-09-021-3/+0
* mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support...Barry Song2024-09-021-2/+2
* mm: improve code consistency with zonelist_* helper functionsWei Yang2024-09-022-4/+4
* mm: move internal core VMA manipulation functions to own fileLorenzo Stoakes2024-09-021-35/+0
* mm: move vma_shrink(), vma_expand() to internal headerLorenzo Stoakes2024-09-021-16/+1
* mm: move vma_modify() and helpers to internal headerLorenzo Stoakes2024-09-021-60/+0
* userfaultfd: move core VMA manipulation logic to mm/userfaultfd.cLorenzo Stoakes2024-09-021-0/+19
* mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel2024-09-024-1/+23
* s390/uv: drop arch_make_page_accessible()David Hildenbrand2024-09-021-7/+0
* mm: simplify arch_make_folio_accessible()David Hildenbrand2024-09-021-10/+1
* mm/hugetlb: enforce that PMD PT sharing has split PMD PT locksDavid Hildenbrand2024-09-021-3/+2
* mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand2024-09-023-8/+5
* mm: page_counters: initialize usage using ATOMIC_LONG_INIT() macroRoman Gushchin2024-09-021-1/+1
* mm: page_counters: put page_counter_calculate_protection() under CONFIG_MEMCGRoman Gushchin2024-09-021-0/+6
* mm: memcg: don't call propagate_protected_usage() needlesslyRoman Gushchin2024-09-021-1/+7
* task_stack: uninline stack_not_usedPasha Tatashin2024-09-021-15/+3
* vmstat: kernel stack usage histogramPasha Tatashin2024-09-021-0/+24
* memory tiering: introduce folio_use_access_time() checkZi Yan2024-09-021-0/+6
* mm: kmem: remove mem_cgroup_from_obj()Muchun Song2024-09-021-6/+0
* mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()Baolin Wang2024-09-021-10/+2
* mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()Baolin Wang2024-09-021-4/+5
* mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich2024-09-021-2/+2
* mm: vmalloc: implement vrealloc()Danilo Krummrich2024-09-021-0/+4
* mm: add node_reclaim successes to VM event countersMatthew Cassell2024-09-021-0/+1
* Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-09-011-0/+1
|\
| * netfs, cifs: Fix handling of short DIO readDavid Howells2024-08-281-0/+1
* | Merge tag 'arm-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-312-50/+6
|\ \
| * \ Merge tag 'qcom-drivers-fixes-for-6.11' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann2024-08-282-50/+6
| |\ \
| | * | soc: qcom: pmic_glink: Fix race during initializationBjorn Andersson2024-08-211-5/+6