1. 7b94791 regulator: Kill max8998_get_ldo function by Axel Lin · 13 years ago
  2. b3e1348 regulator: Kill max8997_get_rid function by Axel Lin · 13 years ago
  3. ba51c6c regulator: Fix n_voltage settings for pcf50633 regulator by Axel Lin · 13 years ago
  4. 89e0f0e regulator: Fix the logic of s5m8767_set_voltage_time_sel by Axel Lin · 13 years ago
  5. 0757b60 regulator: mc13783: bail out without platform data by Sascha Hauer · 13 years ago
  6. 3bf6e90 regulator: Convert ab8499 to use get_voltage_sel() by Axel Lin · 13 years ago
  7. dfb9b8a regulator: Sort Kconfig and Makefile entries by Axel Lin · 13 years ago
  8. ae0e654 regulator: Fix module desciption for tps65910 regulator by Axel Lin · 13 years ago
  9. e882eae regulator: tps65910: Correct VIO voltage configuration by Laxman Dewangan · 13 years ago
  10. b9e0348 regulator: wm8994: Convert to devm_kzalloc() by Mark Brown · 13 years ago
  11. 46783a0 regulator: tps62360: Remove pointless test for unsigned less than zero by Axel Lin · 13 years ago
  12. 22cd2fef regulator: s5m8767: Fix unused variable warning in probe() by Mark Brown · 13 years ago
  13. da7de6a regulator: Show correct chip id for max8649 by Axel Lin · 13 years ago
  14. 0c3d0b2 regulator: Remove redundant regmap_update_bits call for TPS65023_REG_CON_CTRL2 by Axel Lin · 13 years ago
  15. 20a14b8 regulator: Kill s5m8767_get_reg_id function by Axel Lin · 13 years ago
  16. 34ce8d0 regulator: wm8350: Don't specify consumer supplies with struct device by Mark Brown · 13 years ago
  17. 1e0c66f regulator: tps65910: Sleep control through external inputs by Laxman Dewangan · 13 years ago
  18. 2343933 regulator: mc13xxx-regulator-core: Fix the build when driver is selected as module by Fabio Estevam · 13 years ago
  19. e371ceb regulator: max8997: Avoid spaces in regulator names by Karol Lewandowski · 13 years ago
  20. 7d38a3c regulator: tps65910: use appropriate variable names. by Laxman Dewangan · 13 years ago
  21. 51ced5e regulator: tps65910: Initialize n_voltages for rails. by Laxman Dewangan · 13 years ago
  22. c2f8efd regulator: tps65910: Add regulator info for RTC rail by Laxman Dewangan · 13 years ago
  23. 0ce6987 regulator: Update s5m8767 for device tree API changes by Mark Brown · 13 years ago
  24. b683d98 regulator: Update tps65217-regulator for DT changes by Axel Lin · 13 years ago
  25. a493077 regulator: tps65217: Add tps65217 regulator driver by AnilKumar Ch · 13 years ago
  26. 62aa492 regulator: Add S5M8767 configuration by Sangbeom Kim · 13 years ago
  27. 38e9683 regulators/db8500: split off shared dbx500 code by Bengt Jonsson · 13 years ago
  28. c835e1c regulator: s5m8767: Remove redundant MODULE_ALIAS by Axel Lin · 13 years ago
  29. 047ec22 regulator: s5m8767: Add missing breaks by Axel Lin · 13 years ago
  30. 9767ec7 regulator: Add S5M8767A regulator driver by Sangbeom Kim · 13 years ago
  31. 6219929 regulator: TPS62360: Add tps62360 regulator driver by Laxman Dewangan · 13 years ago
  32. 99d1edc Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  33. f59e842 Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  34. 4ba3069 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  35. 507a03c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  36. be40541 tpm: fix (ACPI S3) suspend regression by Stefan Berger · 13 years ago
  37. 93c3d65 nvme: fix merge error due to change of 'make_request_fn' fn type by Linus Torvalds · 13 years ago
  38. 9ef9b20 xen: using EXPORT_SYMBOL requires including export.h by Stephen Rothwell · 13 years ago
  39. aa303f2 Merge branch 'for-linus/i2c-33' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 13 years ago
  40. 4a7c1ff Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  41. 94bd244 gpio: tps65910: Use correct offset for gpio initialization by Laxman Dewangan · 13 years ago
  42. d71f5be Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  43. 92b5abb Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 13 years ago
  44. ccb19d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  45. 79ba0db Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into release by Len Brown · 13 years ago
  46. c130bd6 acpi/apei/einj: Add extensions to EINJ from rev 5.0 of acpi spec by Tony Luck · 13 years ago
  47. cb79717 Merge branch 'atomicio-remove' into release by Len Brown · 13 years ago
  48. 037d76f Merge branch 'apei' into release by Len Brown · 13 years ago
  49. 65b7f83 intel_idle: Split up and provide per CPU initialization func by Thomas Renninger · 13 years ago
  50. 3bd81a8 ACPI processor: Remove unneeded variable passed by acpi_processor_hotadd_init V2 by Thomas Renninger · 13 years ago
  51. c3b5003 tg3: Fix single-vector MSI-X code by Matt Carlson · 13 years ago
  52. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  53. b73fa46 [libata] ata_piix: Add Toshiba Satellite Pro A120 to the quirks list by Benjamin Larsson · 13 years ago
  54. 3a25179 [libata] add DVRTD08A and DVR-215 to NOSETXFER device quirk list by Vladimir LAVALLADE · 13 years ago
  55. 81b0287 [libata] pata_bf54x: Support sg list in bmdma transfer. by Sonic Zhang · 13 years ago
  56. 93272b1 [libata] sata_fsl: fix the controller operating mode by Jerry Huang · 13 years ago
  57. 966f121 [libata] enable ata port async suspend by Lin Ming · 13 years ago
  58. 36be126 [media] as3645a: Fix compilation by including slab.h by Laurent Pinchart · 13 years ago
  59. a2e2baa [media] s5p-fimc: Remove linux/version.h include from fimc-mdevice.c by Sachin Kamat · 13 years ago
  60. 2bd4334 [media] s5p-mfc: Remove linux/version.h include from s5p_mfc.c by Sachin Kamat · 13 years ago
  61. 3a9888f [media] ds3000: using logical && instead of bitwise & by Dan Carpenter · 13 years ago
  62. f08aacf [media] v4l2-ctrls: make control names consistent by Hans Verkuil · 13 years ago
  63. d43272a [media] DVB: dib0700, add support for Nova-TD LEDs by Jiri Slaby · 13 years ago
  64. 2b05b88 [media] DVB: dib0700, add corrected Nova-TD frontend_attach by Jiri Slaby · 13 years ago
  65. 52fd5b2 [media] DVB: dib0700, separate stk7070pd initialization by Jiri Slaby · 13 years ago
  66. 9b6ba57 [media] DVB: dib0700, move Nova-TD Stick to a separate set by Jiri Slaby · 13 years ago
  67. 68dc8bc [media] : add MODULE_FIRMWARE to dib0700 by Patrick Boettcher · 13 years ago
  68. bad321f [media] DVB-CORE: remove superfluous DTV_CMDs by Patrick Boettcher · 13 years ago
  69. 719c174 [media] s5p-jpeg: adapt to recent videobuf2 changes by Marek Szyprowski · 13 years ago
  70. 7f6cce6 [media] s5p-g2d: fixed a bug in controls setting function by Kamil Debski · 13 years ago
  71. 0da0a78 [media] s5p-mfc: Fix volatile controls setup by Kamil Debski · 13 years ago
  72. bb86936 [media] drivers/media/video/s5p-mfc/s5p_mfc.c: adjust double test by Julia Lawall · 13 years ago
  73. b1aa608 [media] drivers/media/video/s5p-fimc/fimc-capture.c: adjust double test by Julia Lawall · 13 years ago
  74. 53e5ab9 [media] s5p-fimc: Fix incorrect control ID assignment by Sachin Kamat · 13 years ago
  75. 265fe02 gpio/it8761e: Restrict it8761e gpio driver to x86. by Grant Likely · 13 years ago
  76. 6f36a80 Merge branches 'for-33/i2c/eg20t' and 'for-33/i2c/omap' into for-linus/i2c-33 by Ben Dooks · 13 years ago
  77. 8956dc1 i2c-eg20t: Change-company-name-OKI-SEMICONDUCTOR to LAPIS Semiconductor by Tomoya MORINAGA · 13 years ago
  78. c3f4661 i2c-eg20t: Support new device LAPIS Semiconductor ML7831 IOH by Tomoya MORINAGA · 13 years ago
  79. ff35e8b i2c-eg20t: modified the setting of transfer rate. by Toshiharu Okada · 13 years ago
  80. 07e8a51 i2c-eg20t: use i2c_add_numbered_adapter to get a fixed bus number by Feng Tang · 13 years ago
  81. 6145197 i2c: OMAP: Add DT support for i2c controller by Benoit Cousson · 13 years ago
  82. 78e1cf4 I2C: OMAP: NACK without STP by Jan Weitzel · 13 years ago
  83. 2727b17 I2C: OMAP: correct SYSC register offset for OMAP4 by Alexander Aring · 13 years ago
  84. 00b1d44 Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  85. 5e7590d ACPI processor: Remove unneeded cpuidle_unregister_driver call by Thomas Renninger · 13 years ago
  86. 5c2a9f0 intel idle: Make idle driver more robust by Thomas Renninger · 13 years ago
  87. 95e3ec1 intel_idle: Fix a cast to pointer from integer of different size warning in intel_idle by David Howells · 13 years ago
  88. 63ff07b intel_idle: remove redundant local_irq_disable() call by Yanmin Zhang · 13 years ago
  89. 8364919 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 13 years ago
  90. 51dcb19 [media] dvb_frontend: Don't call get_frontend() if idle by Mauro Carvalho Chehab · 13 years ago
  91. 4144cb2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
  92. 6ab48a5 bnx2x: Disable AN KR work-around for BCM57810 by Yaniv Rosner · 13 years ago
  93. 096b952 bnx2x: Remove AutoGrEEEn for BCM84833 by Yaniv Rosner · 13 years ago
  94. 7531832 bnx2x: Remove 100Mb force speed for BCM84833 by Yaniv Rosner · 13 years ago
  95. 127302b bnx2x: Fix PFC setting on BCM57840 by Yaniv Rosner · 13 years ago
  96. 11b2ec6 bnx2x: Fix Super-Isolate mode for BCM84833 by Yaniv Rosner · 13 years ago
  97. 34aa6f1 net: sh-eth: Fix build error by the value which is not defined by Nobuhiro Iwamatsu · 13 years ago
  98. 604c4ef mwl8k: Fixing Sparse ENDIAN CHECK warning by Yogesh Ashok Powar · 13 years ago
  99. d981e05 mwl8k: fix condition in mwl8k_cmd_encryption_remove_key() by Dan Carpenter · 13 years ago
  100. 5addc0d brcmfmac: work-around gcc 4.7 build issue by Alexandre Oliva · 13 years ago