| Commit message (Expand) | Author | Age | Files | Lines |
* | writeback: fix uninitialized task_ratelimit | Wu Fengguang | 2011-11-07 | 1 | -4/+4 |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-07 | 38 | -36/+33 |
|\ |
|
| * | mm: fix implicit stat.h usage in dmapool.c | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
| * | mm: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 30 | -30/+30 |
| * | mm: Add export.h for EXPORT_SYMBOL to active symbol exporters | Paul Gortmaker | 2011-10-31 | 2 | -0/+2 |
| * | mm: delete various needless include <linux/module.h> | Paul Gortmaker | 2011-10-31 | 6 | -6/+0 |
* | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-07 | 3 | -154/+560 |
|\ \ |
|
| * | | writeback: Add a 'reason' to wb_writeback_work | Curt Wohlgemuth | 2011-10-30 | 3 | -3/+6 |
| * | | writeback: trace event balance_dirty_pages | Wu Fengguang | 2011-10-30 | 1 | -0/+22 |
| * | | writeback: trace event bdi_dirty_ratelimit | Wu Fengguang | 2011-10-30 | 1 | -0/+2 |
| * | | writeback: fix ppc compile warnings on do_div(long long, unsigned long) | Wu Fengguang | 2011-10-11 | 1 | -8/+7 |
| * | | writeback: dirty position control - bdi reserve area | Wu Fengguang | 2011-10-03 | 1 | -0/+15 |
| * | | writeback: control dirty pause time | Wu Fengguang | 2011-10-03 | 1 | -1/+19 |
| * | | writeback: limit max dirty pause time | Wu Fengguang | 2011-10-03 | 1 | -2/+42 |
| * | | writeback: IO-less balance_dirty_pages() | Wu Fengguang | 2011-10-03 | 1 | -105/+56 |
| * | | writeback: per task dirty rate limit | Wu Fengguang | 2011-10-03 | 1 | -39/+50 |
| * | | writeback: stabilize bdi->dirty_ratelimit | Wu Fengguang | 2011-10-03 | 2 | -1/+71 |
| * | | writeback: dirty rate control | Wu Fengguang | 2011-10-03 | 2 | -2/+82 |
| * | | writeback: add bg_threshold parameter to __bdi_update_bandwidth() | Wu Fengguang | 2011-10-03 | 1 | -4/+7 |
| * | | writeback: dirty position control | Wu Fengguang | 2011-10-03 | 1 | -1/+190 |
| * | | writeback: account per-bdi accumulated dirtied pages | Wu Fengguang | 2011-10-03 | 2 | -0/+3 |
* | | | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2011-11-05 | 1 | -5/+4 |
|\ \ \ |
|
| * | | | block: initialize the bounce pool if high memory may be added later | David Vrabel | 2011-10-20 | 1 | -5/+4 |
| |/ / |
|
* | | | Merge branch 'akpm' (Andrew's incoming - part two) | Linus Torvalds | 2011-11-03 | 7 | -546/+641 |
|\ \ \ |
|
| * | | | mm/page_cgroup.c: quiet sparse noise | H Hartley Sweeten | 2011-11-03 | 1 | -1/+1 |
| * | | | memcg: Fix race condition in memcg_check_events() with this_cpu usage | Steven Rostedt | 2011-11-03 | 1 | -4/+6 |
| * | | | memcg: close race between charge and putback | Johannes Weiner | 2011-11-03 | 1 | -1/+20 |
| * | | | memcg: skip scanning active lists based on individual size | Johannes Weiner | 2011-11-03 | 2 | -36/+19 |
| * | | | memcg: do not expose uninitialized mem_cgroup_per_node to world | Igor Mammedov | 2011-11-03 | 1 | -1/+1 |
| * | | | memcg: fix oom schedule_timeout() | KAMEZAWA Hiroyuki | 2011-11-03 | 1 | -1/+1 |
| * | | | memcg: rename mem variable to memcg | Raghavendra K T | 2011-11-03 | 1 | -463/+467 |
| * | | | cgroup/kmemleak: Annotate alloc_page() for cgroup allocations | Steven Rostedt | 2011-11-03 | 1 | -2/+5 |
| * | | | mm: thp: tail page refcounting fix | Andrea Arcangeli | 2011-11-03 | 4 | -42/+126 |
* | | | | filesystems: add missing nlink wrappers | Miklos Szeredi | 2011-11-02 | 1 | -1/+1 |
|/ / / |
|
* | | | mm/vmstat.c: cache align vm_stat | Dimitri Sivanich | 2011-11-01 | 1 | -1/+1 |
* | | | mm: munlock use mapcount to avoid terrible overhead | Hugh Dickins | 2011-11-01 | 1 | -1/+9 |
* | | | mm/huge_memory: fix typo when updating mmu cache | Hillf Danton | 2011-11-01 | 1 | -1/+1 |
* | | | mm/huge_memory: fix copying user highpage | Hillf Danton | 2011-11-01 | 1 | -1/+1 |
* | | | mm: do not drain pagevecs for mlockall(MCL_FUTURE) | Christoph Lameter | 2011-11-01 | 1 | -1/+2 |
* | | | vmscan: abort reclaim/compaction if compaction can proceed | Mel Gorman | 2011-11-01 | 1 | -11/+21 |
* | | | vmscan: limit direct reclaim for higher order allocations | Rik van Riel | 2011-11-01 | 1 | -0/+16 |
* | | | vmscan: add barrier to prevent evictable page in unevictable list | Minchan Kim | 2011-11-01 | 2 | -5/+12 |
* | | | mm/huge_memory.c: quiet sparse noise | H Hartley Sweeten | 2011-11-01 | 1 | -1/+4 |
* | | | mm/mempolicy.c: quiet sparse noise | H Hartley Sweeten | 2011-11-01 | 1 | -1/+1 |
* | | | mm/thrash.c: quiet sparse noise | H Hartley Sweeten | 2011-11-01 | 1 | -1/+1 |
* | | | mm/memblock.c: quiet sparse noise | H Hartley Sweeten | 2011-11-01 | 1 | -1/+2 |
* | | | mm: disable user interface to manually rescue unevictable pages | Johannes Weiner | 2011-11-01 | 1 | -76/+8 |
* | | | vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node() | Kautuk Consul | 2011-11-01 | 1 | -2/+2 |
* | | | mm: fix kunmap_high() comment | Li Haifeng | 2011-11-01 | 1 | -1/+1 |
* | | | mm: compaction: make compact_zone_order() static | Kyungmin Park | 2011-11-01 | 1 | -1/+1 |