1. b0eeec2 KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabled by Avi Kivity · 14 years ago
  2. 5d55f29 KVM: x86 emulator: re-implementing 'mov AL,moffs' instruction decoding by Wei Yongjun · 14 years ago
  3. 07cbc6c KVM: x86 emulator: fix cli/sti instruction emulation by Wei Yongjun · 14 years ago
  4. b16b2b7 KVM: x86 emulator: fix 'mov rm,sreg' instruction decoding by Wei Yongjun · 14 years ago
  5. e97e883 KVM: x86 emulator: fix 'and AL,imm8' instruction decoding by Wei Yongjun · 14 years ago
  6. ce7a0ad KVM: x86 emulator: fix the comment of out instruction by Wei Yongjun · 14 years ago
  7. a5046e6 KVM: x86 emulator: fix 'mov sreg,rm16' instruction decoding by Wei Yongjun · 14 years ago
  8. b79b93f KVM: MMU: Don't drop accessed bit while updating an spte by Avi Kivity · 14 years ago
  9. a9221dd KVM: MMU: Atomically check for accessed bit when dropping an spte by Avi Kivity · 14 years ago
  10. ce06186 KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte() by Avi Kivity · 14 years ago
  11. be38d27 KVM: MMU: Introduce drop_spte() by Avi Kivity · 14 years ago
  12. dd180b3 KVM: VMX: fix tlb flush with invalid root by Xiao Guangrong · 14 years ago
  13. 5689cc5 KVM: Use u64 for frame data types by Joerg Roedel · 14 years ago
  14. 8b67f04 ext4: Add mount options in superblock by Theodore Ts'o · 14 years ago
  15. 2d9c98a ceph: make ->sync_fs not wait if wait==0 by Sage Weil · 14 years ago
  16. b8cd07e ceph: warn on missing snap realm by Sage Weil · 14 years ago
  17. effcb9e ceph: print useful error message when crush rule not found by Sage Weil · 14 years ago
  18. a8b763a ceph: use %pU to print uuid (fsid) by Sage Weil · 14 years ago
  19. f0b18d9 ceph: sync header defs with server code by Sage Weil · 14 years ago
  20. 5cd068c ceph: clean up header guards by Sage Weil · 14 years ago
  21. 9688f19 ceph: strip misleading/obsolete version, feature info by Sage Weil · 14 years ago
  22. 6a25938 ceph: specify supported features in super.h by Sage Weil · 14 years ago
  23. c309f0a ceph: clean up fsid mount option by Sage Weil · 14 years ago
  24. e0f9f9e ceph: remove unused 'monport' mount option by Sage Weil · 14 years ago
  25. e55b71f ceph: handle ESTALE properly; on receipt send to authority if it wasn't by Greg Farnum · 14 years ago
  26. 2bc5025 ceph: add ceph_get_cap_for_mds function. by Greg Farnum · 14 years ago
  27. 154f42c ceph: connect to export targets on cap export by Sage Weil · 14 years ago
  28. cb170a2 ceph: connect to export targets if mds is laggy by Sage Weil · 14 years ago
  29. ed0552a ceph: introduce helper to connect to mds export targets by Sage Weil · 14 years ago
  30. 796d695 ceph: only set num_pages in calc_layout by Sage Weil · 14 years ago
  31. 3715166 ceph: do caps accounting per mds_client by Yehuda Sadeh · 14 years ago
  32. 0deb01c ceph: track laggy state of mds from mdsmap by Sage Weil · 14 years ago
  33. cd84db6 ceph: code cleanup by Yehuda Sadeh · 14 years ago
  34. ca81f3f ceph: skip if no auth cap in flush_snaps by Sage Weil · 14 years ago
  35. 3b454c4 ceph: simplify caps revocation, fix for multimds by Sage Weil · 14 years ago
  36. 38e8883e ceph: simplify add_cap_releases by Sage Weil · 14 years ago
  37. ee6b272 ceph: drop unused argument by Sage Weil · 14 years ago
  38. 2962507 ceph: perform lazy reads when file mode and caps permit by Sage Weil · 14 years ago
  39. 33caad3 ceph: perform lazy writes when file mode and caps permit by Sage Weil · 14 years ago
  40. 8c6e922 ceph: add LAZYIO ioctl to mark a file description for lazy consistency by Sage Weil · 14 years ago
  41. 84d9509 ceph: request FILE_LAZYIO cap when LAZY file mode is set by Sage Weil · 14 years ago
  42. d1d6ca7 drm/agp/i915: trim stolen space to 32M by Jesse Barnes · 14 years ago
  43. cda4b7d drm/i915: Unset cursor if out-of-bounds upon mode change (v4) by Chris Wilson · 14 years ago
  44. 86f100b drm/i915: Unreference object not handle on creation by Chris Wilson · 14 years ago
  45. 8dc1775 drm/i915: Attempt to uncouple object after catastrophic failure in unbind by Chris Wilson · 14 years ago
  46. be72615 drm/i915: Repeat unbinding during free if interrupted (v6) by Chris Wilson · 14 years ago
  47. b09a1fe drm/i915: Refactor i915_gem_retire_requests() by Chris Wilson · 14 years ago
  48. b9421ae drm/i915: Warn if we run out of FIFO space for a mode by Chris Wilson · 14 years ago
  49. 8de9b31 drm/i915: Round up the watermark entries (v3) by Chris Wilson · 14 years ago
  50. d796136 drm/i915: Typo in (unused) register mask for overlay. by Chris Wilson · 14 years ago
  51. a1efd14 drm/i915: Check overlay stride errata for i830 and i845 by Chris Wilson · 14 years ago
  52. 7de56f4 drm/i915: Validate the mode for eDP by using fixed panel size by Zhao Yakui · 14 years ago
  53. 0d3a1be drm/i915: Always use the fixed panel timing for eDP by Zhao Yakui · 14 years ago
  54. 1fc7947 drm/i915: Enable panel fitting for eDP by Zhao Yakui · 14 years ago
  55. b9efc48 drm/i915: Add fixed panel mode parsed from EDID for eDP without fixed mode in VBT by Zhao Yakui · 14 years ago
  56. 81a14b4 drm/i915/sdvo: Set sync polarity based on actual mode by Adam Jackson · 14 years ago
  57. b599c0b drm/i915/hdmi: Set sync polarity based on actual mode by Adam Jackson · 14 years ago
  58. d6d9526 drm/i915/pch: Set transcoder sync polarity for DP based on actual mode by Adam Jackson · 14 years ago
  59. cb0953d drm/i915: Initialize LVDS and eDP outputs before anything else by Adam Jackson · 14 years ago
  60. b329530 drm/i915/dp: Correctly report eDP in the core connector type by Adam Jackson · 14 years ago
  61. f091737 drm/i915/dp: Rename has_edp to is_pch_edp to reflect its real meaning by Adam Jackson · 14 years ago
  62. 49be663 drm/i915: Refactor panel fitting on the LVDS. (v2) by Chris Wilson · 14 years ago
  63. 7167704 drm/i915: Remove the redundant check for a fixed_panel_mode by Chris Wilson · 14 years ago
  64. 4f44407 drm/i915: apply DP bandwidth workaround for PCH eDP as well by Jesse Barnes · 14 years ago
  65. 831cd44 agp/intel: Destroy the scatterlist on allocation failure by Chris Wilson · 14 years ago
  66. 2bd34f6 Merge remote branch 'origin/master' into drm-intel-next by Eric Anholt · 14 years ago
  67. a2757b6 agp/intel: Add actual definitions of the Sandybridge PTE caching bits. by Zhenyu Wang · 14 years ago
  68. 3869d4a agp/intel: Support the extended physical addressing bits on Sandybridge. by Zhenyu Wang · 14 years ago
  69. 6103da0 drm/i915: Include any alternate names by which the device is known. by Chris Wilson · 14 years ago
  70. 534843d drm/i915: Use 128k alignment for untiled display surface on i965 (v2) by Chris Wilson · 14 years ago
  71. e1a4474 drm/i915/pch: Cosmetic fix to FDI link training by Adam Jackson · 14 years ago
  72. 2991196 drm/i915: cleanup: use ARRAY_SIZE() by Dan Carpenter · 14 years ago
  73. cbb465e drm/i915: Include instdone[1] in hangcheck by Chris Wilson · 14 years ago
  74. 0b34000 drm/i915: Remove the WARN when failing to set tiling. by Chris Wilson · 14 years ago
  75. 2377b74 drm/i915: fix FDI frequency check by Jesse Barnes · 14 years ago
  76. 3ca87e8 drm/i915: Sparse warning about invalid value for burst_ena in tv_modes by Chris Wilson · 14 years ago
  77. d312ec2 drm/i915: Sparse warns about the incorrect sign for storing bit17 by Chris Wilson · 14 years ago
  78. b4b78d1 drm/i915: Silence sparse over non-static local structure. by Chris Wilson · 14 years ago
  79. 2d3fa0d drm/i915: Silence sparse over duplicate members in static initializer by Chris Wilson · 14 years ago
  80. 11824e8 drm/i915: Silence sparse complaints over insufficient bitfield int types. by Chris Wilson · 14 years ago
  81. 2dafb1e drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain() by Chris Wilson · 14 years ago
  82. 96b099f drm/i915: Propagate error from drm_vblank_get() during page-flipping. by Chris Wilson · 14 years ago
  83. 5f35308 drm/i915: Propagate error from drm_install_irq() during EnterVT by Chris Wilson · 14 years ago
  84. 7aa69d2 drm/i915: Typo in #define by Nicolas Kaiser · 14 years ago
  85. b52eb4d drm/i915: Add frame buffer compression support on Ironlake mobile by Zhao Yakui · 14 years ago
  86. c936f44 drm/i915: Calculate cursor watermark under non-SR state for Ironlake by Zhao Yakui · 14 years ago
  87. 4fe5e61 drm/i915: Apply self-refresh watermark calculation for cursor plane by Zhao Yakui · 14 years ago
  88. 1b07e04 drm/i915: Fix fifo size for self-refresh watermark on 965G by Zhao Yakui · 14 years ago
  89. fa14321 drm/i915: Fix watermark calculation in self-refresh mode by Zhao Yakui · 14 years ago
  90. 36e83a1 drm/i915: Add the support of eDP on DP-D for Ibex/CPT by Zhao Yakui · 14 years ago
  91. d874bcf drm/i915: remove duplicate PIPE*STAT bit definitions by Jesse Barnes · 14 years ago
  92. e25e660 drm/i915: remove unused vblank_enable var from i915_driver_irq_handler by Jesse Barnes · 14 years ago
  93. 8699be3 intel_agp: Don't oops with zero stolen memory by Ondrej Zary · 14 years ago
  94. 43b27f4 drm/i915: Explosion following OOM in do_execbuffer. by Chris Wilson · 14 years ago
  95. 0544edf gpu/drm/i915: Add a blacklist to omit modeset on LID open by Thomas Bächler · 14 years ago
  96. ab9e1f5 drm/radeon: add basic zmask/hiz support (v4) by Dave Airlie · 14 years ago
  97. d9fdaaf drm/radeon/kms: move a bunch of modesetting debug to correct debug usage. by Dave Airlie · 14 years ago
  98. d648681 Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-core-next by Dave Airlie · 14 years ago
  99. 7827627 Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-next by Dave Airlie · 14 years ago
  100. e190bfe drm: Import driver for the sil164 I2C TMDS transmitter. by Francisco Jerez · 14 years ago