Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1373589
| From | Ebru Akagunduz <ebru.akagunduz@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 0/2] mm, thp: Fix unnecessarry resource consuming in swapin |
| Date | 2016-04-07 19:30 +0200 |
| Message-ID | <rllUJ-7og-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch series fixes unnecessarry resource consuming in khugepaged swapin and introduces a new function to calculate value of specific vm event. Ebru Akagunduz (2): mm, vmstat: calculate particular vm event mm, thp: avoid unnecessary swapin in khugepaged include/linux/vmstat.h | 6 ++++++ mm/huge_memory.c | 18 +++++++++++++++--- mm/vmstat.c | 12 ++++++++++++ 3 files changed, 33 insertions(+), 3 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v5 0/2] mm, thp: Fix unnecessarry resource consuming in swapin Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-04-07 19:30 +0200
[PATCH v5 1/2] mm, vmstat: calculate particular vm event Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-04-07 19:30 +0200
Re: [PATCH v5 1/2] mm, vmstat: calculate particular vm event Christoph Lameter <cl@linux.com> - 2016-04-07 22:20 +0200
csiph-web