1. c94adc4 drm: Fix use-after-free in the shadow-attache exit code by Daniel Vetter · 11 years ago
  2. 04cfe97 drm/fb-helper: Do the 'max_conn_count' zero check by Xiubo Li · 10 years ago
  3. 409bbf1 drm: Check if the allocation has succeeded before dereferencing newmode by Damien Lespiau · 11 years ago
  4. 366d480 drm/fb-helper: Use drm_fb_helper_restore_fbdev_mode() in drm_fb_helper_set_par() by Ville Syrjälä · 11 years ago
  5. e40d641 Merge branch 'drm-minor' of git://people.freedesktop.org/~dvdhrm/linux into drm-next by Dave Airlie · 10 years ago
  6. dcb99fd Linux 3.14-rc7 by Linus Torvalds · 10 years ago
  7. 28b90a9e7 Merge branch 'drm-fixes' of git://people.freedesktop.org/~dvdhrm/linux into drm-next by Dave Airlie · 10 years ago
  8. 59bf6c3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  9. b44eeb4 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  10. 4f87dac ipc: Fix 2 bugs in msgrcv() MSG_COPY implementation by Michael Kerrisk · 10 years ago
  11. 07b48c3 Merge branch 'drm-minor' into drm-next by David Herrmann · 10 years ago
  12. afab446 Merge branch 'drm-anon' into drm-next by David Herrmann · 10 years ago
  13. 0d63988 drm: make minors independent of global lock by David Herrmann · 11 years ago
  14. 7d86cf1 drm: inline drm_minor_get_id() by David Herrmann · 11 years ago
  15. 1abbc43 drm: coding-style fixes in minor handling by David Herrmann · 11 years ago
  16. 5817878 drm: remove redundant minor->device field by David Herrmann · 11 years ago
  17. cb0f932 drm: remove unneeded #ifdef CONFIG_DEBUGFS by David Herrmann · 11 years ago
  18. afcdbc8 drm: rename drm_unplug/get_minor() to drm_minor_register/unregister() by David Herrmann · 11 years ago
  19. bd9dfa9 drm: move drm_put_minor() to drm_minor_free() by David Herrmann · 11 years ago
  20. 05b701f drm: allocate minors early by David Herrmann · 11 years ago
  21. 1616c52 drm: add minor-lookup/release helpers by David Herrmann · 11 years ago
  22. 099d1c2 drm: provide device-refcount by David Herrmann · 11 years ago
  23. cb8a239 drm: turn DRM_MINOR_* into enum by David Herrmann · 11 years ago
  24. b9a0d15 drm: remove unused DRM_MINOR_UNASSIGNED by David Herrmann · 11 years ago
  25. f4aede2 drm: skip redundant minor-lookup in open path by David Herrmann · 11 years ago
  26. 45e212d drm: group dev-lifetime related members by David Herrmann · 11 years ago
  27. 44d847b drm: init TTM dev_mapping in ttm_bo_device_init() by David Herrmann · 11 years ago
  28. 6796cb1 drm: use anon-inode instead of relying on cdevs by David Herrmann · 11 years ago
  29. 31bbe16 drm: add pseudo filesystem for shared inodes by David Herrmann · 11 years ago
  30. a8469aa drm/gem: dont init "ret" in drm_gem_mmap() by David Herrmann · 11 years ago
  31. b28cd41 drm/crtc: add sanity checks to create_dumb() by David Herrmann · 11 years ago
  32. 7747234 drm/gem: free vma-node during object-cleanup by David Herrmann · 11 years ago
  33. 16d2831 drm/gem: fix indentation by David Herrmann · 11 years ago
  34. 2b932d8 drm/udl: fix Bpp calculation in dumb_create() by David Herrmann · 11 years ago
  35. 06c99161 drm/udl: fix error-path when damage-req fails by David Herrmann · 11 years ago
  36. 3b4df68 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  37. fc1645a drm/imx: remove drm_mode_connector_detach_encoder harder by Daniel Vetter · 10 years ago
  38. a4ecdf8 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  39. cee152f Merge tag 'pm+acpi-3.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  40. 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 · 10 years ago
  41. 847d797 x86/amd/numa: Fix northbridge quirk to assign correct NUMA node by Daniel J Blueman · 10 years ago
  42. c60f7d5 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  43. c14c06b Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  44. 53611c0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  45. 62c19c9 i2c: Remove usage of orphaned symbol OF_I2C by Richard Weinberger · 11 years ago
  46. d5af40d Merge branches 'pnp', 'acpi-init', 'acpi-sleep' and 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  47. a4e90be ACPI / sleep: Add extra checks for HW Reduced ACPI mode sleep states by Rafael J. Wysocki · 10 years ago
  48. ecab670 ipv6: Avoid unnecessary temporary addresses being generated by Heiner Kallweit · 10 years ago
  49. 84fe618 eth: fec: Fix lost promiscuous mode after reconnecting cable by Stefan Wahren · 10 years ago
  50. fb00bc2 bonding: set correct vlan id for alb xmit path by dingtianhong · 10 years ago
  51. 6e07a1e at86rf230: fix lockdep splats by Alexander Aring · 10 years ago
  52. de12326 net/mlx4_en: Deregister multicast vxlan steering rules when going down by Or Gerlitz · 10 years ago
  53. 0a8d8c4 vmxnet3: fix building without CONFIG_PCI_MSI by Arnd Bergmann · 10 years ago
  54. f4e53f9 MAINTAINERS: add networking selftests to NETWORKING by Daniel Borkmann · 10 years ago
  55. c8e32cc drm: kerneldoc polish for drm_crtc.c by Daniel Vetter · 10 years ago
  56. 3fcc42e drm: kerneldoc polish for drm_crtc_helper.c by Daniel Vetter · 11 years ago
  57. 00d762c drm: drop error code for drm_helper_resume_force_mode by Daniel Vetter · 11 years ago
  58. 62ff94a drm/crtc-helper: remove LOCKING from kerneldoc by Daniel Vetter · 11 years ago
  59. 9fd9378 drm: remove return value from drm_helper_mode_fill_fb_struct by Daniel Vetter · 11 years ago
  60. 9ee984a drm/doc: Fix misplaced </para> by Daniel Vetter · 11 years ago
  61. fa54143 drm: remove drm_display_mode->private_size by Daniel Vetter · 11 years ago
  62. f5aabb9 drm: polish function kerneldoc for drm_modes.[hc] by Daniel Vetter · 11 years ago
  63. 3e70292 drm/modes: drop maxPitch from drm_mode_validate_size by Daniel Vetter · 11 years ago
  64. ba0c242 drm/modes: drop return value from drm_display_mode_from_videomode by Daniel Vetter · 11 years ago
  65. 9d3de13 drm/modes: remove drm_mode_height/width by Daniel Vetter · 11 years ago
  66. 5531000 drm: extract drm_modes.h for drm_crtc.h functions by Daniel Vetter · 11 years ago
  67. 8bd441b drm: move drm_mode related functions into drm_modes.c by Daniel Vetter · 11 years ago
  68. 6395138 drm/doc: Repleace LOCKING kerneldoc sections in drm_modes.c by Daniel Vetter · 11 years ago
  69. 3ec0db8 drm/doc: Integrate drm_modes.c kerneldoc by Daniel Vetter · 11 years ago
  70. 69fa5293 drm/kms: rip out drm_mode_connector_detach_encoder by Daniel Vetter · 11 years ago
  71. e18c041 drm/doc: Add function reference documentation for drm_mm.c by Daniel Vetter · 11 years ago
  72. 93110be drm/doc: Overview documentation for drm_mm.c by Daniel Vetter · 11 years ago
  73. 79d1154 drm/mm: Remove MM_UNUSED_TARGET by Daniel Vetter · 11 years ago
  74. 3a05700 drm/doc: Update copyright by Daniel Vetter · 11 years ago
  75. 39cc344 drm/doc: Add PRIME function references by Daniel Vetter · 11 years ago
  76. 251261d drm/doc: Clarify PRIME documentation by Daniel Vetter · 11 years ago
  77. 2d123f4 drm/docs: Include hdmi infoframe helper reference by Daniel Vetter · 11 years ago
  78. 4c6e2df drm/doc: Hide legacy horrors better by Daniel Vetter · 11 years ago
  79. aa4cd91 drm/doc: Document drm_helper_resume_force_mode by Daniel Vetter · 11 years ago
  80. e1f8ebd drm/doc: No more drm perf counters by Daniel Vetter · 11 years ago
  81. 1aa1225 drm/doc: Remove the "command submissin and fencing" section by Daniel Vetter · 11 years ago
  82. 4c5acf3 drm/doc: Move the vma offset manager to the right spot by Daniel Vetter · 11 years ago
  83. 3519f70 drm/doc: Reorganize driver documentation by Daniel Vetter · 11 years ago
  84. 00153ae drm/doc: Remove <term> from rendernode docs by Daniel Vetter · 11 years ago
  85. 89d61fc drm/doc: Clean up and integrate kerneldoc for drm_gem.c by Daniel Vetter · 11 years ago
  86. fc66811 drm/doc: Fix up kerneldoc in drm_edid.c by Daniel Vetter · 11 years ago
  87. 065a502 drm/doc: Clarify the dumb object interfaces by Daniel Vetter · 11 years ago
  88. f042cc4a Merge tag 'ttm-fixes-3.14-2014-03-12' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 10 years ago
  89. bf21d60 Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  90. 7aa4a06 Merge tag 'vmwgfx-fixes-3.14-2014-03-13' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 10 years ago
  91. 4b0c825 drm/vmwgfx: Fix a surface reference corner-case in legacy emulation mode by Thomas Hellstrom · 10 years ago
  92. ac9dc67 Merge tag 'pci-v3.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  93. 18f2af2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  94. c4e1acb ACPI / init: Invoke early ACPI initialization later by Rafael J. Wysocki · 10 years ago
  95. 2ed99e3 cpufreq: Skip current frequency initialization for ->setpolicy drivers by Rafael J. Wysocki · 10 years ago
  96. 2f727f5 Merge tag 'sound-3.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  97. dbb490b net: socket: error on a negative msg_namelen by Matthew Leach · 10 years ago
  98. b2b3d8d drm/radeon/cik: properly set compute ring status on disable by Alex Deucher · 10 years ago
  99. 7e814a6 MAINTAINERS: Add tools/net to NETWORKING [GENERAL] by Tobias Klauser · 10 years ago
  100. a93c125 packet: doc: Spelling s/than/that/ by Geert Uytterhoeven · 10 years ago