1. 39082f7 lguest: switch segment-voodoo-numbers to readable symbols by Jacek Galowicz · 13 years ago
  2. e562966 virtio: balloon: Add freeze, restore handlers to support S4 by Amit Shah · 13 years ago
  3. be91c33 virtio: balloon: Move vq initialization into separate function by Amit Shah · 13 years ago
  4. 0741bcb virtio: net: Add freeze, restore handlers to support S4 by Amit Shah · 13 years ago
  5. 04486ed virtio: net: Move vq and vq buf removal into separate function by Amit Shah · 13 years ago
  6. 3f9c10b virtio: net: Move vq initialization into separate function by Amit Shah · 13 years ago
  7. f8fb5bc virtio: blk: Add freeze, restore handlers to support S4 by Amit Shah · 13 years ago
  8. 6abd6e5 virtio: blk: Move vq initialization to separate function by Amit Shah · 13 years ago
  9. c743d09 virtio: console: Disable callbacks for virtqueues at start of S4 freeze by Amit Shah · 13 years ago
  10. 2b8f41d virtio: console: Add freeze and restore handlers to support S4 by Amit Shah · 13 years ago
  11. a0e2dbf virtio: console: Move vq and vq buf removal into separate functions by Amit Shah · 13 years ago
  12. f0fe6f1 virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff by Amit Shah · 13 years ago
  13. d077536 virtio: pci: switch to new PM API by Amit Shah · 13 years ago
  14. 4678d6f virtio_blk: fix config handler race by Michael S. Tsirkin · 13 years ago
  15. e93300b virtio: add debugging if driver doesn't kick. by Rusty Russell · 13 years ago
  16. ee7cd89 virtio: expose added descriptors immediately. by Rusty Russell · 13 years ago
  17. 3b720b8 virtio: avoid modulus operation. by Rusty Russell · 13 years ago
  18. 41f0377 virtio: support unlocked queue kick by Rusty Russell · 13 years ago
  19. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 13 years ago
  20. 5dfc176 virtio: document functions better. by Rusty Russell · 13 years ago
  21. 1e214a5 virtio-balloon: Trivial cleanups by Sasha Levin · 13 years ago
  22. 7b21e34 virtio: harsher barriers for rpmsg. by Rusty Russell · 13 years ago
  23. 4690dfa Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 13 years ago
  24. c2e08e7 Merge branch 'unicore32' of git://github.com/gxt/linux by Linus Torvalds · 13 years ago
  25. 40ba587 Merge branch 'akpm' (aka "Andrew's patch-bomb") by Linus Torvalds · 13 years ago
  26. e74a8f2 drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-range by Ben Hutchings · 13 years ago
  27. 948170f drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030 by Benoit Cousson · 13 years ago
  28. 6c3fb55 drivers/rtc/: remove redundant spi driver bus initialization by Lars-Peter Clausen · 13 years ago
  29. 681d037 drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver static by Axel Lin · 13 years ago
  30. a46481d drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static by Axel Lin · 13 years ago
  31. 0c4eae6 rtc: convert drivers/rtc/* to use module_platform_driver() by Axel Lin · 13 years ago
  32. 5f85d20 drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc() by Mark Brown · 13 years ago
  33. 2d65943 drivers/rtc/rtc-wm831x.c: remove unused period IRQ handler by Mark Brown · 13 years ago
  34. dda367a rtc/ab8500: add calibration attribute to AB8500 RTC by Mark Godfrey · 13 years ago
  35. 012e52e drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range() by Linus Walleij · 13 years ago
  36. b62581e rtc/ab8500: set can_wake flag by Andrew Lynn · 13 years ago
  37. 10d065e rtc/ab8500: don't disable IRQ:s when suspending by Robert Marklund · 13 years ago
  38. c92182e drivers/rtc/rtc-mxc.c: make alarm work by Yauhen Kharuzhy · 13 years ago
  39. 7287be1 drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoC by Yauhen Kharuzhy · 13 years ago
  40. b43c1ea drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writing by Ondrej Zary · 13 years ago
  41. c957b61 leds: convert wm8350 driver to devm_kzalloc() by Mark Brown · 13 years ago
  42. 1713cb9 leds: convert wm831x status driver to devm_kzalloc() by Mark Brown · 13 years ago
  43. 3b08094 drivers/leds/leds-mc13783.c: fix off-by-one for checking num_leds by Axel Lin · 13 years ago
  44. a6d511e leds: add driver for TCA6507 LED controller by NeilBrown · 13 years ago
  45. b96a573 drivers/leds/leds-netxbig.c: use gpio_request_one() by Axel Lin · 13 years ago
  46. 95dafd4 drivers/leds/leds-bd2802.c: use gpio_request_one() by Axel Lin · 13 years ago
  47. 1980bcf drivers/leds/leds-lp5523.c: remove unneeded forward declaration by Axel Lin · 13 years ago
  48. 19b9557 leds: convert leds-dac124s085 to module_spi_driver by Axel Lin · 13 years ago
  49. 09a0d18 leds: convert led i2c drivers to module_i2c_driver by Axel Lin · 13 years ago
  50. 892a884 leds: convert led platform drivers to module_platform_driver by Axel Lin · 13 years ago
  51. e2c17bc backlight: convert pwm_bl to dev_pm_ops by Mark Brown · 13 years ago
  52. 48e78e8 backlight: convert platform_lcd to devm_kzalloc() by Mark Brown · 13 years ago
  53. 6665576 backlight: use kstrtoul() by Jingoo Han · 13 years ago
  54. 1cfc6fe drivers/video/backlight/ep93xx_bl.c: remove duplicated header include by Jingoo Han · 13 years ago
  55. b148a27 backlight/ld9040.c: regulator control in the driver by Donghwa Lee · 13 years ago
  56. 81178e0 backlight: convert drivers/video/backlight/* to use module_platform_driver() by Axel Lin · 13 years ago
  57. 3ed0c15 backlight: remove ADX backlight device support by Paul Bolle · 13 years ago
  58. 5c395ae Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  59. 7b3480f Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  60. 1c81065 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  61. 1a464cb Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  62. dbe950f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  63. f62f619 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 13 years ago
  64. d04baa1 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
  65. 8826691 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 13 years ago
  66. 269d430 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 13 years ago
  67. d52739c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 13 years ago
  68. abce00f Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-dev by Linus Torvalds · 13 years ago
  69. 9016037 Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  70. 095f979 drm/nouveau/pm: fix build with HWMON off by Dave Airlie · 13 years ago
  71. 96067ad gma500: silence gcc warnings in mid_get_vbt_data() by Dan Carpenter · 13 years ago
  72. 7920aa5 drm/ttm: fix condition (and vs or) by Dan Carpenter · 13 years ago
  73. b3a0aa3 rtc-puv3: solve section mismatch in rtc-puv3.c by Guan Xuetao · 13 years ago
  74. 60e2b00 rtc-puv3: using module_platform_driver() by Guan Xuetao · 13 years ago
  75. 858af58 i2c-puv3: using module_platform_driver() by Guan Xuetao · 13 years ago
  76. a9196b0 rtc-puv3: irq: remove IRQF_DISABLED by Guan Xuetao · 13 years ago
  77. eb52d58 of: add include asm/setup.h in drivers/of/fdt.c by Yu Yue · 13 years ago
  78. 37cfc3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 13 years ago
  79. 38e5781 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  80. 979ecef Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  81. b3c3752 Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  82. 2ac9d7a Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  83. 5ede3ce Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  84. 190a44e Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  85. dfc1ebe Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  86. acc952c Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  87. e5686ad netdev: make net_device_ops const by stephen hemminger · 13 years ago
  88. 1aff0cb bcm63xx: make ethtool_ops const by stephen hemminger · 13 years ago
  89. bc689c9 usbnet: make ethtool_ops const by stephen hemminger · 13 years ago
  90. 12e5550 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  91. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  92. 5983faf Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  93. 21a2cb5 Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 13 years ago
  94. b60ef99 mtd: Fix dependency for MTD_DOC200x by Fabio Estevam · 13 years ago
  95. 800ffd3 mtd: do not use mtd->block_markbad directly by Artem Bityutskiy · 13 years ago
  96. 8f461a7 mtd: introduce mtd_can_have_bb helper by Artem Bityutskiy · 13 years ago
  97. 079c985 mtd: do not use mtd->suspend and mtd->resume directly by Artem Bityutskiy · 13 years ago
  98. 3813456 mtd: do not use mtd->lock, unlock and is_locked directly by Artem Bityutskiy · 13 years ago
  99. 327cf29 mtd: do not use mtd->sync directly by Artem Bityutskiy · 13 years ago
  100. 1dbebd3 mtd: harmonize mtd_writev usage by Artem Bityutskiy · 13 years ago