summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Don't allow the stack to grow into hugetlb reserved regionsAdam Litke2007-02-051-0/+7
* [PATCH] Check for populated zone in __drain_pagesChristoph Lameter2007-02-051-0/+3
* [PATCH] Fix up page_mkclean_one(): virtual caches, s390Peter Zijlstra2007-01-101-10/+13
* [PATCH] Fix incorrect user space access locking in mincore() (CVE-2006-4814)Linus Torvalds2007-01-101-105/+78
* [PATCH] fix OOM killing of swapoffHugh Dickins2007-01-101-6/+6
* [PATCH] VM: Fix nasty and subtle race in shared mmap'ed page writebackLinus Torvalds2007-01-101-5/+34
* [PATCH] Buglet in vmscan.cShantanu Goel2007-01-101-1/+1
* [PATCH] Fix for shmem_truncate_range() BUG_ON()Badari Pulavarty2007-01-101-1/+6
* [PATCH] read_zero_pagealigned() locking fixHugh Dickins2007-01-101-11/+21
* [PATCH] x86_64: fix bad page state in process 'swapper'Mel Gorman2006-11-231-3/+3
* [PATCH] Fix strange size check in __get_vm_area_node()OGAWA Hirofumi2006-11-161-3/+2
* [PATCH] hugetlb: fix error return for brk() entering a hugepage regionHugh Dickins2006-11-141-3/+2
* [PATCH] hugetlb: check for brk() entering a hugepage regionDavid Gibson2006-11-141-0/+4
* [PATCH] hugetlb: prepare_hugepage_range check offset tooHugh Dickins2006-11-141-1/+1
* [PATCH] vmalloc: optimization, cleanup, bugfixesEric Dumazet2006-11-131-13/+13
* [PATCH] Fix sys_move_pages when a NULL node list is passedStephen Rothwell2006-11-031-1/+2
* [PATCH] init_reap_node() initialization fixDaniel Yeisley2006-11-031-1/+1
* [PATCH] Cleanup read_pages()OGAWA Hirofumi2006-11-031-0/+2
* [PATCH] mm: un-needed add-store operation wastes a few bytesnkalmala2006-11-031-1/+1
* [PATCH] Fix GFP_HIGHMEM slab panicGiridhar Pemmasani2006-10-291-1/+1
* [PATCH] Calculation fix for memory holes beyong the end of physical memoryMel Gorman2006-10-281-1/+1
* [PATCH] hugetlb: fix absurd HugePages_RsvdHugh Dickins2006-10-281-0/+3
* [PATCH] __vmalloc with GFP_ATOMIC causes 'sleeping from invalid context'Giridhar Pemmasani2006-10-281-7/+11
* [PATCH] memory hotplug: __GFP_NOWARN is better for __kmalloc_section_memmap()Yasunori Goto2006-10-281-1/+1
* [PATCH] Use min of two prio settings in calculating distress for reclaimMartin Bligh2006-10-281-4/+4
* [PATCH] vmscan: Fix temp_priority raceMartin Bligh2006-10-283-17/+42
* [PATCH] mm: clean up pagecache allocationNick Piggin2006-10-281-18/+6
* [PATCH] Slab: Do not fallback to nodes that have not been bootstrapped yetChristoph Lameter2006-10-211-4/+7
* [PATCH] Reintroduce NODES_SPAN_OTHER_NODES for powerpcAndy Whitcroft2006-10-211-0/+2
* Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-10-211-8/+22
|\
| * [PATCH] Add lockless helpers for remove_suid()Jens Axboe2006-10-191-8/+22
* | [PATCH] mm: more commenting on lock orderingNick Piggin2006-10-202-23/+17
* | [PATCH] mm: D-cache aliasing issue in cow_user_pageDmitriy Monakhov2006-10-201-0/+1
* | [PATCH] highest_possible_node_id() linkage fixAndrew Morton2006-10-201-0/+16
* | [PATCH] OOM killer meets userspace headersAlexey Dobriyan2006-10-201-0/+1
* | [PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton2006-10-206-20/+83
* | [PATCH] direct-io: sync and invalidate file region when falling back to buffe...Jeff Moyer2006-10-201-6/+45
|/
* [PATCH] vmalloc(): don't pass __GFP_ZERO to slabAndrew Morton2006-10-171-2/+5
* [PATCH] knfsd: add nfs-export support to tmpfsDavid M. Grimes2006-10-171-0/+81
* [PATCH] invalidate: remove_mapping() fixAndrew Morton2006-10-172-1/+6
* Fix VM_MAYEXEC calculationLinus Torvalds2006-10-151-11/+10
* [PATCH] Fix typos in mm/shmem_acl.cAneesh Kumar2006-10-111-1/+1
* [PATCH] VM: Fix the gfp_mask in invalidate_complete_page2Trond Myklebust2006-10-111-1/+1
* [PATCH] invalidate_inode_pages2_range() debugAndrew Morton2006-10-111-0/+1
* [PATCH] mm: locks_freed fixNick Piggin2006-10-111-4/+4
* [PATCH] mm: arch_free_page fixNick Piggin2006-10-111-3/+3
* [PATCH] Fix do_mbind warning with CONFIG_MIGRATION=nKeith Owens2006-10-111-1/+1
* [PATCH] move rmap BUG_ON outside DEBUG_VMDave Jones2006-10-111-3/+2
* [PATCH] hugetlb: fix linked list corruption in unmap_hugepage_range()Chen, Kenneth W2006-10-111-2/+20
* [PATCH] mm: remove memmap_zone_idx()Mel Gorman2006-10-111-17/+0