messages from 2020-07-21 08:52:27 to 2020-07-22 10:12:58 UTC [more...]
[PATCH V3 0/6] IRQ offloading for vDPA
2020-07-22 10:08 UTC
[PATCH V3 0/6] IRQ offloading for vDPA
2020-07-22 9:59 UTC (3+ messages)
` [PATCH V3 1/6] vhost: introduce vhost_vring_call
[PATCH v5 00/18] Add support for Nitro Enclaves
2020-07-22 9:57 UTC (8+ messages)
` [PATCH v5 01/18] nitro_enclaves: Add ioctl interface definition
` [PATCH v5 05/18] nitro_enclaves: Handle PCI device command requests
[PATCH] x86/PCI: Use MMCONFIG by default for KVM guests
2020-07-22 9:43 UTC
[PATCH v4 00/75] x86: SEV-ES Guest Support
2020-07-22 9:04 UTC (13+ messages)
` [PATCH v4 51/75] x86/sev-es: Handle MMIO events
[PATCH v9 00/84] VM introspection
2020-07-22 8:25 UTC (88+ messages)
` [PATCH v9 01/84] signal: export kill_pid_info()
` [PATCH v9 02/84] KVM: UAPI: add error codes used by the VM introspection code
` [PATCH v9 03/84] KVM: add kvm_vcpu_kick_and_wait()
` [PATCH v9 04/84] KVM: add kvm_get_max_gfn()
` [PATCH v9 05/84] KVM: doc: fix the hypercall numbering
` [PATCH v9 06/84] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs()
` [PATCH v9 07/84] KVM: x86: add kvm_arch_vcpu_set_regs()
` [PATCH v9 08/84] KVM: x86: avoid injecting #PF when emulate the VMCALL instruction
` [PATCH v9 09/84] KVM: x86: add .bp_intercepted() to struct kvm_x86_ops
` [PATCH v9 10/84] KVM: x86: add .control_cr3_intercept() "
` [PATCH v9 11/84] KVM: x86: add .cr3_write_intercepted()
` [PATCH v9 12/84] KVM: x86: add .desc_ctrl_supported()
` [PATCH v9 13/84] KVM: svm: add support for descriptor-table exits
` [PATCH v9 14/84] KVM: x86: add .control_desc_intercept()
` [PATCH v9 15/84] KVM: x86: add .desc_intercepted()
` [PATCH v9 16/84] KVM: x86: export .msr_write_intercepted()
` [PATCH v9 17/84] KVM: x86: use MSR_TYPE_R, MSR_TYPE_W and MSR_TYPE_RW with AMD
` [PATCH v9 18/84] KVM: svm: pass struct kvm_vcpu to set_msr_interception()
` [PATCH v9 19/84] KVM: vmx: pass struct kvm_vcpu to the intercept msr related functions
` [PATCH v9 20/84] KVM: x86: add .control_msr_intercept()
` [PATCH v9 21/84] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications
` [PATCH v9 22/84] KVM: x86: save the error code during EPT/NPF exits handling
` [PATCH v9 23/84] KVM: x86: add .fault_gla()
` [PATCH v9 24/84] KVM: x86: add .spt_fault()
` [PATCH v9 25/84] KVM: x86: add .gpt_translation_fault()
` [PATCH v9 26/84] KVM: x86: add .control_singlestep()
` [PATCH v9 27/84] KVM: x86: export kvm_arch_vcpu_set_guest_debug()
` [PATCH v9 28/84] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter
` [PATCH v9 29/84] KVM: x86: export kvm_inject_pending_exception()
` [PATCH v9 30/84] KVM: x86: export kvm_vcpu_ioctl_x86_get_xsave()
` [PATCH v9 31/84] KVM: x86: export kvm_vcpu_ioctl_x86_set_xsave()
` [PATCH v9 32/84] KVM: x86: page track: provide all callbacks with the guest virtual address
` [PATCH v9 33/84] KVM: x86: page track: add track_create_slot() callback
` [PATCH v9 34/84] KVM: x86: page_track: add support for preread, prewrite and preexec
` [PATCH v9 35/84] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [PATCH v9 36/84] KVM: x86: disable gpa_available optimization for fetch and page-walk SPT violations
` [PATCH v9 37/84] KVM: introduce VM introspection
` [PATCH v9 38/84] KVM: introspection: add hook/unhook ioctls
` [PATCH v9 39/84] KVM: introspection: add permission access ioctls
` [PATCH v9 40/84] KVM: introspection: add the read/dispatch message function
` [PATCH v9 41/84] KVM: introspection: add KVMI_GET_VERSION
` [PATCH v9 42/84] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
` [PATCH v9 43/84] KVM: introspection: add KVMI_VM_GET_INFO
` [PATCH v9 44/84] KVM: introspection: add KVMI_EVENT_UNHOOK
` [PATCH v9 45/84] KVM: introspection: add KVMI_VM_CONTROL_EVENTS
` [PATCH v9 46/84] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL
` [PATCH v9 47/84] KVM: introspection: add vCPU related data
` [PATCH v9 48/84] KVM: introspection: add a jobs list to every introspected vCPU
` [PATCH v9 49/84] KVM: introspection: handle vCPU introspection requests
` [PATCH v9 50/84] KVM: introspection: handle vCPU commands
` [PATCH v9 51/84] KVM: introspection: add KVMI_VCPU_GET_INFO
` [PATCH v9 52/84] KVM: introspection: add KVMI_VCPU_PAUSE
` [PATCH v9 53/84] KVM: introspection: add KVMI_EVENT_PAUSE_VCPU
` [PATCH v9 54/84] KVM: introspection: add the crash action handling on the event reply
` [PATCH v9 55/84] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS
` [PATCH v9 56/84] KVM: introspection: add KVMI_VCPU_GET_REGISTERS
` [PATCH v9 57/84] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [PATCH v9 58/84] KVM: introspection: add KVMI_VCPU_GET_CPUID
` [PATCH v9 59/84] KVM: introspection: add KVMI_EVENT_HYPERCALL
` [PATCH v9 60/84] KVM: introspection: add KVMI_EVENT_BREAKPOINT
` [PATCH v9 61/84] KVM: introspection: add cleanup support for vCPUs
` [PATCH v9 62/84] KVM: introspection: restore the state of #BP interception on unhook
` [PATCH v9 63/84] KVM: introspection: add KVMI_VM_CONTROL_CLEANUP
` [PATCH v9 64/84] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_EVENT_CR
` [PATCH v9 65/84] KVM: introspection: restore the state of CR3 interception on unhook
` [PATCH v9 66/84] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_EVENT_TRAP
` [PATCH v9 67/84] KVM: introspection: add KVMI_VM_GET_MAX_GFN
` [PATCH v9 68/84] KVM: introspection: add KVMI_EVENT_XSETBV
` [PATCH v9 69/84] KVM: introspection: add KVMI_VCPU_GET_XCR
` [PATCH v9 70/84] KVM: introspection: add KVMI_VCPU_GET_XSAVE
` [PATCH v9 71/84] KVM: introspection: add KVMI_VCPU_SET_XSAVE
` [PATCH v9 72/84] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE
` [PATCH v9 73/84] KVM: introspection: add KVMI_EVENT_DESCRIPTOR
` [PATCH v9 74/84] KVM: introspection: restore the state of descriptor-table register interception on unhook
` [PATCH v9 75/84] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_EVENT_MSR
` [PATCH v9 76/84] KVM: introspection: restore the state of MSR interception on unhook
` [PATCH v9 77/84] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
` [PATCH v9 78/84] KVM: introspection: add KVMI_EVENT_PF
` [PATCH v9 79/84] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
` [PATCH v9 80/84] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP
` [PATCH v9 81/84] KVM: introspection: add KVMI_EVENT_SINGLESTEP
` [PATCH v9 82/84] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
` [PATCH v9 83/84] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates
` [PATCH v9 84/84] KVM: x86: call the page tracking code on emulation failure
[patch V4 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
2020-07-22 7:54 UTC (26+ messages)
` [patch V4 01/15] seccomp: Provide stub for __secure_computing()
` [patch V4 02/15] entry: Provide generic syscall entry functionality
` [patch V4 03/15] entry: Provide generic syscall exit function
` [patch V4 04/15] entry: Provide generic interrupt entry/exit code
` [patch V4 05/15] entry: Provide infrastructure for work before exiting to guest mode
` [patch V4 06/15] x86/entry: Consolidate check_user_regs()
` [patch V4 07/15] x86/entry: Consolidate 32/64 bit syscall entry
` [patch V4 08/15] x86/entry: Move user return notifier out of loop
` [patch V4 09/15] x86/ptrace: Provide pt_regs helper for entry/exit
` [patch V4 10/15] x86/entry: Use generic syscall entry function
` [patch V4 11/15] x86/entry: Use generic syscall exit functionality
` [patch V4 12/15] x86/entry: Cleanup idtentry_entry/exit_user
` [patch V4 13/15] x86/entry: Use generic interrupt entry/exit code
` [patch V4 14/15] x86/entry: Cleanup idtentry_enter/exit
` [patch V4 15/15] x86/kvm: Use generic exit to guest work function
[v3 00/15] powerpc/perf: Add support for power10 PMU Hardware
2020-07-22 6:03 UTC (11+ messages)
` [v3 02/15] KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCR
` [v3 04/15] powerpc/perf: Add support for ISA3.1 PMU SPRs
` [v3 07/15] powerpc/perf: Add power10_feat to dt_cpu_ftrs
[PATCH v3 0/5] KVM_{GET,SET}_TSC_OFFSET ioctls
2020-07-22 3:26 UTC (6+ messages)
` [PATCH v3 1/5] kvm: x86: refactor masterclock sync heuristics out of kvm_write_tsc
` [PATCH v3 2/5] kvm: x86: add KVM_{GET,SET}_TSC_OFFSET ioctls
` [PATCH v3 3/5] kvm: vmx: check tsc offsetting with nested_cpu_has()
` [PATCH v3 4/5] selftests: kvm: use a helper function for reading cpuid
` [PATCH v3 5/5] selftests: kvm: introduce tsc_offset_test
[PATCH Kernel v24 0/8] Add UAPIs to support migration for VFIO devices
2020-07-22 3:24 UTC (5+ messages)
[PATCH] vfio dma_map/unmap: optimized for hugetlbfs pages
2020-07-22 0:48 UTC (4+ messages)
[PATCH RFC v2 00/18] Add VFIO mediated device support and DEV-MSI support for the idxd driver
2020-07-21 23:54 UTC (28+ messages)
` [PATCH RFC v2 01/18] platform-msi: Introduce platform_msi_ops
` [PATCH RFC v2 02/18] irq/dev-msi: Add support for a new DEV_MSI irq domain
` [PATCH RFC v2 03/18] irq/dev-msi: Create IR-DEV-MSI "
` [PATCH RFC v2 04/18] irq/dev-msi: Introduce APIs to allocate/free dev-msi interrupts
` [PATCH RFC v2 05/18] dmaengine: idxd: add support for readonly config devices
` [PATCH RFC v2 06/18] dmaengine: idxd: add interrupt handle request support
` [PATCH RFC v2 07/18] dmaengine: idxd: add DEV-MSI support in base driver
` [PATCH RFC v2 08/18] dmaengine: idxd: add device support functions in prep for mdev
` [PATCH RFC v2 09/18] dmaengine: idxd: add basic mdev registration and helper functions
` [PATCH RFC v2 10/18] dmaengine: idxd: add emulation rw routines
` [PATCH RFC v2 11/18] dmaengine: idxd: prep for virtual device commands
` [PATCH RFC v2 12/18] dmaengine: idxd: virtual device commands emulation
` [PATCH RFC v2 13/18] dmaengine: idxd: ims setup for the vdcm
` [PATCH RFC v2 14/18] dmaengine: idxd: add mdev type as a new wq type
` [PATCH RFC v2 15/18] dmaengine: idxd: add dedicated wq mdev type
` [PATCH RFC v2 16/18] dmaengine: idxd: add new wq state for mdev
` [PATCH RFC v2 17/18] dmaengine: idxd: add error notification from host driver to mediated device
` [PATCH RFC v2 18/18] dmaengine: idxd: add ABI documentation for mediated device support
[PATCH 0/7] KVM: x86: Tracepoint improvements and fixes
2020-07-21 21:42 UTC (7+ messages)
` [PATCH 6/7] KVM: x86: Use common definition for kvm_nested_vmexit tracepoint
[PATCH v2 0/5] KVM_{GET,SET}_TSC_OFFSET ioctls
2020-07-21 20:18 UTC (6+ messages)
` [PATCH v2 1/5] kvm: x86: refactor masterclock sync heuristics out of kvm_write_tsc
` [PATCH v2 2/5] kvm: x86: add KVM_{GET,SET}_TSC_OFFSET ioctls
` [PATCH v2 3/5] kvm: vmx: check tsc offsetting with nested_cpu_has()
` [PATCH v2 4/5] selftests: kvm: use a helper function for reading cpuid
` [PATCH v2 5/5] selftests: kvm: introduce tsc_offset_test
tlb_flush stat on Intel/AMD
2020-07-21 20:16 UTC (2+ messages)
Inter-VM device emulation (call on Mon 20th July 2020)
2020-07-21 19:08 UTC (4+ messages)
[PATCH] KVM: x86/mmu: Add capability to zap only sptes for the affected memslot
2020-07-21 16:00 UTC (9+ messages)
[PATCH] KVM: x86: Fix names of implemented kvm_x86_ops in VMX and SVM modules
2020-07-21 15:47 UTC (3+ messages)
[PATCH 1/2] KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabled
2020-07-21 15:25 UTC (5+ messages)
` [PATCH 2/2] KVM: LAPIC: Set the TDCR settable bits
[kvm-unit-tests PATCH 0/3] PV tests part 1
2020-07-21 15:03 UTC (8+ messages)
` [kvm-unit-tests PATCH 2/3] s390x: skrf: Add exception new skey test and add test to unittests.cfg
` [kvm-unit-tests PATCH 3/3] s390x: Ultavisor guest API test
[kvm-unit-tests PATCH v13 0/9] s390x: Testing the Channel Subsystem I/O
2020-07-21 13:11 UTC (2+ messages)
[PATCH] PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lock
2020-07-21 11:17 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox