| Commit message (Expand) | Author | Age |
* | mm: fix up some user-visible effects of the stack guard page | Linus Torvalds | 2010-08-15 |
* | mm/page-writeback: fix non-kernel-doc function comments | Randy Dunlap | 2010-08-14 |
* | mm: fix page table unmap for stack guard page properly | Linus Torvalds | 2010-08-14 |
* | NOMMU: Remove an extraneous no_printk() | David Howells | 2010-08-13 |
* | mm: fix missing page table unmap for stack guard page failure case | Linus Torvalds | 2010-08-13 |
* | mm: keep a guard page below a grow-down stack segment | Linus Torvalds | 2010-08-12 |
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2010-08-12 |
|\ |
|
| * | hugetlb: add missing unlock in avoidcopy path in hugetlb_cow() | Naoya Horiguchi | 2010-08-11 |
| * | hwpoison: rename CONFIG | Naoya Horiguchi | 2010-08-11 |
| * | HWPOISON, hugetlb: support hwpoison injection for hugepage | Naoya Horiguchi | 2010-08-11 |
| * | HWPOISON, hugetlb: detect hwpoison in hugetlb code | Naoya Horiguchi | 2010-08-11 |
| * | HWPOISON, hugetlb: isolate corrupted hugepage | Naoya Horiguchi | 2010-08-11 |
| * | HWPOISON, hugetlb: maintain mce_bad_pages in handling hugepage error | Naoya Horiguchi | 2010-08-11 |
| * | HWPOISON, hugetlb: set/clear PG_hwpoison bits on hugepage | Naoya Horiguchi | 2010-08-11 |
| * | HWPOISON, hugetlb: enable error handling path for hugepage | Naoya Horiguchi | 2010-08-11 |
| * | hugetlb, rmap: add reverse mapping for hugepage | Naoya Horiguchi | 2010-08-11 |
* | | Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2010-08-12 |
|\ \ |
|
| * | | vmap: add flag to allow lazy unmap to be disabled at runtime | Jeremy Fitzhardinge | 2010-07-27 |
* | | | writeback: add comment to the dirty limit functions | Wu Fengguang | 2010-08-12 |
* | | | writeback: avoid unnecessary calculation of bdi dirty thresholds | Wu Fengguang | 2010-08-12 |
* | | | writeback: balance_dirty_pages(): reduce calls to global_page_state | Wu Fengguang | 2010-08-12 |
* | | | mm: fix fatal kernel-doc error | Randy Dunlap | 2010-08-12 |
* | | | memcg: convert to use zone_to_nid() from bare zone->zone_pgdat->node_id | KOSAKI Motohiro | 2010-08-11 |
* | | | memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim() | KOSAKI Motohiro | 2010-08-11 |
* | | | memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemask | KOSAKI Motohiro | 2010-08-11 |
* | | | memcg: kill unnecessary initialization in mem_cgroup_shrink_node_zone() | KOSAKI Motohiro | 2010-08-11 |
* | | | memcg: sc.nr_to_reclaim should be initialized | KOSAKI Motohiro | 2010-08-11 |
* | | | memcg: avoid css_get() | KAMEZAWA Hiroyuki | 2010-08-11 |
* | | | memcg: use find_lock_task_mm() in memory cgroups oom | KAMEZAWA Hiroyuki | 2010-08-11 |
* | | | memcg: remove mem from arg of charge_common | Daisuke Nishimura | 2010-08-11 |
* | | | memcg: remove redundant code | Daisuke Nishimura | 2010-08-11 |
* | | | memcg: clean up waiting move acct | KAMEZAWA Hiroyuki | 2010-08-11 |
* | | | memcg: clean up try_charge main loop | KAMEZAWA Hiroyuki | 2010-08-11 |
* | | | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-08-10 |
|\ \ \ |
|
| * | | | writeback: fix bad _bh spinlock nesting | Jens Axboe | 2010-08-07 |
| * | | | writeback: cleanup bdi_register | Artem Bityutskiy | 2010-08-07 |
| * | | | writeback: add new tracepoints | Artem Bityutskiy | 2010-08-07 |
| * | | | writeback: remove unnecessary init_timer call | Artem Bityutskiy | 2010-08-07 |
| * | | | writeback: optimize periodic bdi thread wakeups | Artem Bityutskiy | 2010-08-07 |
| * | | | writeback: prevent unnecessary bdi threads wakeups | Artem Bityutskiy | 2010-08-07 |
| * | | | writeback: move bdi threads exiting logic to the forker thread | Artem Bityutskiy | 2010-08-07 |
| * | | | writeback: restructure bdi forker loop a little | Artem Bityutskiy | 2010-08-07 |
| * | | | writeback: do not remove bdi from bdi_list | Artem Bityutskiy | 2010-08-07 |
| * | | | writeback: simplify bdi code a little | Artem Bityutskiy | 2010-08-07 |
| * | | | writeback: do not lose wake-ups in the forker thread - 2 | Artem Bityutskiy | 2010-08-07 |
| * | | | writeback: do not lose wake-ups in the forker thread - 1 | Artem Bityutskiy | 2010-08-07 |
| * | | | writeback: fix possible race when creating bdi threads | Artem Bityutskiy | 2010-08-07 |
| * | | | writeback: harmonize writeback threads naming | Artem Bityutskiy | 2010-08-07 |
| * | | | writeback: Add tracing to write_cache_pages | Dave Chinner | 2010-08-07 |
| * | | | writeback: Add tracing to balance_dirty_pages | Dave Chinner | 2010-08-07 |