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