1. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  2. 7a12f4b V4L/DVB: drivers/media/video/zoran: Use kmemdup by Julia Lawall · 14 years ago
  3. 698f931 fix comment/printk typos concerning "already" by Uwe Kleine-König · 14 years ago
  4. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  5. debff5a V4L/DVB: zoran: remove V4L1 videodev.h include by Hans Verkuil · 14 years ago
  6. 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
  7. 6aba72c V4L/DVB: zoran: remove variable shadowing by Márton Németh · 14 years ago
  8. db1b726 V4L/DVB: zoran: match parameter signedness of g_input_status by Márton Németh · 14 years ago
  9. cebedf1 V4L/DVB: zoran: cleanup pointer condition by Márton Németh · 15 years ago
  10. 46b2109 V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments by Laurent Pinchart · 15 years ago
  11. 3e74683 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  12. f14a297 V4L/DVB (13241): Cleanup redundant tests on unsigned by Roel Kluin · 15 years ago
  13. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  14. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  15. 53dacb1 V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friends by Hans Verkuil · 15 years ago
  16. bd0eb12 V4L/DVB (12435): strlcpy() will always null terminate the string. by Roel Kluin · 15 years ago
  17. e81516c V4L/DVB (12343): Stop defining I2C adapter IDs nobody uses by Jean Delvare · 15 years ago
  18. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  19. 728f5b9 V4L/DVB (11904): zoran: Use v4l bounding/alignment functiob by Trent Piepho · 15 years ago
  20. e36bc31 V4L/DVB (11992): Add missing __devexit_p() by Jean Delvare · 15 years ago
  21. b475f4e V4L/DVB (11741): zoran: Fix &&/|| typo by Roel Kluin · 15 years ago
  22. 171f48e V4L/DVB (11660): zoran: fix bug when enumerating format -1 by Trent Piepho · 15 years ago
  23. 5325b42 V4L/DVB (11380): v4l2-subdev: change s_routing prototype by Hans Verkuil · 15 years ago
  24. 3ff4ad8 V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_subdev. by Hans Verkuil · 15 years ago
  25. e6574f2 V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_subdev by Hans Verkuil · 15 years ago
  26. f41737e V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core. by Hans Verkuil · 15 years ago
  27. 8737f66 V4L/DVB (11237): media/zoran: fix printk format by Randy Dunlap · 15 years ago
  28. 3347042 V4L/DVB (11048): zoran: fix incorrect return type of notify function. by Hans Verkuil · 15 years ago
  29. 1cd3c0f V4L/DVB (11022): zoran/bt819: use new notify functionality. by Hans Verkuil · 15 years ago
  30. c61402b V4L/DVB (10934): zoran: replace functions names in strings with __func__ by Trent Piepho · 15 years ago
  31. e5ee3f6 V4L/DVB (10933): zoran: Pass zoran_fh pointers instead of file pointers by Trent Piepho · 15 years ago
  32. ee9a9d6 V4L/DVB (10932): zoran: Don't frighten users with failed buffer allocation by Jean Delvare · 15 years ago
  33. 4dbf46a V4L/DVB (10931): zoran: Drop the lock_norm module parameter by Jean Delvare · 15 years ago
  34. 1159b7f V4L/DVB (10930): zoran: Unify buffer descriptors by Trent Piepho · 15 years ago
  35. 7e0a16f V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers by Mauro Carvalho Chehab · 15 years ago
  36. e276f7b V4L/DVB (10848): zoran: Change first argument to zoran_v4l2_buffer_status by Trent Piepho · 15 years ago
  37. 9cfb6a3 V4L/DVB (10794): v4l2: Move code to zero querybuf output struct to v4l2_ioctl by Trent Piepho · 15 years ago
  38. e686e73 V4L/DVB (10733): zoran: increase bufsize to a value suitable for 768x576. by Hans Verkuil · 15 years ago
  39. 27f7952 V4L/DVB (10732): zoran: s_jpegcomp should return a proper result, not 0. by Hans Verkuil · 15 years ago
  40. 7f6adea V4L/DVB (10730): v4l-dvb: cleanup obsolete references to v4l1 headers. by Hans Verkuil · 15 years ago
  41. 0ab6e1c V4L/DVB (10729): zoran: convert to v4l2_device/v4l2_subdev. by Hans Verkuil · 15 years ago
  42. 886fe23 V4L/DVB (10717): zoran: TRY_FMT and S_FMT now do the same parameter checks. by Hans Verkuil · 15 years ago
  43. 497d7d0 V4L/DVB (10716): zoran: change buffer defaults to something that works with tvtime by Hans Verkuil · 15 years ago
  44. 602dd48 V4L/DVB (10715): zoran: clean up some old V4L1 left-overs and remove the MAP_NR macro. by Hans Verkuil · 15 years ago
  45. 107063c V4L/DVB (10714): zoran et al: convert zoran i2c modules to V4L2. by Hans Verkuil · 15 years ago
  46. 84c1b09 V4L/DVB (10713): zoran: if reqbufs is called with count == 0, do a streamoff. by Hans Verkuil · 15 years ago
  47. 5ca75b0 V4L/DVB (10712): zoran: fix G_FMT by Hans Verkuil · 15 years ago
  48. 0ba514d V4L/DVB (10711): zoran: fix TRY_FMT support by Hans Verkuil · 15 years ago
  49. 7f37cc9 V4L/DVB (10710): zoran: cleanups in an attempt to make the source a bit more readable. by Hans Verkuil · 15 years ago
  50. aff88bc V4L/DVB (10709): zoran: set correct parent of the video device. by Hans Verkuil · 15 years ago
  51. dcbd83b V4L/DVB (10708): zoran: remove old V4L1 ioctls, use v4l1-compat instead. by Hans Verkuil · 15 years ago
  52. 9f1b9ef V4L/DVB (10707): zoran: set bytesperline to 0 when using MJPEG. by Hans Verkuil · 15 years ago
  53. 3e66793 V4L/DVB (10706): zoran: fix field typo. by Hans Verkuil · 15 years ago
  54. 869826a V4L/DVB (10705): zoran: use slider flag with volume etc. controls. by Hans Verkuil · 15 years ago
  55. b80696b V4L/DVB (10704): zoran: remove broken BIGPHYS_AREA and BUZ_HIMEM code, and allow for kmallocs > 128 kB by Hans Verkuil · 15 years ago
  56. 96b8e14 V4L/DVB (10703): zoran: convert to video_ioctl2 and remove 'ready_to_be_freed' hack. by Hans Verkuil · 15 years ago
  57. 995a652 V4L/DVB (10631): zoran: fix printk format by Randy Dunlap · 15 years ago
  58. e08e7b5 V4L/DVB (10834): zoran: auto-select bt866 for AverMedia 6 Eyes by Mauro Carvalho Chehab · 15 years ago
  59. fc96ab7 V4L/DVB (10226): zoran: Get rid of extra module ref count by Trent Piepho · 16 years ago
  60. 5e098b6 V4L/DVB (10225): zoran: Remove zr36057_adr field by Trent Piepho · 16 years ago
  61. 17faeb2 V4L/DVB (10224): zoran: Use pci device table to get card type by Trent Piepho · 16 years ago
  62. 601139e V4L/DVB (10223): zoran: Remove global device array by Trent Piepho · 16 years ago
  63. 45bdcef V4L/DVB (10222): zoran: Better syntax for initializing array module params by Trent Piepho · 16 years ago
  64. 66aa66ea3 V4L/DVB (10212): Convert to be a pci driver by Trent Piepho · 16 years ago
  65. dbdf03b V4L/DVB (10208): zoran: Re-adds udev entry removed by changeset 60b4bde4 by Mauro Carvalho Chehab · 16 years ago
  66. 069b747 V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl. by Hans Verkuil · 16 years ago
  67. bec4366 V4L/DVB (10135): v4l2: introduce v4l2_file_operations. by Hans Verkuil · 16 years ago
  68. 60b4bde V4L/DVB (10118): zoran: fix warning for a variable not used by Mauro Carvalho Chehab · 16 years ago
  69. f473bf7 V4L/DVB (9503): v4l: remove inode argument from video_usercopy by Hans Verkuil · 16 years ago
  70. d54c17e V4L/DVB (9234): zoran: Drop redundant printk by Jean Delvare · 16 years ago
  71. 54c776a V4L/DVB (9197): zoran: set adapter class to I2C_CLASS_TV_ANALOG by Jean Delvare · 16 years ago
  72. 45d0110 V4L/DVB (9129): zoran: move zoran sources into a zoran subdirectory by Hans Verkuil · 16 years ago