summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-0419-875/+1309
|\
| * Drivers: hv: vmbus: Resolve more races involving init_vp_index()Andrea Parri (Microsoft)2020-05-234-12/+84
| * Drivers: hv: vmbus: Resolve race between init_vp_index() and CPU hotplugAndrea Parri (Microsoft)2020-05-231-28/+18
| * vmbus: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-201-5/+5
| * Driver: hv: vmbus: drop a no long applicable commentWei Liu2020-05-201-1/+0
| * hyper-v: Switch to use UUID types directlyAndy Shevchenko2020-05-201-1/+1
| * hyper-v: Replace open-coded variant of %*phN specifierAndy Shevchenko2020-05-201-16/+3
| * hyper-v: Supply GUID pointer to printf() like functionsAndy Shevchenko2020-05-201-3/+3
| * hyper-v: Use UUID API for exporting the GUID (part 2)Andy Shevchenko2020-05-201-4/+2
| * asm-generic/hyperv: Add definitions for Get/SetVpRegister hypercallsMichael Kelley2020-05-201-0/+51
| * x86/hyperv: Split hyperv-tlfs.h into arch dependent and independent filesMichael Kelley2020-05-203-423/+479
| * x86/hyperv: Remove HV_PROCESSOR_POWER_STATE #definesMichael Kelley2020-05-201-5/+0
| * KVM: x86: hyperv: Remove duplicate definitions of Reference TSC PageMichael Kelley2020-05-203-11/+3
| * drivers: hv: remove redundant assignment to pointer primary_channelColin Ian King2020-05-201-4/+1
| * scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assignedAndrea Parri (Microsoft)2020-05-203-8/+95
| * Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message typeAndrea Parri (Microsoft)2020-04-235-4/+163
| * Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplugAndrea Parri (Microsoft)2020-04-232-16/+38
| * Drivers: hv: vmbus: Remove the unused HV_LOCALIZED channel affinity logicAndrea Parri (Microsoft)2020-04-232-107/+25
| * PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU...Andrea Parri (Microsoft)2020-04-231-16/+28
| * Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. ...Andrea Parri (Microsoft)2020-04-234-30/+31
| * hv_utils: Always execute the fcopy and vss callbacks in a taskletAndrea Parri (Microsoft)2020-04-233-8/+3
| * hv_netvsc: Disable NAPI before closing the VMBus channelAndrea Parri (Microsoft)2020-04-232-2/+11
| * Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...Andrea Parri (Microsoft)2020-04-236-126/+160
| * Drivers: hv: vmbus: Don't bind the offer&rescind works to a specific CPUAndrea Parri (Microsoft)2020-04-232-16/+44
| * Drivers: hv: vmbus: Always handle the VMBus messages on CPU0Andrea Parri (Microsoft)2020-04-234-27/+31
| * Drivers: hv: check VMBus messages lengthsVitaly Kuznetsov2020-04-233-24/+37
| * Drivers: hv: make sure that 'struct vmbus_channel_message_header' compiles co...Vitaly Kuznetsov2020-04-231-0/+7
| * Drivers: hv: avoid passing opaque pointer to vmbus_onmessage()Vitaly Kuznetsov2020-04-233-8/+4
| * Drivers: hv: allocate the exact needed memory for messagesVitaly Kuznetsov2020-04-231-5/+10
| * Drivers: hv: copy from message page only what's neededVitaly Kuznetsov2020-04-231-1/+8
* | Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2020-06-0312-56/+490
|\ \
| * | kdb: Remove the misfeature 'KDBFLAGS'Wei Li2020-06-022-5/+5
| * | kdb: Cleanup math with KDB_CMD_HISTORY_COUNTDouglas Anderson2020-06-021-1/+2
| * | serial: amba-pl011: Support kgdboc_earlyconSumit Garg2020-06-021-0/+32
| * | serial: 8250_early: Support kgdboc_earlyconDouglas Anderson2020-06-021-0/+23
| * | serial: qcom_geni_serial: Support kgdboc_earlyconDouglas Anderson2020-06-021-0/+32
| * | serial: kgdboc: Allow earlycon initialization to be deferredDaniel Thompson2020-06-021-1/+38
| * | Documentation: kgdboc: Document new kgdboc_earlycon parameterDouglas Anderson2020-06-022-0/+44
| * | kgdb: Don't call the deinit under spinlockDouglas Anderson2020-06-021-2/+3
| * | kgdboc: Disable all the early code when kgdboc is a moduleDouglas Anderson2020-06-021-1/+14
| * | kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson2020-05-183-4/+158
| * | kgdboc: Remove useless #ifdef CONFIG_KGDB_SERIAL_CONSOLE in kgdbocDouglas Anderson2020-05-181-2/+0
| * | kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson2020-05-181-0/+1
| * | kgdb: Delay "kgdbwait" to dbg_late_init() by defaultDouglas Anderson2020-05-183-10/+34
| * | kgdboc: Use a platform device to handle tty drivers showing up lateDouglas Anderson2020-05-181-25/+101
| * | Revert "kgdboc: disable the console lock when in kgdb"Douglas Anderson2020-05-181-4/+0
| * | kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdbDouglas Anderson2020-05-181-0/+4
| * | kgdb: Return true in kgdb_nmi_poll_knock()Jason Yan2020-05-071-1/+1
| * | kgdb: Drop malformed kernel doc commentAndy Shevchenko2020-05-071-3/+1
| * | kgdb: Fix spurious true from in_dbg_master()Daniel Thompson2020-05-071-1/+1