1. 7beff62 gma500: Fix Poulsbo suspend/resume crash on devices with SDVO ports by Alan Cox · 12 years ago
  2. bc79482 gma500: handle poulsbo cursor restriction by Patrik Jakobsson · 12 years ago
  3. ac0a5dd gma500: Prevent endless loop in panel power up sequence by Alan Cox · 12 years ago
  4. 3299de9 drm/radeon/hdmi: compile audio status in 1 function by Rafał Miłecki · 12 years ago
  5. c284815 nouveau: nouveau_set_bo_placement takes TTM flags by Dave Airlie · 12 years ago
  6. e91506d [SCSI] bnx2fc: Bumped version to 1.0.11 by Bhanu Prakash Gollapudi · 12 years ago
  7. 92886c9 [SCSI] bnx2fc: cleanup task management IO when it times out. by Bhanu Prakash Gollapudi · 12 years ago
  8. f70d4a9 edac, mips: don't change code that has been removed in edac/mips tree by Jiri Kosina · 12 years ago
  9. c1bb4f3 [SCSI] bnx2fc: Decrememnt io ref count when abort times out by Bhanu Prakash Gollapudi · 12 years ago
  10. de9c05f [SCSI] bnx2fc: Allow FLOGI to be retried when receiving bad responses. by Bhanu Prakash Gollapudi · 12 years ago
  11. e92a5b2 OMAPDSS: HDMI: OMAP4: Update IRQ flags for the HPD IRQ request by Ricardo Neri · 12 years ago
  12. c808ab9 OMAPDSS: Apply VENC timings even if panel is disabled by Archit Taneja · 12 years ago
  13. 2aefad4 OMAPDSS: VENC/DISPC: Delay dividing Y resolution for managers connected to VENC by Archit Taneja · 12 years ago
  14. 65e006f OMAPDSS: DISPC: Support rotation through TILER by Chandrabhanu Mahapatra · 12 years ago
  15. 3cb6a1b9 OMAPDSS: VRFB: remove compiler warnings when CONFIG_BUG=n by Tomi Valkeinen · 12 years ago
  16. 4a75cb8 OMAPFB: remove compiler warnings when CONFIG_BUG=n by Tomi Valkeinen · 12 years ago
  17. c6eee96 OMAPDSS: remove compiler warnings when CONFIG_BUG=n by Tomi Valkeinen · 12 years ago
  18. 3637735 OMAPDSS: DISPC: fix usage of dispc_ovl_set_accu_uv by Tomi Valkeinen · 12 years ago
  19. 3568f2a OMAPDSS: use DSI_FIFO_BUG workaround only for manual update displays by Tomi Valkeinen · 12 years ago
  20. c8d4bb5 drm/i915: don't silently ignore sdvo mode_set failures by Daniel Vetter · 12 years ago
  21. c9a2969 drm/i915: clarify preferred sdvo input mode code by Daniel Vetter · 12 years ago
  22. 6bd459d drm/i915: fix module unload since error_state rework by Daniel Vetter · 12 years ago
  23. 0f51596 Merge branch 'for-next-arm-dma' into for-linus by Marek Szyprowski · 12 years ago
  24. 72c04af fbdev: sh_mobile_lcdc: Don't confuse line size with pitch by Laurent Pinchart · 12 years ago
  25. 1dff2b8 md/bitmap: record the space available for the bitmap in the superblock. by NeilBrown · 12 years ago
  26. 63aced6 md/raid10: Remove extras after reshape to smaller number of devices. by NeilBrown · 12 years ago
  27. da7613b md/raid5: improve removal of extra devices after reshape. by NeilBrown · 12 years ago
  28. 0c09822 md: check the return of mddev_find() by Yuanhan Liu · 12 years ago
  29. 4f0a5e0 MD RAID1: Further conditionalize 'fullsync' by Jonathan Brassow · 12 years ago
  30. c32fb9e DM RAID: Use md_error() in place of simply setting Faulty bit by Jonathan Brassow · 12 years ago
  31. 81f382f DM RAID: Record and handle missing devices by Jonathan Brassow · 12 years ago
  32. 47525e5 DM RAID: Set recovery flags on resume by Jonathan Brassow · 12 years ago
  33. 30b6764 md/raid5: Allow reshape while a bitmap is present. by NeilBrown · 12 years ago
  34. bb63a70 md/raid10: resize bitmap when required during reshape. by NeilBrown · 12 years ago
  35. a4a6125 md: allow array to be resized while bitmap is present. by NeilBrown · 12 years ago
  36. b81a040 md/bitmap: make sure reshape request are reflected in superblock. by NeilBrown · 12 years ago
  37. d60b479 md/bitmap: add bitmap_resize function to allow bitmap resizing. by NeilBrown · 12 years ago
  38. 15702d7 md/bitmap: use DIV_ROUND_UP instead of open-code by NeilBrown · 12 years ago
  39. 40cffcc md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap' by NeilBrown · 12 years ago
  40. 63c6826 md/bitmap: make bitmap bitops atomic. by NeilBrown · 12 years ago
  41. bdfd114 md/bitmap: make _page_attr bitops atomic. by NeilBrown · 12 years ago
  42. fae7d32 md/bitmap: merge bitmap_file_unmap and bitmap_file_put. by NeilBrown · 12 years ago
  43. 62f82fa md/bitmap: remove async freeing of bitmap file. by NeilBrown · 12 years ago
  44. 7466712 md/bitmap: convert some spin_lock_irqsave to spin_lock_irq by NeilBrown · 12 years ago
  45. b405fe9 md/bitmap: use set_bit, test_bit, etc for operation on bitmap->flags. by NeilBrown · 12 years ago
  46. 84e9234 md/bitmap: remove single-bit manipulation on sb->state by NeilBrown · 12 years ago
  47. edbb79d md/bitmap: remove bitmap_mask_state by NeilBrown · 12 years ago
  48. bc9891a md/bitmap: move storage allocation from bitmap_load to bitmap_create. by NeilBrown · 12 years ago
  49. d1244cb md/bitmap: separate bitmap file allocation to its own function. by NeilBrown · 12 years ago
  50. 9b1215c md/bitmap: store bytes in file rather than just in last page. by NeilBrown · 12 years ago
  51. 1ec885c md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct. by NeilBrown · 12 years ago
  52. d189122 md/bitmap: change *_page_attr() to take a page number, not a page. by NeilBrown · 12 years ago
  53. 27581e5 md/bitmap: centralise allocation of bitmap file pages. by NeilBrown · 12 years ago
  54. ef99bf4 md/bitmap: allow a bitmap with no backing storage. by NeilBrown · 12 years ago
  55. 6409bb0 md/bitmap: add new 'space' attribute for bitmaps. by NeilBrown · 12 years ago
  56. bf07bb7 md/bitmap: disentangle two different 'pending' flags. by NeilBrown · 12 years ago
  57. bc0934f raid5: support sync request by Shaohua Li · 12 years ago
  58. cceeca4 raid5: remove unused variables by Shaohua Li · 12 years ago
  59. 5fdd2cf md/raid10: Fix memleak in r10buf_pool_alloc by majianpeng · 12 years ago
  60. da8840a md/raid1: allow fix_read_error to read from recovering device. by majianpeng · 12 years ago
  61. 4fa2f32 md: move freeing of badblocks.page into md_rdev_clear by NeilBrown · 12 years ago
  62. 545c879 md: dm-raid should call helper function to clear rdev. by NeilBrown · 12 years ago
  63. 3ea7daa md/raid10: add reshape support by NeilBrown · 12 years ago
  64. 99262a3 Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 12 years ago
  65. 81a054c virtio-mmio: Devices parameter parsing by Pawel Moll · 12 years ago
  66. f65ca1d virtio_blk: Drop unused request tracking list by Asias He · 12 years ago
  67. b79d866 virtio-blk: Fix hot-unplug race in remove method by Asias He · 12 years ago
  68. 90e0320 virtio: Use ida to allocate virtio index by Asias He · 12 years ago
  69. c877bab virtio: balloon: separate out common code between remove and freeze functions by Amit Shah · 12 years ago
  70. c45b416 virtio: balloon: drop restore_common() by Amit Shah · 12 years ago
  71. bf67f3a Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  72. 5ec29e3 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  73. abd209b Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  74. c23ddf7 Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  75. da4f58f Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  76. ba01a87 Merge branch 'usb-target-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  77. c9bfa7d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  78. 3d1482f Merge tag 'pinctrl-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 12 years ago
  79. ac18065 Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 12 years ago
  80. ae82a82 Merge tag 'regmap-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 12 years ago
  81. 3bb07f1 Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  82. ff8ce5f Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  83. 4f6ade9 Merge branch 'clkdev' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  84. 26c72e2 firewire: sbp2: document the absence of alignment requirements by Clemens Ladisch · 12 years ago
  85. 881bcab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 12 years ago
  86. 935f672 firewire: sbp2: remove superfluous blk_queue_max_segment_size() call by Clemens Ladisch · 12 years ago
  87. f203022 firewire: sbp2: use scsi_dma_(un)map by Clemens Ladisch · 12 years ago
  88. 473ffe6 firewire: sbp2: give correct DMA device to scsi framework by Clemens Ladisch · 12 years ago
  89. e60b9a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  90. 0ad8c6a Merge tag 'v3.4' with SCSI updates, needed for subsequent firewire-sbp2 changes by Stefan Richter · 12 years ago
  91. 65e8186 drm/i915: be more careful when returning -ENXIO in gmbus transfer by Daniel Vetter · 12 years ago
  92. 78d56d7 drm/i915/dp: For consistency use the DP hotplug synonyms by Chris Wilson · 12 years ago
  93. 8ec22b2 drm/i915/hdmi: Query the live connector status bit for G4x by Chris Wilson · 12 years ago
  94. 084b612 drm/i915: SDVO hotplug have different interrupt status bits for i915/i965/g4x by Chris Wilson · 12 years ago
  95. 10f76a3 drm/i915: Inspect the right status bits for DP/HDMI hotplug on gen4 by Chris Wilson · 12 years ago
  96. adca473 drm/i915: All members of gen4 have hotplug, so unconditionally enable its irq by Chris Wilson · 12 years ago
  97. 68c2c39 xen: do not map the same GSI twice in PVHVM guests. by Stefano Stabellini · 12 years ago
  98. cda4db5 Merge tag 'for-usb-next-2012-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 12 years ago
  99. cc16916 Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'ocrdma', 'qib' and 'raw-qp' into for-linus by Roland Dreier · 12 years ago
  100. c88db16 xhci: Fix DIV_ROUND_UP compile error. by Sarah Sharp · 12 years ago