1. 57094f8 drm/i915: Hold an object reference whilst we shrink it by Chris Wilson · 11 years ago
  2. 258f6fd efi: x86: make efi_lookup_mapped_addr() a common function by Leif Lindholm · 11 years ago
  3. 272686b efi: x86: ia64: provide a generic efi_config_init() by Leif Lindholm · 11 years ago
  4. 3c0e234 drm/i915; Preallocate the lazy request by Chris Wilson · 11 years ago
  5. 1823521 drm/i915: Rename ring->outstanding_lazy_request by Chris Wilson · 11 years ago
  6. 6f9dd30 efivars: Mark local function as static by Bojan Prtvar · 11 years ago
  7. 91c2beb Merge remote-tracking branch 'agust/next' into next by Benjamin Herrenschmidt · 11 years ago
  8. 6914262 drm/exynos: Fix build error with exynos_drm_connector.c by Sachin Kamat · 11 years ago
  9. 2d3f173 drm/exynos: Remove non-DT support in exynos_drm_fimd by Sachin Kamat · 11 years ago
  10. 88c4981 drm/exynos: Remove non-DT support in exynos_hdmi by Sachin Kamat · 11 years ago
  11. 61c48fb drm/exynos: Remove non-DT support in exynos_drm_g2d by Sachin Kamat · 11 years ago
  12. 459e97e drm/exynos: Remove non-DT support in exynos_hdmiphy by Sachin Kamat · 11 years ago
  13. f61d5f29 drm/exynos: Remove non-DT support in exynos_ddc by Sachin Kamat · 11 years ago
  14. eccbf0d drm/exynos: Make Exynos DRM drivers depend on OF by Sachin Kamat · 11 years ago
  15. 3fec453 drm/exynos: Consider fallback option to allocation fail by Vikas Sajjan · 11 years ago
  16. 562ad9f drm/exynos: fimd: move platform data parsing to separate function by Andrzej Hajda · 11 years ago
  17. b063f4a drm/exynos: fimd: get signal polarities from device tree by Andrzej Hajda · 11 years ago
  18. 111e605 drm/exynos: fimd: replace struct fb_videomode with videomode by Andrzej Hajda · 11 years ago
  19. 5cc4621 drm/exynos: check a pixel format to a particular window layer by Inki Dae · 11 years ago
  20. a4f38a8 drm/exynos: fix fimd pixel format setting by Inki Dae · 11 years ago
  21. 4db7fcd drm/exynos: Add NULL pointer check by Sachin Kamat · 11 years ago
  22. 38bb525 drm/exynos: Remove redundant error messages by Sachin Kamat · 11 years ago
  23. 3f1c781 drm/exynos: Add missing of.h header include by Sachin Kamat · 11 years ago
  24. ca7c622 drm/exynos: Remove redundant NULL check in exynos_drm_buf by Sachin Kamat · 11 years ago
  25. 319477f drm/exynos: add device tree support for rotator by Chanho Park · 11 years ago
  26. e30655d drm/exynos: Add missing includes by Mark Brown · 11 years ago
  27. b10d635 drm/exynos: add runtime pm interfaces to g2d driver by Inki Dae · 11 years ago
  28. a1bfacf drm/exynos: Add fallback option to get non physically contiguous memory for fb by Vikas Sajjan · 11 years ago
  29. ae7a835 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  30. cf39c8e Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  31. 27703bb Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  32. aa7054f Merge tag 'pinctrl-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 11 years ago
  33. 3b28802 drm/tda998x: BUG() on invalid audio format by David Herrmann · 11 years ago
  34. ab62e76 drm/radeon: protect ACPI calls with CONFIG_ACPI by Stephen Rothwell · 11 years ago
  35. 1c2c1b4 fcoe: Reduce fcoe_sysfs_fcf_add() stack usage by Bart Van Assche · 11 years ago
  36. 465b87b fcoe: Add missing newlines in debug messages by Bart Van Assche · 11 years ago
  37. 41463a8 fcoe: Declare fcoe_ctlr_mode_set() static by Bart Van Assche · 11 years ago
  38. 9de9901 fcp: Do not interpret check condition as underrun by Bart Van Assche · 11 years ago
  39. 7030fd6 libfc: Do not invoke the response handler after fc_exch_done() by Bart Van Assche · 11 years ago
  40. f95b35c libfc: Reduce exchange lock contention in fc_exch_recv_abts() by Bart Van Assche · 11 years ago
  41. cae7b6d libfc: Avoid that sending after an abort triggers a kernel warning by Bart Van Assche · 11 years ago
  42. 5d73bea libfc: Protect ep->esb_stat changes via ex_lock by Bart Van Assche · 11 years ago
  43. b867886 libfc: Fix a race in fc_exch_timer_set_locked() by Bart Van Assche · 11 years ago
  44. 8d08023 libfc: Clarify fc_exch_find() by Bart Van Assche · 11 years ago
  45. a84ea8c libfc: Micro-optimize fc_setup_exch_mgr() by Bart Van Assche · 11 years ago
  46. b20d9bf libfc: Debug code fixes by Bart Van Assche · 11 years ago
  47. c1d4542 libfc: Source code comment spelling fixes by Bart Van Assche · 11 years ago
  48. 34bac2e fcoe: cleanup return codes from fcoe_rcv by Neil Horman · 11 years ago
  49. 8b612434 fcoe: make sure fcoe frames are unshared prior to manipulating them by Neil Horman · 11 years ago
  50. 269e4a4 spi/pxa2xx: check status register as well to determine if the device is off by Mika Westerberg · 11 years ago
  51. d2779e9 sh_eth: fix napi_{en|dis}able() calls racing against interrupts by Sergei Shtylyov · 11 years ago
  52. c086628 fcoe: ensure that skb placed on the fip_recv_list are unshared by Neil Horman · 11 years ago
  53. 430eda6 vxlan: Optimize vxlan rcv by Pravin B Shelar · 11 years ago
  54. f8de310 atm: he: print MAC via %pM by Andy Shevchenko · 11 years ago
  55. 8390f81 atm: nicstar: re-use native mac_pton() helper by Andy Shevchenko · 11 years ago
  56. 0cf9158 driver:stmmac: Adjust time stamp increase for 0.465 ns accurate only when Time stamp binary rollover is set. by Sonic Zhang · 11 years ago
  57. 36e24e2 net: fec: fix the error to get the previous BD entry by Duan Fugang-B38611 · 11 years ago
  58. a8e9fd0 sh_eth: NAPI requires netif_receive_skb() by Sergei Shtylyov · 11 years ago
  59. b20c99e Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  60. 8b27ee6 vfio-pci: PCI hot reset interface by Alex Williamson · 11 years ago
  61. 3bc4f39 Merge remote branch 'origin/master' into next-merge by Alex Williamson · 11 years ago
  62. 0a17193 drivers:net: delete premature free_irq by Julia Lawall · 11 years ago
  63. 42a5a5c sfc: check for allocation failure by Dan Carpenter · 11 years ago
  64. 17638db vfio-pci: Test for extended config space by Alex Williamson · 11 years ago
  65. 228abe7 Merge branch 'x86-fb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  66. ac3c1c4 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  67. b315fed drm/i915: Kill IRONLAKE_FDI_FREQ check by Ville Syrjälä · 11 years ago
  68. 65ce4bf drm/i915: Move Valleyview DP DPLL divisor calc to intel_dp_set_clock v2 by Chon Ming Lee · 11 years ago
  69. 9dd4ffd drm/i915: Modify DP set clock to accomodate more eDP timings v2 by Chon Ming Lee · 11 years ago
  70. 8807e55 drm/i915: do display power state notification on crtc enable/disable by Jani Nikula · 11 years ago
  71. ecbc5cf drm/i915: add opregion function to notify bios of adapter power state by Jani Nikula · 11 years ago
  72. 9c4b0a6 drm/i915: add opregion function to notify bios of encoder enable/disable by Jani Nikula · 11 years ago
  73. 20f4dbe drm/i915: expose intel_ddi_get_encoder_port() by Jani Nikula · 11 years ago
  74. ebde53c drm/i915: add plumbing for SWSCI by Jani Nikula · 11 years ago
  75. 508842a drm/i915: It's its! by Damien Lespiau · 11 years ago
  76. 9a7e0c2 drm/i915: Rearrange the comments in i915_add_request() by Chris Wilson · 11 years ago
  77. c0321e2 drm/i915: Do not add an interrupt for a context switch by Chris Wilson · 11 years ago
  78. 0ff501c drm/i915: Fix list corruption in vma_unbind by Daniel Vetter · 11 years ago
  79. b833d68 drm/i915: Restore the preliminary HW check. by Ben Widawsky · 11 years ago
  80. 9435373 drm/i915: Report enabled slices on Haswell GT3 by Rodrigo Vivi · 11 years ago
  81. 3e33a84 drm/i915/dsi: s/size_t/int/ by Daniel Vetter · 11 years ago
  82. 3cfca97 drm/i915: initialize DSI output on VLV by Jani Nikula · 11 years ago
  83. d17c544 drm/i915: Parse the MIPI related VBT Block and store relevant info by Shobhit Kumar · 11 years ago
  84. 4ce8c9a drm/i915: Band Gap WA by Shobhit Kumar · 11 years ago
  85. e9fd1c0 drm/i915: don't enable DPLL for DSI by Jani Nikula · 11 years ago
  86. 23538ef drm/i915: fix PLL assertions for DSI PLL by Jani Nikula · 11 years ago
  87. be4fc04 drm/i915: add VLV DSI PLL Calculations by ymohanma · 11 years ago
  88. 4e64649 drm/i915: add basic MIPI DSI output support by Jani Nikula · 11 years ago
  89. 69c05eb drm/i915: add MIPI DSI command sending routines by Jani Nikula · 11 years ago
  90. f5e11b0 drm/i915: add structs for MIPI DSI output by Jani Nikula · 11 years ago
  91. 72ffa33 drm/i915: add MIPI DSI output type and subtypes by Jani Nikula · 11 years ago
  92. 3230bf1 drm/i915: add MIPI DSI register definitions by Jani Nikula · 11 years ago
  93. b6ec10b drm/i915: add VLV pipeconf bit definition for DSI PLL lock by Jani Nikula · 11 years ago
  94. e9f882a drm/i915: add more VLV IOSF sideband ports accessors by Jani Nikula · 11 years ago
  95. b892327 drm: add MIPI DSI encoder and connector types by Shobhit Kumar · 11 years ago
  96. 2cc86b8 drm/i915: Always prefer CPU relocations with LLC by Chris Wilson · 11 years ago
  97. b93dab6 drm/i915: More vma fixups around unbind/destroy by Daniel Vetter · 11 years ago
  98. aaa0566 drm/i915: Don't destroy the vma placeholder during execbuffer reservation by Chris Wilson · 11 years ago
  99. e656a6c drm/i915: inline vma_create into lookup_or_create_vma by Daniel Vetter · 11 years ago
  100. 27173f1 drm/i915: Convert execbuf code to use vmas by Ben Widawsky · 11 years ago