Age | Commit message (Expand) | Author |
2022-06-10 | Drivers: hv: vmbus: Release cpu lock in error case | Saurabh Sengar |
2022-06-08 | Drivers: hv: Fix syntax errors in comments | Xiang wangx |
2022-06-08 | Drivers: hv: vmbus: Don't assign VMbus channel interrupts to isolated CPUs | Saurabh Sengar |
2022-06-03 | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-05-26 | hv_balloon: Fix balloon_probe() and balloon_remove() error handling | Shradha Gupta |
2022-05-26 | Drivers: hv: vmbus: fix typo in comment | Julia Lawall |
2022-05-11 | Drivers: hv: vmbus: Remove support for Hyper-V 2008 and Hyper-V 2008R2/Win7 | Michael Kelley |
2022-04-28 | Drivers: hv: vmbus: Refactor the ring-buffer iterator functions | Andrea Parri (Microsoft) |
2022-04-28 | Drivers: hv: vmbus: Accept hv_sock offers in isolated guests | Andrea Parri (Microsoft) |
2022-04-25 | Drivers: hv: vmbus: Introduce {lock,unlock}_requestor() | Andrea Parri (Microsoft) |
2022-04-25 | Drivers: hv: vmbus: Introduce vmbus_request_addr_match() | Andrea Parri (Microsoft) |
2022-04-25 | Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid() | Andrea Parri (Microsoft) |
2022-04-25 | Drivers: hv: vmbus: Fix handling of messages with transaction ID of zero | Andrea Parri (Microsoft) |
2022-04-25 | Drivers: hv: vmbus: Add VMbus IMC device to unsupported list | Michael Kelley |
2022-04-22 | hv: Use driver_set_override() instead of open-coding | Krzysztof Kozlowski |
2022-04-07 | Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2022-04-06 | Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb() | Andrea Parri (Microsoft) |
2022-04-06 | Drivers: hv: balloon: Disable balloon and hot-add accordingly | Boqun Feng |
2022-04-06 | Drivers: hv: balloon: Support status report for larger page sizes | Boqun Feng |
2022-03-29 | Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer | Michael Kelley |
2022-03-29 | Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus device | Michael Kelley |
2022-03-29 | Drivers: hv: vmbus: Fix potential crash on module unload | Guilherme G. Piccoli |
2022-03-29 | Drivers: hv: vmbus: Fix initialization of device object in vmbus_device_regis... | Andrea Parri (Microsoft) |
2022-03-29 | Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in isolated... | Andrea Parri (Microsoft) |
2022-03-24 | Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2022-03-01 | hv_balloon: rate-limit "Unhandled message" warning | Anssi Hannula |
2022-02-18 | drivers: hv: log when enabling crash_kexec_post_notifiers | Stephen Brennan |
2022-02-18 | hv_utils: Add comment about max VMbus packet size in VSS driver | Michael Kelley |
2022-02-09 | Drivers: hv: utils: Make use of the helper macro LIST_HEAD() | Cai Huoqing |
2022-02-07 | Drivers: hv: vmbus: Rework use of DMA_BIT_MASK(64) | Michael Kelley |
2022-02-07 | Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj | Miaoqian Lin |
2022-02-03 | Drivers: hv: Compare cpumasks and not their weights in init_vp_index() | Vitaly Kuznetsov |
2022-02-03 | Drivers: hv: Rename 'alloced' to 'allocated' | Vitaly Kuznetsov |
2022-02-03 | Drivers: hv: vmbus: Use struct_size() helper in kmalloc() | Gustavo A. R. Silva |
2022-01-23 | Drivers: hv: balloon: account for vmbus packet header in max_pkt_size | Yanming Liu |
2022-01-16 | Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2022-01-07 | random: remove unused irq_flags argument from add_interrupt_randomness() | Sebastian Andrzej Siewior |
2022-01-05 | Drivers: hv: vmbus: Initialize request offers message for Isolation VM | Juan Vazquez |
2021-12-28 | Drivers: hv: Fix definition of hypercall input & output arg variables | Michael Kelley |
2021-12-20 | net: netvsc: Add Isolation VM support for netvsc driver | Tianyu Lan |
2021-12-20 | scsi: storvsc: Add Isolation VM support for storvsc driver | Tianyu Lan |
2021-11-28 | hv: utils: add PTP_1588_CLOCK to Kconfig to fix build | Randy Dunlap |
2021-11-15 | Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_size | Boqun Feng |
2021-11-02 | Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2021-10-28 | Drivers: hv : vmbus: Adding NULL pointer check | Lv Ruyi |
2021-10-28 | Drivers: hv: vmbus: Remove unused code to check for subchannels | Michael Kelley |
2021-10-28 | Drivers: hv: vmbus: Initialize VMbus ring buffer for Isolation VM | Tianyu Lan |
2021-10-28 | Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message | Tianyu Lan |
2021-10-28 | x86/hyperv: Add ghcb hvcall support for SNP VM | Tianyu Lan |
2021-10-28 | x86/hyperv: Add Write/Read MSR registers via ghcb page | Tianyu Lan |