summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2005-11-111-1/+1
|\
| * mm/slab.c: fix a comment typoAdrian Bunk2005-11-081-1/+1
* | [PATCH] Don't print per-cpu vm stats for offline cpus.Dave Jones2005-11-101-1/+1
|/
* [PATCH] mm/swap_state.c: unexport swapper_spaceAdrian Bunk2005-11-071-1/+0
* [PATCH] mm/swapfile.c: unexport total_swap_pagesAdrian Bunk2005-11-071-2/+0
* [PATCH] mm/swap.c: unexport vm_acct_memoryAdrian Bunk2005-11-071-1/+0
* [PATCH] unexport nr_swap_pagesAdrian Bunk2005-11-071-1/+0
* [PATCH] unexport clear_page_dirty_for_ioAdrian Bunk2005-11-071-1/+0
* [PATCH] unexport hugetlb_total_pagesAdrian Bunk2005-11-071-1/+0
* [PATCH] mm/{mmap,nommu}.c: several unexportsAdrian Bunk2005-11-072-8/+0
* [PATCH] kernel-doc: fix warnings in vmalloc.cRandy Dunlap2005-11-071-2/+2
* [PATCH] more kernel-doc cleanups, additionsRandy Dunlap2005-11-071-0/+1
* [PATCH] readahead commentaryAndrew Morton2005-11-071-9/+22
* [PATCH] slab: Use same schedule timeout for all cpus in cache_reapManfred Spraul2005-11-071-2/+2
* [PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg2005-11-071-1/+1
* [PATCH] slab: don't BUG on duplicated cacheAndrew Morton2005-11-071-33/+34
* [PATCH] Suppress split ptlock on arches which may use one page for multiple p...Hugh Dickins2005-11-071-0/+2
* [PATCH] ppc64: support 64k pagesBenjamin Herrenschmidt2005-11-061-0/+3
* Export __pagevec_release and pagevec_lookup_tagSteve French2005-11-011-0/+3
* [PATCH] Error checks omitted in init_tmpfs() in mm/tiny-shmem.cMatt Mackall2005-10-301-1/+4
* [PATCH] RCU torture-testing kernel modulePaul E. McKenney2005-10-301-1/+1
* [PATCH] vm: remove redundant assignment from __pagevec_release_nonlru()Tejun Heo2005-10-301-1/+0
* [PATCH] fs: error case fix in __generic_file_aio_readTejun Heo2005-10-301-2/+2
* [PATCH] cpusets: automatic numa mempolicy rebindingPaul Jackson2005-10-301-0/+64
* [PATCH] cpusets: confine pdflush to its cpusetPaul Jackson2005-10-301-0/+13
* [PATCH] ext3: Fix unmapped buffers in transaction's listsJan Kara2005-10-301-10/+1
* [PATCH] mm/filemap.c:filemap_populate(): move export.Nikita Danilov2005-10-291-1/+1
* [PATCH] mm: wider use of for_each_*cpu()John Hawkes2005-10-291-4/+1
* [PATCH] Remove policy contextualization from mbindChristoph Lameter2005-10-291-1/+1
* [PATCH] Implement sys_* do_* layering in the memory policy layer.Christoph Lameter2005-10-291-114/+162
* [PATCH] memory hotplug: call setup_per_zone_pages_min after hotplugDave Hansen2005-10-291-0/+2
* [PATCH] memory hotplug: move section_mem_map alloc to sparse.cDave Hansen2005-10-292-50/+72
* [PATCH] memory hotplug: sysfs and add/remove functionsDave Hansen2005-10-294-3/+189
* [PATCH] memory hotplug locking: zone span seqlockDave Hansen2005-10-291-5/+14
* [PATCH] memory hotplug locking: node_size_lockDave Hansen2005-10-291-0/+1
* [PATCH] memory hotplug prep: fixup bad_range()Dave Hansen2005-10-291-5/+21
* [PATCH] memory hotplug prep: __section_nr helperDave Hansen2005-10-291-0/+25
* [PATCH] memory hotplug prep: break out zone initializationDave Hansen2005-10-291-40/+58
* [PATCH] .text page fault SMP scalability optimizationAndrea Arcangeli2005-10-291-4/+16
* [PATCH] hugetlb: demand fault handlerAdam Litke2005-10-291-85/+95
* [PATCH] mm: update comments to pte lockHugh Dickins2005-10-293-10/+9
* [PATCH] mm: fix rss and mmlist lockingHugh Dickins2005-10-292-2/+5
* [PATCH] mm: split page table lockHugh Dickins2005-10-2912-48/+74
* [PATCH] mm: follow_page with inner ptlockHugh Dickins2005-10-292-82/+73
* [PATCH] mm: kill check_user_page_readableHugh Dickins2005-10-291-25/+4
* [PATCH] mm: rmap with inner ptlockHugh Dickins2005-10-292-63/+58
* [PATCH] mm: xip_unmap ZERO_PAGE fixHugh Dickins2005-10-291-1/+2
* [PATCH] mm: unmap_vmas with inner ptlockHugh Dickins2005-10-293-44/+17
* [PATCH] mm: unlink vma before pagetablesHugh Dickins2005-10-292-19/+16
* [PATCH] mm: pte_offset_map_lock loopsHugh Dickins2005-10-294-34/+21