1. 62f6b08 tps6586x: Add device tree support by Thierry Reding · 12 years ago
  2. 1c8fa58 regulator: Add generic DT parsing for regulators by Thierry Reding · 12 years ago
  3. 82caa97 regulator: wm831x-dcdc: Specify supply names by Mark Brown · 12 years ago
  4. f1aba13 regulator: wm831x-ldo: Set up supply names by Mark Brown · 12 years ago
  5. 9db7f05 regulator: tps65912: Convert to get_voltage_sel by Axel Lin · 12 years ago
  6. 0f80ea1 regulator: max8998: Convert ot use devm_kzalloc by Axel Lin · 12 years ago
  7. 8ae5767 regulator: max8997: Convert ot use devm_kzalloc by Axel Lin · 12 years ago
  8. 6c9eeb0 regulator: Remove unneeded include of linux/delay.h from regulator drivers by Axel Lin · 12 years ago
  9. 23b7d09 regulator: max8997: Remove empty set_suspend_enable callback implementation by Axel Lin · 12 years ago
  10. c245c08 regulator: max8997: Remove is_enabled callback implementation for max8997_charger_fixedstate_ops by Axel Lin · 12 years ago
  11. 94e85a3 regulator: s5m8767: Use DIV_ROUND_UP to calculate selector by Axel Lin · 12 years ago
  12. b9b49af regulator: max8952: Convert to get_voltage_sel by Axel Lin · 12 years ago
  13. 7c842a1 regulator: tps6507x: Convert to get_voltage_sel by Axel Lin · 12 years ago
  14. 85960e7 regulator: virtual: Replace strict_strtol with kstrtol by Axel Lin · 12 years ago
  15. a67f7e6 regulator: 88pm8607: Fix writting value to vol_reg in pm8607_set_voltage_sel by Axel Lin · 12 years ago
  16. a81edbd regulator: virtual: Convert to use devm_* APIs by Axel Lin · 12 years ago
  17. 5abe0c4 regulator: userspace-consumer: Convert to use devm_* APIs by Axel Lin · 12 years ago
  18. 62bc4d4 regulator: Convert max8997 to set_voltage_time_sel by Axel Lin · 12 years ago
  19. 9e96b3a regulator: Convert max8997 to get_voltage_sel by Axel Lin · 12 years ago
  20. 82b719b mfd: Revert "mfd: add irq domain support for max8997 interrupts" by Mark Brown · 12 years ago
  21. 575f690 regulator: max8660: Fix a memory leak due to missing devm_kzalloc conversion by Axel Lin · 12 years ago
  22. 98d8618 mfd: add irq domain support for max8997 interrupts by Thomas Abraham · 12 years ago
  23. cd22a96 regulator: da9052: Directly include of.h by Mark Brown · 12 years ago
  24. 9f29c9e regulator: wm8994: Convert to set_voltage_sel() by Mark Brown · 12 years ago
  25. 88c84c1 regulator: da9052: add device tree support by Ying-Chun Liu (PaulLiu) · 12 years ago
  26. 4d26f7d regulator: max8660: Use devm_kzalloc() by Axel Lin · 12 years ago
  27. b7bd05b regulator: max1586: Use devm_kzalloc() by Axel Lin · 12 years ago
  28. ef6bd5a regulator: isl6271a-regulator: Use devm_kzalloc() by Axel Lin · 12 years ago
  29. 276909d regulator: Convert max8998 to set_voltage_time_sel by Axel Lin · 12 years ago
  30. 7b4354b regulator: Convert max8998 to get_voltage_sel by Axel Lin · 12 years ago
  31. b6f476c regulator: twl-regulator: Use twlreg_grp helper function by Axel Lin · 12 years ago
  32. 48c936d regulator: twl-regulator: Implement enable_time callback by Axel Lin · 12 years ago
  33. 127ef62 regulator: Update regulator_register() API signature in Documentation by Axel Lin · 12 years ago
  34. 32c8fad regulator: Appease smatch in regulator_register() by Mark Brown · 12 years ago
  35. 9eb0c42 regulator: Convert tps65xxx regulator drivers to use devm_kzalloc by Axel Lin · 12 years ago
  36. d914d81 regulator: Convert anatop to use a struct to pass in regulator runtime configuration by Axel Lin · 12 years ago
  37. 0cb2f12 regulator: twl-regulator: Fix off-by-one vsel setting in twl6030smps_set_voltage by Axel Lin · 12 years ago
  38. 19a8da2 regulator: tps65023: Use devm_* APIs by Axel Lin · 12 years ago
  39. 9a4bdd8 regulator: tps62360: Convert to devm_regmap_init_i2c() by Axel Lin · 12 years ago
  40. dc553a7 regulator: max8649: Use devm_* APIs by Axel Lin · 12 years ago
  41. 268a164 regulator: twl-regulator: Use DIV_ROUND_UP at appropriate places by Axel Lin · 12 years ago
  42. 5ade393 regulator: twl-regulator: Simplify the code matching regulator id by Axel Lin · 12 years ago
  43. 2e42a7d regulator: max8998: Use simple equation to get selector by Axel Lin · 12 years ago
  44. 2358b77 regulator: max8997: Use simple equation to get selector by Axel Lin · 12 years ago
  45. 0fa310c regulator: max8997: Remove n_bits from struct voltage_map_desc by Axel Lin · 12 years ago
  46. 65896e7 regulator: Replace regulator_desc_[ldo|buck] by s5m8767_regulator_desc macro by Axel Lin · 12 years ago
  47. d35aad0 regulator: Use one s5m8767_ops for both LDOs and BUCKs by Axel Lin · 12 years ago
  48. 321d2ab regulator: Rework s5m8767_set_voltage to support both LDOs and BUCKs by Axel Lin · 12 years ago
  49. b920eb4 Merge tag 'v3.4-rc2' into regulator-drivers by Mark Brown · 12 years ago
  50. a9d5801 regulator: Fix build error for mc13783 and mc13892 by Axel Lin · 12 years ago
  51. fe53d18 regulator: Fix a typo in da903x.c by Axel Lin · 12 years ago
  52. ac97c62 regulator: Fix build of ab8500 by Mark Brown · 12 years ago
  53. c172708d regulator: core: Use a struct to pass in regulator runtime configuration by Mark Brown · 12 years ago
  54. 1474e4d Merge branch 'regulator-register' into regulator-drivers by Mark Brown · 12 years ago
  55. 0034102 Linux 3.4-rc2 by Linus Torvalds · 12 years ago
  56. f4e52e7 Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 12 years ago
  57. a3fac08 Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  58. 664481e Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  59. d6a624e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  60. f21fec9 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  61. a0421da Merge branch '3.4-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  62. 06383f1 tcm_fc: Do not free tpg structure during wq allocation failure by Mark Rustad · 12 years ago
  63. e1c4038 tcm_fc: Add abort flag for gracefully handling exchange timeout by Mark Rustad · 12 years ago
  64. eeaab2d Merge branches 'idle-fix' and 'misc' into release by Len Brown · 12 years ago
  65. aaef292 MAINTAINERS: Update git url for ACPI by Igor Murzov · 12 years ago
  66. 4157368 Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  67. 9479f0f Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  68. 1ddca05 Merge tag 'mmc-fixes-for-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 12 years ago
  69. f68e556 Make the "word-at-a-time" helper functions more commonly usable by Linus Torvalds · 12 years ago
  70. ee01e66 cpuidle: Fix panic in CPU off-lining with no idle driver by Toshi Kani · 12 years ago
  71. 23f347e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  72. f604c10 regulator: Convert rc5t583 to set_voltage by Axel Lin · 12 years ago
  73. f09d843 xen/pcifront: avoid pci_frontend_enable_msix() falsely returning success by Jan Beulich · 12 years ago
  74. 0ee46ec xen/pciback: fix XEN_PCI_OP_enable_msix result by Jan Beulich · 12 years ago
  75. e8c9e78 xen/smp: Remove unnecessary call to smp_processor_id() by Srivatsa S. Bhat · 12 years ago
  76. 2531d64 xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io-apic entries' by Konrad Rzeszutek Wilk · 12 years ago
  77. e95ae5a xen: only check xen_platform_pci_unplug if hvm by Igor Mammedov · 12 years ago
  78. 110c433 net: fix a race in sock_queue_err_skb() by Eric Dumazet · 12 years ago
  79. 09de347 regulator: max8649: Constify regulator_desc by Axel Lin · 12 years ago
  80. 0373bcf regulator: max1586: Constify regulator_desc by Axel Lin · 12 years ago
  81. 78637a3 regulator: tps65217: Constify regulator_desc by Axel Lin · 12 years ago
  82. d882d73 regulator: tps6105x: Constify regulator_desc by Axel Lin · 12 years ago
  83. bd6ff0d regulator: max8952: Constify regulator_desc by Axel Lin · 12 years ago
  84. 621adb3 regulator: max8660: Constify regulator_desc by Axel Lin · 12 years ago
  85. dd16b1f regulator: Convert twl4030ldo_set_voltage to set_voltage_sel by Axel Lin · 12 years ago
  86. 4eb0645 regulator: rc5t583: Correct MODULE LICENSE to GPL v2 by Laxman Dewangan · 12 years ago
  87. 95e301b regulator: rc5t583: Simplify RC5T583_REG macro by Axel Lin · 12 years ago
  88. 4a7e7c2 netlink: fix races after skb queueing by Eric Dumazet · 12 years ago
  89. e34fac1 doc, net: Update ndo_start_xmit return type and values by Ben Hutchings · 12 years ago
  90. de7aca1 doc, net: Remove instruction to set net_device::trans_start by Ben Hutchings · 12 years ago
  91. b3cf654 doc, net: Update netdev operation names by Ben Hutchings · 12 years ago
  92. 04fd3d35 doc, net: Update documentation of synchronisation for TX multiqueue by Ben Hutchings · 12 years ago
  93. 93b6a3a doc, net: Remove obsolete reference to dev->poll by Ben Hutchings · 12 years ago
  94. b4f79e5 ethtool: Remove exception to the requirement of holding RTNL lock by Ben Hutchings · 12 years ago
  95. 314489b Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  96. 43e347a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfin by Linus Torvalds · 12 years ago
  97. 35fe2e7 blackfin: update defconfig for bf527-ezkit by Bob Liu · 12 years ago
  98. e8c5c6d blackfin: gpio: fix compile error if !CONFIG_GPIOLIB by Bob Liu · 12 years ago
  99. 95fc2d8 blackfin: fix L1 data A overflow link issue by Mike Frysinger · 12 years ago
  100. fb9d78a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm by Linus Torvalds · 12 years ago