summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* printk: remove bounds checking for log_prefixWilliam Douglas2011-11-011-3/+0Star
* printk: fix bounds checking for log_prefixWilliam Douglas2011-11-011-1/+1
* printk: add console_suspend module parameterYanmin Zhang2011-11-012-0/+9
* printk: add module parameter ignore_loglevel to control ignore_loglevelYanmin Zhang2011-11-012-0/+6
* kernel/sysctl.c: add cap_last_cap to /proc/sys/kernelDan Ballard2011-11-012-0/+17
* watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTLVasily Averin2011-11-011-2/+2
* stop_machine: make stop_machine safe and efficient to call earlyJeremy Fitzhardinge2011-11-011-0/+22
* drivers/misc/ad525x_dpot-i2c.c: add i2c support for AD5161Peter Korsgaard2011-11-011-0/+1
* driver/misc/fsa9480.c fix potential null-pointer dereferenceJonghwan Choi2011-11-011-1/+2
* lis3lv02d: make regulator API usage unconditionalMark Brown2011-11-012-23/+12Star
* lis3: remove the references to the global variable in core driverÉric Piel2011-11-012-103/+133
* lis3: change exported function to use passed parameterÉric Piel2011-11-015-9/+9
* lis3: use consistent naming of variablesÉric Piel2011-11-011-60/+60
* lis3: free regulators if probe() failsÉric Piel2011-11-011-2/+7
* hp_accel: add HP ProBook 655xÉric Piel2011-11-011-0/+1
* lis3: add support for HP EliteBook 8540wÉric Piel2011-11-011-0/+1
* lis3: add support for HP EliteBook 2730pÉric Piel2011-11-011-0/+1
* lis3: update maintainer informationÉric Piel2011-11-011-0/+1
* lis3lv02d: avoid divide by zero due to uncheckedÉric Piel2011-11-013-9/+32
* drivers/hwmon/hwmon.c: convert idr to ida and use ida_simple_get()Jonathan Cameron2011-11-011-39/+8Star
* hwmon: convert idr to ida and use ida_simple interfaceJonathan Cameron2011-11-011-24/+8Star
* lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUTJiaju Zhang2011-11-011-2/+3
* fs/pipe.c: add ->statfs callback for pipefsPavel Emelyanov2011-11-011-0/+1
* alpha: wire up sendmmsg syscallMichael Cree2011-11-012-1/+3
* alpha: wire up accept4 syscallMichael Cree2011-11-012-1/+3
* mm/vmstat.c: cache align vm_statDimitri Sivanich2011-11-011-1/+1
* mm: munlock use mapcount to avoid terrible overheadHugh Dickins2011-11-011-1/+9
* mm/huge_memory: fix typo when updating mmu cacheHillf Danton2011-11-011-1/+1
* mm/huge_memory: fix copying user highpageHillf Danton2011-11-011-1/+1
* mm: do not drain pagevecs for mlockall(MCL_FUTURE)Christoph Lameter2011-11-011-1/+2
* vmscan: abort reclaim/compaction if compaction can proceedMel Gorman2011-11-011-11/+21
* vmscan: limit direct reclaim for higher order allocationsRik van Riel2011-11-011-0/+16
* vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim2011-11-012-5/+12
* mm/huge_memory.c: quiet sparse noiseH Hartley Sweeten2011-11-011-1/+4
* mm/mempolicy.c: quiet sparse noiseH Hartley Sweeten2011-11-011-1/+1
* mm/thrash.c: quiet sparse noiseH Hartley Sweeten2011-11-011-1/+1
* mm/memblock.c: quiet sparse noiseH Hartley Sweeten2011-11-011-1/+2
* mm: disable user interface to manually rescue unevictable pagesJohannes Weiner2011-11-011-76/+8Star
* vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node()Kautuk Consul2011-11-011-2/+2
* mm: fix kunmap_high() commentLi Haifeng2011-11-011-1/+1
* mm: compaction: make compact_zone_order() staticKyungmin Park2011-11-012-9/+1Star
* HWPOISON: convert pr_debug()s to pr_info()sDean Nelson2011-11-011-6/+6
* fs/buffer.c: add device information for error output in __find_get_block_slow()Tao Ma2011-11-011-1/+4
* mm/mmap.c: eliminate the ret variable from mm_take_all_locks()Kautuk Consul2011-11-011-6/+3Star
* vmscan: fix shrinker callback bug in fs/super.cMikulas Patocka2011-11-012-1/+2
* mm-add-comment-explaining-task-state-setting-in-bdi_forker_thread-fixAndrew Morton2011-11-011-3/+2Star
* ksm: fix the comment of try_to_unmap_one()Wanlong Gao2011-11-011-1/+1
* mm/vmalloc.c: report more vmalloc failuresJoe Perches2011-11-011-3/+8
* kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex,Shi2011-11-011-0/+2
* mm/memblock.c: small function definition fixesJonghwan Choi2011-11-011-1/+1