summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury10-41/+54
2021-04-21x86/hyperv: Move hv_do_rep_hypercall to asm-genericJoseph Salisbury2-32/+31
2021-04-20video: hyperv_fb: Add ratelimit on error messageMichael Kelley1-1/+1
2021-04-20Drivers: hv: vmbus: Increase wait time for VMbus unloadMichael Kelley1-5/+25
2021-04-20Drivers: hv: vmbus: Initialize unload_event staticallyAndrea Parri (Microsoft)2-1/+8
2021-04-18Drivers: hv: vmbus: Check for pending channel interrupts before taking a CPU ...Andrea Parri (Microsoft)1-3/+53
2021-04-18Drivers: hv: vmbus: Drivers: hv: vmbus: Introduce CHANNELMSG_MODIFYCHANNEL_RE...Andrea Parri (Microsoft)5-19/+152
2021-04-18Drivers: hv: vmbus: Introduce and negotiate VMBus protocol version 5.3Andrea Parri (Microsoft)2-1/+4
2021-04-16Drivers: hv: vmbus: Use after free in __vmbus_open()Dan Carpenter1-1/+1
2021-04-14Drivers: hv: vmbus: remove unused functionJiapeng Chong1-9/+0
2021-04-02Drivers: hv: vmbus: Remove unused linux/version.h headerQiheng Lin1-1/+0
2021-04-02x86/hyperv: remove unused linux/version.h headerZheng Yongjun1-1/+0
2021-03-24x86/Hyper-V: Support for free page reportingSunil Muthuswamy6-8/+180
2021-03-24x86/hyperv: Fix unused variable 'hi' warning in hv_apic_readXu Yihang1-0/+2
2021-03-24x86/hyperv: Fix unused variable 'msr_val' warning in hv_qlock_waitXu Yihang1-2/+6
2021-03-24hv: hyperv.h: a few mundane typo fixesBhaskar Chowdhury1-4/+4
2021-03-22drivers: hv: Fix EXPORT_SYMBOL and tab spaces issueVasanth1-4/+3
2021-03-22Drivers: hv: vmbus: Drop error message when 'No request id available'Andrea Parri (Microsoft)1-1/+0
2021-03-11asm-generic/hyperv: Add missing function prototypes per -W1 warningsMichael Kelley1-0/+2
2021-03-08clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsMichael Kelley6-72/+120
2021-03-08clocksource/drivers/hyper-v: Set clocksource rating based on Hyper-V featureMichael Kelley1-10/+13
2021-03-08clocksource/drivers/hyper-v: Handle sched_clock differences inlineMichael Kelley2-11/+24
2021-03-08clocksource/drivers/hyper-v: Handle vDSO differences inlineMichael Kelley2-6/+8
2021-03-08Drivers: hv: vmbus: Move handling of VMbus interruptsMichael Kelley5-22/+70
2021-03-08Drivers: hv: vmbus: Handle auto EOI quirk inlineMichael Kelley2-4/+11
2021-03-08Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral codeMichael Kelley3-33/+19
2021-03-08Drivers: hv: Redo Hyper-V synthetic MSR get/set functionsMichael Kelley7-100/+110
2021-03-08x86/hyper-v: Move hv_message_type to architecture neutral moduleMichael Kelley2-29/+35
2021-03-08Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral codeMichael Kelley4-27/+40
2021-03-08drivers: hv: Fix whitespace errorsVasanth2-2/+2
2021-03-05Linux 5.12-rc2v5.12-rc2Linus Torvalds1-1/+1
2021-03-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-62/+76
2021-03-05Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+2
2021-03-05Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2021-03-05Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+16
2021-03-05Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds16-69/+75
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds6-439/+361
2021-03-05Merge tag 'pm-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-26/+41
2021-03-05Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+3
2021-03-05Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-14/+87
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-25/+87
2021-03-05Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-40/+25
2021-03-05Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-16/+31
2021-03-05RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()Bob Pearson1-32/+23
2021-03-05RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson1-24/+35
2021-03-05RDMA/rxe: Fix missed IB reference counting in loopbackBob Pearson1-1/+9
2021-03-05io_uring: don't restrict issue_flags for io_openatPavel Begunkov1-1/+1
2021-03-05Merge tag 'nvme-5.12-2021-03-05' of git://git.infradead.org/nvme into block-5.12Jens Axboe7-47/+62
2021-03-05io_uring: make SQPOLL thread parking sanerJens Axboe1-35/+30
2021-03-05io-wq: kill hashed waitqueue before manager exitsJens Axboe1-4/+5