linux-2.6-block.git
2015-02-13 Rusty Russelltools/lguest: more documentation and checking of virtio...
2015-02-13 Rusty Russelllguest: don't look in console features to find emerg_wr.
2015-02-13 Rusty Russelltools/lguest: don't start devices until DRIVER_OK statu...
2015-02-13 Rusty Russelltools/lguest: handle indirect partway through chain.
2015-02-13 Rusty Russelltools/lguest: insert driver references from the 1.0...
2015-02-13 Rusty Russelltools/lguest: insert device references from the 1.0...
2015-02-13 Rusty Russelltools/lguest: rename virtio_pci_cfg_cap field to match...
2015-02-13 Rusty Russelltools/lguest: fix features_accepted logic in example...
2015-02-13 Rusty Russelltools/lguest: handle device reset correctly in example...
2015-02-13 Luis R. Rodriguezvirtual: Documentation: simplify and generalize paravir...
2015-02-11 Rusty Russelllguest: remove NOTIFY call and eventfd facility.
2015-02-11 Rusty Russelllguest: remove NOTIFY facility from demonstration launcher.
2015-02-11 Rusty Russelllguest: use the PCI console device's emerg_wr for early...
2015-02-11 Rusty Russelllguest: always put console in PCI slot #1.
2015-02-11 Rusty Russelllguest: support backdoor window.
2015-02-11 Rusty Russelllguest: support emerg_wr in console device in example...
2015-02-11 Rusty Russelllguest: remove lguest bus definitions from header.
2015-02-11 Rusty Russelllguest: remove support for lguest bus in demonstration...
2015-02-11 Rusty Russelllguest: remove support for lguest bus.
2015-02-11 Rusty Russelllguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher.
2015-02-11 Rusty Russelllguest: Convert console device to virtio 1.0 PCI.
2015-02-11 Rusty Russelllguest: Convert entropy device to virtio 1.0 PCI.
2015-02-11 Rusty Russelllguest: Convert net device to virtio 1.0 PCI.
2015-02-11 Rusty Russelllguest: Convert block device to virtio 1.0 PCI.
2015-02-11 Rusty Russelllguest: add a dummy PCI host bridge.
2015-02-11 Rusty Russelllguest: fix failure to find linux/virtio_types.h
2015-02-11 Rusty Russelllguest: implement virtio-PCI MMIO accesses.
2015-02-11 Rusty Russelllguest: add PCI config space emulation to example launcher.
2015-02-11 Rusty Russelllguest: decode mmio accesses for PCI in example launcher.
2015-02-11 Rusty Russelllguest: add MMIO region allocator in example launcher.
2015-02-11 Rusty Russelllguest: Override pcibios_enable_irq/pcibios_disable_irq...
2015-02-11 Rusty Russelllguest: disable ACPI explicitly.
2015-02-11 Rusty Russelllguest: add iomem region, where guest page faults get...
2015-02-11 Rusty Russelllguest: don't disable iospace.
2015-02-11 Rusty Russelllguest: suppress PS/2 keyboard polling.
2015-02-11 Rusty Russelllguest: send trap 13 through to userspace.
2015-02-11 Rusty Russelllguest: add infrastructure to check mappings.
2015-02-11 Rusty Russelllguest: add infrastructure for userspace to deliver...
2015-02-11 Rusty Russelllguest: write more information to userspace about pendi...
2015-02-11 Rusty Russelllguest: add operations to get/set a register from the...
2015-02-11 Rusty Russelllguest: have --rng read from /dev/urandom not /dev...
2015-02-11 Rusty Russellvirtio: don't require a config space on the console...
2015-02-11 Rusty Russellvirtio_pci: use 16-bit accessor for queue_enable.
2015-02-11 Rusty Russellvirtio: Don't expose legacy config features when VIRTIO...
2015-02-11 Rusty Russellvirtio: Don't expose legacy block features when VIRTIO_...
2015-02-11 Rusty Russellvirtio: define VIRTIO_PCI_CAP_PCI_CFG in header.
2015-02-11 Tetsuo Handavirtio: Avoid possible kernel panic if DEBUG is enabled.
2015-01-23 Pawel Mollvirtio-mmio: Update the device to OASIS spec version
2015-01-21 Michael S.... virtio_pci_modern: drop an unused function
2015-01-21 Michael S.... virtio_pci: add module param to force legacy mode
2015-01-21 Michael S.... virtio_pci: add an option to disable legacy driver
2015-01-21 Michael S.... virtio_pci: drop Kconfig warnings
2015-01-21 Michael S.... virtio_pci: Kconfig grammar fix
2015-01-21 Michael S.... virtio_rng: drop extra empty line
2015-01-21 Michael S.... virtio_ring: coding style fix
2015-01-21 Michael S.... virtio_blk: coding style fixes
2015-01-21 Michael S.... virtio_balloon: coding style fixes
2015-01-21 Michael S.... virtio_pci_modern: support devices with no config
2015-01-21 Michael S.... virtio_pci_modern: reduce number of mappings
2015-01-21 Rusty Russellvirtio_pci: macros for PCI layout offsets
2015-01-21 Michael S.... virtio_pci: modern driver
2015-01-21 Rusty Russellvirtio-pci: define layout for virtio 1.0
2015-01-21 Michael S.... virtio_pci: move probe/remove code to common
2015-01-21 Sasha Levinvirtio_pci: drop useless del_vqs call
2015-01-21 Michael S.... s390: add pci_iomap_range
2015-01-21 Michael S.... pci: add pci_iomap_range
2015-01-21 Michael S.... mn10300: drop dead code
2015-01-21 Michael S.... virtio/balloon: verify device has config space
2015-01-21 Michael S.... virtio/scsi: verify device has config space
2015-01-21 Michael S.... virtio/net: verify device has config space
2015-01-21 Michael S.... virtio/console: verify device has config space
2015-01-21 Michael S.... virtio/blk: verify device has config space
2015-01-21 Michael S.... virtio/9p: verify device has config space
2015-01-21 Michael S.... virtio_pci: drop virtio_config dependency
2015-01-20 Linus TorvaldsMerge branch 'for-3.19-fixes' of git://git./linux/kerne...
2015-01-20 Linus TorvaldsMerge branch 'for-3.19-fixes' of git://git./linux/kerne...
2015-01-20 Linus TorvaldsMerge tag 'pinctrl-v3.19-3' of git://git./linux/kernel...
2015-01-20 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2015-01-20 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2015-01-20 Dan Carpenters2io: use snprintf() as a safety feature
2015-01-19 David S. MillerMerge branch 'r8152'
2015-01-19 hayeswangr8152: remove sram_read
2015-01-19 hayeswangr8152: remove generic_ocp_read before writing
2015-01-19 David S. MillerMerge branch 'bgmac'
2015-01-19 Hauke Mehrtensbgmac: activate irqs only if there is nothing to poll
2015-01-19 Hauke Mehrtensbgmac: register napi before the device
2015-01-19 David S. MillerMerge branch 'sh_eth'
2015-01-19 Ben Hutchingssh_eth: Fix ethtool operation crash when net device...
2015-01-19 Ben Hutchingssh_eth: Fix promiscuous mode on chips without TSU
2015-01-19 Hagen Paul... ipv6: stop sending PTB packets for MTU < 1280
2015-01-19 David Jefferylibata: prevent HSM state change race between ISR and PIO
2015-01-19 Dan Williamslibata: allow sata_sil24 to opt-out of tag ordered...
2015-01-19 Linus Walleijpinctrl: MAINTAINERS: add git tree reference
2015-01-19 Stephen Boydpinctrl: qcom: Don't iterate past end of function array
2015-01-18 Linus TorvaldsMerge tag 'gpio-v3.19-4' of git://git./linux/kernel...
2015-01-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-01-18 Linus TorvaldsLinux 3.19-rc5 v3.19-rc5
2015-01-18 Linus TorvaldsMerge tag 'armsoc-for-linus' of git://git./linux/kernel...
2015-01-18 Daniel Borkmannnet: sctp: fix race for one-to-many sockets in sendmsg...
2015-01-18 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.linaro...
next