summaryrefslogtreecommitdiffstats
path: root/drivers/dca/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-01drivers/hwmon/hwmon.c: convert idr to ida and use ida_simple_get()Jonathan Cameron1-39/+8
2011-11-01hwmon: convert idr to ida and use ida_simple interfaceJonathan Cameron1-24/+8
2011-11-01lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUTJiaju Zhang1-2/+3
2011-11-01fs/pipe.c: add ->statfs callback for pipefsPavel Emelyanov1-0/+1
2011-11-01alpha: wire up sendmmsg syscallMichael Cree2-1/+3
2011-11-01alpha: wire up accept4 syscallMichael Cree2-1/+3
2011-11-01mm/vmstat.c: cache align vm_statDimitri Sivanich1-1/+1
2011-11-01mm: munlock use mapcount to avoid terrible overheadHugh Dickins1-1/+9
2011-11-01mm/huge_memory: fix typo when updating mmu cacheHillf Danton1-1/+1
2011-11-01mm/huge_memory: fix copying user highpageHillf Danton1-1/+1
2011-11-01mm: do not drain pagevecs for mlockall(MCL_FUTURE)Christoph Lameter1-1/+2
2011-11-01vmscan: abort reclaim/compaction if compaction can proceedMel Gorman1-11/+21
2011-11-01vmscan: limit direct reclaim for higher order allocationsRik van Riel1-0/+16
2011-11-01vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim2-5/+12
2011-11-01mm/huge_memory.c: quiet sparse noiseH Hartley Sweeten1-1/+4
2011-11-01mm/mempolicy.c: quiet sparse noiseH Hartley Sweeten1-1/+1
2011-11-01mm/thrash.c: quiet sparse noiseH Hartley Sweeten1-1/+1
2011-11-01mm/memblock.c: quiet sparse noiseH Hartley Sweeten1-1/+2
2011-11-01mm: disable user interface to manually rescue unevictable pagesJohannes Weiner1-76/+8
2011-11-01vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node()Kautuk Consul1-2/+2
2011-11-01mm: fix kunmap_high() commentLi Haifeng1-1/+1
2011-11-01mm: compaction: make compact_zone_order() staticKyungmin Park2-9/+1
2011-11-01HWPOISON: convert pr_debug()s to pr_info()sDean Nelson1-6/+6
2011-11-01fs/buffer.c: add device information for error output in __find_get_block_slow()Tao Ma1-1/+4
2011-11-01mm/mmap.c: eliminate the ret variable from mm_take_all_locks()Kautuk Consul1-6/+3
2011-11-01vmscan: fix shrinker callback bug in fs/super.cMikulas Patocka2-1/+2
2011-11-01mm-add-comment-explaining-task-state-setting-in-bdi_forker_thread-fixAndrew Morton1-3/+2
2011-11-01ksm: fix the comment of try_to_unmap_one()Wanlong Gao1-1/+1
2011-11-01mm/vmalloc.c: report more vmalloc failuresJoe Perches1-3/+8
2011-11-01kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex,Shi1-0/+2
2011-11-01mm/memblock.c: small function definition fixesJonghwan Choi1-1/+1
2011-11-01kswapd: avoid unnecessary rebalance after an unsuccessful balancingAlex,Shi1-3/+11
2011-11-01debug-pagealloc: add support for highmem pagesAkinobu Mita1-34/+10
2011-11-01mm: neaten warn_alloc_failedJoe Perches3-8/+15
2011-11-01include/asm-generic/page.h: calculate virt_to_page and page_to_virt via prede...Sonic Zhang1-2/+2
2011-11-01thp: mremap support and TLB optimizationAndrea Arcangeli3-4/+68
2011-11-01mremap: avoid sending one IPI per pageAndrea Arcangeli1-6/+9
2011-11-01mremap: check for overflow using deltasAndrea Arcangeli1-2/+3
2011-11-01memblock: add NO_BOOTMEM config symbolSam Ravnborg1-0/+3
2011-11-01memblock: add memblock_start_of_DRAM()Sam Ravnborg2-0/+7
2011-11-01mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka2-17/+49
2011-11-01mm/debug-pagealloc.c: use memchr_invAkinobu Mita1-5/+3
2011-11-01lib/string.c: introduce memchr_inv()Akinobu Mita5-68/+57
2011-11-01mm/debug-pagealloc.c: use plain __ratelimit() instead of printk_ratelimit()Akinobu Mita1-1/+3
2011-11-01vmscan: count pages into balanced for zone with good watermarkShaohua Li1-0/+2
2011-11-01mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completesMel Gorman3-3/+11
2011-11-01mm: vmscan: throttle reclaim if encountering too many dirty pages under write...Mel Gorman1-3/+39
2011-11-01mm: vmscan: do not writeback filesystem pages in kswapd except in high priorityMel Gorman1-5/+8
2011-11-01ext4: warn if direct reclaim tries to writeback pagesMel Gorman1-1/+5
2011-11-01xfs: warn if direct reclaim tries to writeback pagesMel Gorman1-4/+4