summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [media] radio-sf16fmr2: convert to generic TEA575x interfaceOndrej Zary2011-07-272-390/+145
* [media] cx24113: Don't reuse core macro namesHans Petter Selasky2011-07-271-10/+10
* [media] itd1000: Don't reuse core macro namesHans Petter Selasky2011-07-271-14/+11
* [media] radio-si470x: fix memory leak in si470x_usb_driver_probe()Alexey Khoroshilov2011-07-271-1/+3
* [media] media: Convert vmalloc/memset to vzallocJoe Perches2011-07-271-6/+2
* dvb_net: Simplify the code if DVB NET is not definedMauro Carvalho Chehab2011-07-271-10/+3
* [media] Make DVB NET configurable in the kernelHans Petter Selasky2011-07-273-2/+40
* [media] tea575x: convert to control frameworkOndrej Zary2011-07-272-73/+39
* [media] Fix compile warning: Dereferencing type-punned pointer will break str...Hans Petter Selasky2011-07-271-2/+2
* [media] v4l: Document EACCES in VIDIOC_[GS]_CTRL and VIDIOC_{G, S, TRY}_EXT_C...Sakari Ailus2011-07-272-0/+14
* [media] videobuf_pages_to_sg: sglist[0] length problemNewson Edouard2011-07-271-2/+3
* [media] cx23885: restore flushes of cx23885_dev work itemsTejun Heo2011-07-271-0/+3
* [media] saa7164: poll mask set incorrectlyDan Carpenter2011-07-272-10/+2
* [media] cxd2820r: correct missing error checksAntti Palosaari2011-07-271-0/+4
* [media] Update several cardlistsMauro Carvalho Chehab2011-07-276-0/+12
* [media] em28xx: use the proper prefix for board namesMauro Carvalho Chehab2011-07-273-4/+4
* [media] em28xx: correct PCTV nanoStick T2 290e device nameAntti Palosaari2011-07-271-3/+3
* [media] em28xx: add remote for PCTV nanoStick T2 290eAntti Palosaari2011-07-271-1/+1
* [media] em28xx: EM28174 remote supportAntti Palosaari2011-07-271-0/+1
* [media] cxd2820r: fix bitfieldsAntti Palosaari2011-07-272-4/+4
* [media] cxd2820r: malloc buffers instead of stackAntti Palosaari2011-07-271-4/+14
* [media] anysee: style issues, comments, etcAntti Palosaari2011-07-272-19/+21
* [media] anysee: add support for Anysee E7 PS2Antti Palosaari2011-07-272-0/+13
* [media] anysee: add support for Anysee E7 PTCAntti Palosaari2011-07-272-7/+27
* [media] gspca - ov519: New sensor ov9600 with bridge ovfx2Jean-François Moine2011-07-271-13/+96
* [media] DocBook: Move all media docbook stuff into its own directoryMauro Carvalho Chehab2011-07-27166-720/+275
* [media] DocBook: Add rules to auto-generate some media docbookMauro Carvalho Chehab2011-07-274-2484/+258
* Linux 3.0v3.0Linus Torvalds2011-07-211-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2011-07-211-0/+1
|\
| * sparc,kgdbts: fix compile regression with kgdb test suiteJason Wessel2011-07-211-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-07-211-1/+1
|\ \
| * | CIFS: Fix wrong length in cifs_iovec_readPavel Shilovsky2011-07-211-1/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-211-0/+16
|\ \ \
| * | | x86: Make Dell Latitude E6420 use reboot=pciH. Peter Anvin2011-07-211-0/+8
| * | | x86: Make Dell Latitude E5420 use reboot=pciDaniel J Blueman2011-07-211-0/+8
| |/ /
* | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-07-214-39/+56
|\ \ \
| * | | drm/i915: Fix unfenced alignment on pre-G33 hardwareChris Wilson2011-07-183-38/+41
| * | | drm/i915: Add quirk to disable SSC on Lenovo U160 LVDSKeith Packard2011-07-132-1/+15
* | | | vfs: drop conditional inode prefetch in __do_lookup_rcuLinus Torvalds2011-07-211-2/+0
* | | | FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loopJan Beulich2011-07-211-9/+5
| |/ / |/| |
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-205-28/+103
|\ \ \
| * \ \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2011-07-205-28/+103
| |\ \ \
| | * | | signal: align __lock_task_sighand() irq disabling and RCUPaul E. McKenney2011-07-201-6/+13
| | * | | softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra2011-07-202-3/+11
| | * | | sched: Add irq_{enter,exit}() to scheduler_ipi()Peter Zijlstra2011-07-201-6/+38
| | * | | rcu: protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney2011-07-201-5/+24
| | * | | rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney2011-07-191-6/+6
| | * | | rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney2011-07-192-2/+9
| | * | | rcu: decrease rcu_report_exp_rnp coupling with schedulerPaul E. McKenney2011-07-191-2/+4
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-07-204-61/+190
|\ \ \ \ \