summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-01drivers/leds/led-triggers.c: fix memory leakMasakazu Mokuno
2011-11-01leds: Renesas TPU LED driverMagnus Damm
2011-11-01backlight: rename corgibl_limit_intensity() to genericbl_limit_intensity()Axel Lin
2011-11-01drivers/video/backlight/l4f00242t03.c: use gpio_request_one() to simplify err...Fabio Estevam
2011-11-01backlight: fix broken regulator API usage in l4f00242t03Mark Brown
2011-11-01video/backlight: remove obsolete cleanup for clientdataWolfram Sang
2011-11-01MAINTAINERS: add ASLR maintainerJiri Kosina
2011-11-01MAINTAINERS: Linas has movedLinas Vepstas
2011-11-01MAINTAINERS: add new entry for ideapad-laptopIke Panhc
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-11-01printk: remove bounds checking for log_prefixWilliam Douglas
2011-11-01printk: fix bounds checking for log_prefixWilliam Douglas
2011-11-01printk: add console_suspend module parameterYanmin Zhang
2011-11-01printk: add module parameter ignore_loglevel to control ignore_loglevelYanmin Zhang
2011-11-01kernel/sysctl.c: add cap_last_cap to /proc/sys/kernelDan Ballard
2011-11-01watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTLVasily Averin
2011-11-01stop_machine: make stop_machine safe and efficient to call earlyJeremy Fitzhardinge
2011-11-01drivers/misc/ad525x_dpot-i2c.c: add i2c support for AD5161Peter Korsgaard
2011-11-01driver/misc/fsa9480.c fix potential null-pointer dereferenceJonghwan Choi
2011-11-01lis3lv02d: make regulator API usage unconditionalMark Brown
2011-11-01lis3: remove the references to the global variable in core driverÉric Piel
2011-11-01lis3: change exported function to use passed parameterÉric Piel
2011-11-01lis3: use consistent naming of variablesÉric Piel
2011-11-01lis3: free regulators if probe() failsÉric Piel
2011-11-01hp_accel: add HP ProBook 655xÉric Piel
2011-11-01lis3: add support for HP EliteBook 8540wÉric Piel
2011-11-01lis3: add support for HP EliteBook 2730pÉric Piel
2011-11-01lis3: update maintainer informationÉric Piel
2011-11-01lis3lv02d: avoid divide by zero due to uncheckedÉric Piel
2011-11-01drivers/hwmon/hwmon.c: convert idr to ida and use ida_simple_get()Jonathan Cameron
2011-11-01hwmon: convert idr to ida and use ida_simple interfaceJonathan Cameron
2011-11-01lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUTJiaju Zhang
2011-11-01fs/pipe.c: add ->statfs callback for pipefsPavel Emelyanov
2011-11-01alpha: wire up sendmmsg syscallMichael Cree
2011-11-01alpha: wire up accept4 syscallMichael Cree
2011-11-01mm/vmstat.c: cache align vm_statDimitri Sivanich
2011-11-01mm: munlock use mapcount to avoid terrible overheadHugh Dickins
2011-11-01mm/huge_memory: fix typo when updating mmu cacheHillf Danton
2011-11-01mm/huge_memory: fix copying user highpageHillf Danton
2011-11-01mm: do not drain pagevecs for mlockall(MCL_FUTURE)Christoph Lameter
2011-11-01vmscan: abort reclaim/compaction if compaction can proceedMel Gorman
2011-11-01vmscan: limit direct reclaim for higher order allocationsRik van Riel
2011-11-01vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim
2011-11-01mm/huge_memory.c: quiet sparse noiseH Hartley Sweeten
2011-11-01mm/mempolicy.c: quiet sparse noiseH Hartley Sweeten
2011-11-01mm/thrash.c: quiet sparse noiseH Hartley Sweeten
2011-11-01mm/memblock.c: quiet sparse noiseH Hartley Sweeten
2011-11-01mm: disable user interface to manually rescue unevictable pagesJohannes Weiner
2011-11-01vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node()Kautuk Consul
2011-11-01mm: fix kunmap_high() commentLi Haifeng