Age | Commit message (Expand) | Author |
2009-02-20 | SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants | Christoph Lameter |
2009-02-20 | percpu: implement new dynamic percpu allocator | Tejun Heo |
2009-02-20 | vmalloc: add un/map_kernel_range_noflush() | Tejun Heo |
2009-02-20 | vmalloc: implement vm_area_register_early() | Tejun Heo |
2009-02-20 | percpu: kill percpu_alloc() and friends | Tejun Heo |
2009-02-20 | vmalloc: call flush_cache_vunmap() from unmap_kernel_range() | Tejun Heo |
2009-02-19 | Merge branch 'linus' into tracing/blktrace | Ingo Molnar |
2009-02-18 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds |
2009-02-18 | mm: fix memmap init for handling memory hole | KAMEZAWA Hiroyuki |
2009-02-18 | mm: clean up for early_pfn_to_nid() | KAMEZAWA Hiroyuki |
2009-02-18 | mm: task dirty accounting fix | Nick Piggin |
2009-02-18 | vmalloc: add __get_vm_area_caller() | Benjamin Herrenschmidt |
2009-02-18 | block: fix bad definition of BIO_RW_SYNC | Jens Axboe |
2009-02-17 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2009-02-15 | lockdep: annotate reclaim context (__GFP_NOFS), fix | Ingo Molnar |
2009-02-14 | lockdep: annotate reclaim context (__GFP_NOFS) | Nick Piggin |
2009-02-13 | Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't... | Ingo Molnar |
2009-02-13 | Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86... | Ingo Molnar |
2009-02-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds |
2009-02-12 | Fix page writeback thinko, causing Berkeley DB slowdown | Nick Piggin |
2009-02-12 | mm: Export symbol ksize() | Kirill A. Shutemov |
2009-02-11 | mm: rearrange exit_mmap() to unlock before arch_exit_mmap | Jeremy Fitzhardinge |
2009-02-11 | writeback: fix break condition | Federico Cuello |
2009-02-11 | memcg: use __GFP_NOWARN in page cgroup allocation | KAMEZAWA Hiroyuki |
2009-02-11 | mm: fix mlocked page counter mismatch | MinChan Kim |
2009-02-11 | mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit arches | Sven Wegener |
2009-02-11 | migration: migrate_vmas should check "vma" | Daisuke Nishimura |
2009-02-11 | Do not account for hugetlbfs quota at mmap() time if mapping [SHM|MAP]_NORESERVE | Mel Gorman |
2009-02-11 | x86, ptrace, mm: fix double-free on race | Markus Metzger |
2009-02-10 | Do not account for the address space used by hugetlbfs using VM_ACCOUNT | Mel Gorman |
2009-02-10 | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core | Ingo Molnar |
2009-02-09 | Merge commit 'v2.6.29-rc4' into tracing/core | Ingo Molnar |
2009-02-08 | mm: fix error case in mlock downgrade reversion | Hugh Dickins |
2009-02-05 | do_wp_page: fix regression with execute in place | Carsten Otte |
2009-02-05 | Merge branches 'tracing/ftrace' and 'linus' into tracing/core | Ingo Molnar |
2009-02-03 | write-back: fix nr_to_write counter | Artem Bityutskiy |
2009-02-03 | Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing... | Ingo Molnar |
2009-02-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds |
2009-02-01 | Manually revert "mlock: downgrade mmap sem while populating mlocked regions" | Linus Torvalds |
2009-01-31 | Stop playing silly games with the VM_ACCOUNT flag | Linus Torvalds |
2009-01-30 | Allow opportunistic merging of VM_CAN_NONLINEAR areas | Linus Torvalds |
2009-01-29 | memcg: NULL pointer dereference at rmdir on some NUMA systems | KAMEZAWA Hiroyuki |
2009-01-29 | memcg: fix refcnt handling at swapoff | KAMEZAWA Hiroyuki |
2009-01-29 | memcg: get/put parents at create/free | Daisuke Nishimura |
2009-01-29 | Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segments | Linus Torvalds |
2009-01-28 | slub: fix per cpu kmem_cache_cpu array memory leak | David Rientjes |
2009-01-27 | uclinux: add process name to allocation error message | Greg Ungerer |
2009-01-21 | nommu: Stub in vm_map_ram()/vm_unmap_ram()/vm_unmap_aliases(). | Paul Mundt |
2009-01-18 | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc2' into tracing/core | Ingo Molnar |
2009-01-15 | memcg: fix a race when setting memory.swappiness | Li Zefan |