summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-02-26V4L/DVB: Add an entry for Kworld 315U remoteFranklin Meng1-0/+1
2010-02-26V4L/DVB: Definitions for TVP7002 in DM365Santiago Nunez-Corrales1-0/+56
2010-02-26V4L/DVB: Support for TVP7002 in v4l2 definitionsSantiago Nunez-Corrales1-0/+3
2010-02-26soc-camera: add support for VIDIOC_S_PARM and VIDIOC_G_PARM ioctlsGuennadi Liakhovetski1-0/+2
2010-02-26soc-camera: ov772x: Modify buswidth controlKuninori Morimoto1-5/+5
2010-02-26tw9910: use TABs for indentationGuennadi Liakhovetski1-2/+2
2010-02-26V4L/DVB: radio: Add radio-timbRichard Röjfors1-0/+36
2010-02-26V4L/DVB: radio: add support for SAA7706H Car Radio DSPRichard Röjfors1-0/+3
2010-02-26V4L/DVB: em28xx: fix for "Leadtek winfast tv usbii deluxe"Magnus Alm1-0/+1
2010-02-26V4L/DVB: cx25840, v4l2-subdev, ivtv, pvrusb2: Fix ivtv/cx25840 tinny audioAndy Walls1-0/+1
2010-02-26V4L/DVB (14003): gspca_cpai1: New gspca subdriver for CPIA CPiA version 1 camsHans de Goede1-0/+1
2010-02-26V4L/DVB (13992): gspca_sn9c2028: New gspca subdriverTheodore Kilgore1-0/+1
2010-02-26V4L/DVB (13833): ir-core: some functions can be staticMauro Carvalho Chehab1-4/+0
2010-02-26V4L/DVB (13680): ir: use unsigned long instead of enumMauro Carvalho Chehab3-12/+10
2010-02-26V4L/DVB (13635): ir-core: Implement protocol table type readingMauro Carvalho Chehab1-1/+3
2010-02-26V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-coreMauro Carvalho Chehab3-8/+16
2010-02-26V4L/DVB (13633): ir-core: create a new class for remote controllersMauro Carvalho Chehab1-2/+10
2010-02-26can: ti hecc module : add platform specific initialization callback.Sriramakrishnan1-2/+6
2010-02-26Revert "ethtool: Add n-tuple string length to drvinfo and return it"David S. Miller1-1/+0
2010-02-26ethtool: Add n-tuple string length to drvinfo and return itPeter Waskiewicz1-0/+1
2010-02-26ipv6: Remove IPV6_ADDR_RESERVEDUlrich Weber1-1/+0
2010-02-26perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in()Peter Zijlstra1-1/+1
2010-02-26perf_events: Add new start/stop PMU callbacksStephane Eranian1-0/+2
2010-02-26can: netlink support for bus-error reporting and countersWolfgang Grandegger2-4/+16
2010-02-26Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2-3/+6
2010-02-26Merge commit 'v2.6.33' into tracing/coreIngo Molnar59-219/+431
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-6/+110
2010-02-26rcu: Make rcu_read_lock_sched_held() take boot time into accountPaul E. McKenney3-6/+3
2010-02-26Merge commit 'origin/master' into nextBenjamin Herrenschmidt13-57/+209
2010-02-26Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-47/+90
2010-02-26Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+5
2010-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+45
2010-02-25Merge branches 'upstream', 'raw_report_modifications' and 'apple_magic_mouse'...Jiri Kosina2-33/+2
2010-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds4-2/+60
2010-02-25tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney2-3/+6
2010-02-25rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney1-0/+14
2010-02-25vfs: Abstract rcu_dereference_check for files-fdtable usePaul E. McKenney1-4/+7
2010-02-25vfs: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney1-2/+6
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney2-2/+5
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney2-1/+6
2010-02-25rcu: Disable lockdep checking in RCU list-traversal primitivesPaul E. McKenney2-9/+9
2010-02-25rcu: Integrate rcu_dereference_check() message into lockdepPaul E. McKenney2-2/+6
2010-02-25rcu: Add lockdep-enabled variants of rcu_dereference()Paul E. McKenney2-7/+42
2010-02-25rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney2-12/+201
2010-02-25Merge commit 'v2.6.33' into core/rcuIngo Molnar48-159/+241
2010-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller4-33/+23
2010-02-24netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt3-11/+11
2010-02-24netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt4-25/+15
2010-02-24virtio: console: Add ability to hot-unplug portsAmit Shah1-0/+1
2010-02-24virtio: console: Register with sysfs and create a 'name' attribute for portsAmit Shah1-0/+1