summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PATCH] mm: page fault handler lockingHugh Dickins2005-10-291-60/+90
* [PATCH] mm: ptd_alloc take ptlockHugh Dickins2005-10-294-124/+67
* [PATCH] mm: ptd_alloc inline and outHugh Dickins2005-10-292-62/+40
* [PATCH] mm: init_mm without ptlockHugh Dickins2005-10-292-36/+28
* [PATCH] mm: ia64 use expand_upwardsHugh Dickins2005-10-291-3/+14
* [PATCH] mm: update_hiwaters just in timeHugh Dickins2005-10-297-32/+29
* [PATCH] mm: zap_pte out of lineHugh Dickins2005-10-291-10/+9
* [PATCH] mm: do_mremap current mmHugh Dickins2005-10-291-9/+9
* [PATCH] mm: do_swap_page race majorHugh Dickins2005-10-291-3/+1
* [PATCH] mm: zap_pte_range dec rssHugh Dickins2005-10-291-3/+3
* [PATCH] mm: copy_one_pte inc rssHugh Dickins2005-10-291-10/+5
* [PATCH] core remove PageReservedNick Piggin2005-10-2913-104/+165
* [PATCH] mm: batch updating mm_countersHugh Dickins2005-10-291-15/+32
* [PATCH] mm: rss = file_rss + anon_rssHugh Dickins2005-10-296-26/+27
* [PATCH] mm: tlb_finish_mmu forget rssHugh Dickins2005-10-291-1/+1
* [PATCH] mm: tlb_is_full_mm was obscureHugh Dickins2005-10-291-2/+2
* [PATCH] mm: move_page_tables by extentsHugh Dickins2005-10-291-96/+72
* [PATCH] mm: page fault handlers tidyupHugh Dickins2005-10-293-125/+99
* [PATCH] mm: exit_mmap need not resetHugh Dickins2005-10-291-6/+0
* [PATCH] mm: unlink_file_vma, remove_vmaHugh Dickins2005-10-291-14/+27
* [PATCH] mm: remove_vma_list consolidationHugh Dickins2005-10-291-24/+12
* [PATCH] mm: vm_stat_account unshackledHugh Dickins2005-10-293-14/+14
* [PATCH] mm: anon is already wrprotectedHugh Dickins2005-10-292-7/+7
* [PATCH] mm: zap_pte_range dont dirty anonHugh Dickins2005-10-291-4/+6
* [PATCH] mm: msync_pte_range progressHugh Dickins2005-10-291-24/+14
* [PATCH] mm: copy_pte_range progress fixHugh Dickins2005-10-291-6/+8
* [PATCH] slab: add additional debugging to detect slabs from the wrong nodeChristoph Lameter2005-10-291-1/+4
* [PATCH] shrink_list(): skip anon pages if not may_swapLee Schermerhorn2005-10-291-1/+3
* [PATCH] mm/msync.c cleanupOGAWA Hirofumi2005-10-291-14/+14
* [PATCH] Remove near all BUGs in mm/mempolicy.cAndi Kleen2005-10-291-7/+2
* [PATCH] Convert mempolicies to nodemask_tAndi Kleen2005-10-291-67/+53
* [PATCH] mm: set per-cpu-pages lower threshold to zeroSeth, Rohit2005-10-291-2/+2
* [PATCH] mm: page_alloc: increase size of per-cpu-pagesSeth, Rohit2005-10-291-12/+12
* [PATCH] swaptoken tuningRik Van Riel2005-10-292-2/+6
* [PATCH] vmalloc_nodeChristoph Lameter2005-10-291-16/+57
* [PATCH] gfp_t: the restAl Viro2005-10-282-19/+24
* [PATCH] gfp_t: mm/* (easy parts)Al Viro2005-10-285-15/+15
* [PATCH] gfp_t: infrastructureAl Viro2005-10-282-5/+5
* [PATCH] NUMA: broken per cpu pageset countersMagnus Damm2005-10-261-0/+2
* [PATCH] Fix handling spurious page fault for hugetlb regionHugh Dickins2005-10-202-12/+24