summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] avr32 architectureHaavard Skinnemoen2006-09-26176-2/+18124
* [PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_allocRalf Baechle2006-09-265-14/+14
* [PATCH] FRV: Optimise ffs()David Howells2006-09-261-2/+31
* [PATCH] FRV: Implement fls64()David Howells2006-09-261-1/+41
* [PATCH] FRV: Fix fls() to handle bit 31 being set correctlyDavid Howells2006-09-261-4/+17
* [PATCH] FRV: permit __do_IRQ() to be dispensed withDavid Howells2006-09-263-0/+12
* [PATCH] FRV: improve FRV's use of generic IRQ handlingDavid Howells2006-09-264-69/+53
* [PATCH] FRV: Use the generic IRQ stuffDavid Howells2006-09-2618-1221/+450
* [PATCH] binfmt_elf: consistently use loff_tAndrew Morton2006-09-261-5/+5
* [PATCH] selinux: fix tty lockingStephen Smalley2006-09-261-1/+4
* [PATCH] SELinux: convert sbsec semaphore to a mutexEric Paris2006-09-262-5/+4
* [PATCH] SELinux: change isec semaphore to a mutexEric Paris2006-09-263-19/+17
* [PATCH] SELinux: eliminate inode_security_set_securityEric Paris2006-09-261-20/+7
* [PATCH] selinux: add support for range transitions on object classesDarrel Goeddel2006-09-265-23/+37
* [PATCH] selinux: enable configuration of max policy versionStephen Smalley2006-09-262-1/+42
* [PATCH] selinux: replace ctxid with sid in selinux_audit_rule_match interfaceStephen Smalley2006-09-262-6/+6
* [PATCH] selinux: rename selinux_ctxid_to_stringStephen Smalley2006-09-265-16/+16
* [PATCH] selinux: eliminate selinux_task_ctxidStephen Smalley2006-09-263-25/+1
* [PATCH] NUMA: Add zone_to_nid functionChristoph Lameter2006-09-269-13/+17
* [PATCH] Hugepages: Use page_to_nid rather than traversing zone pointersChristoph Lameter2006-09-261-4/+4
* [PATCH] oom-kill: update comments to reflect current codeRam Gupta2006-09-261-3/+3
* [PATCH] zone reclaim with slab: avoid unecessary off node allocationsChristoph Lameter2006-09-261-5/+12
* [PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter2006-09-267-28/+90
* [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter2006-09-2612-29/+36
* [PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneChristoph Lameter2006-09-263-4/+4
* [PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter2006-09-264-170/+130
* [PATCH] mm: do not check unpopulated zones for draining and counter updatesChristoph Lameter2006-09-262-1/+7
* [PATCH] Optimize free_one_pageChristoph Lameter2006-09-261-3/+5
* [PATCH] Standardize pxx_page macrosDave McCracken2006-09-2639-90/+117
* [PATCH] fix potential stack overflow in mm/slab.cSiddha, Suresh B2006-09-261-9/+14
* [PATCH] Define easier to handle GFP_THISNODEChristoph Lameter2006-09-263-5/+4
* [PATCH] Profiling: require buffer allocation on the correct nodeChristoph Lameter2006-09-261-4/+12
* [PATCH] Cleanup: Add zone pointer to get_page_from_freelistChristoph Lameter2006-09-261-8/+10
* [PATCH] Guarantee that the uncached allocator gets pages on the correct nodeChristoph Lameter2006-09-261-1/+2
* [PATCH] sys_move_pages: Do not fall back to other nodesChristoph Lameter2006-09-261-1/+3
* [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter2006-09-264-3/+7
* [PATCH] slab: fix lockdep warningsRavikiran G Thirumalai2006-09-261-14/+43
* [PATCH] slab: do not panic when alloc_kmemlist fails and slab is upChristoph Lameter2006-09-261-18/+17
* [PATCH] slab: extract __kmem_cache_destroy from kmem_cache_destroyChristoph Lameter2006-09-261-16/+22
* [PATCH] slab: optimize kmalloc_node the same way as kmallocChristoph Hellwig2006-09-262-3/+26
* [PATCH] update some mm/ commentsNick Piggin2006-09-263-47/+64
* [PATCH] Add some comments to slab.cRavikiran G Thirumalai2006-09-261-2/+27
* [PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMITHeiko Carstens2006-09-262-3/+10
* [PATCH] oom: more printkNick Piggin2006-09-261-2/+3
* [PATCH] oom: kthread infinite loop fixNick Piggin2006-09-261-0/+3
* [PATCH] oom: swapoff tasks tweakNick Piggin2006-09-261-2/+6
* [PATCH] oom: handle oom_disable exitingNick Piggin2006-09-261-2/+2
* [PATCH] oom: handle current exitingNick Piggin2006-09-261-4/+31
* [PATCH] oom: cpuset hintNick Piggin2006-09-261-3/+8
* [PATCH] oom: reclaim_mapped on oomNick Piggin2006-09-261-1/+10