aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l2-ctrls: use const char * const * for the menu arraysHans Verkuil2010-12-303-6/+6
* [media] bt819: the ioctls in the header are internal to the kernelHans Verkuil2010-12-291-1/+4
* [media] saa6588: rename rds.h to saa6588.hHans Verkuil2010-12-291-10/+8
* [media] saa7134: Add support for Compro VideoMate Vista M1FRamiro Morales2010-12-291-0/+1
* [media] V4L1 removal: Remove linux/videodev.hMauro Carvalho Chehab2010-12-293-409/+0
* [media] Remove VIDEO_V4L1 Kconfig optionMauro Carvalho Chehab2010-12-291-4/+0
* [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-293-47/+5
* [media] MFD: WL1273 FM Radio: MFD driver for the FM radioMatti Aaltonen2010-12-291-0/+288
* [media] Add a keymap for Pixelview 002-T remoteMauro Carvalho Chehab2010-12-291-0/+1
* [media] Fix rc-tbs-nec table after converting the cx88 driver to ir-coreMariusz Białończyk2010-12-291-0/+2
* [media] lirc_dev: add some __user annotationsDan Carpenter2010-12-291-3/+3
* [media] rc-core: fix some leftovers from the renaming patchesDavid Härdeman2010-12-291-6/+6
* [media] rc: use rc_map_ prefix for all rc map tablesMauro Carvalho Chehab2010-12-291-4/+4
* [media] rc: Name RC keymap tables as rc_map_tableMauro Carvalho Chehab2010-12-291-2/+2
* [media] rc: Properly name the rc_map structMauro Carvalho Chehab2010-12-292-5/+5
* [media] rc: Rename remote controller type to rc_type instead of ir_typeMauro Carvalho Chehab2010-12-293-16/+16
* [media] Rename all public generic RC functions from ir_ to rc_Mauro Carvalho Chehab2010-12-291-20/+29
* [media] rc: rename the remaining things to rc_coreMauro Carvalho Chehab2010-12-292-3/+3
* [media] rc: Remove ir-common.hMauro Carvalho Chehab2010-12-292-78/+1
* [media] media: Add timberdale video-in driverRichard Röjfors2010-12-292-1/+33
* [media] ir-kbd-i2c: add rc_dev as a parameter to the driverMauro Carvalho Chehab2010-12-291-0/+2
* [media] ir-core: make struct rc_dev the primary interfaceDavid Härdeman2010-12-293-105/+82
* [media] rc-core: Code cleanup after merging rc-sysfs and rc-map into rc-mainDavid Härdeman2010-12-291-2/+0
* [media] ir-core: more cleanups of ir-functions.cDavid Härdeman2010-12-292-1/+19
* [media] ir-core: remove remaining users of the ir-functions keyhandlersDavid Härdeman2010-12-293-31/+7
* [media] ir-core: convert drivers/media/video/cx88 to ir-coreDavid Härdeman2010-12-291-3/+0
* [media] radio-si4713: Add regulator framework supportJarkko Nikula2010-12-291-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-12-267-12/+42
|\
| * Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller2010-12-231-1/+0
| * Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-12-221-4/+24
| |\
| | * mac80211/rt2x00: add ieee80211_tx_status_ni()Johannes Stezenbach2010-12-201-4/+24
| * | net: Fix range checks in tcf_valid_offset().David S. Miller2010-12-211-1/+3
| * | net_sched: always clone skbsChangli Gao2010-12-201-5/+1
| * | ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens2010-12-191-0/+10
| * | netlink: fix gcc -Wconversion compilation warningDmitry V. Levin2010-12-171-1/+1
| * | net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2010-12-161-0/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-12-241-10/+35
|\ \ \
| * | | kthread_work: make lockdep happyYong Zhang2010-12-221-10/+35
* | | | taskstats: pad taskstats netlink response for aligment issues on ia64Jeff Mahoney2010-12-221-1/+2
* | | | include/linux/unaligned: pack the whole struct rather than just the fieldWill Newton2010-12-221-3/+3
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-12-201-2/+4
|\ \ \
| * | | ceph: mark user pages dirty on direct-io readsHenry C Chang2010-12-171-2/+4
* | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-12-201-1/+1
|\ \ \ \
| * | | | [media] Don't export format_by_forcc on two different driversMauro Carvalho Chehab2010-12-021-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-12-201-3/+7
|\ \ \ \ \
| * | | | | block: max hardware sectors limit wrapperMike Snitzer2010-12-171-0/+1
| * | | | | block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen2010-12-171-3/+6
* | | | | | clarify a usage constraint for cnt32_to_63()Nicolas Pitre2010-12-201-1/+19
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....Linus Torvalds2010-12-192-0/+3
|\ \ \ \ \ \ \
| | * | | | | | perf: Fix duplicate events with multiple-pmu vs software eventsPeter Zijlstra2010-12-081-0/+1