summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio_config: fix virtio_cread_bytesMichael S. Tsirkin2014-12-111-1/+4
* virtio: drop legacy_only driver flagMichael S. Tsirkin2014-12-091-2/+0
* virtio: allow finalize_features to failMichael S. Tsirkin2014-12-091-1/+2
* virtio: add API to detect legacy devicesMichael S. Tsirkin2014-12-091-0/+2
* virtio: make VIRTIO_F_VERSION_1 a transport bitMichael S. Tsirkin2014-12-091-2/+2
* virtio_balloon: add legacy_only flagMichael S. Tsirkin2014-12-091-0/+2
* virtio_console: virtio 1.0 supportMichael S. Tsirkin2014-12-091-3/+4
* virtio_scsi: export to userspaceMichael S. Tsirkin2014-12-092-37/+38
* virtio_scsi: move to uapiMichael S. Tsirkin2014-12-091-0/+0
* virtio_scsi: v1.0 supportMichael S. Tsirkin2014-12-091-15/+17
* tun: add VNET_LE flagMichael S. Tsirkin2014-12-091-0/+1
* tun: move internal flag defines out of uapiMichael S. Tsirkin2014-12-091-13/+3
* virtio_blk: v1.0 supportMichael S. Tsirkin2014-12-091-7/+8
* virtio_net: v1.0 endiannessMichael S. Tsirkin2014-12-091-7/+8
* virtio: add legacy feature table supportMichael S. Tsirkin2014-12-091-0/+4
* virtio: set FEATURES_OKMichael S. Tsirkin2014-12-091-0/+2
* virtio: allow transports to get avail/used addressesCornelia Huck2014-12-091-0/+3
* virtio_config: endian conversion for v1.0Michael S. Tsirkin2014-12-091-3/+6
* virtio: memory access APIsMichael S. Tsirkin2014-12-095-22/+161
* virtio: add virtio 1.0 feature bitMichael S. Tsirkin2014-12-091-0/+3
* virtio: add support for 64 bit features.Michael S. Tsirkin2014-12-092-11/+11
* virtio: use u32, not bitmap for featuresMichael S. Tsirkin2014-12-092-5/+4
* virtio: add low-level APIs for feature bitsMichael S. Tsirkin2014-12-091-3/+50
* uapi: fix to export linux/vm_sockets.hMasahiro Yamada2014-12-051-1/+1
* Merge tag 'staging-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-11-291-1/+1
|\
| * Merge tag 'iio-fixes-for-3.18c' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-11-261-1/+1
| |\
| | * iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit maskCristina Ciocan2014-11-151-1/+1
* | | Merge tag 'sound-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-11-282-1/+5
|\ \ \
| * | | ALSA: pcm: Add big-endian DSD sample formats and fix XMOS DSD sample formatJussi Laako2014-11-212-1/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-11-281-0/+2
|\ \ \ \
| * | | | net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn2014-11-261-0/+2
* | | | | kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel2014-11-261-1/+1
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-11-261-0/+1
|\ \ \ \ \
| * | | | | PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt2014-11-241-0/+1
* | | | | | Merge tag 'clk-fixes-for-linus' of https://git.linaro.org/people/mike.turquet...Linus Torvalds2014-11-262-2/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | clk-divider: Fix READ_ONLY when divider > 1James Hogan2014-11-171-1/+0
| * | | | | clk: qcom: Fix duplicate rbcpr clock nameGeorgi Djakov2014-11-171-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-11-231-1/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | percpu-ref: fix DEAD flag contamination of percpu pointerTejun Heo2014-11-231-1/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-11-224-3/+25
|\ \ \ \ \
| * \ \ \ \ Merge tag 'linux-can-fixes-for-3.18-20141118' of git://gitorious.org/linux-ca...David S. Miller2014-11-191-0/+6
| |\ \ \ \ \
| | * | | | | can: dev: add can_is_canfd_skb() APIDong Aisheng2014-11-181-0/+6
| * | | | | | vxlan: Inline vxlan_gso_check().Joe Stringer2014-11-181-1/+17
| |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-11-161-2/+0
| |\ \ \ \ \
| | * | | | | netfilter: nf_tables: restore synchronous object release from commit/abortPablo Neira Ayuso2014-11-121-2/+0
| * | | | | | net: Add vxlan_gso_check() helperJoe Stringer2014-11-141-0/+2
| * | | | | | inetdevice: fixed signed integer overflowVincent BENAYOUN2014-11-141-1/+1
* | | | | | | Merge tag 'sound-3.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-11-221-0/+2
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge remote-tracking branches 'asoc/fix/adsp', 'asoc/fix/cs41l51', 'asoc/fix...Mark Brown2014-11-171-0/+2
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | ASoC: dpcm: Fix race between FE/BE updates and triggerTakashi Iwai2014-11-041-0/+2
| | |/ / / / /