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