summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l: uapi: add SDR formats CU8 and CU16LEAntti Palosaari2014-03-131-0/+4
* [media] v4l: reorganize RF tuner control ID numbersAntti Palosaari2014-03-131-8/+8
* [media] v4l: add RF tuner channel bandwidth controlAntti Palosaari2014-03-131-0/+2
* [media] v4l2: allow v4l2_subdev_edid to be used with video nodesHans Verkuil2014-03-113-9/+15
* [media] v4l2-controls.h: Add addtional Flash fault bitsDaniel Jeong2014-03-111-0/+3
* Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab2014-03-114-18/+19
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-161-1/+0
| |\
| | * Revert "btrfs: add ioctl to export size of global metadata reservation"Chris Mason2014-02-141-1/+0
| * | Merge tag 'char-misc-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-02-141-1/+1
| |\ \
| | * | misc: mic: fix possible signed underflow (undefined behavior) in userspace APISudeep Dutt2014-02-071-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-02-111-16/+7
| |\ \ \
| | * | | inet: defines IPPROTO_* needed for module alias generationJan Moskyto Matejka2014-02-061-16/+7
| * | | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-02-051-0/+11
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | NVMe: Abort timed out commandsKeith Busch2014-01-271-0/+11
* | | | | [media] v4l: Add timestamp source flags, mask and document themSakari Ailus2014-03-051-0/+4
* | | | | [media] v4l: Use full 32 bits for buffer flagsSakari Ailus2014-03-051-15/+23
* | | | | [media] v4l: add RF tuner gain controlsAntti Palosaari2014-03-051-0/+11
* | | | | [media] v4l: add device capability flag for SDR receiverAntti Palosaari2014-03-051-0/+2
* | | | | [media] v4l: add stream format for SDR receiverAntti Palosaari2014-03-051-0/+11
* | | | | [media] v4l: 1 Hz resolution flag for tunersAntti Palosaari2014-03-051-0/+1
* | | | | [media] v4l: add new tuner types for SDRAntti Palosaari2014-03-051-0/+2
* | | | | [media] v4l2: Add settings for Horizontal and Vertical MV Search RangeAmit Grover2014-02-281-0/+2
* | | | | [media] v4l2-dv-timings.h: add new 4K DMT resolutionsHans Verkuil2014-02-041-0/+17
|/ / / /
* | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-315-2/+49
|\ \ \ \
| * | | | [media] s5p-mfc: Add controls to set vp8 enc profileKiran AVND2014-01-131-0/+1
| * | | | [media] s5p-mfc: Add QP setting support for vp8 encoderArun Kumar K2014-01-131-0/+4
| * | | | [media] videodev2: Set vb2_rect's width and height as unsignedRicardo Ribalda2014-01-071-2/+2
| * | | | [media] saa7134: convert to the control frameworkHans Verkuil2014-01-071-0/+4
| * | | | [media] v4l: vsp1: Add LUT supportLaurent Pinchart2013-12-111-0/+34
| * | | | [media] v4l: Add media format codes for AHSV8888 on 32-bit bussesLaurent Pinchart2013-12-111-0/+3
| * | | | [media] media: Add pad flag MEDIA_PAD_FL_MUST_CONNECTSakari Ailus2013-12-041-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-01-302-0/+16
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Btrfs: add support for inode propertiesFilipe David Borba Manana2014-01-281-0/+3
| * | | btrfs: add ioctl to export size of global metadata reservationJeff Mahoney2014-01-281-0/+1
| * | | btrfs: add ioctls to query/change feature bits onlineJeff Mahoney2014-01-281-0/+12
* | | | Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-302-2/+4
|\ \ \ \
| * \ \ \ Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2014-01-211-1/+2
| |\ \ \ \
| | * | | | floppy: bail out in open() if drive is not responding to block0 readJiri Kosina2014-01-171-1/+2
| | | |/ / | | |/| |
| * | | | bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet2014-01-081-0/+1
| * | | | bcache: Bkey indexing renamingKent Overstreet2014-01-081-1/+1
* | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-295-45/+45
|\ \ \ \ \
| * | | | | uapi: Use __kernel_long_t in struct mq_attrH.J. Lu2014-01-201-5/+5
| * | | | | uapi: Use __kernel_ulong_t in shmid64_ds/shminfo64/shm_infoH.J. Lu2014-01-201-5/+5
| * | | | | uapi: Use __kernel_long_t in struct msgbufH.J. Lu2014-01-201-2/+2
| * | | | | uapi: Use __kernel_long_t/__kernel_ulong_t in <linux/resource.h>H.J. Lu2014-01-201-16/+16
| * | | | | uapi: Use __kernel_long_t in struct timexH.J. Lu2014-01-201-17/+17
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-2525-43/+385
|\ \ \ \ \ \
| * | | | | | rtnetlink: remove IFLA_BOND_SLAVE definitionJiri Pirko2014-01-241-1/+0
| * | | | | | rtnetlink: add missing IFLA_BOND_AD_INFO_UNSPECJiri Pirko2014-01-231-0/+1
| * | | | | | rtnetlink: provide api for getting and setting slave infoJiri Pirko2014-01-221-0/+2