aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/vm
AgeCommit message (Expand)AuthorFilesLines
2015-02-11mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin1-0/+8
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-02-10mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov1-4/+3
2015-01-20mm: fix cleancache debugfs directory pathMarcin Jabrzyk1-1/+1
2014-12-13Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds1-0/+81
2014-12-13Documentation: add new page_owner documentJoonsoo Kim1-0/+81
2014-11-06Documentation: vm: Add 1GB large page support informationMasanari Iida1-2/+2
2014-10-22Docs: Document that the sticky bit is understood by hugetlbfsKirill Smelkov1-1/+1
2014-06-06mm: mark remap_file_pages() syscall as deprecatedKirill A. Shutemov1-0/+28
2014-06-04mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...Naoya Horiguchi1-0/+5
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2014-05-05doc: spelling error changesCarlos Garcia1-2/+2
2014-04-18Documentation/vm/numa_memory_policy.txt: fix wrong document in numa_memory_po...Tang Chen1-3/+2
2014-03-21doc: fix double wordsMasanari Iida1-1/+1
2014-02-10Documentation/: update 00-INDEX filesHenrik Austad1-2/+2
2014-01-23mm: documentation: remove hopelessly out-of-date locking docDave Hansen1-130/+0
2014-01-21mm: add overcommit_kbytes sysctl variableJerome Marchand1-3/+4
2013-11-21x86, mm: do not leak page->ptl for pmd page tablesKirill A. Shutemov1-3/+3
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-8/+12
2013-11-15mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov1-0/+94
2013-11-13Documentation/vm/zswap.txt: fix typosChristian Hesse1-4/+4
2013-10-14mm: update 00-INDEXHenrik Austad1-8/+12
2013-09-11mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov1-0/+7
2013-09-11hugepage: mention libhugetlbfs in docDavidlohr Bueso1-13/+12
2013-07-10zswap: add documentationSeth Jennings1-0/+68
2013-07-09mm/thp: fix doc for transparent huge zero pageWanpeng Li1-2/+2
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-07-03pagemap: prepare to reuse constant bits with page-shiftPavel Emelyanov1-1/+2
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov1-0/+36
2013-05-28doc: fix misspellings with 'codespell' toolAnatol Pomozov1-1/+1
2013-04-29mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker1-1/+7
2013-02-23ksm: add some commentsHugh Dickins1-4/+12
2013-02-23ksm: allow trees per NUMA nodePetr Holasek1-0/+7
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-2/+17
2012-12-12thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov1-0/+7
2012-12-12thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsKirill A. Shutemov1-0/+8
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov1-2/+2
2012-11-19doc: fix quite a few typos within DocumentationMasanari Iida1-1/+1
2012-10-09mm: remove vma arg from page_evictableHugh Dickins1-7/+3
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-2/+2
2012-08-21hugetlb: update hugetlbpage.txtZhouping Liu1-2/+8
2012-07-23mm/frontswap: cleanup doc and comment errorWanpeng Li1-2/+2
2012-06-04Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+278
2012-06-01Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2012-05-31proc: report file/anon bit in /proc/pid/pagemapKonstantin Khlebnikov1-1/+1
2012-05-29mm: document the meminfo and vmstat fields of relevance to transparent hugepagesMel Gorman1-0/+62
2012-05-15frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk1-25/+25
2012-05-15mm: frontswap: config and doc filesDan Magenheimer1-0/+278
2012-05-10Documentations: Fix slabinfo.c directory in vm/slub.txtmajianpeng1-1/+1
2012-03-28mm: move hugepage test examples to tools/testing/selftests/vmDave Young4-274/+0
2012-03-28mm: move page-types.c from Documentation to tools/vmDave Young2-1103/+1
2012-03-22Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-20/+21
2012-03-21pagemap: document KPF_THP and make page-types aware of itNaoya Horiguchi2-0/+6
2012-03-19Merge branch 'stable/cleancache.v13' into linux-nextKonrad Rzeszutek Wilk1-20/+21
2012-03-07Documentation: Fix multiple typo in DocumentationMasanari Iida1-1/+1
2012-02-10mm: Fix typo in cleancache.txtMasanari Iida1-1/+1
2012-02-09mm: Fix typo in unevictable-lru.txtMasanari Iida1-3/+3
2012-01-23mm: cleancache: report statistics via debugfs instead of sysfs.Dan Magenheimer1-2/+2
2012-01-23mm: cleancache: s/flush/invalidate/Dan Magenheimer1-18/+19
2012-01-12slub: document setting min order with debug_guardpage_minorder > 0Stanislaw Gruszka1-1/+4
2011-11-27slub: fix slub_max_order DocumentationEric Dumazet1-1/+1
2011-10-26Merge branches 'slab/next' and 'slub/partial' into slab/for-linusPekka Enberg1-2/+0
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2011-09-27doc: fix broken referencesPaul Bolle2-3/+3
2011-09-22thp: fix khugepaged defrag tunable documentationDavid Rientjes1-3/+4
2011-08-31slub: doc: update the slabinfo.c file pathJason Liu2-3/+1
2011-06-15Documentation: update cgroupfs mount pointJörg Sommer1-3/+3
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds1-0/+278
2011-05-26mm/fs: cleancache documentationDan Magenheimer1-0/+278
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-22Documentation/vm/page-types.c: auto debugfs mount for hwpoison operationChen Gong1-4/+101
2011-03-17doc: CONFIG_UNEVICTABLE_LRU doesn't exist anymoreMichal Hocko1-2/+1
2011-01-13thp: transparent hugepage support documentationAndrea Arcangeli1-0/+298
2010-11-06slub: Fix build breakage in Documentation/vmPekka Enberg1-1/+1
2010-11-06slub: move slabinfo.c to tools/slub/slabinfo.cChristoph Lameter1-1364/+0
2010-10-26mm: highmem documentationPeter Zijlstra1-0/+162
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-10-07page-types.c: fix name of unpoison interfaceNaoya Horiguchi1-1/+1
2010-09-21Doc: Fix typo s/packages/packagedNikanth Karthikesan1-1/+1
2010-08-05Documentation/vm: fix spelling in page-types.cTommi Rantala1-1/+1
2010-05-27numa: update Documentation/vm/numa, add memoryless node infoLee Schermerhorn1-39/+147
2010-05-24Documentation/vm: use better value for MAP_HUGETLBCarlo Marcelo Arenas Belon1-1/+1
2010-04-23Documentation/: it's -> its where appropriateFrancis Galiegue1-2/+2
2010-03-12Documentation/vm/: split txt and source filesRandy Dunlap6-173/+209
2010-02-26failslab: add ability to filter slab cachesDmitry Monakhov1-0/+1
2009-12-16HWPOISON: Use correct name for MADV_HWPOISON in documentationAndi Kleen1-1/+1
2009-12-16HWPOISON: add memory cgroup filterAndi Kleen1-0/+16
2009-12-16HWPOISON: add page flags filterWu Fengguang1-0/+10
2009-12-16HWPOISON: limit hwpoison injector to known page typesWu Fengguang1-1/+2
2009-12-16HWPOISON: add fs/device filtersWu Fengguang1-0/+7
2009-12-16HWPOISON: Add unpoisoning supportWu Fengguang1-2/+14
2009-12-16page-types: add standard GPL license headerWu Fengguang1-2/+13
2009-12-15ksm: remove unswappable max_kernel_pagesHugh Dickins1-15/+7
2009-12-15hugetlb: handle memory hot-plug eventsLee Schermerhorn1-1/+2
2009-12-15hugetlb: use only nodes with memory for huge pagesLee Schermerhorn1-6/+6
2009-12-15hugetlb: update hugetlb documentation for NUMA controlsLee Schermerhorn1-85/+176
2009-12-15page-types: exit early when invoked with -d|--describeAlex Chiang1-2/+1
2009-12-15page-types: whitespace alignmentAlex Chiang1-23/+23
2009-12-15page-types: learn to describe flags directly from command lineAlex Chiang1-1/+20
2009-12-15page-types: unsigned cannot be less than 0 in add_page()Roel Kluin1-1/+1
2009-12-15page-types: constify read only arraysTommi Rantala1-3/+3
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2009-12-04doc: Fix a typo in slub.txt.Justin P. Mattock1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-17Merge branch 'hostprogs-wmissing-prototypes' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2009-11-15Documentation/vm/page-types.c: Declare checked_open staticJosh Triplett1-1/+1
2009-10-29Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+136
2009-10-08page-types: add hwpoison/unpoison featureWu Fengguang1-1/+72
2009-10-08page-types: introduce kpageflags_flags()Wu Fengguang1-4/+11
2009-10-08page-types: make voffset local variablesWu Fengguang1-18/+21
2009-10-08page-types: make standalone pagemap/kpageflags read routinesWu Fengguang1-65/+89
2009-10-08page-types: introduce checked_open()Wu Fengguang1-10/+14
2009-10-08page-types: add GPL noteWu Fengguang1-1/+4
2009-10-08pagemap: document KPF_KSM and show it in page-typesWu Fengguang2-0/+6
2009-10-08pagemap: export KPF_HWPOISONWu Fengguang2-0/+6
2009-10-08ksm: more on default valuesHugh Dickins1-6/+7
2009-10-04HWPOISON: Add brief hwpoison description to DocumentationAndi Kleen1-0/+136
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2009-09-24page-types: add feature for walking process address spaceWu Fengguang1-20/+180
2009-09-24Documentation/vm/.gitignore: add page-typesJosh Triplett1-0/+1
2009-09-24truncate: new helpersnpiggin@suse.de1-1/+1
2009-09-23Documentation/: fix warnings from -Wmissing-prototypes in HOSTCFLAGSLadinu Chandrasinghe2-60/+60
2009-09-22hugetlb: add MAP_HUGETLB exampleEric B Munson3-6/+87
2009-09-22ksm: add some documentationHugh Dickins2-0/+91
2009-09-22hugetlb: clean up and update huge pages documentationLee Schermerhorn1-46/+87
2009-07-10slub: add option to disable higher order debugging slabsDavid Rientjes1-0/+10
2009-06-17Documentation/vm/Makefile: don't try to build slqbinfoAndrew Morton1-1/+1
2009-06-16pagemap: add page-types toolWu Fengguang2-1/+699
2009-06-16pagemap: document 9 more exported page flagsWu Fengguang1-0/+62
2009-06-16pagemap: document clarificationsWu Fengguang1-3/+3
2009-06-16page allocator: use allocation flags as an index to the zone watermarkMel Gorman1-9/+9
2009-04-13mm: add documentation describing what tsk->active_mm means vs tsk->mmMichael Ellerman2-0/+85
2009-04-13mm: reformat the Unevictable-LRU documentationDavid Howells1-469/+572
2009-04-09tracing: consolidate documentsLi Zefan1-126/+0
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+126
2009-03-30trivial: fix where cgroup documentation is not correctly referred toThadeu Lima de Souza Cascardo2-2/+4
2009-01-11Merge commit 'v2.6.29-rc1' into tracing/urgentIngo Molnar1-45/+18
2009-01-06mm: remove try_to_munlock from vmscanHugh Dickins1-45/+18
2008-12-29kmemtrace: remove config option for enabling tracing at bootPekka Enberg1-1/+1
2008-12-29kmemtrace: Fix typos in documentation.Eduard - Gabriel Munteanu1-1/+1
2008-12-29kmemtrace: Additional documentation.Eduard - Gabriel Munteanu1-0/+126
2008-10-30.gitignore updatesAlexey Dobriyan1-0/+1
2008-10-20doc: unevictable LRU and mlocked pages documentationLee Schermerhorn1-0/+615
2008-08-15Documentation/vm/page_migration: update reference to numa_maps + fix download...Michael Kerrisk1-4/+5
2008-08-12docsrc: build Documentation/ sourcesRandy Dunlap1-0/+8
2008-07-26Documentation cleanup: trivial misspelling, punctuation, and grammar correcti...Matt LaPlante2-3/+3
2008-07-24hugetlb: new sysfs interfaceNishanth Aravamudan1-0/+23
2008-07-04Christoph has movedChristoph Lameter2-3/+3
2008-06-06pagemap: add documentation for pagemapThomas Tuttle1-0/+77
2008-05-02slabinfo: Support printout of the number of fallbacksChristoph Lameter1-4/+6
2008-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds1-16/+11
2008-04-28mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local PolicyLee Schermerhorn1-6/+5
2008-04-28mempolicy: use MPOL_PREFERRED for system-wide default policyLee Schermerhorn1-36/+18
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn1-0/+68
2008-04-28mempolicy: rename struct mempolicy 'policy' member to 'mode'Lee Schermerhorn1-4/+0
2008-04-28mempolicy: disallow static or relative flags for local preferred modeDavid Rientjes1-2/+14
2008-04-28mempolicy: update NUMA memory policy documentationDavid Rientjes1-31/+100
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman1-8/+3
2008-04-27slub: Update statistics handling for variable order slabsChristoph Lameter1-16/+11
2008-04-15Documentation: correct overcommit caveat in hugetlbpage.txtNishanth Aravamudan1-4/+3
2008-03-06slub: fix typo in Documentation/vm/slub.txtItaru Kitayama1-2/+2
2008-02-21slabinfo: fall back from /sys/kernel/slab to /sys/slabChristoph Lameter1-1/+1
2008-02-07SLUB: Support for performance statisticsChristoph Lameter1-11/+138
2008-01-24kset: move /sys/slab to /sys/kernel/slabGreg Kroah-Hartman2-2/+2
2007-12-17Documentation: update hugetlb informationNishanth Aravamudan1-6/+29
2007-10-17Documentation/vm/slabinfo.c: clean up this codeWANG Cong1-12/+15
2007-10-17doc: move vm/00-INDEX to Documentation/vmDavid Rientjes1-0/+20
2007-10-16Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flagLee Schermerhorn1-17/+16
2007-08-22Document Linux Memory PolicyLee Schermerhorn1-0/+332
2007-08-09SLUB: Fix format specifier in Documentation/vm/slabinfo.cJesper Juhl1-1/+1
2007-07-17SLUB: change error reporting format to follow lockdep looselyChristoph Lameter1-48/+89
2007-07-16hugetlbfs: use lib/parser, fix docsRandy Dunlap1-5/+5
2007-07-16SLUB: support slub_debug on by defaultChristoph Lameter1-0/+2
2007-05-31SLUB: More documentationChristoph Lameter1-11/+124
2007-05-18slub: another slabinfo fixChristoph Lameter1-0/+9
2007-05-17SLUB: slabinfo fixesChristoph Lameter1-5/+12
2007-05-09SLUB: slabinfo upgradeChristoph Lameter1-74/+352
2007-05-07slub: add slabinfo toolChristoph Lameter1-0/+943
2007-05-07slub: user documentationChristoph Lameter1-0/+113
2006-10-03Documentation: remove duplicated wordsPaolo Ornati1-1/+1
2006-06-23[PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter1-16/+13
2006-06-23[PATCH] page migration: Update documentationChristoph Lameter1-58/+33
2006-04-19[PATCH] Doc: vm/hugetlbpage update-2Randy Dunlap1-1/+10
2006-04-11[PATCH] hugetlbfs doc. updateRandy Dunlap1-10/+10
2006-03-14[PATCH] Page migration documentation updateChristoph Lameter1-36/+82
2006-02-01[PATCH] Direct Migration V9: migrate_pages() extensionChristoph Lameter1-0/+129
2005-11-07[PATCH] perform maintenance on Documentation/vm/hugetlbpage.txtMuli Ben-Yehuda1-12/+13
2005-09-05[PATCH] swap: swap_lock replace list+deviceHugh Dickins1-8/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds5-0/+622