| 2012-03-23 | 
Venu Byravarasu | drivers/rtc/rtc-twl.c: enable RTC irrespective of its...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Venu Byravarasu | drivers/rtc/rtc-twl.c: optimize IRQ bit access | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
zhao zhang | MIPS: add RTC support for loongson1B | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Axel Lin | rtc: convert rtc i2c drivers to module_i2c_driver | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Axel Lin | rtc: convert rtc spi drivers to module_spi_driver | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Viresh Kumar | rtc/rtc-spear: call platform_set_drvdata() before regis...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Shiraz Hashim | rtc/spear: fix for RTC_AIE_ON and RTC_AIE_OFF ioctl...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Deepak Sikri | rtc-spear: fix for balancing the enable_irq_wake in...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Bernhard Walle | init/do_mounts.c: print error code on mount failure | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Diwakar Tundlam | init: check printed flag to skip printing message | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Dan Carpenter | epoll: remove unneeded variable in reverse_path_check() | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Steven Rostedt | epoll: comment the funky #ifdef | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Hans Verkuil | poll: add poll_requested_events() and poll_does_not_wai...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Darrick J....  | crc32: select an algorithm via Kconfig | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Darrick J....  | crc32: add self-test code for crc32c | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Darrick J....  | crypto: crc32c should use library implementation | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Darrick J....  | crc32: bolt on crc32c | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Bob Pearson | crc32: add note about this patchset to crc32.c | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Bob Pearson | crc32: optimize loop counter for x86 | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Bob Pearson | crc32: add slice-by-8 algorithm to existing code | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Bob Pearson | crc32: make CRC_*_BITS definition correspond to actual...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Bob Pearson | crc32: fix mixing of endian-specific types | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Bob Pearson | crc32: miscellaneous cleanups | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Bob Pearson | crc32: simplify unit test code | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Bob Pearson | crc32: move long comment about crc32 fundamentals to...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Bob Pearson | crc32: remove two instances of trailing whitespaces | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Josh Triplett | checkpatch: check for quoted strings broken across...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Joe Perches | checkpatch: whitespace - add/remove blank lines | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Joe Perches | checkpatch: warn on use of yield() | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Joe Perches | checkpatch: add --strict tests for braces, comments...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Andy Whitcroft | checkpatch: add [] to type extensions | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Andy Whitcroft | checkpatch: high precedence operators do not require...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Andy Whitcroft | checkpatch: handle string concatenation in simple ...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Andy Whitcroft | checkpatch: allow simple character constants in #defines | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Andy Whitcroft | checkpatch: catch [ ... ] usage when not at the beginni...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Artem Bityutskiy | checkpatch.pl: be silent when -q and --ignore is given | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Joe Perches | checkpatch: add some --strict coding style checks | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Joe Perches | include/ and checkpatch: prefer __scanf to __attribute_...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Xiao Guangrong | prio_tree: introduce prio_set_parent() | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Xiao Guangrong | prio_tree: simplify prio_tree_expand() | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Xiao Guangrong | prio_tree: cleanup prio_tree_left()/prio_tree_right() | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Xiao Guangrong | prio_tree: remove unnecessary code in prio_tree_replace | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Akinobu Mita | string: memchr_inv() speed improvements | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Bryan Wu | led-class: change back LEDS_CLASS to tristate instead...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Axel Lin | drivers/leds/leds-lm3530.c: move the code setting gen_c...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Axel Lin | drivers/leds/leds-pca9633.c: remove unused 'adapter...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Kim, Milo | leds-lm3530: replace pltfm with pdata | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Kim, Milo | leds-lm3530: remove LM3530_ALS_ZONE_REG code | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Kim, Milo | leds-lm3530: support pwm input mode | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Kim, Milo | leds-lm3530: replace i2c_client with led_classdev | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Kim, Milo | leds-lm3530: set the max_brightness to 127 | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Mark Brown | drivers/leds/leds-gpio.c: use linux/gpio.h rather than...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Peter Meerwald | drivers/leds: add driver for PCA9633 I2C chip | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Andrew Morton | drivers/leds/leds-lp5523.c: constify some data | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Srinidhi KASAGAR | drivers/leds/leds-lp5521.c: ret may be uninitialized | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Kim, Milo | drivers/leds/leds-lp5521.c: redefinition of register...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Kim, Milo | drivers/leds/leds-lp5521.c: support led pattern data | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Kim, Milo | drivers/leds/leds-lp5521.c: add 'update_config' in...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Kim, Milo | drivers/leds/leds-lp5521.c: add 'name' in the lp5521_le...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Wolfram Sang | drivers/leds/leds-tca6507.c: remove obsolete cleanup...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Dan Carpenter | drivers/leds/leds-tca6507.c: cleanup error handling...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Masanari Iida | drivers/leds/leds-lp5521.c: fix typo | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Akinobu Mita | x86: use for_each_clear_bit_from() | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Akinobu Mita | uwb: use for_each_clear_bit() | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Akinobu Mita | s390/char: use for_each_clear_bit() | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Akinobu Mita | mtd: use for_each_clear_bit() | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Akinobu Mita | bitops: introduce for_each_clear_bit() | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Akinobu Mita | bitops: remove for_each_set_bit_cont() | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Akinobu Mita | bitops: rename for_each_set_bit_cont() in favor of...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Randy Dunlap | backlight: fix ot200_bl build | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Jingoo Han | backlight: convert platform_lcd to dev_pm_ops | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Grazvydas Ignotas | backlight: add support for Pandora backlight | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Christian Gmeiner | backlight: add driver for Bachmann's ot200 | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Kim, Milo | backlight: new backlight driver for LP855x devices | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Julia Lawall | drivers/video/backlight/adp5520_bl.c: use devm_ functions | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Julia Lawall | drivers/video/backlight: use devm_ functions | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Julia Lawall | drivers/video/backlight/wm831x_bl.c: use devm_ functions | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Axel Lin | backlight: convert backlight spi drivers to module_spi_...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Axel Lin | backlight: convert backlight i2c drivers to module_i2c_...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Wanlong Gao | MAINTAINERS: update maintainership of LTP | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Joe Perches | MAINTAINERS: add "S: Maintained" to clkdev and clk...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Joe Perches | MAINTAINERS: add status to ALPHA architecture | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Joe Perches | MAINTAINERS: update git urls for 2.6 deletions | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Joe Perches | MAINTAINERS: update MCA section | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Richard Weinberger | get_maintainer.pl: add support for moderated lists | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Joe Perches | get_maintainer: use a default "unknown" S: status/role | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Andrew Morton | kernel/watchdog.c: add comment to watchdog() exit path | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Andrew Morton | kernel/watchdog.c: convert to pr_foo() | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Michal Hocko | watchdog: make sure the watchdog thread gets CPU on...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Denys Vlasenko | kernel/exit.c: if init dies, log a signal which killed...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Lennart Poettering | prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Uwe Kleine...  | drivers/staging/telephony/ixj.c: fix warning about...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
H Hartley Sweeten | fs/notify/notification.c: make subsys_initcall function...  | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Javi Merino | Remove remaining bits of io_remap_page_range() | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Jan Beulich | consolidate WARN_...ONCE() static variables | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Bobby Powers | headers: include linux/types.h where appropriate | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Cong Wang | nmi watchdog: do not use cpp symbol in Kconfig | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Muthu Kumar | magic.h: move some FS magic numbers into magic.h | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Matt Fleming | um: use set_current_blocked() and block_sigmask() | 
commit | commitdiff | tree | snapshot | 
| 2012-03-23 | 
Matt Fleming | um: don't restore current->blocked on error | 
commit | commitdiff | tree | snapshot | 
| next |