| Commit message (Expand) | Author | Age |
* | NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff() | David Howells | 2009-10-31 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-10-29 |
|\ |
|
| * | percpu: allow pcpu_alloc() to be called with IRQs off | Jiri Kosina | 2009-10-28 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-10-29 |
|\ \ |
|
| * | | backing-dev: ensure that a removed bdi no longer has super_block referencing it | Jens Axboe | 2009-10-29 |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-10-29 |
|\ \ \ |
|
| * | | | powerpc: Limit memory hotplug support to PPC64 Book-3S machines | Kumar Gala | 2009-10-27 |
| |/ / |
|
* | | | Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2009-10-29 |
|\ \ \ |
|
| * | | | HWPOISON: fix invalid page count in printk output | Wu Fengguang | 2009-10-19 |
| * | | | HWPOISON: fix oops on ksm pages | Hugh Dickins | 2009-10-19 |
| * | | | HWPOISON: Fix page count leak in hwpoison late kill in do_swap_page | Andi Kleen | 2009-10-19 |
| * | | | HWPOISON: return early on non-LRU pages | Wu Fengguang | 2009-10-19 |
* | | | | mm: don't call pte_unmap() against an improper pte | Daisuke Nishimura | 2009-10-29 |
* | | | | mm: fix sparsemem configuration | Russell King | 2009-10-29 |
* | | | | vmscan: order evictable rescue in LRU putback | Johannes Weiner | 2009-10-29 |
* | | | | do_mbind(): fix memory leak | KOSAKI Motohiro | 2009-10-29 |
* | | | | mbind(): fix leak of never putback pages | KOSAKI Motohiro | 2009-10-29 |
* | | | | vmscan: limit VM_EXEC protection to file pages | Wu Fengguang | 2009-10-29 |
* | | | | revert "mm: oom analysis: add buffer cache information to show_free_areas()" | Andrew Morton | 2009-10-29 |
* | | | | congestion_wait(): don't use WRITE | KOSAKI Motohiro | 2009-10-29 |
* | | | | hwpoison: fix oops on ksm pages | Hugh Dickins | 2009-10-29 |
| |/ /
|/| | |
|
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-10-13 |
|\ \ \ |
|
| * | | | writeback: kill space in debugfs item name | Wu Fengguang | 2009-10-09 |
| * | | | writeback: account IO throttling wait as iowait | Wu Fengguang | 2009-10-09 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-10-13 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | percpu: fix compile warnings | Tejun Heo | 2009-10-12 |
* | | | | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 |
* | | | | kmemleak: Check for NULL pointer returned by create_object() | Catalin Marinas | 2009-10-09 |
* | | | | kmemleak: Use GFP_ATOMIC for early_alloc(). | Tetsuo Handa | 2009-10-09 |
* | | | | Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/... | Linus Torvalds | 2009-10-08 |
|\ \ \ \ |
|
| * | | | | mm, perf_event: Make vmalloc_user() align base kernel virtual address to SHMLBA | David Miller | 2009-10-08 |
* | | | | | mm: includecheck fix: vmalloc.c | Jaswinder Singh Rajput | 2009-10-08 |
* | | | | | ksm: more on default values | Hugh Dickins | 2009-10-08 |
| |_|/ /
|/| | | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-10-04 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | swapfile: avoid NULL pointer dereference in swapon when s_bdev is NULL | Suresh Jayaraman | 2009-10-01 |
| |/ / |
|
* | | | memcg: reduce check for softlimit excess | KAMEZAWA Hiroyuki | 2009-10-01 |
* | | | memcg: some modification to softlimit under hierarchical memory reclaim. | KAMEZAWA Hiroyuki | 2009-10-01 |
* | | | memcg: fix refcnt going negative | KAMEZAWA Hiroyuki | 2009-10-01 |
* | | | mm/rmap.c: fix comment | Huang Shijie | 2009-10-01 |
| |/
|/| |
|
* | | percpu: make allocation failures more verbose | Tejun Heo | 2009-09-28 |
* | | percpu: make pcpu_setup_first_chunk() failures more verbose | Tejun Heo | 2009-09-28 |
* | | percpu: make embedding first chunk allocator check vmalloc space size | Tejun Heo | 2009-09-28 |
* | | percpu: make pcpu_build_alloc_info() clear static buffers | Tejun Heo | 2009-09-28 |
* | | percpu: fix unit_map[] verification in pcpu_setup_first_chunk() | Tejun Heo | 2009-09-28 |
|/ |
|
* | const: mark struct vm_struct_operations | Alexey Dobriyan | 2009-09-27 |
* | x86: Fix hwpoison code related build failure on 32-bit NUMAQ | Linus Torvalds | 2009-09-27 |
* | writeback: pass in super_block to bdi_start_writeback() | Jens Axboe | 2009-09-25 |
* | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-09-25 |
|\ |
|
| * | writeback: get rid to incorrect references to pdflush in comments | Jens Axboe | 2009-09-25 |
| * | writeback: stop background writeback when below background threshold | Wu Fengguang | 2009-09-25 |