aboutsummaryrefslogtreecommitdiff
path: root/Documentation/vm
AgeCommit message (Expand)AuthorFilesLines
2020-10-13docs/vm: fix 'mm_count' vs 'mm_users' counter confusionGravatar Alexander Gordeev 1-1/+1
2020-09-16mm/doc: add usage description for migrate_vma_*()Gravatar Ralph Campbell 1-4/+133
2020-09-10docs: add some new files to their respective index.rst filesGravatar Mauro Carvalho Chehab 1-0/+1
2020-09-09mm/doc: editorial pass on page migrationGravatar Ralph Campbell 2-81/+85
2020-08-12mm/vmstat: add events for THP migration without splitGravatar Anshuman Khandual 1-0/+27
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Gravatar Mike Rapoport 1-5/+2
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Gravatar Anshuman Khandual 1-1/+1
2020-08-07Documentation/mm: add descriptions for arch page table helpersGravatar Anshuman Khandual 1-0/+258
2020-08-07mm, slub: make remaining slub_debug related attributes read-onlyGravatar Vlastimil Babka 1-5/+2
2020-08-07mm, slub: make some slub_debug related attributes read-onlyGravatar Vlastimil Babka 1-11/+17
2020-08-07mm, slub: extend slub_debug syntax for multiple blocksGravatar Vlastimil Babka 1-0/+18
2020-07-13Documentation: vm/memory-model: eliminate duplicated wordGravatar Randy Dunlap 1-1/+1
2020-06-10Merge tag 'docs-5.8-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-2/+2
2020-06-09mmap locking API: convert mmap_sem API commentsGravatar Michel Lespinasse 1-3/+3
2020-06-08Replace HTTP links with HTTPS ones: documentationGravatar Alexander A. Klimov 1-1/+1
2020-06-03tools/vm/page_owner_sort.c: filter out unneeded lineGravatar Changhee Han 1-2/+1
2020-06-03docs/vm: update memory-models documentationGravatar Mike Rapoport 1-5/+4
2020-06-02Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-19/+11
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2020-06-02Documentation/vm/slub.rst: s/Toggle/Enable/Gravatar Andrew Morton 1-1/+1
2020-06-01zswap: docs/vm: Fix typo accept_threshold_percent in zswap.rstGravatar Sedat Dilek 1-2/+2
2020-05-15docs: vm: page_frags.rst: Fix the reference of stale functionGravatar Kevin Hao 1-1/+1
2020-05-11mm/hmm: remove the customizable pfn format from hmm_range_faultGravatar Jason Gunthorpe 1-18/+10
2020-05-11mm/hmm: make hmm_range_fault return 0 or -1Gravatar Jason Gunthorpe 1-1/+1
2020-04-20docs: vm: index.rst: add an orphan doc to the building systemGravatar Mauro Carvalho Chehab 1-0/+1
2020-04-07mm/zswap: allow setting default status, compressor and allocator in KconfigGravatar Maciej S. Szmigiero 1-8/+12
2020-04-07mm/page_reporting: add free page reporting documentationGravatar Alexander Duyck 1-0/+40
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-03-27mm/hmm: remove HMM_FAULT_SNAPSHOTGravatar Jason Gunthorpe 1-7/+5
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-01-31mm/zswap.c: add allocation hysteresis if pool limit is hitGravatar Vitaly Wool 1-0/+13
2020-01-14mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifierGravatar Jason Gunthorpe 1-10/+10
2019-11-23mm/hmm: remove hmm_mirror and relatedGravatar Jason Gunthorpe 1-81/+24
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingGravatar Mark Rutland 1-5/+5
2019-08-21Merge branch 'odp_fixes' into hmm.gitGravatar Jason Gunthorpe 1-10/+0
2019-08-20mm: turn migrate_vma upside downGravatar Christoph Hellwig 1-52/+2
2019-08-07mm/hmm: remove superfluous arguments from hmm_range_registerGravatar Christoph Hellwig 1-1/+1
2019-07-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-1/+1
2019-07-26mm/hmm: merge hmm_range_snapshot into hmm_range_faultGravatar Christoph Hellwig 1-9/+8
2019-07-25mm/hmm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}Gravatar Christoph Hellwig 1-1/+1
2019-07-22Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...Gravatar Jonathan Corbet 1-10/+0
2019-07-18mm: document ZONE_DEVICE memory-model implicationsGravatar Dan Williams 1-0/+40
2019-07-17docs: remove extra conf.py filesGravatar Mauro Carvalho Chehab 1-10/+0
2019-07-15docs: cgroup-v1: add it to the admin-guide bookGravatar Mauro Carvalho Chehab 3-4/+4
2019-07-15docs: admin-guide: move sysctl directory to itGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-15docs: sysctl: convert to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-93/+73
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-27/+27
2019-07-08Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 3-4/+4