search for: vm_event_item

Displaying 20 results from an estimated 24 matches for "vm_event_item".

2012 Jun 28
6
[PATCH v2 0/4] make balloon pages movable by compaction
..._balloon: introduce migration primitives to balloon pages mm: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 142 +++++++++++++++++++++++++++++++++++---- include/linux/mm.h | 16 +++++ include/linux/virtio_balloon.h | 6 ++ include/linux/vm_event_item.h | 2 + mm/compaction.c | 111 ++++++++++++++++++++++++------ mm/migrate.c | 32 ++++++++- mm/vmstat.c | 4 ++ 7 files changed, 280 insertions(+), 33 deletions(-) V2: address Mel Gorman's review comments TODO: - check on nami...
2012 Jun 28
6
[PATCH v2 0/4] make balloon pages movable by compaction
..._balloon: introduce migration primitives to balloon pages mm: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 142 +++++++++++++++++++++++++++++++++++---- include/linux/mm.h | 16 +++++ include/linux/virtio_balloon.h | 6 ++ include/linux/vm_event_item.h | 2 + mm/compaction.c | 111 ++++++++++++++++++++++++------ mm/migrate.c | 32 ++++++++- mm/vmstat.c | 4 ++ 7 files changed, 280 insertions(+), 33 deletions(-) V2: address Mel Gorman's review comments TODO: - check on nami...
2012 Nov 07
8
[PATCH v11 0/7] make balloon pages movable by compaction
...| 2 +- fs/nilfs2/page.c | 2 +- include/linux/balloon_compaction.h | 220 ++++++++++++++++++++++++++++++ include/linux/fs.h | 2 +- include/linux/migrate.h | 19 +++ include/linux/pagemap.h | 16 +++ include/linux/vm_event_item.h | 8 +- mm/Kconfig | 15 ++ mm/Makefile | 1 + mm/balloon_compaction.c | 271 +++++++++++++++++++++++++++++++++++++ mm/compaction.c | 27 +++- mm/migrate.c | 77 +++++++++-- mm/page_allo...
2012 Nov 07
8
[PATCH v11 0/7] make balloon pages movable by compaction
...| 2 +- fs/nilfs2/page.c | 2 +- include/linux/balloon_compaction.h | 220 ++++++++++++++++++++++++++++++ include/linux/fs.h | 2 +- include/linux/migrate.h | 19 +++ include/linux/pagemap.h | 16 +++ include/linux/vm_event_item.h | 8 +- mm/Kconfig | 15 ++ mm/Makefile | 1 + mm/balloon_compaction.c | 271 +++++++++++++++++++++++++++++++++++++ mm/compaction.c | 27 +++- mm/migrate.c | 77 +++++++++-- mm/page_allo...
2012 Jun 25
5
[PATCH 0/4] make balloon pages movable by compaction
..._balloon: introduce migration primitives to balloon pages mm: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 142 +++++++++++++++++++++++++++++++++++---- include/linux/mm.h | 17 +++++ include/linux/virtio_balloon.h | 6 ++ include/linux/vm_event_item.h | 2 + mm/compaction.c | 74 ++++++++++++++++++++ mm/migrate.c | 32 ++++++++- mm/vmstat.c | 4 ++ 7 files changed, 263 insertions(+), 14 deletions(-) Preliminary test results: (2 VCPU 1024mB RAM KVM guest running 3.5.0_rc4+) *...
2012 Jun 25
5
[PATCH 0/4] make balloon pages movable by compaction
..._balloon: introduce migration primitives to balloon pages mm: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 142 +++++++++++++++++++++++++++++++++++---- include/linux/mm.h | 17 +++++ include/linux/virtio_balloon.h | 6 ++ include/linux/vm_event_item.h | 2 + mm/compaction.c | 74 ++++++++++++++++++++ mm/migrate.c | 32 ++++++++- mm/vmstat.c | 4 ++ 7 files changed, 263 insertions(+), 14 deletions(-) Preliminary test results: (2 VCPU 1024mB RAM KVM guest running 3.5.0_rc4+) *...
2012 Jul 17
3
[PATCH v4 0/3] make balloon pages movable by compaction
...o_balloon: introduce migration primitives to balloon pages mm: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 146 ++++++++++++++++++++++++++++++++++++--- include/linux/mm.h | 15 ++++ include/linux/virtio_balloon.h | 4 ++ include/linux/vm_event_item.h | 2 + mm/compaction.c | 127 +++++++++++++++++++++++++++++----- mm/migrate.c | 32 ++++++++- mm/vmstat.c | 4 ++ 7 files changed, 302 insertions(+), 28 deletions(-) Change log: v4: * address Rusty Russel's review comments o...
2012 Jul 17
3
[PATCH v4 0/3] make balloon pages movable by compaction
...o_balloon: introduce migration primitives to balloon pages mm: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 146 ++++++++++++++++++++++++++++++++++++--- include/linux/mm.h | 15 ++++ include/linux/virtio_balloon.h | 4 ++ include/linux/vm_event_item.h | 2 + mm/compaction.c | 127 +++++++++++++++++++++++++++++----- mm/migrate.c | 32 ++++++++- mm/vmstat.c | 4 ++ 7 files changed, 302 insertions(+), 28 deletions(-) Change log: v4: * address Rusty Russel's review comments o...
2012 Jul 03
4
[PATCH v3 0/4] make balloon pages movable by compaction
..._balloon: introduce migration primitives to balloon pages mm: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 142 +++++++++++++++++++++++++++++++++++---- include/linux/mm.h | 15 +++++ include/linux/virtio_balloon.h | 4 ++ include/linux/vm_event_item.h | 2 + mm/compaction.c | 127 ++++++++++++++++++++++++++++------ mm/migrate.c | 32 ++++++++- mm/vmstat.c | 4 ++ 7 files changed, 293 insertions(+), 33 deletions(-) Changelog: V3: address reviwers nitpick suggestions (Mel, Minch...
2012 Jul 03
4
[PATCH v3 0/4] make balloon pages movable by compaction
..._balloon: introduce migration primitives to balloon pages mm: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 142 +++++++++++++++++++++++++++++++++++---- include/linux/mm.h | 15 +++++ include/linux/virtio_balloon.h | 4 ++ include/linux/vm_event_item.h | 2 + mm/compaction.c | 127 ++++++++++++++++++++++++++++------ mm/migrate.c | 32 ++++++++- mm/vmstat.c | 4 ++ 7 files changed, 293 insertions(+), 33 deletions(-) Changelog: V3: address reviwers nitpick suggestions (Mel, Minch...
2012 Aug 08
5
[PATCH v6 0/3] make balloon pages movable by compaction
...io_balloon: introduce migration primitives to balloon pages mm: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 139 +++++++++++++++++++++++++++++++++++++--- include/linux/mm.h | 17 +++++ include/linux/virtio_balloon.h | 4 ++ include/linux/vm_event_item.h | 2 + mm/compaction.c | 132 ++++++++++++++++++++++++++++++++------ mm/migrate.c | 32 ++++++++- mm/vmstat.c | 4 ++ 7 files changed, 302 insertions(+), 28 deletions(-) Change log: v6: * rename 'is_balloon_page()' to 'mo...
2012 Aug 08
5
[PATCH v6 0/3] make balloon pages movable by compaction
...io_balloon: introduce migration primitives to balloon pages mm: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 139 +++++++++++++++++++++++++++++++++++++--- include/linux/mm.h | 17 +++++ include/linux/virtio_balloon.h | 4 ++ include/linux/vm_event_item.h | 2 + mm/compaction.c | 132 ++++++++++++++++++++++++++++++++------ mm/migrate.c | 32 ++++++++- mm/vmstat.c | 4 ++ 7 files changed, 302 insertions(+), 28 deletions(-) Change log: v6: * rename 'is_balloon_page()' to 'mo...
2012 Aug 06
6
[PATCH v5 0/3] make balloon pages movable by compaction
...balloon: introduce migration primitives to balloon pages mm: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 139 +++++++++++++++++++++++++++++++++++++--- include/linux/mm.h | 26 ++++++++ include/linux/virtio_balloon.h | 4 ++ include/linux/vm_event_item.h | 2 + mm/compaction.c | 131 +++++++++++++++++++++++++++++++------ mm/migrate.c | 34 +++++++++- mm/vmstat.c | 4 ++ 7 files changed, 312 insertions(+), 28 deletions(-) Change log: v5: * address Andrew Morton's review comments o...
2012 Aug 06
6
[PATCH v5 0/3] make balloon pages movable by compaction
...balloon: introduce migration primitives to balloon pages mm: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 139 +++++++++++++++++++++++++++++++++++++--- include/linux/mm.h | 26 ++++++++ include/linux/virtio_balloon.h | 4 ++ include/linux/vm_event_item.h | 2 + mm/compaction.c | 131 +++++++++++++++++++++++++++++++------ mm/migrate.c | 34 +++++++++- mm/vmstat.c | 4 ++ 7 files changed, 312 insertions(+), 28 deletions(-) Change log: v5: * address Andrew Morton's review comments o...
2012 Aug 10
10
[PATCH v7 0/4] make balloon pages movable by compaction
...ck_movable_pages() mm: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 139 +++++++++++++++++++++++++++++++++++++--- include/linux/migrate.h | 2 + include/linux/mm.h | 17 +++++ include/linux/virtio_balloon.h | 4 ++ include/linux/vm_event_item.h | 8 ++- mm/compaction.c | 131 +++++++++++++++++++++++++++++++------ mm/migrate.c | 51 ++++++++++++++- mm/page_alloc.c | 2 +- mm/vmstat.c | 10 ++- 9 files changed, 331 insertions(+), 33 deletions(-) Change log: v7...
2012 Aug 10
10
[PATCH v7 0/4] make balloon pages movable by compaction
...ck_movable_pages() mm: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 139 +++++++++++++++++++++++++++++++++++++--- include/linux/migrate.h | 2 + include/linux/mm.h | 17 +++++ include/linux/virtio_balloon.h | 4 ++ include/linux/vm_event_item.h | 8 ++- mm/compaction.c | 131 +++++++++++++++++++++++++++++++------ mm/migrate.c | 51 ++++++++++++++- mm/page_alloc.c | 2 +- mm/vmstat.c | 10 ++- 9 files changed, 331 insertions(+), 33 deletions(-) Change log: v7...
2012 Aug 21
7
[PATCH v8 0/5] make balloon pages movable by compaction
...dd vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 212 +++++++++++++++++++++++++++++++++++-- include/linux/balloon_compaction.h | 113 ++++++++++++++++++++ include/linux/migrate.h | 2 + include/linux/pagemap.h | 18 ++++ include/linux/vm_event_item.h | 8 +- mm/Kconfig | 15 +++ mm/Makefile | 2 +- mm/balloon_compaction.c | 147 +++++++++++++++++++++++++ mm/compaction.c | 51 +++++---- mm/migrate.c | 52 ++++++++- mm/page_alloc.c...
2012 Aug 21
7
[PATCH v8 0/5] make balloon pages movable by compaction
...dd vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 212 +++++++++++++++++++++++++++++++++++-- include/linux/balloon_compaction.h | 113 ++++++++++++++++++++ include/linux/migrate.h | 2 + include/linux/pagemap.h | 18 ++++ include/linux/vm_event_item.h | 8 +- mm/Kconfig | 15 +++ mm/Makefile | 2 +- mm/balloon_compaction.c | 147 +++++++++++++++++++++++++ mm/compaction.c | 51 +++++---- mm/migrate.c | 52 ++++++++- mm/page_alloc.c...
2012 Aug 25
8
[PATCH v9 0/5] make balloon pages movable by compaction
...: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 287 ++++++++++++++++++++++++++++++++++--- include/linux/balloon_compaction.h | 137 ++++++++++++++++++ include/linux/migrate.h | 2 + include/linux/pagemap.h | 18 +++ include/linux/vm_event_item.h | 8 +- mm/Kconfig | 15 ++ mm/Makefile | 2 +- mm/balloon_compaction.c | 174 ++++++++++++++++++++++ mm/compaction.c | 51 ++++--- mm/migrate.c | 57 +++++++- mm/page_alloc.c...
2012 Aug 25
8
[PATCH v9 0/5] make balloon pages movable by compaction
...: add vm event counters for balloon pages compaction drivers/virtio/virtio_balloon.c | 287 ++++++++++++++++++++++++++++++++++--- include/linux/balloon_compaction.h | 137 ++++++++++++++++++ include/linux/migrate.h | 2 + include/linux/pagemap.h | 18 +++ include/linux/vm_event_item.h | 8 +- mm/Kconfig | 15 ++ mm/Makefile | 2 +- mm/balloon_compaction.c | 174 ++++++++++++++++++++++ mm/compaction.c | 51 ++++--- mm/migrate.c | 57 +++++++- mm/page_alloc.c...