summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] hugetlb: fix race in set_max_huge_pages for multiple updaters of nr_h...Eric Paris2005-11-221-0/+6
* [PATCH] unpaged: PG_reserved bad_pageHugh Dickins2005-11-221-12/+34
* [PATCH] unpaged: ZERO_PAGE in VM_UNPAGEDHugh Dickins2005-11-221-2/+12
* [PATCH] unpaged: anon in VM_UNPAGEDHugh Dickins2005-11-222-24/+46
* [PATCH] unpaged: COW on VM_UNPAGEDHugh Dickins2005-11-221-12/+25
* [PATCH] unpaged: VM_NONLINEAR VM_RESERVEDHugh Dickins2005-11-222-14/+7Star
* [PATCH] unpaged: VM_UNPAGEDHugh Dickins2005-11-225-18/+24
* [PATCH] unpaged: unifdefed PageCompoundHugh Dickins2005-11-222-8/+0Star
* [PATCH] unpaged: private write VM_RESERVEDHugh Dickins2005-11-222-19/+0Star
* [PATCH] unpaged: get_user_pages VM_RESERVEDHugh Dickins2005-11-221-1/+1
* Merge branch 'master'Kyle McMartin2005-11-181-0/+1
|\
| * [PATCH] re-export clear_page_dirty_for_io()Hans Reiser2005-11-181-0/+1
* | [PARISC] Fix compile warning caused by conflicting types of expand_upwards()Matthew Wilcox2005-11-181-1/+1
|/
* [PATCH] VM: fix zone list restart in page allocatateJens Axboe2005-11-171-3/+4
* Merge x86-64 update from AndiLinus Torvalds2005-11-152-7/+15
|\
| * [PATCH] x86_64: Remove obsolete ARCH_HAS_ATOMIC_UNSIGNED and page_flags_tAndi Kleen2005-11-152-2/+2
| * [PATCH] x86_64: When cpu_up fails clean up page allocator properlyAndi Kleen2005-11-151-2/+1Star
| * [PATCH] x86_64: Add 4GB DMA32 zoneAndi Kleen2005-11-151-3/+12
* | [PATCH] slab: remove alloc_pages() callsChristoph Lameter2005-11-141-5/+1Star
* | [PATCH] slab: convert cache to page mapping macrosPekka Enberg2005-11-141-17/+32
* | [PATCH] mm: highmem watermarksNick Piggin2005-11-141-13/+14
* | [PATCH] mm: __alloc_pages cleanupRohit Seth2005-11-142-113/+88Star
* | [PATCH] mm: ZAP_BLOCK causes redundant workRobin Holt2005-11-141-34/+55
* | [PATCH] mm: __GFP_NOFAIL fixKirill Korotaev2005-11-141-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2005-11-121-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/+0Star
* | [PATCH] mm/swapfile.c: unexport total_swap_pagesAdrian Bunk2005-11-071-2/+0Star
* | [PATCH] mm/swap.c: unexport vm_acct_memoryAdrian Bunk2005-11-071-1/+0Star
* | [PATCH] unexport nr_swap_pagesAdrian Bunk2005-11-071-1/+0Star
* | [PATCH] unexport clear_page_dirty_for_ioAdrian Bunk2005-11-071-1/+0Star
* | [PATCH] unexport hugetlb_total_pagesAdrian Bunk2005-11-071-1/+0Star
* | [PATCH] mm/{mmap,nommu}.c: several unexportsAdrian Bunk2005-11-072-8/+0Star
* | [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-071-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-311-1/+4
* [PATCH] RCU torture-testing kernel modulePaul E. McKenney2005-10-311-1/+1
* [PATCH] vm: remove redundant assignment from __pagevec_release_nonlru()Tejun Heo2005-10-311-1/+0Star
* [PATCH] fs: error case fix in __generic_file_aio_readTejun Heo2005-10-311-2/+2
* [PATCH] cpusets: automatic numa mempolicy rebindingPaul Jackson2005-10-311-0/+64
* [PATCH] cpusets: confine pdflush to its cpusetPaul Jackson2005-10-311-0/+13
* [PATCH] ext3: Fix unmapped buffers in transaction's listsJan Kara2005-10-311-10/+1Star