1. f90cd81 drm/gma500: Code cleanup - style fixes by Arthur Borsboom · 11 years ago
  2. af3765c drm/gma500: Code cleanup - removal of centralized exiting of function by Arthur Borsboom · 11 years ago
  3. e85cbbf drm/gma500/cdv: Cedarview display cleanups by Patrik Jakobsson · 11 years ago
  4. 1951994 drm/gma500: Unify encoder mode fixup by Patrik Jakobsson · 11 years ago
  5. f35257a drm/gma500: Unify _get_core_freq for cdv and psb by Patrik Jakobsson · 11 years ago
  6. 778e26d drm/gma500: Move asle interrupt work into a work task by Patrik Jakobsson · 11 years ago
  7. c7829b2 drm/gma500: Remove dead code by Thierry Reding · 11 years ago
  8. c269c68 drm/gma500: Add backing type and base align to psb_gem_create() by Patrik Jakobsson · 11 years ago
  9. ae0b931 drm/gma500: Remove unused ioctls by Patrik Jakobsson · 11 years ago
  10. 8f39487 drm/gma500: Always trap MMU page faults by Patrik Jakobsson · 11 years ago
  11. ae012bd drm/gma500: Hook up the MMU by Patrik Jakobsson · 11 years ago
  12. 1c6b5d1 drm/gma500: Add first piece of blitter code by Patrik Jakobsson · 11 years ago
  13. ac1b01b drm/gma500: Give MMU code it's own header file by Patrik Jakobsson · 11 years ago
  14. 64a4aff drm/gma500: Add support for SGX interrupts by Patrik Jakobsson · 11 years ago
  15. b219372 drm/gma500: Make SGX MMU driver actually do something by Patrik Jakobsson · 11 years ago
  16. c94adc4 drm: Fix use-after-free in the shadow-attache exit code by Daniel Vetter · 11 years ago
  17. 04cfe97 drm/fb-helper: Do the 'max_conn_count' zero check by Xiubo Li · 11 years ago
  18. 409bbf1 drm: Check if the allocation has succeeded before dereferencing newmode by Damien Lespiau · 11 years ago
  19. 366d480 drm/fb-helper: Use drm_fb_helper_restore_fbdev_mode() in drm_fb_helper_set_par() by Ville Syrjälä · 11 years ago
  20. e40d641 Merge branch 'drm-minor' of git://people.freedesktop.org/~dvdhrm/linux into drm-next by Dave Airlie · 11 years ago
  21. dcb99fd Linux 3.14-rc7 by Linus Torvalds · 11 years ago
  22. 28b90a9e7 Merge branch 'drm-fixes' of git://people.freedesktop.org/~dvdhrm/linux into drm-next by Dave Airlie · 11 years ago
  23. 59bf6c3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  24. b44eeb4 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  25. 4f87dac ipc: Fix 2 bugs in msgrcv() MSG_COPY implementation by Michael Kerrisk · 11 years ago
  26. 07b48c3 Merge branch 'drm-minor' into drm-next by David Herrmann · 11 years ago
  27. afab446 Merge branch 'drm-anon' into drm-next by David Herrmann · 11 years ago
  28. 0d63988 drm: make minors independent of global lock by David Herrmann · 11 years ago
  29. 7d86cf1 drm: inline drm_minor_get_id() by David Herrmann · 11 years ago
  30. 1abbc43 drm: coding-style fixes in minor handling by David Herrmann · 11 years ago
  31. 5817878 drm: remove redundant minor->device field by David Herrmann · 11 years ago
  32. cb0f932 drm: remove unneeded #ifdef CONFIG_DEBUGFS by David Herrmann · 11 years ago
  33. afcdbc8 drm: rename drm_unplug/get_minor() to drm_minor_register/unregister() by David Herrmann · 11 years ago
  34. bd9dfa9 drm: move drm_put_minor() to drm_minor_free() by David Herrmann · 11 years ago
  35. 05b701f drm: allocate minors early by David Herrmann · 11 years ago
  36. 1616c52 drm: add minor-lookup/release helpers by David Herrmann · 11 years ago
  37. 099d1c2 drm: provide device-refcount by David Herrmann · 11 years ago
  38. cb8a239 drm: turn DRM_MINOR_* into enum by David Herrmann · 11 years ago
  39. b9a0d15 drm: remove unused DRM_MINOR_UNASSIGNED by David Herrmann · 11 years ago
  40. f4aede2 drm: skip redundant minor-lookup in open path by David Herrmann · 11 years ago
  41. 45e212d drm: group dev-lifetime related members by David Herrmann · 11 years ago
  42. 44d847b drm: init TTM dev_mapping in ttm_bo_device_init() by David Herrmann · 11 years ago
  43. 6796cb1 drm: use anon-inode instead of relying on cdevs by David Herrmann · 11 years ago
  44. 31bbe16 drm: add pseudo filesystem for shared inodes by David Herrmann · 11 years ago
  45. a8469aa drm/gem: dont init "ret" in drm_gem_mmap() by David Herrmann · 11 years ago
  46. b28cd41 drm/crtc: add sanity checks to create_dumb() by David Herrmann · 11 years ago
  47. 7747234 drm/gem: free vma-node during object-cleanup by David Herrmann · 11 years ago
  48. 16d2831 drm/gem: fix indentation by David Herrmann · 11 years ago
  49. 2b932d8 drm/udl: fix Bpp calculation in dumb_create() by David Herrmann · 11 years ago
  50. 06c99161 drm/udl: fix error-path when damage-req fails by David Herrmann · 11 years ago
  51. 3b4df68 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  52. fc1645a drm/imx: remove drm_mode_connector_detach_encoder harder by Daniel Vetter · 11 years ago
  53. a4ecdf8 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  54. cee152f Merge tag 'pm+acpi-3.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  55. 0c01b45 Merge tag 'dm-3.14-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 11 years ago
  56. 847d797 x86/amd/numa: Fix northbridge quirk to assign correct NUMA node by Daniel J Blueman · 11 years ago
  57. c60f7d5 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  58. c14c06b Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  59. 53611c0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  60. 62c19c9 i2c: Remove usage of orphaned symbol OF_I2C by Richard Weinberger · 11 years ago
  61. d5af40d Merge branches 'pnp', 'acpi-init', 'acpi-sleep' and 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  62. a4e90be ACPI / sleep: Add extra checks for HW Reduced ACPI mode sleep states by Rafael J. Wysocki · 11 years ago
  63. ecab670 ipv6: Avoid unnecessary temporary addresses being generated by Heiner Kallweit · 11 years ago
  64. 84fe618 eth: fec: Fix lost promiscuous mode after reconnecting cable by Stefan Wahren · 11 years ago
  65. fb00bc2 bonding: set correct vlan id for alb xmit path by dingtianhong · 11 years ago
  66. 6e07a1e at86rf230: fix lockdep splats by Alexander Aring · 11 years ago
  67. de12326 net/mlx4_en: Deregister multicast vxlan steering rules when going down by Or Gerlitz · 11 years ago
  68. 0a8d8c4 vmxnet3: fix building without CONFIG_PCI_MSI by Arnd Bergmann · 11 years ago
  69. f4e53f9 MAINTAINERS: add networking selftests to NETWORKING by Daniel Borkmann · 11 years ago
  70. c8e32cc drm: kerneldoc polish for drm_crtc.c by Daniel Vetter · 11 years ago
  71. 3fcc42e drm: kerneldoc polish for drm_crtc_helper.c by Daniel Vetter · 11 years ago
  72. 00d762c drm: drop error code for drm_helper_resume_force_mode by Daniel Vetter · 11 years ago
  73. 62ff94a drm/crtc-helper: remove LOCKING from kerneldoc by Daniel Vetter · 11 years ago
  74. 9fd9378 drm: remove return value from drm_helper_mode_fill_fb_struct by Daniel Vetter · 11 years ago
  75. 9ee984a drm/doc: Fix misplaced </para> by Daniel Vetter · 11 years ago
  76. fa54143 drm: remove drm_display_mode->private_size by Daniel Vetter · 11 years ago
  77. f5aabb9 drm: polish function kerneldoc for drm_modes.[hc] by Daniel Vetter · 11 years ago
  78. 3e70292 drm/modes: drop maxPitch from drm_mode_validate_size by Daniel Vetter · 11 years ago
  79. ba0c242 drm/modes: drop return value from drm_display_mode_from_videomode by Daniel Vetter · 11 years ago
  80. 9d3de13 drm/modes: remove drm_mode_height/width by Daniel Vetter · 11 years ago
  81. 5531000 drm: extract drm_modes.h for drm_crtc.h functions by Daniel Vetter · 11 years ago
  82. 8bd441b drm: move drm_mode related functions into drm_modes.c by Daniel Vetter · 11 years ago
  83. 6395138 drm/doc: Repleace LOCKING kerneldoc sections in drm_modes.c by Daniel Vetter · 11 years ago
  84. 3ec0db8 drm/doc: Integrate drm_modes.c kerneldoc by Daniel Vetter · 11 years ago
  85. 69fa5293 drm/kms: rip out drm_mode_connector_detach_encoder by Daniel Vetter · 11 years ago
  86. e18c041 drm/doc: Add function reference documentation for drm_mm.c by Daniel Vetter · 11 years ago
  87. 93110be drm/doc: Overview documentation for drm_mm.c by Daniel Vetter · 11 years ago
  88. 79d1154 drm/mm: Remove MM_UNUSED_TARGET by Daniel Vetter · 11 years ago
  89. 3a05700 drm/doc: Update copyright by Daniel Vetter · 11 years ago
  90. 39cc344 drm/doc: Add PRIME function references by Daniel Vetter · 11 years ago
  91. 251261d drm/doc: Clarify PRIME documentation by Daniel Vetter · 11 years ago
  92. 2d123f4 drm/docs: Include hdmi infoframe helper reference by Daniel Vetter · 11 years ago
  93. 4c6e2df drm/doc: Hide legacy horrors better by Daniel Vetter · 11 years ago
  94. aa4cd91 drm/doc: Document drm_helper_resume_force_mode by Daniel Vetter · 11 years ago
  95. e1f8ebd drm/doc: No more drm perf counters by Daniel Vetter · 11 years ago
  96. 1aa1225 drm/doc: Remove the "command submissin and fencing" section by Daniel Vetter · 11 years ago
  97. 4c5acf3 drm/doc: Move the vma offset manager to the right spot by Daniel Vetter · 11 years ago
  98. 3519f70 drm/doc: Reorganize driver documentation by Daniel Vetter · 11 years ago
  99. 00153ae drm/doc: Remove <term> from rendernode docs by Daniel Vetter · 11 years ago
  100. 89d61fc drm/doc: Clean up and integrate kerneldoc for drm_gem.c by Daniel Vetter · 11 years ago