summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-02-191-2/+1
|\
| * Btrfs: Remove unnecessary placeholder in btrfs_err_codeSatoru Takeuchi2015-02-031-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-02-194-46/+7
|\ \
| * | libceph: tcp_nodelay supportChaitanya Huilgol2015-02-192-2/+5
| * | ceph: handle SESSION_FORCE_RO messageYan, Zheng2015-02-191-0/+1
| * | libceph: nuke pool op infrastructureIlya Dryomov2015-02-192-44/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-02-191-0/+65
|\ \ \
| * | | ACPI / LPAT: Common table processing functionsSrinivas Pandruvada2015-01-291-0/+65
| | |/ | |/|
* | | Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-02-181-3/+0
|\ \ \
| * | | Revert "locks: keep a count of locks on the flctx lists"Jeff Layton2015-02-161-3/+0
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-188-68/+204
|\ \ \ \
| * | | | virtio_net: unconditionally define struct virtio_net_hdr_v1.Rusty Russell2015-02-171-29/+25
| * | | | virtio: Don't expose legacy net features when VIRTIO_NET_NO_LEGACY defined.Rusty Russell2015-02-131-2/+30
| * | | | lguest: remove NOTIFY call and eventfd facility.Rusty Russell2015-02-111-1/+1
| * | | | lguest: remove lguest bus definitions from header.Rusty Russell2015-02-111-47/+2
| * | | | lguest: add infrastructure for userspace to deliver a trap to the guest.Rusty Russell2015-02-111-0/+1
| * | | | lguest: write more information to userspace about pending traps.Rusty Russell2015-02-111-0/+13
| * | | | lguest: add operations to get/set a register from the Launcher.Rusty Russell2015-02-111-0/+2
| * | | | virtio: Don't expose legacy config features when VIRTIO_CONFIG_NO_LEGACY defi...Rusty Russell2015-02-111-0/+2
| * | | | virtio: Don't expose legacy block features when VIRTIO_BLK_NO_LEGACY defined.Rusty Russell2015-02-111-4/+13
| * | | | virtio: define VIRTIO_PCI_CAP_PCI_CFG in header.Rusty Russell2015-02-111-1/+3
| * | | | virtio-mmio: Update the device to OASIS spec versionPawel Moll2015-01-231-7/+37
| * | | | virtio_balloon: coding style fixesMichael S. Tsirkin2015-01-211-2/+1
| * | | | virtio_pci: macros for PCI layout offsetsRusty Russell2015-01-211-5/+31
| * | | | virtio_pci: modern driverMichael S. Tsirkin2015-01-211-3/+4
| * | | | virtio-pci: define layout for virtio 1.0Rusty Russell2015-01-211-0/+62
| * | | | pci: add pci_iomap_rangeMichael S. Tsirkin2015-01-211-0/+10
| * | | | virtio_pci: drop virtio_config dependencyMichael S. Tsirkin2015-01-211-1/+1
* | | | | Merge tag 'mfd-for-linus-3.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-1810-31/+1754
|\ \ \ \ \
| * | | | | mfd: da9063: Add device tree supportSteve Twiss2015-01-221-0/+1
| * | | | | mfd: qcom-rpm: Driver for the Qualcomm RPMBjorn Andersson2015-01-221-0/+13
| * | | | | mfd: devicetree: bindings: Add Qualcomm RPM DT bindingBjorn Andersson2015-01-221-0/+154
| * | | | | mfd: max77686/802: Remove support for board filesKrzysztof Kozlowski2015-01-222-29/+0
| * | | | | mfd: axp20x: Add support for fuel gauge cell driverTodd E Brandt2015-01-221-2/+41
| * | | | | mfd: Add support for DA9150 combined charger & fuel-gauge deviceAdam Thomson2015-01-222-0/+1223
| * | | | | mfd: rt5033: Add Richtek RT5033 driver core.Beomho Seo2015-01-222-0/+322
* | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-02-183-64/+69
|\ \ \ \ \ \
| * | | | | | dmaengine: dw: define DW_DMA_MAX_NR_MASTERSAndy Shevchenko2015-02-051-1/+3
| * | | | | | dmaengine: dw: amend description of dma_dev fieldAndy Shevchenko2015-02-051-1/+1
| * | | | | | dma: mmp_tdma: Fix build for ARM64Rob Herring2015-02-041-0/+7
| * | | | | | Merge branch 'topic/rcar' into for-linusVinod Koul2015-02-031-0/+3
| |\ \ \ \ \ \
| | * | | | | | dmaengine: Add 16 bytes, 32 bytes and 64 bytes bus widthsLaurent Pinchart2014-12-231-0/+3
| * | | | | | | dmaengine: Add dma_get_slave_caps() inline stub when !CONFIG_DMA_ENGINELaurent Pinchart2015-01-191-2/+6
| * | | | | | | dmaengine: Move dma_get_slave_caps() implementation to dmaengine.cLaurent Pinchart2015-01-181-31/+1
| |/ / / / / /
| * | | | | | dmaengine: Remove device_control and device_slave_capsMaxime Ripard2014-12-221-46/+6
| * | | | | | dmaengine: Create a generic dma_slave_caps callbackMaxime Ripard2014-12-221-4/+37
| * | | | | | dmaengine: Add device_terminate_all callbackMaxime Ripard2014-12-221-0/+6
| * | | | | | dmaengine: split out pause/resume operations from device_controlMaxime Ripard2014-12-221-0/+12
| * | | | | | dmaengine: Introduce a device_config callbackMaxime Ripard2014-12-221-0/+8
| * | | | | | dmaengine: Make the destination abbreviation coherentMaxime Ripard2014-12-221-4/+4