summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-13backlight: gpio_backlight: use devm_backlight_device_register()Jingoo Han1-11/+3
2013-11-13backlight: generic_bl: use devm_backlight_device_register()Jingoo Han1-4/+2
2013-11-13backlight: ep93xx: use devm_backlight_device_register()Jingoo Han1-11/+2
2013-11-13backlight: da9052_bl: use devm_backlight_device_register()Jingoo Han1-3/+3
2013-11-13backlight: da903x_bl: use devm_backlight_device_register()Jingoo Han1-11/+3
2013-11-13backlight: bd6107: use devm_backlight_device_register()Jingoo Han1-2/+2
2013-11-13backlight: atmel-pwm-bl: use devm_backlight_device_register()Jingoo Han1-6/+4
2013-11-13backlight: as3711_bl: use devm_backlight_device_register()Jingoo Han1-21/+5
2013-11-13backlight: adp8870: use devm_backlight_device_register()Jingoo Han1-7/+4
2013-11-13backlight: adp8860: use devm_backlight_device_register()Jingoo Han1-7/+4
2013-11-13backlight: adp5520: use devm_backlight_device_register()Jingoo Han1-5/+4
2013-11-13backlight: aat2870: use devm_backlight_device_register()Jingoo Han1-7/+4
2013-11-13backlight: 88pm860x_bl: use devm_backlight_device_register()Jingoo Han1-14/+2
2013-11-13backlight: use dev_get_platdata()Jingoo Han32-46/+44
2013-11-13backlight: lp8788: staticize 'default_bl_config'Jingoo Han1-1/+1
2013-11-13backlight: lm3639: don't mix different enum typesJingoo Han1-4/+7
2013-11-13backlight: ld9040: Staticize local variable gamma_tableJingoo Han1-1/+3
2013-11-13backlight: lm3630: fix sparse warningDaniel Jeong1-2/+2
2013-11-13drivers/video/backlight/lm3630a_bl.c: potential NULL deref in probe()Dan Carpenter1-13/+12
2013-11-13drivers/video/backlight/lm3630a_bl.c: fix signedness bug in lm3630a_chip_init()Dan Carpenter1-1/+1
2013-11-13backlight: lm3630: apply chip revisionDaniel Jeong6-536/+552
2013-11-13backlight: lp855x_bl: support new LP8555 deviceMilo Kim5-7/+67
2013-11-13MAINTAINERS: update Zwane Mwaikambo's e-mail addressJean Delvare3-3/+3
2013-11-13MAINTAINERS: remove Richard Purdie as backlight maintainerJingoo Han2-1/+5
2013-11-13printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfoDirk Gouders1-2/+2
2013-11-13kernel/printk/printk.c: enable boot delay for earlyprintkDave Young1-2/+2
2013-11-13vsprintf: check real user/group id for %pKRyan Mallon2-10/+48
2013-11-13kernel/printk/printk.c: convert to pr_foo()Andrew Morton1-6/+6
2013-11-13printk: report console names during cut-overKees Cook1-10/+9
2013-11-13init/main.c: remove prototype for softirq_init()Geert Uytterhoeven1-1/+0
2013-11-13sched: remove ARCH specific fpu_counter from task_structVineet Gupta1-9/+0
2013-11-13x86: move fpu_counter into ARCH specific thread_structVineet Gupta6-10/+19
2013-11-13sh: move fpu_counter into ARCH specific thread_structVineet Gupta5-5/+25
2013-11-13jump_label: unlikely(x) > 0Roel Kluin1-2/+2
2013-11-13kernel/sys.c: remove obsolete #include <linux/kexec.h>Geert Uytterhoeven1-1/+0
2013-11-13kernel/delayacct.c: remove redundant checking in __delayacct_add_tsk()Chen Gang1-7/+0
2013-11-13gen_init_cpio: avoid NULL pointer dereference and rework env expandingMichal Nazarewicz1-18/+9
2013-11-13errno.h: remove "NFS" from descriptions in commentsEric Sandeen6-6/+6
2013-11-13init/do_mounts.c: add maj:min syntax commentSebastian Capella1-0/+2
2013-11-13scripts/mod/modpost.c: handle non ABS crc symbolsAndi Kleen1-8/+7
2013-11-13syscalls.h: use gcc alias instead of assembler aliases for syscallsAndi Kleen2-4/+4
2013-11-13cramfs: mark as obsoleteMichael Opdenacker2-2/+5
2013-11-13percpu: add test module for various percpu operationsGreg Thelen3-0/+149
2013-11-13drivers/char/hpet.c: allow user controlled mmap for user processesPrarit Bhargava3-4/+33
2013-11-13mm: numa: return the number of base pages altered by protection changesMel Gorman3-3/+9
2013-11-13mm: factor commit limit calculationJerome Marchand5-9/+18
2013-11-13mm: improve the description for dirty_background_ratio/dirty_ratio sysctlZheng Liu1-5/+10
2013-11-13mm/page_alloc.c: fix comment in zlc_setup()Zhi Yong Wu1-1/+1
2013-11-13arch/x86/mm/init.c: fix incorrect function name in alloc_low_pages()Zhi Yong Wu1-2/+2
2013-11-13mm/zswap: refactor the get/put routinesWeijie Yang1-94/+88