aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] Check if start address is in vma region in NOMMU function get_user_pages()Sonic Zhang1-2/+6
2006-09-27[PATCH] NOMMU: Use find_vma() rather than reimplementing a VMA searchDavid Howells1-8/+3
2006-09-27[PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemDavid Howells3-0/+61
2006-09-27[PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells3-54/+100
2006-09-27[PATCH] AVR32: Use unsigned long flags for saving interrupt stateHaavard Skinnemoen1-2/+4
2006-09-27[PATCH] Mark __remove_vm_area() staticRolf Eike Beer2-2/+1
2006-09-27[PATCH] Fix kerneldoc comments in mm/vmalloc.cRolf Eike Beer1-20/+8
2006-09-27[PATCH] mm/page_alloc: use NULL instead of 0 for ptrRandy Dunlap1-1/+1
2006-09-27[PATCH] mspec driverJes Sorensen3-0/+430
2006-09-27[PATCH] do_no_pfn()Jes Sorensen2-5/+66
2006-09-27[PATCH] zone_statistics: Use hot node instead of cold zone_pgdatChristoph Lameter1-1/+1
2006-09-27[PATCH] Do not allocate pagesets for unpopulated zones.Christoph Lameter1-0/+3
2006-09-27[PATCH] Add node to zone for the NUMA caseChristoph Lameter3-1/+7
2006-09-27[PATCH] GFP_THISNODE for the slab allocatorChristoph Lameter2-30/+81
2006-09-27[PATCH] Disable GFP_THISNODE in the non-NUMA caseChristoph Lameter1-0/+5
2006-09-27[PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMAChristoph Lameter2-7/+12
2006-09-27[PATCH] Condense output of show_free_areas()Jes Sorensen1-19/+17
2006-09-27[PATCH] slab: fix kmalloc_node applying memory policies if nodeid == numa_node_id()Christoph Lameter1-10/+9
2006-09-27[PATCH] page invalidation cleanupNick Piggin2-21/+31
2006-09-27[PATCH] own header file for struct pageHeiko Carstens3-61/+73
2006-09-27[PATCH] vm: add per-zone writeout counterAndrew Morton3-1/+4
2006-09-27[PATCH] Allow an arch to expand node boundariesMel Gorman3-0/+71
2006-09-27[PATCH] Account for holes that are outside the range of physical memoryMel Gorman2-4/+22
2006-09-27[PATCH] Account for memmap and optionally the kernel image as holesMel Gorman3-2/+63
2006-09-27[PATCH] Have ia64 use add_active_range() and free_area_init_nodesMel Gorman5-87/+40
2006-09-27[PATCH] Have x86_64 use add_active_range() and free_area_init_nodesMel Gorman9-158/+84
2006-09-27[PATCH] Have x86 use add_active_range() and free_area_init_nodesMel Gorman4-166/+34
2006-09-27[PATCH] Have Power use add_active_range() and free_area_init_nodes()Mel Gorman5-191/+52
2006-09-27[PATCH] Introduce mechanism for registering active regions of memoryMel Gorman3-25/+584
2006-09-27[PATCH] fix x86_64-mm-spinlock-cleanupAndrew Morton1-0/+1
2006-09-27[PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan3-8/+5
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan40-130/+53
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris21-48/+37
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris35-84/+43
2006-09-27[PATCH] more ext3 16T overflow fixesEric Sandeen2-6/+23
2006-09-27[PATCH] ext3: Fix sparse warningsDave Kleikamp4-15/+14
2006-09-27[PATCH] ext3: More whitespace cleanupsDave Kleikamp14-48/+48
2006-09-27[PATCH] ext3: wrong error behaviorVasily Averin1-5/+6
2006-09-27[PATCH] ext3: more comments about block allocation/reservation codeMingming Cao1-45/+247
2006-09-27[PATCH] ext3: turn on reservation dump on block allocation errorsMingming Cao1-4/+8
2006-09-27[PATCH] JBD: 16T fixesEric Sandeen2-5/+5
2006-09-27[PATCH] ext3: inode numbers are unsigned longEric Sandeen5-26/+27
2006-09-27[PATCH] ext2: fix mounts at 16TEric Sandeen1-13/+19
2006-09-27[PATCH] fix ext3 mounts at 16TEric Sandeen1-15/+19
2006-09-27[PATCH] jbd: use BUILD_BUG_ON in journal initAlexey Dobriyan1-7/+1
2006-09-27[PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao17-307/+307
2006-09-27[PATCH] jbd: add lock annotation to jbd_sync_bhJosh Triplett1-0/+1
2006-09-27[PATCH] fix "cpu to node relationship fixup: map cpu to node"KAMEZAWA Hiroyuki2-2/+2
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds83-482/+1219
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds43-211/+2719