index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
host
/
pci-hyperv.c
Age
Commit message (
Expand
)
Author
2018-02-06
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-01-28
PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
Bjorn Helgaas
2017-12-31
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2017-12-29
x86/apic: Switch all APICs to Fixed delivery mode
Thomas Gleixner
2017-11-07
PCI: hv: Use effective affinity mask
Dexuan Cui
2017-09-08
Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-08-10
hyper-v: Globalize vp_index
Vitaly Kuznetsov
2017-08-03
PCI: hv: Do not sleep in compose_msi_msg()
Stephen Hemminger
2017-07-02
PCI: hv: Use vPCI protocol version 1.2
Jork Loeser
2017-07-02
PCI: hv: Add vPCI version protocol negotiation
Jork Loeser
2017-07-02
PCI: hv: Temporary own CPU-number-to-vCPU-number infra
Jork Loeser
2017-07-02
PCI: hv: Use page allocation for hbus structure
Jork Loeser
2017-07-02
PCI: hv: Fix comment formatting and use proper integer fields
Jork Loeser
2017-04-18
PCI: hv: Convert hv_pci_dev.refs from atomic_t to refcount_t
Elena Reshetova
2017-04-04
PCI: hv: Allocate interrupt descriptors with GFP_ATOMIC
K. Y. Srinivasan
2017-04-04
PCI: hv: Specify CPU_AFFINITY_ALL for MSI affinity when >= 32 CPUs
K. Y. Srinivasan
2017-03-24
PCI: hv: Lock PCI bus on device eject
Long Li
2017-03-24
PCI: hv: Properly handle PCI bus remove
Long Li
2017-02-17
PCI: hv: Use device serial number as PCI domain
Haiyang Zhang
2017-02-10
PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal
Dexuan Cui
2016-11-29
PCI: hv: Allocate physically contiguous hypercall params buffer
Long Li
2016-11-16
PCI: hv: Delete the device earlier from hbus->children for hot-remove
Dexuan Cui
2016-11-16
PCI: hv: Fix hv_pci_remove() for hot-remove
Dexuan Cui
2016-11-16
PCI: hv: Use the correct buffer size in new_pcichild_device()
Dexuan Cui
2016-10-31
PCI: hv: Make unnecessarily global IRQ masking functions static
Tobias Klauser
2016-09-06
PCI: hv: Handle hv_pci_generic_compl() error case
Dexuan Cui
2016-09-06
PCI: hv: Handle vmbus_sendpacket() failure in hv_compose_msi_msg()
Dexuan Cui
2016-09-06
PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_device
Dexuan Cui
2016-09-06
PCI: hv: Use pci_function_description[0] in struct definitions
Dexuan Cui
2016-09-06
PCI: hv: Use zero-length array in struct pci_packet
Dexuan Cui
2016-08-22
PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()
Wei Yongjun
2016-07-25
PCI: hv: Fix interrupt cleanup path
Cathy Avery
2016-06-17
PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()
Vitaly Kuznetsov
2016-06-17
PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()
Vitaly Kuznetsov
2016-05-20
Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-05-04
PCI: hv: Add explicit barriers to config space access
Vitaly Kuznetsov
2016-05-02
PCI: hv: Report resources release after stopping the bus
Vitaly Kuznetsov
2016-04-30
drivers:hv: Use new vmbus_mmio_free() from client drivers.
Jake Oshins
2016-02-16
PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs
Jake Oshins