1. 86a1e18 watchdog: nowayout is bool by Wim Van Sebroeck · 12 years ago
  2. 27c766a watchdog: Use pr_<fmt> and pr_<level> by Joe Perches · 12 years ago
  3. 7cbc353 watchdog: pnx4008: don't use __raw_-accessors by Wolfram Sang · 12 years ago
  4. 19f505f watchdog: pnx4008: cleanup resource handling using managed devices by Wolfram Sang · 12 years ago
  5. 16ac4ab watchdog: sp805_wdt: add pm callbacks to support standby/S2R/hibernation by Viresh Kumar · 12 years ago
  6. 474ef12 watchdog: make imx2_wdt report boot status correctly by Oskar Schirmer · 12 years ago
  7. e22057c Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  8. 250f671 Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  9. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  10. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  11. df7a3ee xen/acpi: Fix Kconfig dependency on CPU_FREQ by Konrad Rzeszutek Wilk · 12 years ago
  12. dae430c Merge tag 'amd64-edac-updates-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 12 years ago
  13. cf82192 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 12 years ago
  14. 4416b0e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 12 years ago
  15. 24613ff Merge branch 'pcmcia' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  16. 0d19eac Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  17. 56c10bf Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  18. 0e65ae0 Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago
  19. bba1594 Merge branch 'mmci' into amba by Russell King · 12 years ago
  20. 8e3ade2 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  21. 70834d3 usermodehelper: use UMH_WAIT_PROC consistently by Oleg Nesterov · 12 years ago
  22. 9eab0a7 rtc: ds1307: generalise ram size and offset by Austin Boyle · 12 years ago
  23. 40ce972 rtc: ds1307: comment and format cleanup by David Anders · 12 years ago
  24. b24a726 rtc: ds1307: simplify irq setup code by Wolfram Sang · 12 years ago
  25. 32d322b rtc: ds1307: refactor chip_desc table by Wolfram Sang · 12 years ago
  26. fef931f rtc: driver for DA9052/53 PMIC v1 by Ashish Jangam · 12 years ago
  27. fad0738 drivers/rtc/rtc-max8925.c: fix alarm->enabled mistake in max8925_rtc_read_alarm/max8925_rtc_set_alarm by Kevin Liu · 12 years ago
  28. 0cf30bd drivers/rtc/rtc-max8925.c: fix max8925_rtc_read_alarm() return value error by Kevin Liu · 12 years ago
  29. aa19689 drivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops static by Navin P · 12 years ago
  30. 2f6e5f9 drivers/rtc: remove IRQF_DISABLED by Yong Zhang · 12 years ago
  31. 2778ebc drivers/rtc/rtc-twl.c: return correct RTC event from ISR by Venu Byravarasu · 12 years ago
  32. 94a339d drivers/rtc/rtc-twl.c: simplify RTC interrupt clearing by Venu Byravarasu · 12 years ago
  33. f7439bc drivers/rtc/rtc-twl.c: enable RTC irrespective of its prior state by Venu Byravarasu · 12 years ago
  34. ce9f650 drivers/rtc/rtc-twl.c: optimize IRQ bit access by Venu Byravarasu · 12 years ago
  35. b4f0b88 MIPS: add RTC support for loongson1B by zhao zhang · 12 years ago
  36. 0abc920 rtc: convert rtc i2c drivers to module_i2c_driver by Axel Lin · 12 years ago
  37. 109e941 rtc: convert rtc spi drivers to module_spi_driver by Axel Lin · 12 years ago
  38. ee6c54c rtc/rtc-spear: call platform_set_drvdata() before registering rtc device by Viresh Kumar · 12 years ago
  39. 131f8b7 rtc/spear: fix for RTC_AIE_ON and RTC_AIE_OFF ioctl errors by Shiraz Hashim · 12 years ago
  40. cd0e08a rtc-spear: fix for balancing the enable_irq_wake in Power Mgmt by Deepak Sikri · 12 years ago
  41. a403d93 led-class: change back LEDS_CLASS to tristate instead of bool by Bryan Wu · 12 years ago
  42. cea694c drivers/leds/leds-lm3530.c: move the code setting gen_config to one place by Axel Lin · 12 years ago
  43. 1a1278d drivers/leds/leds-pca9633.c: remove unused 'adapter' variable by Axel Lin · 12 years ago
  44. 99ad98d leds-lm3530: replace pltfm with pdata by Kim, Milo · 12 years ago
  45. 8544d0e leds-lm3530: remove LM3530_ALS_ZONE_REG code by Kim, Milo · 12 years ago
  46. bb98200 leds-lm3530: support pwm input mode by Kim, Milo · 12 years ago
  47. e13d978 leds-lm3530: replace i2c_client with led_classdev by Kim, Milo · 12 years ago
  48. bbe6453 leds-lm3530: set the max_brightness to 127 by Kim, Milo · 12 years ago
  49. 16db7f9 drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.h by Mark Brown · 12 years ago
  50. 75cb2e1 drivers/leds: add driver for PCA9633 I2C chip by Peter Meerwald · 12 years ago
  51. d06cb46 drivers/leds/leds-lp5523.c: constify some data by Andrew Morton · 12 years ago
  52. 42960b7 drivers/leds/leds-lp5521.c: ret may be uninitialized by Srinidhi KASAGAR · 12 years ago
  53. 32a2f74 drivers/leds/leds-lp5521.c: redefinition of register bits by Kim, Milo · 12 years ago
  54. 011af7b drivers/leds/leds-lp5521.c: support led pattern data by Kim, Milo · 12 years ago
  55. 3b49aac drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_data by Kim, Milo · 12 years ago
  56. 5ae4e8a drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_config by Kim, Milo · 12 years ago
  57. c5bd2a7 drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdata by Wolfram Sang · 12 years ago
  58. 920c4f4 drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe() by Dan Carpenter · 12 years ago
  59. 3a2fd4a drivers/leds/leds-lp5521.c: fix typo by Masanari Iida · 12 years ago
  60. 1a07cbb uwb: use for_each_clear_bit() by Akinobu Mita · 12 years ago
  61. fc89db4 s390/char: use for_each_clear_bit() by Akinobu Mita · 12 years ago
  62. c527b41 mtd: use for_each_clear_bit() by Akinobu Mita · 12 years ago
  63. 0a329d2 bitops: remove for_each_set_bit_cont() by Akinobu Mita · 12 years ago
  64. 2df5e12 backlight: fix ot200_bl build by Randy Dunlap · 12 years ago
  65. 67a6727 backlight: convert platform_lcd to dev_pm_ops by Jingoo Han · 12 years ago
  66. 35c1682 backlight: add support for Pandora backlight by Grazvydas Ignotas · 12 years ago
  67. c8df742 backlight: add driver for Bachmann's ot200 by Christian Gmeiner · 12 years ago
  68. 7be865a backlight: new backlight driver for LP855x devices by Kim, Milo · 12 years ago
  69. 050ea48 drivers/video/backlight/adp5520_bl.c: use devm_ functions by Julia Lawall · 12 years ago
  70. ce96922 drivers/video/backlight: use devm_ functions by Julia Lawall · 12 years ago
  71. 1107d40 drivers/video/backlight/wm831x_bl.c: use devm_ functions by Julia Lawall · 12 years ago
  72. 462dd83 backlight: convert backlight spi drivers to module_spi_driver by Axel Lin · 12 years ago
  73. 81ce686 backlight: convert backlight i2c drivers to module_i2c_driver by Axel Lin · 12 years ago
  74. 953326c drivers/staging/telephony/ixj.c: fix warning about sequence points by Uwe Kleine-König · 12 years ago
  75. b502bd1 magic.h: move some FS magic numbers into magic.h by Muthu Kumar · 12 years ago
  76. e317234 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  77. f37ab0f Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 12 years ago
  78. 0b0c9d3 Merge tag 'iommu-updates-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  79. fc2bb8d Merge branch 'i2c-embedded/for-3.4' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  80. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 12 years ago
  81. 934e18b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  82. 7e61b3f Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubi by Linus Torvalds · 12 years ago
  83. 5510e62 hwmon: Add MCP3021 ADC driver by Xie Xiaobo · 12 years ago
  84. 0c27321 hwmon: (mc13783-adc) Add support for the MC13892 PMIC by Uwe Kleine-Koenig · 12 years ago
  85. cb88200 hwmon: (mc13783-adc) Remove space before tab by Frans Meulenbroeks · 12 years ago
  86. af2ef4f hwmon: (lm63) Let the user adjust the lookup table by Jean Delvare · 12 years ago
  87. 817c6cc hwmon: (lm63) Make fan speed control strategy changeable by Jean Delvare · 12 years ago
  88. dac27dc hwmon: (lm63) Reorganize the code by Jean Delvare · 12 years ago
  89. f7001bb hwmon: (lm90) Restore original configuration if probe function fails by Guenter Roeck · 12 years ago
  90. ae544f6 hwmon: (lm90) Add support for GMT G781 by Guenter Roeck · 12 years ago
  91. f36ffea hwmon: (lm90) Fix multi-line comments by Guenter Roeck · 12 years ago
  92. c10b3ee hwmon: (w83795) Fix multi-line comments by Guenter Roeck · 12 years ago
  93. 72fea69 hwmon: (w83795) Unconditionally support manual fan speed control by Jean Delvare · 12 years ago
  94. 941a956 hwmon: (fam15h_power) Increase output resolution by Andre Przywara · 12 years ago
  95. fc0900c hwmon: (fam15h_power) Correct sign extension of running_avg_capture by Andreas Herrmann · 12 years ago
  96. 4375382 Merge tag 'fbdev-updates-for-3.4' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  97. 9586c95 Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 12 years ago
  98. 3469940 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 12 years ago
  99. 7fc86a7 Merge tag 'pinctrl-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 12 years ago
  100. 90597b6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 12 years ago