aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-04-03[PATCH] BDI: Improve nommu mmap supportDavid Howells1-204/+314
2005-03-30[PATCH] nommu.c build error fixYoshinori Sato1-1/+6
2005-03-30[PATCH] cpusets GFP_ATOMIC fix: tonedown panic commentpj@engr.sgi.com1-1/+1
2005-03-30[PATCH] cpusets: special-case GFP_ATOMIC allocsPaul Jackson1-1/+4
2005-03-30[PATCH] BDI: Provide backing device capability information [try #3]David Howells5-9/+10
2005-03-28Merge whitespace and __nocast changesLinus Torvalds11-163/+162
2005-03-28[PATCH] arch hook for notifying changes in PTE protections bitsSeth Rohit2-2/+9
2005-03-28[PATCH] cpusets: alloc GFP_WAIT sleep fixPaul Jackson1-1/+5
2005-03-28[PATCH] fix mmap() return value to conform to POSIXhong.liu@intel.com1-1/+1
2005-03-28[PATCH] fix mmap() return value to conform POSIXGordon Jin1-2/+2
2005-03-28[PATCH] fix mprotect() with len=(size_t)(-1) to return -ENOMEMGordon Jin1-3/+3
2005-03-28[PATCH] unused 'size' assignment in filemap_nopageJeff Moyer1-11/+4
2005-03-28[PATCH] mm counter operations through macrosChristoph Lameter6-23/+27
2005-03-28[PATCH] vmscan: move code to isolate LRU pages into separate functionMartin Hicks1-54/+56
2005-03-28[PATCH] slab: 64-bit fixManfred Spraul1-3/+2
2005-03-28[PATCH] slab: kfree(null) is unlikelyAndrew Morton1-35/+27
2005-03-28[PATCH] slab.[ch]: kmalloc() cleanupsManfred Spraul1-27/+25
2005-03-28[PATCH] ppc64: fix AIO panic on PPC64 caused by is_hugepage_only_range()Daniel McNeil1-2/+2
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds10-31/+31
2005-03-16[PATCH] revert vmalloc-use-list-of-pages-instead-of-array-in-vm_structAndrew Morton1-31/+52
2005-03-15Revert recent NUMA and pgd_index() fixes, since they show regressions.Linus Torvalds1-7/+3
2005-03-14[MM]: Restore pgd_index() iteration to clear_page_range().David S. Miller1-3/+7
2005-03-13[PATCH] mm/page-writeback.c: remove an unused function #2Adrian Bunk1-24/+0
2005-03-13[PATCH] no arch-specific mem_map initDave Hansen1-6/+16
2005-03-13[PATCH] vmalloc: use list of pages instead of array in vm_structOleg Nesterov1-53/+32
2005-03-13[PATCH] vmalloc: introduce __vmalloc_area() functionOleg Nesterov1-23/+29
2005-03-13[PATCH] ptwalk: pud and pmd foldedHugh Dickins1-26/+8
2005-03-13[PATCH] ptwalk: inline pmd_range and pud_rangeHugh Dickins5-18/+20
2005-03-13[PATCH] ptwalk: move p?d_none_or_clear_badHugh Dickins5-39/+36
2005-03-13[PATCH] ptwalk: clear_page_rangeHugh Dickins1-52/+46
2005-03-13[PATCH] ptwalk: copy_pte_range hangHugh Dickins1-3/+8
2005-03-13[PATCH] ptwalk: copy_page_rangeHugh Dickins1-84/+57
2005-03-13[PATCH] ptwalk: unmap_page_rangeHugh Dickins1-66/+53
2005-03-13[PATCH] ptwalk: zeromap_page_rangeHugh Dickins1-81/+46
2005-03-13[PATCH] ptwalk: remap_pfn_rangeHugh Dickins1-86/+53
2005-03-13[PATCH] ptwalk: map and unmap_vm_areaHugh Dickins1-135/+73
2005-03-13[PATCH] ptwalk: unuse_mmHugh Dickins1-92/+56
2005-03-13[PATCH] ptwalk: sync_page_rangeHugh Dickins1-113/+67
2005-03-13[PATCH] ptwalk: change_protectionHugh Dickins1-66/+38
2005-03-13[PATCH] ptwalk: p?d_none_or_clear_badHugh Dickins6-144/+53
2005-03-13[PATCH] allow vma merging with mlock et. al.Chris Wright2-20/+36
2005-03-13[PATCH] orphaned pagecache memleak fixAndrea Arcangeli1-1/+13
2005-03-11[PATCH] Make lots of things staticAdrian Bunk2-2/+2
2005-03-09[PATCH] cpusets - big numa cpu and memory placementPaul Jackson3-3/+45
2005-03-09[PATCH] invalidate_inode_pages2_range livelock fixStephen C. Tweedie1-6/+12
2005-03-09[PATCH] x86: do not unnecessarily memset the pgdatsDave Hansen1-2/+0
2005-03-09[PATCH] SELinux: pass requested protection to security_file_mmap/mprotect hooksStephen D. Smalley2-4/+6
2005-03-09[PATCH] fix in slab.c:alloc_arraycacheKenneth W. Chen1-2/+4
2005-03-09[PATCH] setup_per_zone_lowmem_reserve() oops fixAndrew Morton1-6/+15
2005-03-07[PATCH] fix iounmap and a pageattr memleak (x86 and x86-64)Andrea Arcangeli1-4/+11