aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | V4L/DVB (4255): Tda9887 default TOP value is 0x10Hans Verkuil2006-06-271-14/+13
| * | | | | V4L/DVB (4254): Remove obsoleted tuner_debug option.Hans Verkuil2006-06-271-8/+0
| * | | | | V4L/DVB (4253): IVTV VBI format description too long.Hans Verkuil2006-06-271-1/+1
| * | | | | V4L/DVB (4252): Remove duplicate 'tda9887' in info messages.Hans Verkuil2006-06-271-2/+2
| * | | | | V4L/DVB (4245): Reduce the amount of pvrusb2-sourced noise going into the sys...Mike Isely2006-06-273-14/+6
| * | | | | V4L/DVB (4244): Implement use of cx2341x module in pvrusb2 driverMike Isely2006-06-276-295/+304
| * | | | | V4L/DVB (4243): Exploit new V4L control features in pvrusb2Mike Isely2006-06-272-2/+76
| * | | | | V4L/DVB (4242): Don't suspend encoder when changing its attributes (in pvrusb2)Mike Isely2006-06-271-11/+1
| * | | | | V4L/DVB (4241): Fix faulty encoder error recovery in pvrusb2Mike Isely2006-06-271-3/+4
| * | | | | V4L/DVB (4240): Various V4L control enhancements in pvrusb2Mike Isely2006-06-276-3/+71
| * | | | | V4L/DVB (4239): Handle boolean controls in pvrusb2Mike Isely2006-06-275-12/+83
| * | | | | V4L/DVB (4238): Make sure flags field is initialized when quering a control i...Mike Isely2006-06-271-0/+1
| * | | | | V4L/DVB (4237): Move LOG_STATUS bracketing to a different part of the pvrusb2...Mike Isely2006-06-272-4/+3
| * | | | | V4L/DVB (4236): Rearrange things in pvrusb2 driver in preparation for using c...Mike Isely2006-06-273-70/+83
| * | | | | V4L/DVB (4235): Increase the maximum number of controls that pvrusb2-sysfs.c ...Mike Isely2006-06-271-0/+52
| * | | | | V4L/DVB (4234): Clean up long-standing video format handling mess in pvrusb2-...Mike Isely2006-06-271-24/+11
| * | | | | V4L/DVB (4233): Don't print empty enum values in pvrusb2-sysfs.cMike Isely2006-06-271-0/+1
| * | | | | V4L/DVB (4232): Rearrange things in pvrusb2-encoder in preparation for use of...Mike Isely2006-06-271-86/+138
| * | | | | V4L/DVB (4231): Include some extra headers that we need.Mike Isely2006-06-272-1/+3
| * | | | | V4L/DVB (4229): Cx88-blackbird: implement VIDIOC_LOG_STATUSMichael Krufky2006-06-271-0/+8
| * | | | | V4L/DVB (4228a): pvrusb2 to kernel 2.6.18Mike Isely2006-06-2749-0/+13160
* | | | | | [PATCH] i4l fix DLE masking in isdn_tty_try_readKarsten Keil2006-06-271-1/+1
* | | | | | [PATCH] do_IRQ() warning fixAndrew Morton2006-06-271-2/+2
* | | | | | [PATCH] drivers/message/i2o/iop.c: unexport i2o_msg_nop()Adrian Bunk2006-06-271-1/+0
* | | | | | [PATCH] drivers/char/ipmi/ipmi_msghandler.c: make proc_ipmi_root staticAdrian Bunk2006-06-272-6/+1
* | | | | | [PATCH] Remove redundant NULL checks before [kv]free - in drivers/Jesper Juhl2006-06-278-38/+19
* | | | | | [PATCH] Remove redundant NULL checks before [kv]free - in kernel/Jesper Juhl2006-06-271-2/+1
* | | | | | [PATCH] Remove redundant NULL checks before [kv]free - in fs/Jesper Juhl2006-06-271-6/+2
* | | | | | [PATCH] futex_requeue() optimizationSebastien Dugue2006-06-271-5/+8
* | | | | | [PATCH] rtmutex: Propagate priority settings into PI lock chainsThomas Gleixner2006-06-273-6/+40
* | | | | | [PATCH] rtmutex: Modify rtmutex-tester to test the setscheduler propagationThomas Gleixner2006-06-2715-49/+202
* | | | | | [PATCH] Drop tasklist lock in do_sched_setschedulerThomas Gleixner2006-06-271-1/+3
* | | | | | [PATCH] fix rt-mutex defaults and dependenciesRoman Zippel2006-06-271-3/+1
* | | | | | [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar2006-06-277-41/+828
* | | | | | [PATCH] pi-futex: rt mutex futex apiIngo Molnar2006-06-271-0/+55
* | | | | | [PATCH] pi-futex: rt mutex testerThomas Gleixner2006-06-2720-1/+1923
* | | | | | [PATCH] pi-futex: rt mutex debugIngo Molnar2006-06-278-1/+581
* | | | | | [PATCH] pi-futex: rt mutex docsSteven Rostedt2006-06-273-0/+981
* | | | | | [PATCH] pi-futex: rt mutex coreIngo Molnar2006-06-2711-0/+1181
* | | | | | [PATCH] pi-futex: scheduler support for piIngo Molnar2006-06-273-31/+181
* | | | | | [PATCH] pi-futex: add plist implementationIngo Molnar2006-06-274-0/+372
* | | | | | [PATCH] pi-futex: introduce WARN_ON_SMPIngo Molnar2006-06-271-0/+6
* | | | | | [PATCH] pi-futex: introduce debug_check_no_locks_freed()Ingo Molnar2006-06-274-7/+13
* | | | | | [PATCH] pi-futex: robust futex docs fixIngo Molnar2006-06-271-1/+1
* | | | | | [PATCH] pi-futex: futex code cleanupsIngo Molnar2006-06-274-122/+135
* | | | | | [PATCH] BUG() if setscheduler is called from interrupt contextSteven Rostedt2006-06-271-0/+2
* | | | | | [PATCH] sched: uninline task_rq_lock()Oleg Nesterov2006-06-271-1/+1
* | | | | | [PATCH] sched: mc/smt power savings sched policySiddha, Suresh B2006-06-2711-33/+262
* | | | | | [PATCH] sched_domai: Allocate sched_group structures dynamicallySrivatsa Vaddagiri2006-06-271-5/+43
* | | | | | [PATCH] sched_domai: Use kmalloc_nodeSrivatsa Vaddagiri2006-06-271-2/+3