summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] broken fault_in_pages_readable call in generic_file_buffered_write()Martin Schwidefsky2005-06-061-1/+7
* [PATCH] try_to_unmap_cluster() passes out-of-bounds pte to pte_unmap()William Lee Irwin III2005-05-241-3/+3
* [PATCH] fix for __generic_file_aio_read() to return 0 on EOFSuparna Bhattacharya2005-05-211-1/+1
* [PATCH] x86_64: Fixed guard page handling again in iounmapAndi Kleen2005-05-201-13/+20
* Fix get_unmapped_area sanity testsLinus Torvalds2005-05-191-28/+31
* [PATCH] prevent NULL mmap in topdown modelLinus Torvalds2005-05-191-2/+2
* [PATCH] do_swap_page() can map random data if swap read failsKirill Korotaev2005-05-171-5/+12
* [PATCH] swapout oops fixMcMullan, Jason2005-05-171-1/+1
* [PATCH] mm/nommu.c: try to fix __vmallocAdrian Bunk2005-05-171-1/+2
* [PATCH] mm acct accounting fixKirill Korotaev2005-05-171-1/+6
* [PATCH] mm: fix rss counter being incremented when unmappingBjorn Steinbrink2005-05-171-1/+1
* [PATCH] remove outdated comments from filemap.cChristoph Hellwig2005-05-051-5/+0
* [IA64] Export node_online_map and node_possible_mapDean Nelson2005-05-031-0/+2
* [PATCH] DocBook: fix some descriptionsMartin Waitz2005-05-013-13/+14
* [PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa2005-05-012-6/+5
* [PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney2005-05-011-1/+1
* [PATCH] Exterminate PAGE_BUGMatt Mackall2005-05-011-2/+1
* [PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org2005-05-011-2/+2
* [PATCH] add kmalloc_node, inline cleanupManfred Spraul2005-05-011-14/+31
* [PATCH] sync_page() smp_mb() commentWilliam Lee Irwin III2005-05-011-1/+19
* [PATCH] RLIMIT_MEMLOCK checking fixChris Wright2005-05-011-4/+6
* [PATCH] count bounce buffer pages in vmstatKAMEZAWA Hiroyuki2005-05-012-0/+3
* [PATCH] mm: use __GFP_NOMEMALLOCNick Piggin2005-05-011-19/+8
* [PATCH] mempool: simplify allocNick Piggin2005-05-011-21/+9
* [PATCH] mempool: NOMEMALLOC and NORETRYNick Piggin2005-05-012-10/+19
* [PATCH] mm: pcp use non powers of 2 for batch sizeNick Piggin2005-05-011-0/+12
* [PATCH] mm: rmap.c cleanupNikita Danilov2005-05-011-63/+50
* [PATCH] RLIMIT_AS checking fixakpm@osdl.org2005-05-012-8/+22
* [PATCH] generic_file_buffered_write fixesakpm@osdl.org2005-05-011-2/+4
* [PATCH] mempolicy.c GFP fixAl Viro2005-04-241-1/+1
* [PATCH] freepgt: remove FIRST_USER_ADDRESS hackHugh Dickins2005-04-191-5/+0
* [PATCH] freepgt: sys_mincore ignore FIRST_USER_PGD_NRHugh Dickins2005-04-191-3/+0
* [PATCH] freepgt: free_pgtables from FIRST_USER_ADDRESSHugh Dickins2005-04-191-3/+8
* [PATCH] freepgt: mpnt to vma cleanupHugh Dickins2005-04-191-18/+17
* [PATCH] freepgt: hugetlb_free_pgd_rangeHugh Dickins2005-04-191-13/+23
* [PATCH] freepgt: remove MM_VM_SIZE(mm)Hugh Dickins2005-04-192-18/+16
* [PATCH] freepgt: free_pgtables use vma listHugh Dickins2005-04-192-118/+136
* [PATCH] vmscan: pageout(): remove unneeded testakpm@osdl.org2005-04-161-1/+1
* [PATCH] oom-killer disable for iscsi/lvm2/multipath userland critical sectionsAndrea Arcangeli2005-04-161-1/+1
* [PATCH] filemap_getpage can block when MAP_NONBLOCK specifiedJeff Moyer2005-04-161-1/+6
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-1637-0/+28187