summaryrefslogtreecommitdiffstats
path: root/Documentation/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'slab-for-6.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-261-0/+9
|\
| * SLUB: Add support for per object memory policiesChristoph Lameter2024-10-291-0/+9
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-233-2/+17
|\ \
| * | Docs/mm/damon: recommend academic papers to read and/or citeSeongJae Park2024-11-121-0/+6
| * | alloc_tag: support for page allocation tag compressionSuren Baghdasaryan2024-11-071-1/+6
| * | mm: pgtable: remove pte_offset_map_nolock()Qi Zheng2024-11-061-3/+0
| * | mm: pgtable: introduce pte_offset_map_{ro|rw}_nolock()Qi Zheng2024-11-061-0/+7
* | | Merge tag 'docs-6.13' of git://git.lwn.net/linuxLinus Torvalds2024-11-201-1/+1
|\ \ \ | |/ / |/| |
| * | Docs/mm: Fix a mistake for pfn in page_tables.rstPengyu Zhang2024-10-141-1/+1
| |/
* | Docs/damon/maintainer-profile: update deprecated awslabs GitHub URLsSeongJae Park2024-10-171-4/+4
* | Docs/damon/maintainer-profile: add missing '_' suffixes for external web linksSeongJae Park2024-10-171-19/+19
|/
* Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-215-59/+65
|\
| * Docs/damon/maintainer-profile: document Google calendar for bi-weekly meetupsSeongJae Park2024-09-101-2/+4
| * Docs/damon/maintainer-profile: add links in placeSeongJae Park2024-09-101-40/+44
| * Docs/damon: use damonitor GitHub organization instead of awslabsSeongJae Park2024-09-102-5/+5
| * mm: remove isolate_lru_page()Kefeng Wang2024-09-102-13/+13
| * mm: remove PageMlockedMatthew Wilcox (Oracle)2024-09-041-2/+2
| * mm: remove follow_page()David Hildenbrand2024-09-021-3/+3
* | docs:mm: fixed spelling and grammar mistakes on vmalloc kernel stack pageDennis Lam2024-09-101-4/+4
* | docs:mm: fix spelling mistakes in heterogeneous memory management pageDennis Lam2024-09-101-5/+5
|/
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-225-66/+155
|\
| * Docs/mm/damon/index: add links to admin-guide docSeongJae Park2024-07-101-7/+10
| * Docs/mm/damon/index: add links to designSeongJae Park2024-07-102-5/+7
| * Docs/mm/damon/design: add links to sections of DAMON sysfs interface usage docSeongJae Park2024-07-101-0/+48
| * Docs/mm/damon/design: remove 'Programmable Modules' section in favor of 'Modu...SeongJae Park2024-07-101-10/+0
| * Docs/mm/damon/design: move 'Configurable Operations Set' section into 'Operat...SeongJae Park2024-07-101-25/+22
| * Docs/mm/damon/design: add links from overall architecture to sections of detailsSeongJae Park2024-07-101-7/+13
| * Docs/mm/damon/design: clarify regions merging operationSeongJae Park2024-07-101-5/+12
| * Docs/mm/damon/design: fix two typosSeongJae Park2024-07-101-2/+2
| * Docs/mm/damon/maintainer-profile: document DAMON community meetupsSeongJae Park2024-07-041-0/+19
| * Docs/mm/damon/maintainer-profile: introduce HacKerMaiLSeongJae Park2024-07-041-0/+17
| * Docs/damon: document damos_migrate_{hot,cold}Honggyu Kim2024-07-041-0/+4
| * mm: drop leftover comment references to pxx_huge()Peter Xu2024-07-041-4/+0
| * mm/vmscan: update stale references to shrink_page_listIllia Ostapyshyn2024-07-041-5/+5
* | Docs/mm/index: move allocation profiling document to unsorted documents chapterSeongJae Park2024-07-041-1/+1
* | Docs/mm/index: rename 'Legacy Documentation' to 'Unsorted Documentation'SeongJae Park2024-07-041-7/+7
* | Docs/mm/index: Remove 'Memory Management Guide' chapter markerSeongJae Park2024-07-041-3/+0
* | Docs/mm/allocation-profiling: mark 'Theory of operation' as chapterSeongJae Park2024-07-041-1/+0
* | Documentation: English corrections in vmalloced kernel stacksNir Lichtman2024-06-271-5/+5
|/
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-198-54/+153
|\
| * Docs/mm/damon/maintainer-profile: allow posting patches based on damon/next treeSeongJae Park2024-05-121-3/+4
| * Docs/mm/damon/maintainer-profile: change the maintainer's timezone from PST t...SeongJae Park2024-05-121-3/+3
| * Docs/mm/damon/design: use a list for supported filtersSeongJae Park2024-05-121-20/+26
| * mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts2024-05-071-2/+4
| * Docs/mm/damon/design: document 'young page' type DAMOS filterSeongJae Park2024-05-061-9/+11
| * mm/page_table_check: support userfault wr-protect entriesPeter Xu2024-05-061-1/+8
| * mm: track mapcount of large folios in single valueDavid Hildenbrand2024-05-061-6/+6
| * remove references to page->flags in documentationMatthew Wilcox (Oracle)2024-04-261-21/+1
| * memprofiling: documentationKent Overstreet2024-04-262-0/+101
* | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-151-1/+1
|\ \