summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (8484): videodev: missed two more usages of the removed 'owner' field.Hans Verkuil2008-07-262-2/+0
* V4L/DVB (8483): Remove obsolete owner field from video_device struct.Hans Verkuil2008-07-2639-54/+7
* V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...Hans Verkuil2008-07-2638-828/+980
* V4L/DVB (8479): tveeprom/ivtv: fix usage of has_ir fieldHans Verkuil2008-07-263-12/+16
* V4L/DVB (8477): v4l: remove obsolete audiochip.hHans Verkuil2008-07-269-88/+65
* V4L/DVB (8475): pvrusb2: Cosmetic macro fix (benign)Mike Isely2008-07-261-2/+2
* V4L/DVB (8474): pvrusb2: Enable IR chip on HVR-1900 class devicesMike Isely2008-07-265-11/+35
* V4L/DVB (8472): cx23885: SRAM changes for the 885 and 887 silicon parts.Steven Toth2008-07-261-2/+114
* V4L/DVB (8471): cx23885: Reallocated the sram to avoid concurrent VIDB/C issues.Steven Toth2008-07-261-6/+9
* V4L/DVB (8470): cx23885: Add DViCO HDTV7 Dual Express tuner callback support.Steven Toth2008-07-261-12/+28
* V4L/DVB (8469): cx23885: FusionHDTV7 Dual Express toggle reset.Steven Toth2008-07-261-0/+13
* V4L/DVB (8468): cx23885: Ensure the second transport port is enabled for stre...Steven Toth2008-07-261-0/+1
* V4L/DVB (8467): cx23885: Minor cleanup to the debuging output for a specific ...Steven Toth2008-07-261-2/+3
* V4L/DVB (8466): cx23885: Bugfix - DVB Transport cards using DVB port VIDB/TS1...Steven Toth2008-07-261-2/+16
* V4L/DVB (8465): cx23885: Ensure PAD_CTRL is always reset to a sensible defaultSteven Toth2008-07-261-0/+1
* V4L/DVB (8464): cx23885: Bugfix for concurrent use of /dev/video0 and /dev/vi...Steven Toth2008-07-261-2/+2
* V4L/DVB (8462): cx18: Lock the aux PLL to the video pixle rate for analog cap...Andy Walls2008-07-261-10/+70
* V4L/DVB (8461): cx18: Fix 32 kHz audio sample output rate for analog tuner SI...Andy Walls2008-07-261-12/+29
* V4L/DVB (8458): gspca_sonixb remove one more no longer needed special case fr...Hans de Goede2008-07-261-14/+2
* V4L/DVB (8457): gspca_sonixb remove some no longer needed sn9c103+ov7630 spec...Andoni Zubimendi2008-07-261-10/+0
* V4L/DVB (8456): gspca_sonixb remove non working ovXXXX contrast, hue and satu...Hans de Goede2008-07-261-171/+0
* V4L/DVB (8455): gspca_sonixb sn9c103 + ov7630 autoexposure and cleanupHans de Goede2008-07-261-92/+82
* V4L/DVB (8453): sms1xxx: dvb/siano/: cleanupsAdrian Bunk2008-07-262-9/+9
* V4L/DVB (8451): dw2102: fix in-kernel compilationMauro Carvalho Chehab2008-07-251-1/+1
* Merge ../linux-2.6Mauro Carvalho Chehab2008-07-24291-3579/+16246
|\
| * Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds2008-07-234-12/+192
| |\
| | * i386 syscall audit fast-pathRoland McGrath2008-07-231-2/+53
| | * x86_64 ia32 syscall audit fast-pathRoland McGrath2008-07-232-4/+88
| | * x86_64 syscall audit fast-pathRoland McGrath2008-07-232-1/+50
| | * x86_64: remove bogus optimization in sysret_signalRoland McGrath2008-07-231-5/+1
| * | Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-2314-256/+229
| |\ \
| | * | sched: hrtick_enabled() should use cpu_active()Ingo Molnar2008-07-201-1/+1
| | * | Merge branch 'sched/urgent' into sched/develIngo Molnar2008-07-207-155/+66
| | |\ \
| | | * | sched, x86: clean up hrtick implementationPeter Zijlstra2008-07-206-155/+64
| | | * | sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not...David Howells2008-07-181-0/+2
| | * | | sched: fix build error, provide partition_sched_domains() unconditionallyIngo Molnar2008-07-181-1/+10
| | * | | cpu hotplug: Make cpu_active_map synchronization dependency clearMax Krasnyansky2008-07-181-0/+10
| | * | | cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-188-71/+99
| | * | | sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko2008-07-181-28/+40
| | |/ /
| | * | sched: reduce stack size in isolated_cpu_setup()Mike Travis2008-07-181-1/+2
| | * | Revert parts of "ftrace: do not trace scheduler functions"Ingo Molnar2008-07-181-0/+2
| * | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-2350-270/+442
| |\ \ \
| | * \ \ Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-211549-78831/+148172
| | |\ \ \
| | * | | | NR_CPUS: Replace NR_CPUS in speedstep-centrino.cMike Travis2008-07-201-34/+51
| | * | | | cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUPMike Travis2008-07-201-7/+26
| | * | | | NR_CPUS: Replace NR_CPUS in cpufreq userspace routinesMike Travis2008-07-201-36/+43
| | * | | | NR_CPUS: Replace per_cpu(..., smp_processor_id()) with __get_cpu_varMike Travis2008-07-201-1/+1
| | * | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genapic_flat_64.cMike Travis2008-07-201-1/+1
| | * | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genx2apic_uv_x.cMike Travis2008-07-201-2/+2
| | * | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/proc.cMike Travis2008-07-201-1/+1
OpenPOWER on IntegriCloud