index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
vm
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-26
failslab: add ability to filter slab caches
Dmitry Monakhov
1
-0
/
+1
2009-12-16
HWPOISON: Use correct name for MADV_HWPOISON in documentation
Andi Kleen
1
-1
/
+1
2009-12-16
HWPOISON: add memory cgroup filter
Andi Kleen
1
-0
/
+16
2009-12-16
HWPOISON: add page flags filter
Wu Fengguang
1
-0
/
+10
2009-12-16
HWPOISON: limit hwpoison injector to known page types
Wu Fengguang
1
-1
/
+2
2009-12-16
HWPOISON: add fs/device filters
Wu Fengguang
1
-0
/
+7
2009-12-16
HWPOISON: Add unpoisoning support
Wu Fengguang
1
-2
/
+14
2009-12-16
page-types: add standard GPL license header
Wu Fengguang
1
-2
/
+13
2009-12-15
ksm: remove unswappable max_kernel_pages
Hugh Dickins
1
-15
/
+7
2009-12-15
hugetlb: handle memory hot-plug events
Lee Schermerhorn
1
-1
/
+2
2009-12-15
hugetlb: use only nodes with memory for huge pages
Lee Schermerhorn
1
-6
/
+6
2009-12-15
hugetlb: update hugetlb documentation for NUMA controls
Lee Schermerhorn
1
-85
/
+176
2009-12-15
page-types: exit early when invoked with -d|--describe
Alex Chiang
1
-2
/
+1
2009-12-15
page-types: whitespace alignment
Alex Chiang
1
-23
/
+23
2009-12-15
page-types: learn to describe flags directly from command line
Alex Chiang
1
-1
/
+20
2009-12-15
page-types: unsigned cannot be less than 0 in add_page()
Roel Kluin
1
-1
/
+1
2009-12-15
page-types: constify read only arrays
Tommi Rantala
1
-3
/
+3
2009-12-07
Merge branch 'for-next' into for-linus
Jiri Kosina
2
-2
/
+2
2009-12-04
doc: Fix a typo in slub.txt.
Justin P. Mattock
1
-1
/
+1
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-1
/
+1
2009-11-17
Merge branch 'hostprogs-wmissing-prototypes' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2009-11-16
Documentation/vm/page-types.c: Declare checked_open static
Josh Triplett
1
-1
/
+1
2009-10-29
Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+136
2009-10-08
page-types: add hwpoison/unpoison feature
Wu Fengguang
1
-1
/
+72
2009-10-08
page-types: introduce kpageflags_flags()
Wu Fengguang
1
-4
/
+11
2009-10-08
page-types: make voffset local variables
Wu Fengguang
1
-18
/
+21
2009-10-08
page-types: make standalone pagemap/kpageflags read routines
Wu Fengguang
1
-65
/
+89
2009-10-08
page-types: introduce checked_open()
Wu Fengguang
1
-10
/
+14
2009-10-08
page-types: add GPL note
Wu Fengguang
1
-1
/
+4
2009-10-08
pagemap: document KPF_KSM and show it in page-types
Wu Fengguang
2
-0
/
+6
2009-10-08
pagemap: export KPF_HWPOISON
Wu Fengguang
2
-0
/
+6
2009-10-08
ksm: more on default values
Hugh Dickins
1
-6
/
+7
2009-10-04
HWPOISON: Add brief hwpoison description to Documentation
Andi Kleen
1
-0
/
+136
2009-09-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2009-09-24
page-types: add feature for walking process address space
Wu Fengguang
1
-20
/
+180
2009-09-24
Documentation/vm/.gitignore: add page-types
Josh Triplett
1
-0
/
+1
2009-09-24
truncate: new helpers
npiggin@suse.de
1
-1
/
+1
2009-09-23
Documentation/: fix warnings from -Wmissing-prototypes in HOSTCFLAGS
Ladinu Chandrasinghe
2
-60
/
+60
2009-09-22
hugetlb: add MAP_HUGETLB example
Eric B Munson
3
-6
/
+87
2009-09-22
ksm: add some documentation
Hugh Dickins
2
-0
/
+91
2009-09-22
hugetlb: clean up and update huge pages documentation
Lee Schermerhorn
1
-46
/
+87
2009-07-10
slub: add option to disable higher order debugging slabs
David Rientjes
1
-0
/
+10
2009-06-17
Documentation/vm/Makefile: don't try to build slqbinfo
Andrew Morton
1
-1
/
+1
2009-06-17
pagemap: add page-types tool
Wu Fengguang
2
-1
/
+699
2009-06-17
pagemap: document 9 more exported page flags
Wu Fengguang
1
-0
/
+62
2009-06-17
pagemap: document clarifications
Wu Fengguang
1
-3
/
+3
2009-06-17
page allocator: use allocation flags as an index to the zone watermark
Mel Gorman
1
-9
/
+9
2009-04-14
mm: add documentation describing what tsk->active_mm means vs tsk->mm
Michael Ellerman
2
-0
/
+85
2009-04-14
mm: reformat the Unevictable-LRU documentation
David Howells
1
-469
/
+572
2009-04-09
tracing: consolidate documents
Li Zefan
1
-126
/
+0
[next]