1. cc664ae [media] lirc_zilog: error out if buffer read bytes != chunk size by Jarod Wilson · 13 years ago
  2. 5573478 [media] lirc: silence some compile warnings by Jarod Wilson · 13 years ago
  3. dc8e2aa [media] hdpvr: use same polling interval as other OS by Jarod Wilson · 13 years ago
  4. 6e5b960 [media] ir-kbd-i2c: pass device code w/key in hauppauge case by Jarod Wilson · 13 years ago
  5. 2062410 [media] rc/keymaps: Remove the obsolete rc-rc5-tv keymap by Mauro Carvalho Chehab · 14 years ago
  6. af86ce7 [media] remove the old RC_MAP_HAUPPAUGE_NEW RC map by Mauro Carvalho Chehab · 14 years ago
  7. 15195d3 [media] rc/keymaps: Rename Hauppauge table as rc-hauppauge by Mauro Carvalho Chehab · 14 years ago
  8. 0548757 [media] rc-rc5-hauppauge-new: Fix Hauppauge Grey mapping by Mauro Carvalho Chehab · 14 years ago
  9. 9890a9e [media] rc-rc5-hauppauge-new: Add support for the old Black RC by Mauro Carvalho Chehab · 14 years ago
  10. 0684f5b [media] rc-rc5-hauppauge-new: Add the old control to the table by Mauro Carvalho Chehab · 14 years ago
  11. 7f961c6 [media] rc-winfast: Fix the keycode tables by Mauro Carvalho Chehab · 14 years ago
  12. 898a83e [media] a800: Fix a few wrong IR key assignments by Mauro Carvalho Chehab · 14 years ago
  13. 76fd93b [media] opera1: Use multimedia keys instead of an app-specific mapping by Mauro Carvalho Chehab · 14 years ago
  14. 991bd3c [media] dw2102: Use multimedia keys instead of an app-specific mapping by Mauro Carvalho Chehab · 14 years ago
  15. 04efa85 [media] rc/keymaps: Use KEY_LEFTMETA were pertinent by Mauro Carvalho Chehab · 14 years ago
  16. d9e9f41 [media] rc/keymaps: Fix most KEY_PROG[n] keycodes by Mauro Carvalho Chehab · 14 years ago
  17. 6f9e46b [media] rc/keymaps: Use KEY_VIDEO for Video Source by Mauro Carvalho Chehab · 14 years ago
  18. 444cc20 [media] rc/keymaps: use KEY_CAMERA for snapshots by Mauro Carvalho Chehab · 14 years ago
  19. aa3f4e4 [media] lirc_zilog: Update TODO list based on work completed and revised plans by Andy Walls · 13 years ago
  20. 4933fc9 [media] lirc_zilog: Fix somewhat confusing information messages in ir_probe() by Andy Walls · 13 years ago
  21. d6dbd93 [media] lirc_zilog: Add locking of the i2c_clients when in use by Andy Walls · 13 years ago
  22. 5bd6b04 [media] lirc_zilog: Add ref counting of struct IR, IR_tx, and IR_rx by Andy Walls · 13 years ago
  23. 534c1ea [media] lirc_zilog: Move constants from ir_probe() into the lirc_driver template by Andy Walls · 14 years ago
  24. bcbd165 [media] lirc_zilog: Always allocate a Rx lirc_buffer object by Andy Walls · 14 years ago
  25. 8152b76 [media] lirc_zilog: Remove unneeded rx->buf_lock by Andy Walls · 14 years ago
  26. 915e547 [media] lirc_zilog: Don't acquire the rx->buf_lock in the poll() function by Andy Walls · 14 years ago
  27. 9a55a2b [media] lirc_zilog: Use kernel standard methods for marking device non-seekable by Andy Walls · 14 years ago
  28. a306485 [media] lirc_zilog: Convert the instance open count to an atomic_t by Andy Walls · 14 years ago
  29. 5c07134 [media] lirc_zilog: Convert ir_device instance array to a linked list by Andy Walls · 14 years ago
  30. 9b28500 [media] lirc_zilog: Remove broken, ineffective reference counting by Andy Walls · 14 years ago
  31. 12d896e [media] lirc_zilog: Restore checks for existence of the IR_tx object by Andy Walls · 14 years ago
  32. b443ac5 [media] hdpvr: i2c master enhancements by Jarod Wilson · 13 years ago
  33. 53a5fd4 [media] imon: add more panel scancode mappings by Jarod Wilson · 14 years ago
  34. fe06b11 [media] docs: fix typo in lirc_device_interface.xml by Jarod Wilson · 14 years ago
  35. db13890 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 13 years ago
  36. 68da9ba [net/9p]: Introduce basic flow-control for VirtIO transport. by Venkateswararao Jujjuri (JV) · 13 years ago
  37. aaf0ef1 9p: use the updated offset given by generic_write_checks by M. Mohan Kumar · 13 years ago
  38. 316ad55 [net/9p] Don't re-pin pages on retrying virtqueue_add_buf(). by Venkateswararao Jujjuri (JV) · 13 years ago
  39. a01a984 [net/9p] Set the condition just before waking up. by Venkateswararao Jujjuri (JV) · 13 years ago
  40. 53bda3e [net/9p] unconditional wake_up to proc waiting for space on VirtIO ring by Venkateswararao Jujjuri (JV) · 13 years ago
  41. 04521db blk-throttle: Reset group slice when limits are changed by Vivek Goyal · 13 years ago
  42. 42869c8 fs/9p: Add v9fs_dentry2v9ses by Aneesh Kumar K.V · 13 years ago
  43. 7add697 fs/9p: Attach writeback_fid on first open with WR flag by Aneesh Kumar K.V · 13 years ago
  44. ea59bb7 fs/9p: Open writeback fid in O_SYNC mode by Aneesh Kumar K.V · 13 years ago
  45. 059c138 fs/9p: Use truncate_setsize instead of vmtruncate by Aneesh Kumar K.V · 13 years ago
  46. 472e7f9 net/9p: Fix compile warning by Aneesh Kumar K.V · 13 years ago
  47. eeff66e net/9p: Convert the in the 9p rpc call path to GFP_NOFS by Aneesh Kumar K.V · 13 years ago
  48. 5a7e0a8 fs/9p: Fix race in initializing writeback fid by Aneesh Kumar K.V · 13 years ago
  49. 9026e52 blk-cgroup: Only give unaccounted_time under debug by Justin TerAvest · 13 years ago
  50. eda5e0c cfq-iosched: Don't set active queue in preempt by Justin TerAvest · 13 years ago
  51. 2aefbc1 [media] tm6000: fix s-video input by Dmitri Belimov · 13 years ago
  52. 812738e [media] lirc: remove staging lirc_it87 and lirc_ite8709 drivers by Juan J. Garcia de Soria · 13 years ago
  53. 2ccb24ff [media] ite-cir: Fix some CodingStyle issues by Mauro Carvalho Chehab · 13 years ago
  54. 620a32b [media] rc: New rc-based ite-cir driver for several ITE CIRs by Juan J. Garcia de Soria · 13 years ago
  55. baf075e [media] drivers/media/rc/Kconfig: use tabs, instead of spaces by Mauro Carvalho Chehab · 13 years ago
  56. 3e507c5 [media] saa7134: Fix strange kconfig dependency on RC_CORE by Steven Rostedt · 13 years ago
  57. b50b3a1 [media] STV0288 added full frontend status by Malcolm Priestley · 13 years ago
  58. 590f216 [media] gspca - zc3xx: Add exposure control for sensor hv7131r by Jean-François Moine · 13 years ago
  59. 7106225 [media] gspca - main: Add endpoint direction test in alt_xfer by Patrice Chotard · 13 years ago
  60. 8e3c08b [media] gspca - nw80x: Fix exposure for some webcams by Jean-François Moine · 13 years ago
  61. 088fc39 [media] gspca - nw80x: Get the sensor ID when bridge et31x110 by Jean-François Moine · 13 years ago
  62. 1525071 [media] gspca - nw80x: Fix some image resolutions by Jean-François Moine · 13 years ago
  63. ee32ffb [media] gspca - nw80x: Check the bridge from the webcam type by Jean-François Moine · 13 years ago
  64. f12b44f [media] gspca - nw80x: Fix the gain, exposure and autogain by Jean-François Moine · 13 years ago
  65. bad03ff [media] gspca - nw80x: Do some initialization at probe time by Jean-François Moine · 13 years ago
  66. 94751d4 [media] gspca - nw80x: The webcam dsb-c110 is the same as the twinkle by Jean-François Moine · 13 years ago
  67. c3ee142 [media] gspca - nw80x: Cleanup source by Jean-François Moine · 13 years ago
  68. b1a873a [media] v4l2: use new flag to enable core priority handling by Hans Verkuil · 13 years ago
  69. 2f82441 [media] ivtv: replace ugly casts with a proper container_of by Hans Verkuil · 13 years ago
  70. 6aff72f [media] ivtv: add missing v4l2_fh_exit by Hans Verkuil · 13 years ago
  71. 2e4784d [media] vivi: convert to core priority handling by Hans Verkuil · 13 years ago
  72. 1309929 [media] dsbr100: ensure correct disconnect sequence by Hans Verkuil · 14 years ago
  73. e64d07c [media] dsbr100: convert to unlocked_ioctl by Hans Verkuil · 14 years ago
  74. 2335e2b [media] v4l2-framework.txt: document new v4l2_device release() callback by Hans Verkuil · 13 years ago
  75. bedf8bc [media] v4l2-device: add kref and a release function by Hans Verkuil · 13 years ago
  76. a64bb4b [media] cx18: use core priority handling by Hans Verkuil · 13 years ago
  77. 0b5f265 [media] cx18: use v4l2_fh as preparation for adding core priority support by Hans Verkuil · 13 years ago
  78. 6e29ad5 [media] v4l2-framework.txt: improve v4l2_fh/priority documentation by Hans Verkuil · 13 years ago
  79. cc0a2d4 [media] ivtv: convert to core priority handling by Hans Verkuil · 13 years ago
  80. 99cd47bc [media] v4l2-ioctl: add priority handling support by Hans Verkuil · 13 years ago
  81. dfddb24 [media] v4l2-fh: add v4l2_fh_is_singular by Hans Verkuil · 14 years ago
  82. 73cb420 [media] v4l2-fh: add v4l2_fh_open and v4l2_fh_release helper functions by Hans Verkuil · 14 years ago
  83. fc5602b [media] v4l2-fh: implement v4l2_priority support by Hans Verkuil · 14 years ago
  84. 0f62fd6 [media] v4l2: add v4l2_prio_state to v4l2_device and video_device by Hans Verkuil · 13 years ago
  85. 0226549 [media] v4l2_prio: move from v4l2-common to v4l2-dev by Hans Verkuil · 14 years ago
  86. 8c1476f [media] saa7134-input: key up events not sent after suspend/resume by Vadim Solomin · 13 years ago
  87. bc4b18c [media] stv0367: typo in function parameter by Dan Carpenter · 13 years ago
  88. bf512b2 [media] stv0367: signedness bug in stv0367_get_tuner_freq() by Dan Carpenter · 13 years ago
  89. c6384c8 [media] via-camera: Fix OLPC serial check by Daniel Drake · 13 years ago
  90. 4a1cba5 [media] Change to 32 bit and add other remote controls for lme2510 by Malcolm Priestley · 14 years ago
  91. f8931f5 [media] DM04/QQBOX Update V1.76 - use 32 bit remote decoding by Malcolm Priestley · 14 years ago
  92. 3286dac [media] DM04 LME2510(C) Sharp BS2F7HZ0194 Firmware Information by Malcolm Priestley · 13 years ago
  93. 9d4540c [media] v180 - DM04/QQBOX added support for BS2F7HZ0194 versions by Malcolm Priestley · 13 years ago
  94. 4fdccdf slub: Add statistics for this_cmpxchg_double failures by Christoph Lameter · 13 years ago
  95. 2fd66c5 slub: Add missing irq restore for the OOM path by Christoph Lameter · 13 years ago
  96. 3121587 ASoC: Add WM8958 enhanced EQ support by Mark Brown · 13 years ago
  97. 09e10d7 ASoC: Add WM8958 VSS support by Mark Brown · 13 years ago
  98. f20d77c ASoC: Refactor WM8958 DSP to support additional algorithms by Mark Brown · 13 years ago
  99. fbbf592 ASoC: Support download of WM8958 MBC firmware by Mark Brown · 13 years ago
  100. 59c2be1 rbd: use watch/notify for changes in rbd header by Yehuda Sadeh · 13 years ago