aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches61-350/+324
2011-10-31printk: remove bounds checking for log_prefixWilliam Douglas1-3/+0
2011-10-31printk: fix bounds checking for log_prefixWilliam Douglas1-1/+1
2011-10-31printk: add console_suspend module parameterYanmin Zhang2-0/+9
2011-10-31printk: add module parameter ignore_loglevel to control ignore_loglevelYanmin Zhang2-0/+6
2011-10-31kernel/sysctl.c: add cap_last_cap to /proc/sys/kernelDan Ballard2-0/+17
2011-10-31watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTLVasily Averin1-2/+2
2011-10-31stop_machine: make stop_machine safe and efficient to call earlyJeremy Fitzhardinge1-0/+22
2011-10-31drivers/misc/ad525x_dpot-i2c.c: add i2c support for AD5161Peter Korsgaard1-0/+1
2011-10-31driver/misc/fsa9480.c fix potential null-pointer dereferenceJonghwan Choi1-1/+2
2011-10-31lis3lv02d: make regulator API usage unconditionalMark Brown2-23/+12
2011-10-31lis3: remove the references to the global variable in core driverÉric Piel2-103/+133
2011-10-31lis3: change exported function to use passed parameterÉric Piel5-9/+9
2011-10-31lis3: use consistent naming of variablesÉric Piel1-60/+60
2011-10-31lis3: free regulators if probe() failsÉric Piel1-2/+7
2011-10-31hp_accel: add HP ProBook 655xÉric Piel1-0/+1
2011-10-31lis3: add support for HP EliteBook 8540wÉric Piel1-0/+1
2011-10-31lis3: add support for HP EliteBook 2730pÉric Piel1-0/+1
2011-10-31lis3: update maintainer informationÉric Piel1-0/+1
2011-10-31lis3lv02d: avoid divide by zero due to uncheckedÉric Piel3-9/+32
2011-10-31drivers/hwmon/hwmon.c: convert idr to ida and use ida_simple_get()Jonathan Cameron1-39/+8
2011-10-31hwmon: convert idr to ida and use ida_simple interfaceJonathan Cameron1-24/+8
2011-10-31lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUTJiaju Zhang1-2/+3
2011-10-31fs/pipe.c: add ->statfs callback for pipefsPavel Emelyanov1-0/+1
2011-10-31alpha: wire up sendmmsg syscallMichael Cree2-1/+3
2011-10-31alpha: wire up accept4 syscallMichael Cree2-1/+3
2011-10-31mm/vmstat.c: cache align vm_statDimitri Sivanich1-1/+1
2011-10-31mm: munlock use mapcount to avoid terrible overheadHugh Dickins1-1/+9
2011-10-31mm/huge_memory: fix typo when updating mmu cacheHillf Danton1-1/+1
2011-10-31mm/huge_memory: fix copying user highpageHillf Danton1-1/+1
2011-10-31mm: do not drain pagevecs for mlockall(MCL_FUTURE)Christoph Lameter1-1/+2
2011-10-31vmscan: abort reclaim/compaction if compaction can proceedMel Gorman1-11/+21
2011-10-31vmscan: limit direct reclaim for higher order allocationsRik van Riel1-0/+16
2011-10-31vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim2-5/+12
2011-10-31mm/huge_memory.c: quiet sparse noiseH Hartley Sweeten1-1/+4
2011-10-31mm/mempolicy.c: quiet sparse noiseH Hartley Sweeten1-1/+1
2011-10-31mm/thrash.c: quiet sparse noiseH Hartley Sweeten1-1/+1
2011-10-31mm/memblock.c: quiet sparse noiseH Hartley Sweeten1-1/+2
2011-10-31mm: disable user interface to manually rescue unevictable pagesJohannes Weiner1-76/+8
2011-10-31vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node()Kautuk Consul1-2/+2
2011-10-31mm: fix kunmap_high() commentLi Haifeng1-1/+1
2011-10-31mm: compaction: make compact_zone_order() staticKyungmin Park2-9/+1
2011-10-31HWPOISON: convert pr_debug()s to pr_info()sDean Nelson1-6/+6
2011-10-31fs/buffer.c: add device information for error output in __find_get_block_slow()Tao Ma1-1/+4
2011-10-31mm/mmap.c: eliminate the ret variable from mm_take_all_locks()Kautuk Consul1-6/+3
2011-10-31vmscan: fix shrinker callback bug in fs/super.cMikulas Patocka2-1/+2
2011-10-31mm-add-comment-explaining-task-state-setting-in-bdi_forker_thread-fixAndrew Morton1-3/+2
2011-10-31ksm: fix the comment of try_to_unmap_one()Wanlong Gao1-1/+1
2011-10-31mm/vmalloc.c: report more vmalloc failuresJoe Perches1-3/+8
2011-10-31kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex,Shi1-0/+2