| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 3 | -3/+3 |
* | Documentation/vm/page-types.c: auto debugfs mount for hwpoison operation | Chen Gong | 2011-03-22 | 1 | -4/+101 |
* | doc: CONFIG_UNEVICTABLE_LRU doesn't exist anymore | Michal Hocko | 2011-03-17 | 1 | -2/+1 |
* | thp: transparent hugepage support documentation | Andrea Arcangeli | 2011-01-13 | 1 | -0/+298 |
* | slub: Fix build breakage in Documentation/vm | Pekka Enberg | 2010-11-06 | 1 | -1/+1 |
* | slub: move slabinfo.c to tools/slub/slabinfo.c | Christoph Lameter | 2010-11-06 | 1 | -1364/+0 |
* | mm: highmem documentation | Peter Zijlstra | 2010-10-26 | 1 | -0/+162 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -1/+1 |
|\ |
|
| * | Doc: Fix typo s/packages/packaged | Nikanth Karthikesan | 2010-09-21 | 1 | -1/+1 |
* | | page-types.c: fix name of unpoison interface | Naoya Horiguchi | 2010-10-07 | 1 | -1/+1 |
|/ |
|
* | Documentation/vm: fix spelling in page-types.c | Tommi Rantala | 2010-08-05 | 1 | -1/+1 |
* | numa: update Documentation/vm/numa, add memoryless node info | Lee Schermerhorn | 2010-05-27 | 1 | -39/+147 |
* | Documentation/vm: use better value for MAP_HUGETLB | Carlo Marcelo Arenas Belon | 2010-05-24 | 1 | -1/+1 |
* | Documentation/: it's -> its where appropriate | Francis Galiegue | 2010-04-23 | 1 | -2/+2 |
* | Documentation/vm/: split txt and source files | Randy Dunlap | 2010-03-12 | 6 | -173/+209 |
* | failslab: add ability to filter slab caches | Dmitry Monakhov | 2010-02-26 | 1 | -0/+1 |
* | HWPOISON: Use correct name for MADV_HWPOISON in documentation | Andi Kleen | 2009-12-16 | 1 | -1/+1 |
* | HWPOISON: add memory cgroup filter | Andi Kleen | 2009-12-16 | 1 | -0/+16 |
* | HWPOISON: add page flags filter | Wu Fengguang | 2009-12-16 | 1 | -0/+10 |
* | HWPOISON: limit hwpoison injector to known page types | Wu Fengguang | 2009-12-16 | 1 | -1/+2 |
* | HWPOISON: add fs/device filters | Wu Fengguang | 2009-12-16 | 1 | -0/+7 |
* | HWPOISON: Add unpoisoning support | Wu Fengguang | 2009-12-16 | 1 | -2/+14 |
* | page-types: add standard GPL license header | Wu Fengguang | 2009-12-16 | 1 | -2/+13 |
* | ksm: remove unswappable max_kernel_pages | Hugh Dickins | 2009-12-15 | 1 | -15/+7 |
* | hugetlb: handle memory hot-plug events | Lee Schermerhorn | 2009-12-15 | 1 | -1/+2 |
* | hugetlb: use only nodes with memory for huge pages | Lee Schermerhorn | 2009-12-15 | 1 | -6/+6 |
* | hugetlb: update hugetlb documentation for NUMA controls | Lee Schermerhorn | 2009-12-15 | 1 | -85/+176 |
* | page-types: exit early when invoked with -d|--describe | Alex Chiang | 2009-12-15 | 1 | -2/+1 |
* | page-types: whitespace alignment | Alex Chiang | 2009-12-15 | 1 | -23/+23 |
* | page-types: learn to describe flags directly from command line | Alex Chiang | 2009-12-15 | 1 | -1/+20 |
* | page-types: unsigned cannot be less than 0 in add_page() | Roel Kluin | 2009-12-15 | 1 | -1/+1 |
* | page-types: constify read only arrays | Tommi Rantala | 2009-12-15 | 1 | -3/+3 |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 2 | -2/+2 |
|\ |
|
| * | doc: Fix a typo in slub.txt. | Justin P. Mattock | 2009-12-04 | 1 | -1/+1 |
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | | Merge branch 'hostprogs-wmissing-prototypes' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2009-11-17 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Documentation/vm/page-types.c: Declare checked_open static | Josh Triplett | 2009-11-15 | 1 | -1/+1 |
* | | Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2009-10-29 | 1 | -0/+136 |
|\ \
| |/
|/| |
|
| * | HWPOISON: Add brief hwpoison description to Documentation | Andi Kleen | 2009-10-04 | 1 | -0/+136 |
* | | page-types: add hwpoison/unpoison feature | Wu Fengguang | 2009-10-08 | 1 | -1/+72 |
* | | page-types: introduce kpageflags_flags() | Wu Fengguang | 2009-10-08 | 1 | -4/+11 |
* | | page-types: make voffset local variables | Wu Fengguang | 2009-10-08 | 1 | -18/+21 |
* | | page-types: make standalone pagemap/kpageflags read routines | Wu Fengguang | 2009-10-08 | 1 | -65/+89 |
* | | page-types: introduce checked_open() | Wu Fengguang | 2009-10-08 | 1 | -10/+14 |
* | | page-types: add GPL note | Wu Fengguang | 2009-10-08 | 1 | -1/+4 |
* | | pagemap: document KPF_KSM and show it in page-types | Wu Fengguang | 2009-10-08 | 2 | -0/+6 |
* | | pagemap: export KPF_HWPOISON | Wu Fengguang | 2009-10-08 | 2 | -0/+6 |
* | | ksm: more on default values | Hugh Dickins | 2009-10-08 | 1 | -6/+7 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-09-24 | 1 | -1/+1 |
|\ |
|
| * | truncate: new helpers | npiggin@suse.de | 2009-09-24 | 1 | -1/+1 |