| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel: delete __cpuinit usage from all core kernel files | Paul Gortmaker | 2013-07-14 | 1 | -3/+3 |
* | mm/vmstat: add note on safety of drain_zonestat | Cody P Schafer | 2013-04-29 | 1 | -0/+4 |
* | mm: remove CONFIG_HOTPLUG ifdefs | Yijing Wang | 2013-04-29 | 1 | -2/+0 |
* | mm: add & use zone_end_pfn() and zone_spans_pfn() | Cody P Schafer | 2013-02-23 | 1 | -1/+1 |
* | mm: don't wait on congested zones in balance_pgdat() | Zlatko Calusic | 2013-02-23 | 1 | -1/+0 |
* | mm: remove MIGRATE_ISOLATE check in hotpath | Minchan Kim | 2013-02-23 | 1 | -0/+2 |
* | mm: use zone->present_pages instead of zone->managed_pages where appropriate | Jiang Liu | 2013-02-23 | 1 | -1/+1 |
* | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-12-16 | 1 | -3/+13 |
|\ |
|
| * | mm: numa: Add pte updates, hinting and migration stats | Mel Gorman | 2012-12-11 | 1 | -0/+6 |
| * | mm: compaction: Add scanned and isolated counters for compaction | Mel Gorman | 2012-12-11 | 1 | -0/+3 |
| * | mm: compaction: Move migration fail/success stats to migrate.c | Mel Gorman | 2012-12-11 | 1 | -3/+4 |
* | | mm: introduce new field "managed_pages" to struct zone | Jiang Liu | 2012-12-12 | 1 | -2/+4 |
* | | vmstat: use N_MEMORY instead N_HIGH_MEMORY | Lai Jiangshan | 2012-12-12 | 1 | -2/+2 |
* | | thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED events | Kirill A. Shutemov | 2012-12-12 | 1 | -0/+2 |
|/ |
|
* | mm: remove unevictable_pgs_mlockfreed | Hugh Dickins | 2012-10-09 | 1 | -1/+0 |
* | memory-hotplug: fix zone stat mismatch | Minchan Kim | 2012-10-09 | 1 | -0/+12 |
* | mm: remove free_page_mlock | Hugh Dickins | 2012-10-09 | 1 | -1/+1 |
* | cma: count free CMA pages | Bartlomiej Zolnierkiewicz | 2012-10-09 | 1 | -0/+1 |
* | workqueue: make deferrable delayed_work initializer names consistent | Tejun Heo | 2012-08-21 | 1 | -1/+1 |
* | mm: account for the number of times direct reclaimers get throttled | Mel Gorman | 2012-07-31 | 1 | -0/+1 |
* | mm/vmstat.c: remove debug fs entries on failure of file creation and made ext... | Sasikantha babu | 2012-05-29 | 1 | -3/+7 |
* | mm: mmzone: MIGRATE_CMA migration type added | Michal Nazarewicz | 2012-05-21 | 1 | -0/+3 |
* | mm: fix up the vmscan stat in vmstat | Ying Han | 2012-04-25 | 1 | -2/+2 |
* | mm,x86,um: move CMPXCHG_LOCAL config option | Heiko Carstens | 2012-01-12 | 1 | -1/+1 |
* | mm/vmstat.c: cache align vm_stat | Dimitri Sivanich | 2011-10-31 | 1 | -1/+1 |
* | mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completes | Mel Gorman | 2011-10-31 | 1 | -1/+1 |
* | mm: vmscan: do not writeback filesystem pages in direct reclaim | Mel Gorman | 2011-10-31 | 1 | -0/+1 |
* | numa: fix NUMA compile error when sysfs and procfs are disabled | David Rientjes | 2011-09-14 | 1 | -2/+2 |
* | mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occur | KOSAKI Motohiro | 2011-05-25 | 1 | -2/+1 |
* | mm: per-node vmstat: show proper vmstats | KOSAKI Motohiro | 2011-05-25 | 1 | -129/+132 |
* | mm: add VM counters for transparent hugepages | Andi Kleen | 2011-04-14 | 1 | -0/+9 |
* | vmstat: update comment regarding stat_threshold | Christoph Lameter | 2011-04-14 | 1 | -3/+6 |
* | mm: add __GFP_OTHER_NODE flag | Andi Kleen | 2011-03-22 | 1 | -2/+7 |
* | thp: transparent hugepage vmstat | Andrea Arcangeli | 2011-01-13 | 1 | -0/+1 |
* | mm: vmstat: use a single setter function and callback for adjusting percpu th... | Mel Gorman | 2011-01-13 | 1 | -29/+7 |
* | mm: page allocator: adjust the per-cpu counter threshold when memory is low | Mel Gorman | 2011-01-13 | 1 | -1/+67 |
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-01-07 | 1 | -36/+113 |
|\ |
|
| * | vmstat: User per cpu atomics to avoid interrupt disable / enable | Christoph Lameter | 2010-12-18 | 1 | -14/+87 |
| * | vmstat: Use this_cpu_inc_return for vm statistics | Christoph Lameter | 2010-12-17 | 1 | -6/+2 |
| * | vmstat: Optimize zone counter modifications through the use of this cpu opera... | Christoph Lameter | 2010-12-17 | 1 | -20/+28 |
* | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2011-01-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela... | Tejun Heo | 2010-12-15 | 1 | -1/+1 |
* | | vmstat: fix dirty threshold ordering | Wu Fengguang | 2010-12-02 | 1 | -2/+2 |
|/ |
|
* | vmstat: fix offset calculation on void* | Wu Fengguang | 2010-11-03 | 1 | -1/+1 |
* | vmstat: include compaction.h when CONFIG_COMPACTION | Namhyung Kim | 2010-10-26 | 1 | -0/+2 |
* | writeback: report dirty thresholds in /proc/vmstat | Michael Rubin | 2010-10-26 | 1 | -14/+25 |
* | writeback: add nr_dirtied and nr_written to /proc/vmstat | Michael Rubin | 2010-10-26 | 1 | -0/+3 |
* | mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ... | Christoph Lameter | 2010-09-09 | 1 | -1/+14 |
* | vmstat: update zone stat threshold when onlining a cpu | KAMEZAWA Hiroyuki | 2010-09-09 | 1 | -0/+1 |
* | vmscan: kill prev_priority completely | KOSAKI Motohiro | 2010-08-09 | 1 | -2/+0 |