| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] x86_64: fix bad page state in process 'swapper' | Mel Gorman | 2006-11-23 | 1 | -3/+3 |
* | [PATCH] Fix strange size check in __get_vm_area_node() | OGAWA Hirofumi | 2006-11-16 | 1 | -3/+2 |
* | [PATCH] hugetlb: fix error return for brk() entering a hugepage region | Hugh Dickins | 2006-11-14 | 1 | -3/+2 |
* | [PATCH] hugetlb: check for brk() entering a hugepage region | David Gibson | 2006-11-14 | 1 | -0/+4 |
* | [PATCH] hugetlb: prepare_hugepage_range check offset too | Hugh Dickins | 2006-11-14 | 1 | -1/+1 |
* | [PATCH] vmalloc: optimization, cleanup, bugfixes | Eric Dumazet | 2006-11-13 | 1 | -13/+13 |
* | [PATCH] Fix sys_move_pages when a NULL node list is passed | Stephen Rothwell | 2006-11-03 | 1 | -1/+2 |
* | [PATCH] init_reap_node() initialization fix | Daniel Yeisley | 2006-11-03 | 1 | -1/+1 |
* | [PATCH] Cleanup read_pages() | OGAWA Hirofumi | 2006-11-03 | 1 | -0/+2 |
* | [PATCH] mm: un-needed add-store operation wastes a few bytes | nkalmala | 2006-11-03 | 1 | -1/+1 |
* | [PATCH] Fix GFP_HIGHMEM slab panic | Giridhar Pemmasani | 2006-10-29 | 1 | -1/+1 |
* | [PATCH] Calculation fix for memory holes beyong the end of physical memory | Mel Gorman | 2006-10-28 | 1 | -1/+1 |
* | [PATCH] hugetlb: fix absurd HugePages_Rsvd | Hugh Dickins | 2006-10-28 | 1 | -0/+3 |
* | [PATCH] __vmalloc with GFP_ATOMIC causes 'sleeping from invalid context' | Giridhar Pemmasani | 2006-10-28 | 1 | -7/+11 |
* | [PATCH] memory hotplug: __GFP_NOWARN is better for __kmalloc_section_memmap() | Yasunori Goto | 2006-10-28 | 1 | -1/+1 |
* | [PATCH] Use min of two prio settings in calculating distress for reclaim | Martin Bligh | 2006-10-28 | 1 | -4/+4 |
* | [PATCH] vmscan: Fix temp_priority race | Martin Bligh | 2006-10-28 | 3 | -17/+42 |
* | [PATCH] mm: clean up pagecache allocation | Nick Piggin | 2006-10-28 | 1 | -18/+6 |
* | [PATCH] Slab: Do not fallback to nodes that have not been bootstrapped yet | Christoph Lameter | 2006-10-21 | 1 | -4/+7 |
* | [PATCH] Reintroduce NODES_SPAN_OTHER_NODES for powerpc | Andy Whitcroft | 2006-10-21 | 1 | -0/+2 |
* | Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2006-10-21 | 1 | -8/+22 |
|\ |
|
| * | [PATCH] Add lockless helpers for remove_suid() | Jens Axboe | 2006-10-19 | 1 | -8/+22 |
* | | [PATCH] mm: more commenting on lock ordering | Nick Piggin | 2006-10-20 | 2 | -23/+17 |
* | | [PATCH] mm: D-cache aliasing issue in cow_user_page | Dmitriy Monakhov | 2006-10-20 | 1 | -0/+1 |
* | | [PATCH] highest_possible_node_id() linkage fix | Andrew Morton | 2006-10-20 | 1 | -0/+16 |
* | | [PATCH] OOM killer meets userspace headers | Alexey Dobriyan | 2006-10-20 | 1 | -0/+1 |
* | | [PATCH] separate bdi congestion functions from queue congestion functions | Andrew Morton | 2006-10-20 | 6 | -20/+83 |
* | | [PATCH] direct-io: sync and invalidate file region when falling back to buffe... | Jeff Moyer | 2006-10-20 | 1 | -6/+45 |
|/ |
|
* | [PATCH] vmalloc(): don't pass __GFP_ZERO to slab | Andrew Morton | 2006-10-17 | 1 | -2/+5 |
* | [PATCH] knfsd: add nfs-export support to tmpfs | David M. Grimes | 2006-10-17 | 1 | -0/+81 |
* | [PATCH] invalidate: remove_mapping() fix | Andrew Morton | 2006-10-17 | 2 | -1/+6 |
* | Fix VM_MAYEXEC calculation | Linus Torvalds | 2006-10-15 | 1 | -11/+10 |
* | [PATCH] Fix typos in mm/shmem_acl.c | Aneesh Kumar | 2006-10-11 | 1 | -1/+1 |
* | [PATCH] VM: Fix the gfp_mask in invalidate_complete_page2 | Trond Myklebust | 2006-10-11 | 1 | -1/+1 |
* | [PATCH] invalidate_inode_pages2_range() debug | Andrew Morton | 2006-10-11 | 1 | -0/+1 |
* | [PATCH] mm: locks_freed fix | Nick Piggin | 2006-10-11 | 1 | -4/+4 |
* | [PATCH] mm: arch_free_page fix | Nick Piggin | 2006-10-11 | 1 | -3/+3 |
* | [PATCH] Fix do_mbind warning with CONFIG_MIGRATION=n | Keith Owens | 2006-10-11 | 1 | -1/+1 |
* | [PATCH] move rmap BUG_ON outside DEBUG_VM | Dave Jones | 2006-10-11 | 1 | -3/+2 |
* | [PATCH] hugetlb: fix linked list corruption in unmap_hugepage_range() | Chen, Kenneth W | 2006-10-11 | 1 | -2/+20 |
* | [PATCH] mm: remove memmap_zone_idx() | Mel Gorman | 2006-10-11 | 1 | -17/+0 |
* | [PATCH] slab: remove wrongly placed BUG_ON | Christoph Lameter | 2006-10-07 | 1 | -1/+0 |
* | [PATCH] page fault retry with NOPAGE_REFAULT | Benjamin Herrenschmidt | 2006-10-06 | 1 | -3/+6 |
* | [PATCH] slab: reduce numa text size | Pekka Enberg | 2006-10-06 | 1 | -13/+21 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh | Linus Torvalds | 2006-10-04 | 3 | -3/+0 |
|\ |
|
| * | Remove all inclusions of <linux/config.h> | Dave Jones | 2006-10-04 | 3 | -3/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6 | Linus Torvalds | 2006-10-04 | 2 | -2/+5 |
|\ \ |
|
| * \ | Merge branch 'master' into gfs2 | Steven Whitehouse | 2006-10-02 | 21 | -510/+1014 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into gfs2 | Steven Whitehouse | 2006-09-28 | 28 | -942/+2180 |
| |\ \ \ |
|
| * | | | | [GFS2] Fix typo in last patch | Steven Whitehouse | 2006-09-27 | 1 | -1/+1 |