summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-0224-37/+15
|\
| * Bluetooth: add module name for btwilinkPavel Machek2014-03-101-1/+2
| * driver core: unexport static function create_syslog_headerJiang Liu2014-03-101-1/+0
| * mmc: core: typo fix in printk specifierAlexander Shiyan2014-03-101-1/+1
| * Merge branch 'master' into for-nextJiri Kosina2014-02-205109-126300/+372683
| |\
| * | ixgbe: Fix format string in ixgbe_fcoe.Masanari Iida2014-02-201-1/+1
| * | Kconfig: Remove useless "default N" linesPaul Bolle2014-02-2013-23/+0
| * | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-198-11/+11
* | | Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-021-51/+56
|\ \ \
| * | | cpuidle/idle: Move the cpuidle_idle_call function to idle.cDaniel Lezcano2014-03-111-49/+0
| * | | idle/cpuidle: Split cpuidle_idle_call main function into smaller functionsDaniel Lezcano2014-03-111-21/+75
| * | | Merge branch 'timers/core' into sched/idleIngo Molnar2014-02-281-6/+8
| |\ \ \
* | \ \ \ Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-021-17/+306
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvm-s390-20140306' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-03-061-3/+13
| |\ \ \ \ \
| | * | | | | virtio_ccw: fix hang in set offline processingHeinz Graalfs2014-03-061-3/+13
| * | | | | | Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Paolo Bonzini2014-03-04337-2353/+5331
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| * | | | | virtio-ccw: virtio-ccw adapter interrupt support.Cornelia Huck2014-03-041-10/+268
| * | | | | s390/airq: add support for irq rangesMartin Schwidefsky2014-03-041-25/+41
| * | | | | virtio_ccw: fix vcdev pointer handling issuesHeinz Graalfs2014-03-041-7/+28
* | | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-026-18/+39
|\ \ \ \ \ \
| * | | | | | virtio-blk: base queue-depth on virtqueue ringsize or module paramRusty Russell2014-03-241-1/+9
| * | | | | | virtio: fail adding buffer on broken queues.Rusty Russell2014-03-131-3/+8
| * | | | | | virtio-rng: don't crash if virtqueue is broken.Rusty Russell2014-03-131-2/+1
| * | | | | | virtio_balloon: don't crash if virtqueue is broken.Rusty Russell2014-03-131-5/+3
| * | | | | | virtio_blk: don't crash, report error if virtqueue is broken.Rusty Russell2014-03-131-2/+8
| * | | | | | virtio_net: don't crash if virtqueue is broken.Rusty Russell2014-03-131-1/+1
| * | | | | | virtio_balloon: don't softlockup on huge balloon changes.Rusty Russell2014-03-131-0/+6
| * | | | | | virtio: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-03-131-4/+2
| * | | | | | tools/virtio: fix missing kmemleak_ignore symbolJoel Stanley2014-03-131-0/+1
* | | | | | | Merge branch 'for-3.15' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds2014-04-024-8/+3
|\ \ \ \ \ \ \
| * | | | | | | arm: dma-mapping: remove order parameter from arm_iommu_create_mapping()Marek Szyprowski2014-02-284-8/+3
* | | | | | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-0210-87/+655
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2014-03-31141-823/+1604
| |\ \ \ \ \ \ \ \
| * | | | | | | | | of: Add support for ePAPR "stdout-path" propertyGrant Likely2014-03-281-3/+3
| * | | | | | | | | Merge branch 'devicetree/next-reserved-mem' into devicetree/nextGrant Likely2014-03-194-0/+367
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | of: only scan for reserved mem when fdt presentJosh Cartwright2014-03-151-0/+3
| | * | | | | | | | | drivers: of: add support for custom reserved memory driversMarek Szyprowski2014-03-111-0/+29
| | * | | | | | | | | drivers: of: add initialization code for dynamic reserved memoryMarek Szyprowski2014-03-114-2/+206
| | * | | | | | | | | drivers: of: add initialization code for static reserved memoryMarek Szyprowski2014-03-111-0/+131
| * | | | | | | | | | of: device_node kobject lifecycle fixesPantelis Antoniou2014-03-193-13/+28
| * | | | | | | | | | of: remove /proc/device-treeGrant Likely2014-03-112-59/+1
| * | | | | | | | | | of/selftest: Add self tests for manipulation of propertiesGrant Likely2014-03-111-0/+62
| * | | | | | | | | | of: Make device nodes kobjects so they show up in sysfsGrant Likely2014-03-114-11/+173
| |/ / / / / / / / /
| * | | | | | | | | Merge tag 'v3.14-rc5' into HEADGrant Likely2014-03-04533-3241/+7613
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "of: fix of_update_property()"Grant Likely2014-03-041-13/+21
| * | | | | | | | | | of: Allows to use the PCI translator without the PCI coreGregory CLEMENT2014-02-202-3/+9
| * | | | | | | | | | of: fix of_update_property()Xiubo Li2014-02-041-22/+14
| * | | | | | | | | | of: add __of_add_property() without lock operationsXiubo Li2014-02-041-14/+24
| * | | | | | | | | | of: Clear detach flag on attachPantelis Antoniou2014-02-031-0/+1
| * | | | | | | | | | of: make of_get_phy_mode parse 'phy-connection-type'Florian Fainelli2014-02-031-4/+7
| | |_|_|_|/ / / / / | |/| | | | | | | |