| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | [PATCH] mm: __GFP_NOFAIL fix | Kirill Korotaev | 2005-11-13 | 1 | -0/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2005-11-11 | 1 | -1/+1 |
|\ \ |
|
| * | | mm/slab.c: fix a comment typo | Adrian Bunk | 2005-11-08 | 1 | -1/+1 |
* | | | [PATCH] Don't print per-cpu vm stats for offline cpus. | Dave Jones | 2005-11-10 | 1 | -1/+1 |
|/ / |
|
* | | [PATCH] mm/swap_state.c: unexport swapper_space | Adrian Bunk | 2005-11-07 | 1 | -1/+0 |
* | | [PATCH] mm/swapfile.c: unexport total_swap_pages | Adrian Bunk | 2005-11-07 | 1 | -2/+0 |
* | | [PATCH] mm/swap.c: unexport vm_acct_memory | Adrian Bunk | 2005-11-07 | 1 | -1/+0 |
* | | [PATCH] unexport nr_swap_pages | Adrian Bunk | 2005-11-07 | 1 | -1/+0 |
* | | [PATCH] unexport clear_page_dirty_for_io | Adrian Bunk | 2005-11-07 | 1 | -1/+0 |
* | | [PATCH] unexport hugetlb_total_pages | Adrian Bunk | 2005-11-07 | 1 | -1/+0 |
* | | [PATCH] mm/{mmap,nommu}.c: several unexports | Adrian Bunk | 2005-11-07 | 2 | -8/+0 |
* | | [PATCH] kernel-doc: fix warnings in vmalloc.c | Randy Dunlap | 2005-11-07 | 1 | -2/+2 |
* | | [PATCH] more kernel-doc cleanups, additions | Randy Dunlap | 2005-11-07 | 1 | -0/+1 |
* | | [PATCH] readahead commentary | Andrew Morton | 2005-11-07 | 1 | -9/+22 |
* | | [PATCH] slab: Use same schedule timeout for all cpus in cache_reap | Manfred Spraul | 2005-11-07 | 1 | -2/+2 |
* | | [PATCH] mm: rename kmem_cache_s to kmem_cache | Pekka J Enberg | 2005-11-07 | 1 | -1/+1 |
* | | [PATCH] slab: don't BUG on duplicated cache | Andrew Morton | 2005-11-07 | 1 | -33/+34 |
* | | [PATCH] Suppress split ptlock on arches which may use one page for multiple p... | Hugh Dickins | 2005-11-07 | 1 | -0/+2 |
* | | [PATCH] ppc64: support 64k pages | Benjamin Herrenschmidt | 2005-11-06 | 1 | -0/+3 |
|/ |
|
* | Export __pagevec_release and pagevec_lookup_tag | Steve French | 2005-11-01 | 1 | -0/+3 |
* | [PATCH] Error checks omitted in init_tmpfs() in mm/tiny-shmem.c | Matt Mackall | 2005-10-30 | 1 | -1/+4 |
* | [PATCH] RCU torture-testing kernel module | Paul E. McKenney | 2005-10-30 | 1 | -1/+1 |
* | [PATCH] vm: remove redundant assignment from __pagevec_release_nonlru() | Tejun Heo | 2005-10-30 | 1 | -1/+0 |
* | [PATCH] fs: error case fix in __generic_file_aio_read | Tejun Heo | 2005-10-30 | 1 | -2/+2 |
* | [PATCH] cpusets: automatic numa mempolicy rebinding | Paul Jackson | 2005-10-30 | 1 | -0/+64 |
* | [PATCH] cpusets: confine pdflush to its cpuset | Paul Jackson | 2005-10-30 | 1 | -0/+13 |
* | [PATCH] ext3: Fix unmapped buffers in transaction's lists | Jan Kara | 2005-10-30 | 1 | -10/+1 |
* | [PATCH] mm/filemap.c:filemap_populate(): move export. | Nikita Danilov | 2005-10-29 | 1 | -1/+1 |
* | [PATCH] mm: wider use of for_each_*cpu() | John Hawkes | 2005-10-29 | 1 | -4/+1 |
* | [PATCH] Remove policy contextualization from mbind | Christoph Lameter | 2005-10-29 | 1 | -1/+1 |
* | [PATCH] Implement sys_* do_* layering in the memory policy layer. | Christoph Lameter | 2005-10-29 | 1 | -114/+162 |
* | [PATCH] memory hotplug: call setup_per_zone_pages_min after hotplug | Dave Hansen | 2005-10-29 | 1 | -0/+2 |
* | [PATCH] memory hotplug: move section_mem_map alloc to sparse.c | Dave Hansen | 2005-10-29 | 2 | -50/+72 |
* | [PATCH] memory hotplug: sysfs and add/remove functions | Dave Hansen | 2005-10-29 | 4 | -3/+189 |
* | [PATCH] memory hotplug locking: zone span seqlock | Dave Hansen | 2005-10-29 | 1 | -5/+14 |
* | [PATCH] memory hotplug locking: node_size_lock | Dave Hansen | 2005-10-29 | 1 | -0/+1 |
* | [PATCH] memory hotplug prep: fixup bad_range() | Dave Hansen | 2005-10-29 | 1 | -5/+21 |
* | [PATCH] memory hotplug prep: __section_nr helper | Dave Hansen | 2005-10-29 | 1 | -0/+25 |
* | [PATCH] memory hotplug prep: break out zone initialization | Dave Hansen | 2005-10-29 | 1 | -40/+58 |
* | [PATCH] .text page fault SMP scalability optimization | Andrea Arcangeli | 2005-10-29 | 1 | -4/+16 |
* | [PATCH] hugetlb: demand fault handler | Adam Litke | 2005-10-29 | 1 | -85/+95 |
* | [PATCH] mm: update comments to pte lock | Hugh Dickins | 2005-10-29 | 3 | -10/+9 |
* | [PATCH] mm: fix rss and mmlist locking | Hugh Dickins | 2005-10-29 | 2 | -2/+5 |
* | [PATCH] mm: split page table lock | Hugh Dickins | 2005-10-29 | 12 | -48/+74 |
* | [PATCH] mm: follow_page with inner ptlock | Hugh Dickins | 2005-10-29 | 2 | -82/+73 |
* | [PATCH] mm: kill check_user_page_readable | Hugh Dickins | 2005-10-29 | 1 | -25/+4 |
* | [PATCH] mm: rmap with inner ptlock | Hugh Dickins | 2005-10-29 | 2 | -63/+58 |
* | [PATCH] mm: xip_unmap ZERO_PAGE fix | Hugh Dickins | 2005-10-29 | 1 | -1/+2 |
* | [PATCH] mm: unmap_vmas with inner ptlock | Hugh Dickins | 2005-10-29 | 3 | -44/+17 |
* | [PATCH] mm: unlink vma before pagetables | Hugh Dickins | 2005-10-29 | 2 | -19/+16 |