1. 5f76945 Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  2. b8c4321 video/udlfb: fix line counting in fb_write by Alexander Holler · 12 years ago
  3. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  4. 804ce98 Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  5. 1f45f9d fb_defio: add first_io callback by Heiko Stübner · 12 years ago
  6. fee5952 USB: udlfb.c: remove err() usage by Greg Kroah-Hartman · 12 years ago
  7. 4375382 Merge tag 'fbdev-updates-for-3.4' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  8. ce880cb udlfb: remove sysfs framebuffer device with USB .disconnect() by Kay Sievers · 12 years ago
  9. e71ff6f udlfb: Fix invalid return codes in edid sysfs entry store function by Olivier Sobrie · 12 years ago
  10. 664c5f1 udlfb: Add module_param to allow forcing pixel_limit by Ben Collins · 12 years ago
  11. b49f184 udlfb: Make sure to get correct endian keys from vendor descriptor by Ben Collins · 12 years ago
  12. 8d21547 udlfb: fix hcd_buffer_free panic on unplug/replug by Bernie Thompson · 12 years ago
  13. 9daee73 udlfb: Improve debugging printouts with refresh rate by Martin Decky · 12 years ago
  14. 92a9c19 udlfb: remove sysfs framebuffer device with USB .disconnect() by Kay Sievers · 12 years ago
  15. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  16. fe74848 USB: convert some miscellanies drivers to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  17. d4a7dbf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-3.x into fbdev-next by Florian Tobias Schandinat · 13 years ago
  18. 4aa7faf udlfb: Enable fbcon access to framebuffer by default by Bernie Thompson · 13 years ago
  19. 9f811b7 udlfb: Enable fb_defio by default by Bernie Thompson · 13 years ago
  20. d318954 udlfb: Add module option to do without shadow framebuffer by Stuart Hopkins · 13 years ago
  21. def7660 udlfb: fix issues found with Sparse static analysis by Dr. David Alan Gilbert · 13 years ago
  22. f2e1fc9 udlfb: Search config descriptor if not at device level by Andrew Kephart · 13 years ago
  23. 58e7c3b udlfb: add more comprehensive support for DPMS FB_BLANK_* modes by Bernie Thompson · 13 years ago
  24. b63d101 drivers/video/udlfb match class, subclass, and protocol by Bernie Thompson · 13 years ago
  25. c91a793 drivers/video/udlfb bind framebuffer to interface. by Kay Sievers · 13 years ago
  26. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  27. 9377c51 udlfb: Correct sub-optimal resolution selection. by William Katsak · 13 years ago
  28. e44ba03 treewide: remove duplicate includes by Vitaliy Ivanov · 13 years ago
  29. 12e572d udlfb: include prefetch.h explicitly by Stephen Rothwell · 13 years ago
  30. 94cd1ae video, udlfb: Fix two build warnings about 'ignoring return value' by Liu Yuan · 13 years ago
  31. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  32. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  33. 949f671 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 14 years ago
  34. ca9c20c Merge branch 'fbdev/udlfb' by Paul Mundt · 14 years ago
  35. 81f6f3c video: udlfb: Kill off special printk wrappers, use pr_fmt(). by Paul Mundt · 14 years ago
  36. b9f03a3 video: udlfb: Kill off some magic constants for EDID sizing. by Paul Mundt · 14 years ago
  37. 1a3e528 video: udlfb: deifdefify (yes, that's a word). by Paul Mundt · 14 years ago
  38. 96f8d864 fbdev: move udlfb out of staging. by Paul Mundt · 14 years ago[Renamed (99%) from drivers/staging/udlfb/udlfb.c]
  39. 31a9f47 Staging: udlfb.c: Fix k.alloc switched arguments by Joe Perches · 14 years ago
  40. 2685cff staging: udlfb: fix checkpatch and style by Bernie Thompson · 14 years ago
  41. 5bea1fb staging: udlfb: fix incorrect fb_defio implementation for multiple framebuffers by Bernie Thompson · 14 years ago
  42. d5ed543 staging: udlfb: add module options for console and fb_defio by Bernie Thompson · 14 years ago
  43. 8ef8cc4 staging: udlfb: support for writing backup EDID to sysfs file by Bernie Thompson · 14 years ago
  44. 1572f91 staging: udlfb: fix big endian rendering error by Bernie Thompson · 14 years ago
  45. 18dffdf staging: udlfb: enhance EDID and mode handling support by Bernie Thompson · 14 years ago
  46. 33077b8 staging: udlfb: revamp reference handling to insure successful shutdown by Bernie Thompson · 14 years ago
  47. f11f4bc staging: udlfb: remove metrics_misc sysfs attribute by Bernie Thompson · 14 years ago
  48. 9825f70 staging: udlfb: add DPMS support by Bernie Thompson · 14 years ago
  49. d46ecb9 staging: udlfb: fbdev character read and write support by Bernie Thompson · 14 years ago
  50. d79df0b Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 14 years ago
  51. c8d1a12 Merge staging-next tree into Linus's latest version by Greg Kroah-Hartman · 14 years ago
  52. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  53. c220cc3 USB: staging: fix up usb_buffer_alloc calls in the staging tree by Greg Kroah-Hartman · 14 years ago
  54. b5a2104 Staging: udlfb: fix coding style issues by Soeren Moeller · 14 years ago
  55. 3b7b31f Staging: udlfb: minor cleanups by Pavel Machek · 14 years ago
  56. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  57. bd80816 Staging: udlfb: remove printk and small cleanup by Bernie Thompson · 14 years ago
  58. dd8015f Staging: udlfb: explicit dependencies and warnings by Bernie Thompson · 14 years ago
  59. 3e8f3d6 Staging: udlfb: Support for fbdev mmap clients (defio) by Bernie Thompson · 14 years ago
  60. 530f43a Staging: udlfb: improved rendering performance by Bernie Thompson · 14 years ago
  61. 2469d5d Staging: udlfb: Rework startup and teardown to fix race conditions by Bernie Thompson · 14 years ago
  62. 7d9485e Staging: udlfb: Add functions to expose sysfs metrics and controls by Bernie Thompson · 14 years ago
  63. 4574203 Staging: udlfb: clean up function naming by Bernie Thompson · 14 years ago
  64. 4a4854d Staging: udlfb: pre-allocated urb list helpers by Bernie Thompson · 14 years ago
  65. cc403dc Staging: udlfb: reorganize function order by Bernie Thompson · 14 years ago
  66. 1d31a9e Staging: udlfb: checkpatch cleanup by Bernie Thompson · 14 years ago
  67. 59277b6 Staging: udlfb: add dynamic modeset support by Bernie Thompson · 15 years ago
  68. fb29900 staging: udlfb: Add vmalloc.h include by Amit Kucheria · 15 years ago
  69. 7316bc5 Staging: udlfb: update to version 0.2.3 by Roberto De Ioris · 15 years ago
  70. 4b6a485 Staging: udlfb: fix some sparse warnings. by Greg Kroah-Hartman · 15 years ago
  71. f05e057 Staging: udlfb: clean up checkpatch warnings in udlfb.c by Greg Kroah-Hartman · 15 years ago
  72. 88e58b1 Staging: add udlfb driver by Roberto De Ioris · 15 years ago