summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-24drivers/leds/leds-lp5521.c: ret may be uninitializedSrinidhi KASAGAR1-1/+1
2012-03-24drivers/leds/leds-lp5521.c: redefinition of register bitsKim, Milo1-11/+10
2012-03-24drivers/leds/leds-lp5521.c: support led pattern dataKim, Milo3-1/+150
2012-03-24drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_dataKim, Milo3-15/+36
2012-03-24drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_configKim, Milo3-3/+15
2012-03-24drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdataWolfram Sang1-1/+0
2012-03-24drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe()Dan Carpenter1-5/+3
2012-03-24drivers/leds/leds-lp5521.c: fix typoMasanari Iida1-1/+1
2012-03-24x86: use for_each_clear_bit_from()Akinobu Mita1-3/+3
2012-03-24uwb: use for_each_clear_bit()Akinobu Mita1-4/+2
2012-03-24s390/char: use for_each_clear_bit()Akinobu Mita1-3/+2
2012-03-24mtd: use for_each_clear_bit()Akinobu Mita1-4/+2
2012-03-24bitops: introduce for_each_clear_bit()Akinobu Mita1-0/+11
2012-03-24bitops: remove for_each_set_bit_cont()Akinobu Mita2-4/+1
2012-03-24bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita3-4/+7
2012-03-24backlight: fix ot200_bl buildRandy Dunlap1-1/+1
2012-03-24backlight: convert platform_lcd to dev_pm_opsJingoo Han1-9/+10
2012-03-24backlight: add support for Pandora backlightGrazvydas Ignotas3-0/+179
2012-03-24backlight: add driver for Bachmann's ot200Christian Gmeiner3-1/+183
2012-03-24backlight: new backlight driver for LP855x devicesKim, Milo5-0/+548
2012-03-24drivers/video/backlight/adp5520_bl.c: use devm_ functionsJulia Lawall1-5/+1
2012-03-24drivers/video/backlight: use devm_ functionsJulia Lawall8-47/+18
2012-03-24drivers/video/backlight/wm831x_bl.c: use devm_ functionsJulia Lawall1-5/+1
2012-03-24backlight: convert backlight spi drivers to module_spi_driverAxel Lin10-119/+10
2012-03-24backlight: convert backlight i2c drivers to module_i2c_driverAxel Lin3-34/+3
2012-03-24MAINTAINERS: update maintainership of LTPWanlong Gao1-3/+5
2012-03-24MAINTAINERS: add "S: Maintained" to clkdev and clk sectionsJoe Perches1-0/+2
2012-03-24MAINTAINERS: add status to ALPHA architectureJoe Perches1-0/+1
2012-03-24MAINTAINERS: update git urls for 2.6 deletionsJoe Perches1-49/+49
2012-03-24MAINTAINERS: update MCA sectionJoe Perches1-8/+7
2012-03-24get_maintainer.pl: add support for moderated listsRichard Weinberger1-2/+7
2012-03-24get_maintainer: use a default "unknown" S: status/roleJoe Perches1-1/+1
2012-03-24kernel/watchdog.c: add comment to watchdog() exit pathAndrew Morton1-0/+4
2012-03-24kernel/watchdog.c: convert to pr_foo()Andrew Morton1-6/+10
2012-03-24watchdog: make sure the watchdog thread gets CPU on loaded systemMichal Hocko1-4/+3
2012-03-24kernel/exit.c: if init dies, log a signal which killed it, if anyDenys Vlasenko1-2/+5
2012-03-24prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering5-5/+54
2012-03-24drivers/staging/telephony/ixj.c: fix warning about sequence pointsUwe Kleine-König1-19/+38
2012-03-24fs/notify/notification.c: make subsys_initcall function staticH Hartley Sweeten1-2/+1
2012-03-24Remove remaining bits of io_remap_page_range()Javi Merino4-7/+0
2012-03-24consolidate WARN_...ONCE() static variablesJan Beulich3-4/+5
2012-03-24headers: include linux/types.h where appropriateBobby Powers4-1/+8
2012-03-24nmi watchdog: do not use cpp symbol in KconfigCong Wang9-11/+8
2012-03-24magic.h: move some FS magic numbers into magic.hMuthu Kumar6-11/+18
2012-03-24um: use set_current_blocked() and block_sigmask()Matt Fleming1-14/+6
2012-03-24um: don't restore current->blocked on errorMatt Fleming1-6/+2
2012-03-24mm: hugetlb: cleanup duplicated code in unmapping vm rangeHillf Danton1-14/+11
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-131/+104
2012-03-23Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-29/+161
2012-03-23Merge tag 'ktest-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-14/+56