summaryrefslogtreecommitdiffstats
path: root/Documentation/mm
Commit message (Expand)AuthorAgeFilesLines
* mm,page_owner: fix refcount imbalanceOscar Salvador2024-04-161-35/+38
* Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-211-0/+10
|\
| * ubifs: Convert ubifs_vm_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2024-02-251-0/+10
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-143-14/+109
|\ \
| * | Docs/mm/damon/design: remove the details for pageout as paddr doesn't use MAD...Barry Song2024-03-041-1/+1
| * | Docs/mm/damon/design: document quota goal self-tuningSeongJae Park2024-02-231-2/+18
| * | mm,page_owner: update Documentation regarding page_owner_stacksOscar Salvador2024-02-231-0/+45
| * | Docs/mm/damon: move monitoring target regions setup detail from the usage to ...SeongJae Park2024-02-221-3/+9
| * | Docs/mm/damon: move DAMON operation sets list from the usage to the design do...SeongJae Park2024-02-221-2/+10
| * | Docs/mm/damon: move the list of DAMOS actions to design docSeongJae Park2024-02-221-3/+23
| * | Docs/mm/damon/maintainer-profile: fix reference links for mm-[un]stable treeSeongJae Park2024-02-221-4/+4
| |/
* | mm/slub: make the description of slab_min_objects helpful in docXiongwei Song2024-01-221-1/+1
* | mm/slub: replace slub_$params with slab_$params in slub.rstXiongwei Song2024-01-221-30/+30
|/
* mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPEDDavid Hildenbrand2023-12-291-1/+1
* Documentation: stop referring to page_remove_rmap()David Hildenbrand2023-12-292-3/+3
* Docs/mm/damon/design: place execution model and data structures at the beginningSeongJae Park2023-12-201-12/+12
* Docs/admin-guide/mm/damon/usage: document for quota goalsSeongJae Park2023-12-121-0/+2
* Docs/mm/damon/design: document DAMOS quota auto tuningSeongJae Park2023-12-121-0/+11
* Documentation/mm: drop pte_bad() descriptions from arch page table helpersAnshuman Khandual2023-12-101-2/+0
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-4/+22
|\
| * Docs/mm/damon/design: document DAMOS apply intervalsSeongJae Park2023-10-041-1/+2
| * Docs/admin-guide/mm/damon/usage: link design doc for details of kdamond and c...SeongJae Park2023-10-041-0/+2
| * Docs/mm/damon/design: add a section for kdamond and DAMON contextSeongJae Park2023-10-041-0/+10
| * Docs/admin-guide/mm/damon/usage: explain the format of damon_aggregate tracep...SeongJae Park2023-10-041-0/+4
| * Docs/mm/damon/design: explicitly introduce ``nr_accesses``SeongJae Park2023-10-041-3/+4
* | docs: update link to powerpc/vmemmap_dedup.rstCosta Shulyupin2023-10-101-1/+1
* | docs: mm: fix vm overcommit documentation for OVERCOMMIT_GUESSVratislav Bendel2023-10-101-2/+1
* | Documentation/page_tables: Add info about MMU/TLB and Page FaultsFabio M. De Francesco2023-10-101-0/+127
|/
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-2/+10
|\
| * mm: Make pte_mkwrite() take a VMARick Edgecombe2023-07-111-2/+4
| * mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-0/+6
* | Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds2023-08-306-28/+23
|\ \
| * | docs/mm: remove references to hmm_mirror ops and clean typosMarco Pagani2023-08-281-10/+1
| * | Documentation: Fix typosBjorn Helgaas2023-08-185-5/+5
| * | docs: mm: Fix number of base pages for 1GB HugeTLBUsama Arif2023-08-181-1/+2
| * | Documentation/highmem: Add information about kmap_local_folio()Fabio M. De Francesco2023-07-141-12/+15
| |/
* | mm: add orphaned kernel-doc to the rst files.Matthew Wilcox (Oracle)2023-08-242-0/+6
* | mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)2023-08-211-7/+7
* | mm: remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappersVishal Moola (Oracle)2023-08-211-6/+6
* | Docs/mm/damon/design: update for DAMON monitoring target type DAMOS filterSeongJae Park2023-08-211-15/+18
* | Docs/mm/damon/design: update for address range filtersSeongJae Park2023-08-211-6/+15
* | mm: kill frontswapJohannes Weiner2023-08-212-265/+0
* | powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V2023-08-181-0/+1
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-285-61/+327
|\
| * Docs/admin-guide/mm/damon/usage: link design document for DAMOSSeongJae Park2023-06-191-0/+14
| * Docs/mm/damon/design: document 'age' of regionSeongJae Park2023-06-191-0/+14
| * mm/pgtable: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-191-6/+11
| * Docs/mm/damon/design: add a section for the modules layerSeongJae Park2023-06-091-0/+61
| * Docs/mm/damon/design: add a section for DAMON core APISeongJae Park2023-06-091-0/+12
| * Docs/mm/damon/design: add sections for advanced features of DAMOSSeongJae Park2023-06-091-0/+86