aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28mm/page_alloc.c: fix indentationS.Caglar Onur1-1/+1
2008-04-28mm: save some bytes in mm_struct by filling holes on 64bitAndi Kleen1-2/+2
2008-04-28dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON tooAndi Kleen1-4/+8
2008-04-28mempolicy: fix parsing of tmpfs mpol mount optionLee Schermerhorn1-5/+11
2008-04-28mempolicy: disallow static or relative flags for local preferred modeDavid Rientjes2-18/+40
2008-04-28mempolicy: small header file cleanupDavid Rientjes1-8/+0
2008-04-28mempolicy: create mempolicy_operations structureDavid Rientjes1-93/+140
2008-04-28mempolicy: move rebind functionsDavid Rientjes1-94/+91
2008-04-28mempolicy: update NUMA memory policy documentationDavid Rientjes2-31/+112
2008-04-28mempolicy: add MPOL_F_RELATIVE_NODES flagDavid Rientjes3-3/+39
2008-04-28mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson4-2/+206
2008-04-28mempolicy: add MPOL_F_STATIC_NODES flagDavid Rientjes3-88/+97
2008-04-28mempolicy: support optional mode flagsDavid Rientjes5-32/+66
2008-04-28mempolicy: convert MPOL constants to enumDavid Rientjes4-26/+33
2008-04-28mm: move cache_line_size() to <linux/cache.h>Pekka Enberg4-9/+7
2008-04-28hugetlb: decrease hugetlb_lock cycling in gather_surplus_huge_pagesAdam Litke1-5/+12
2008-04-28mm: try both endianess when checking for endianessChris Dearman1-0/+8
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman11-191/+224
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman12-100/+158
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman10-154/+168
2008-04-28mm: remember what the preferred zone is for zone_statisticsMel Gorman3-8/+9
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman8-17/+17
2008-04-28mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman4-15/+18
2008-04-28make swap_pte_to_pagemap_entry() staticAdrian Bunk1-1/+1
2008-04-28mm: remove nopageNick Piggin9-43/+11
2008-04-28mmap_region: cleanup the final vma_merge() related codeOleg Nesterov1-13/+10
2008-04-28fix invalidate_inode_pages2_range() to not clear retHisashi Hifumi1-3/+8
2008-04-28remove sparse warning for mmzone.hHarvey Harrison1-3/+4
2008-04-28Remove set_migrateflags()Christoph Lameter3-13/+5
2008-04-28aio: io_getevents() should return if io_destroy() is invokedJeff Moyer1-1/+11
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge6-69/+22
2008-04-28hotplug memory remove: generic __remove_pages() supportBadari Pulavarty3-4/+102
2008-04-28rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison13-60/+60
2008-04-28drivers/char/rtc.c: use time_before, time_before_eq, etcJulia Lawall1-1/+3
2008-04-28rtc: add the support for alarm time relative to current time in sysfsZhao Yakui1-1/+11
2008-04-28rtc: rtc-rs5c372: fix up NULL name in transfer error pathPaul Mundt1-4/+4
2008-04-28kerneldoc for <linux/clk.h>David Brownell1-0/+54
2008-04-28make ds1511_rtc_{read,set}_time() staticAdrian Bunk1-4/+2
2008-04-28rtc: silence section mismatch warning in rtc-testSam Ravnborg1-4/+4
2008-04-28rtc-x1205: new style conversionAlessandro Zummo1-87/+43
2008-04-28rtc-pcf8563: new style conversionAlessandro Zummo1-78/+34
2008-04-28rtc-isl1208: new style conversion and minor bug fixesAlessandro Zummo1-187/+170
2008-04-28rtc: avoid legacy drivers with generic frameworkDavid Brownell2-5/+11
2008-04-28rtc-pcf8583 build fixDavid Brownell1-1/+1
2008-04-28dz: test after postfix decrement fails in dz_console_putchar()Roel Kluin1-1/+1
2008-04-28mm: fix possible off-by-one in walk_pte_range()Johannes Weiner1-2/+6
2008-04-28x86: PAT fixIngo Molnar1-4/+1
2008-04-27x86 PAT: tone down debugging messages some moreLinus Torvalds1-2/+2
2008-04-27[SCSI] jazz_esp, sgiwd93, sni_53c710, sun3x_esp: fix platform driver hotplug/coldplugKay Sievers4-1/+11
2008-04-27[SCSI] aic7xxx: add constDenys Vlasenko13-66/+61