aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-10-28[PATCH] gfp_t: the restAl Viro2-19/+24
2005-10-28[PATCH] gfp_t: mm/* (easy parts)Al Viro5-15/+15
2005-10-28[PATCH] gfp_t: infrastructureAl Viro2-5/+5
2005-10-26[PATCH] NUMA: broken per cpu pageset countersMagnus Damm1-0/+2
2005-10-20[PATCH] Fix handling spurious page fault for hugetlb regionHugh Dickins2-12/+24
2005-10-19[PATCH] swiotlb: make sure initial DMA allocations really are in DMA memoryYasunori Goto1-10/+21
2005-10-19[PATCH] mm: hugetlb truncation fixesHugh Dickins1-14/+21
2005-10-19[PATCH] Handle spurious page fault for hugetlb regionSeth, Rohit1-2/+12
2005-10-16Fix memory ordering bug in page reclaimLinus Torvalds1-4/+9
2005-10-11[PATCH] Don't map the same page too muchHugh Dickins1-0/+3
2005-10-11[PATCH] madvise: Avoid returning error code -EBADF for anonymous mappingsSuzuki1-7/+4
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro11-41/+37
2005-09-30Revert "x86-64: Reverse order of bootmem lists"Linus Torvalds1-11/+3
2005-09-28[PATCH] kmalloc_node IRQ safety fixAlok N Kataria1-7/+18
2005-09-28[PATCH] mm: move_pte to remap ZERO_PAGENick Piggin1-3/+3
2005-09-23[PATCH] revert oversized kmalloc checkAndrew Morton1-1/+2
2005-09-22[PATCH] Fix bd_claim() error code.Rob Landley1-0/+1
2005-09-22[PATCH] __kmalloc: Generate BUG if size requested is too large.Christoph Lameter1-2/+1
2005-09-22[PATCH] slab: fix handling of pages from foreign NUMA nodesChristoph Lameter1-19/+19
2005-09-22[PATCH] slab: alpha inlining fixIvan Kokshaysky1-3/+4
2005-09-21[PATCH] mm: add a note about partially hardcoded VM_* flagsPaolo 'Blaisorblade' Giarrusso1-1/+2
2005-09-21[PATCH] fix locking comment in unmap_region()Paolo 'Blaisorblade' Giarrusso1-1/+1
2005-09-17[PATCH] fix mm/Kconfig spellingDave Hansen1-2/+2
2005-09-14[PATCH] Fix slab BUG_ON() triggered by change in array cache sizeAlok Kataria1-1/+1
2005-09-14[PATCH] error path in setup_arg_pages() misses vm_unacct_memory()Hugh Dickins1-0/+3
2005-09-13[PATCH] use add_taint() for setting tainted bit flagsRandy Dunlap1-1/+2
2005-09-13[PATCH] Fix MPOL_F_VERIFYAndi Kleen1-1/+6
2005-09-13[PATCH] vm: kswapd cleanup: use pgdatCon Kolivas1-2/+2
2005-09-12[PATCH] x86-64: Reverse order of bootmem listsAndi Kleen1-3/+11
2005-09-11[PATCH] uclinux: add NULL check, 0 end valid check and some more exports to nommu.cGreg Ungerer1-4/+13
2005-09-10[PATCH] mm: fix-up schedule_timeout() usageNishanth Aravamudan2-4/+2
2005-09-10[PATCH] remove invalid comment in mm/page_alloc.cRenaud Lienhart1-1/+1
2005-09-10[PATCH] mm/swap_state: Fix "nocast type" warningsVictor Fusco1-2/+2
2005-09-10[PATCH] mm/slab: fix sparse warningsVictor Fusco1-2/+2
2005-09-10[PATCH] mm/filemap.c: make two functions staticAdrian Bunk2-8/+11
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar1-4/+2
2005-09-09[PATCH] update kfree, vfree, and vunmap kerneldocPekka Enberg2-3/+6
2005-09-09[PATCH] Numa-aware slab allocator V5Christoph Lameter1-320/+812
2005-09-09[PATCH] tmpfs: Enable atomic inode security labelingStephen Smalley1-1/+19
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+1
2005-09-08[PATCH] PCI: Run PCI driver initialization on local nodeAndi Kleen1-1/+1
2005-09-07[PATCH] introduce and use kzallocPekka J Enberg1-12/+6
2005-09-07[PATCH] cpusets: confine oom_killer to mem_exclusive cpusetPaul Jackson1-0/+5
2005-09-07[PATCH] cpusets: formalize intermediate GFP_KERNEL containmentPaul Jackson2-10/+14
2005-09-07[PATCH] cpusets: oom_kill tweaksPaul Jackson1-26/+31
2005-09-07[PATCH] Additions to .data.read_mostly sectionRavikiran G Thirumalai2-3/+3
2005-09-07[PATCH] readahead: reset cache_hit earlierSteven Pratt1-0/+1
2005-09-07[PATCH] remove misleading comment above sys_brkChristoph Hellwig1-7/+0
2005-09-07[PATCH] More __read_mostly variablesChristoph Lameter2-5/+5
2005-09-05[PATCH] Generic VFS fallback for security xattrsStephen Smalley1-85/+0