summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-12-11printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches1-1/+1
2014-12-11cma: make default CMA area size zero for x86Akinobu Mita1-1/+7
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds20-415/+298
2014-12-11Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-20/+3
2014-12-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+6
2014-12-10Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds14-202/+390
2014-12-10Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-159/+271
2014-12-10Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-48/+115
2014-12-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+5
2014-12-10Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+8
2014-12-10Merge tag 'omap-gpmc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-0/+2101
2014-12-10Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-1/+4
2014-12-10Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds47-1672/+5007
2014-12-10Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds16-13/+818
2014-12-10Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-141/+13
2014-12-10Merge tag 'at91-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-60/+8
2014-12-10Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+21
2014-12-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-8/+87
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-4/+0
2014-12-09virtio_ccw: finalize_features error handlingCornelia Huck1-6/+10
2014-12-09virtio_ccw: future-proof finalize_featuresMichael S. Tsirkin1-1/+1
2014-12-09virtio_pci: rename virtio_pci -> virtio_pci_commonMichael S. Tsirkin4-4/+5
2014-12-09virtio_pci: update file descriptions and copyrightMichael S. Tsirkin3-3/+12
2014-12-09virtio_pci: split out legacy device supportMichael S. Tsirkin3-408/+468
2014-12-09virtio_pci: setup config vector indirectlyMichael S. Tsirkin1-6/+13
2014-12-09virtio_pci: setup vqs indirectlyMichael S. Tsirkin1-23/+46
2014-12-09virtio_pci: delete vqs indirectlyMichael S. Tsirkin1-7/+20
2014-12-09virtio_pci: use priv for vq notificationMichael S. Tsirkin1-3/+2
2014-12-09virtio_pci: free up vq->privMichael S. Tsirkin1-25/+31
2014-12-09virtio_pci: fix coding style for structsMichael S. Tsirkin1-4/+2
2014-12-09virtio_pci: add isr fieldMichael S. Tsirkin1-1/+6
2014-12-09virtio: drop legacy_only driver flagMichael S. Tsirkin1-4/+0
2014-12-09virtio_balloon: drop legacy_only driver flagMichael S. Tsirkin1-1/+0
2014-12-09virtio_ccw: rev 1 devices set VIRTIO_F_VERSION_1Michael S. Tsirkin1-0/+7
2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin8-15/+36
2014-12-09virtio_ccw: legacy: don't negotiate rev 1/featuresMichael S. Tsirkin1-3/+13
2014-12-09virtio: add API to detect legacy devicesMichael S. Tsirkin1-0/+7
2014-12-09virtio_console: fix sparse warningsMichael S. Tsirkin1-4/+5
2014-12-09vhost: remove unnecessary forward declarations in vhost.hJason Wang1-4/+0
2014-12-09virtio: drop VIRTIO_F_VERSION_1 from driversMichael S. Tsirkin4-4/+0
2014-12-09virtio: make VIRTIO_F_VERSION_1 a transport bitMichael S. Tsirkin2-1/+7
2014-12-09virtio_balloon: add legacy_only flagMichael S. Tsirkin1-0/+1
2014-12-09virtio_console: virtio 1.0 supportMichael S. Tsirkin1-12/+17
2014-12-09vhost/scsi: partial virtio 1.0 supportMichael S. Tsirkin1-10/+12
2014-12-09virtio_scsi: v1.0 supportMichael S. Tsirkin1-19/+32
2014-12-09macvtap: TUN_VNET_LE supportMichael S. Tsirkin1-25/+43
2014-12-09tun: TUN_VNET_LE support, fix sparse warnings for virtio headersMichael S. Tsirkin1-19/+29
2014-12-09tun: drop most type definesMichael S. Tsirkin1-34/+28
2014-12-09tun: move internal flag defines out of uapiMichael S. Tsirkin1-51/+21