aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-09-05[PATCH] Generic VFS fallback for security xattrsStephen Smalley1-85/+0
2005-09-05[PATCH] VM: add page_state info to per-node meminfoMartin Hicks1-5/+20
2005-09-05[PATCH] slab: removes local_irq_save()/local_irq_restore() pairManfred Spraul1-11/+15
2005-09-05[PATCH] mm/slab.c: prefetchw the start of new allocated objectsEric Dumazet1-1/+3
2005-09-05[PATCH] x86: ptep_clear optimizationZachary Amsden1-2/+3
2005-09-05[PATCH] sab: consolidate kmem_bufctl_tKyle Moffett1-0/+1
2005-09-05[PATCH] hugetlb: move stale pte check into huge_pte_alloc()Adam Litke1-2/+0
2005-09-05[PATCH] arm: allow for arch-specific IOREMAP_MAX_ORDERDeepak Saxena1-2/+0
2005-09-05[PATCH] mm: remove implied vm_ops checkPaolo 'Blaisorblade' Giarrusso1-1/+1
2005-09-05[PATCH] shmem_populate: avoid an useless check, and some commentsPaolo 'Blaisorblade' Giarrusso2-1/+12
2005-09-05[PATCH] vm: slab.c spelling correctionMartin Hicks1-1/+1
2005-09-05[PATCH] mm: fix madvise vma mergingHugh Dickins1-4/+5
2005-09-05[PATCH] VM: zone reclaim atomic ops cleanupMartin Hicks2-5/+6
2005-09-05[PATCH] VM: add capabilites check to set_zone_reclaimMartin Hicks1-0/+3
2005-09-05[PATCH] mm: remove atomicNick Piggin1-1/+1
2005-09-05[PATCH] mm: remap ZERO_PAGE mappingsNick Piggin1-0/+4
2005-09-05[PATCH] mm: cleanup rmapNick Piggin1-5/+1
2005-09-05[PATCH] mm: micro-optimise rmapNick Piggin1-10/+11
2005-09-05[PATCH] mm: comment rmapNick Piggin1-0/+2
2005-09-05[PATCH] /proc/<pid>/numa_maps to show on which nodes pages resideChristoph Lameter1-6/+6
2005-09-05[PATCH] rmap: don't test rssHugh Dickins1-6/+1
2005-09-05[PATCH] delete from_swap_cache BUG_ONsHugh Dickins1-5/+1
2005-09-05[PATCH] swap: swap_lock replace list+deviceHugh Dickins3-78/+57
2005-09-05[PATCH] swap: scan_swap_map latency breaksHugh Dickins1-2/+12
2005-09-05[PATCH] swap: scan_swap_map drop swap_device_lockHugh Dickins1-7/+35
2005-09-05[PATCH] swap: scan_swap_map restyledHugh Dickins1-45/+48
2005-09-05[PATCH] swap: get_swap_page drop swap_list_lockHugh Dickins1-39/+36
2005-09-05[PATCH] swap: freeing update swap_list.nextHugh Dickins1-2/+2
2005-09-05[PATCH] swap: swap unsigned int consistencyHugh Dickins1-9/+10
2005-09-05[PATCH] swap: show span of swap extentsHugh Dickins1-14/+30
2005-09-05[PATCH] swap: swap extent list is orderedHugh Dickins1-18/+9
2005-09-05[PATCH] swap: move destroy_swap_extents callsHugh Dickins1-2/+2
2005-09-05[PATCH] swap: correct swapfile nr_good_pagesHugh Dickins1-9/+16
2005-09-05[PATCH] swap: update swapfile i_sem commentHugh Dickins1-1/+1
2005-09-05[PATCH] sparsemem extreme: hotplug preparationDave Hansen1-12/+41
2005-09-05[PATCH] sparsemem extreme implementationBob Picco2-12/+33
2005-09-05[PATCH] SPARSEMEM EXTREMEBob Picco2-6/+41
2005-08-29[PATCH] Lazy page table copies in fork()Nick Piggin1-0/+11
2005-08-19Fix nasty ncpfs symlink handling bug.Linus Torvalds1-11/+6
2005-08-05[PATCH] Fix hugepage crash on failing mmap()David Gibson1-1/+10
2005-08-04[PATCH] __vm_enough_memory() signedness fixSimon Derr2-2/+10
2005-08-04[PATCH] fix VmSize and VmData after mremapHugh Dickins1-1/+1
2005-08-03Fix up recent get_user_pages() handlingLinus Torvalds1-9/+13
2005-08-03[PATCH] fix get_user_pages bugNick Piggin1-8/+23
2005-08-01[PATCH] sys_set_mempolicy() doesnt check if mode < 0Eric Dumazet1-1/+1
2005-08-01[PATCH] x86_64: access of some bad addressHugh Dickins1-2/+6
2005-08-01Fix get_user_pages() race for write accessLinus Torvalds1-17/+4
2005-07-30[PATCH] Fix NUMA node sizing in nr_free_zone_pagesMartin J. Bligh1-11/+10
2005-07-27[PATCH] Remove bogus warning in page_alloc.cAndy Whitcroft1-4/+0
2005-07-27[PATCH] madvise() does not always return -EBADF on non-file mapped areasuzuki1-5/+8