summaryrefslogtreecommitdiffstats
path: root/mm/process_vm_access.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-30lib/string_helpers.c: make arrays staticAndrew Morton1-4/+4
2012-05-30lib/test-kstrtox.c: mark const init data with __initconst instead of __initdataUwe Kleine-König1-2/+2
2012-05-30list_debug: WARN for adding something already in the listChris Metcalf1-0/+3
2012-05-30leds: add LM3533 LED driverJohan Hovold4-0/+864
2012-05-30drivers/leds/leds-pca955x.c: fix race condition while setting brightness on s...Alexander Stein1-36/+59
2012-05-30leds: add new transient trigger for one shot timer activationShuah Khan4-0/+398
2012-05-30leds: heartbeat: stop on shutdownAlexander Holler1-1/+27
2012-05-30drivers/leds/leds-lm3530.c: simplify als configuration on initializationKim, Milo1-42/+58
2012-05-30include/linux/led-lm3530.h: comment correction about the range of brightnessKim, Milo1-1/+1
2012-05-30leds: change ledtrig-timer to use activated flagShuah Khan1-3/+3
2012-05-30leds: change existing triggers to use activated flagShuah Khan3-3/+9
2012-05-30leds: add new field to led_classdev struct to save activation stateShuah Khan1-0/+2
2012-05-30leds: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2012-05-30leds: simple_strtoul() cleanupShuah Khan2-41/+28
2012-05-30leds: driver for DA9052/53 PMIC v2David Dajun Chen3-0/+223
2012-05-30drivers/leds/leds-lp5521.c: fix lp5521_read() error handlingDan Carpenter1-4/+8
2012-05-30backlight: tosa_lcd: use devm_ functionsJingoo Han1-5/+3
2012-05-30backlight: tosa_bl: use devm_ functionsJingoo Han1-6/+5
2012-05-30backlight: tdo24m: use devm_ functionsJingoo Han1-15/+6
2012-05-30backlight: s6e63m0: use devm_ functionsJingoo Han1-10/+5
2012-05-30backlight: ltv350qv: use devm_ functionsJingoo Han1-16/+7
2012-05-30backlight: lms283gf05: use devm_ functionsJingoo Han1-6/+3
2012-05-30backlight: ld9040: use devm_ functionsJingoo Han1-8/+6
2012-05-30backlight: l4f00242t03: use devm_ functionsJingoo Han1-14/+11
2012-05-30backlight: ili9320: use devm_ functionsJingoo Han1-7/+2
2012-05-30backlight: corgi_lcd: use devm_ functionsJingoo Han1-8/+4
2012-05-30backlight: ams369fg06: use devm_ functionsJingoo Han1-10/+5
2012-05-30backlight: adp8870: use devm_ functionsJingoo Han1-15/+7
2012-05-30backlight: adp8860: use devm_ functionsJingoo Han1-15/+7
2012-05-30backlight: initialize struct backlight_properties properlyCorentin Chary5-0/+5
2012-05-30drivers/video/backlight/l4f00242t03.c: use pr_fmtJingoo Han1-0/+2
2012-05-30backlight: progear: use pr_err() instead of printk()Jingoo Han1-2/+4
2012-05-30backlight: omap1: use pr_info() instead of printk()Jingoo Han1-1/+3
2012-05-30backlight: jornada720: use pr_err()/pr_info() instead of printk()Jingoo Han2-9/+13
2012-05-30backlight: generic_bl: use pr_info() instead of printk()Jingoo Han1-2/+4
2012-05-30backlight: cr_bllcd: use pr_err()/pr_info() instead of printk()Jingoo Han1-4/+5
2012-05-30backlight: apple_bl: use pr_debug()/pr_err() instead of printk()Jingoo Han1-12/+8
2012-05-30backlight: use pr_warn() and pr_debug() instead of printk()Jingoo Han2-9/+12
2012-05-30drivers/video/backlight/adp5520_bl.c: use kstrtoul()Jingoo Han1-2/+2
2012-05-30drivers/video/backlight/adp8870_bl.c: use kstrtoul()Jingoo Han1-3/+3
2012-05-30drivers/video/backlight/adp8860_bl.c: use kstrtoul()Jingoo Han1-3/+3
2012-05-30backlight: add LM3533 backlight driverJohan Hovold4-0/+484
2012-05-30drivers/video/backlight/apple_bl.c: include header for exported symbol protot...H Hartley Sweeten2-1/+2
2012-05-30lcd: add callbacks for early fb event blank supportInki Dae2-0/+20
2012-05-30fbdev: add events for early fb event supportInki Dae2-6/+19
2012-05-30blacklight: remove redundant spi driver bus initializationLars-Peter Clausen4-4/+0
2012-05-30MAINTAINERS: remove AlessandroAlessandro Rubini1-6/+0
2012-05-30hamradio/scc: orphan driver in MAINTAINERSUwe Kleine-König1-3/+1
2012-05-30memcg: decrement static keys at real destroy timeGlauber Costa3-9/+78
2012-05-30memcg: always free struct memcg through schedule_work()Glauber Costa1-11/+13