messages from 2020-11-19 04:36:31 to 2020-11-25 15:23:22 UTC [more...]
[PATCH v10 00/81] VM introspection
2020-11-25 15:22 UTC (91+ messages)
` [PATCH v10 01/81] KVM: UAPI: add error codes used by the VM introspection code
` [PATCH v10 02/81] KVM: add kvm_vcpu_kick_and_wait()
` [PATCH v10 03/81] KVM: add kvm_get_max_gfn()
` [PATCH v10 04/81] KVM: doc: fix the hypercalls numbering
` [PATCH v10 05/81] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs()
` [PATCH v10 06/81] KVM: x86: add kvm_arch_vcpu_set_regs()
` [PATCH v10 07/81] KVM: x86: avoid injecting #PF when emulate the VMCALL instruction
` [PATCH v10 08/81] KVM: x86: add kvm_x86_ops.bp_intercepted()
` [PATCH v10 09/81] KVM: x86: add kvm_x86_ops.control_cr3_intercept()
` [PATCH v10 10/81] KVM: x86: add kvm_x86_ops.cr3_write_intercepted()
` [PATCH v10 11/81] KVM: x86: add kvm_x86_ops.desc_ctrl_supported()
` [PATCH v10 12/81] KVM: svm: add support for descriptor-table VM-exits
` [PATCH v10 13/81] KVM: x86: add kvm_x86_ops.control_desc_intercept()
` [PATCH v10 14/81] KVM: x86: add kvm_x86_ops.desc_intercepted()
` [PATCH v10 15/81] KVM: x86: add kvm_x86_ops.msr_write_intercepted()
` [PATCH v10 16/81] KVM: x86: svm: use the vmx convention to control the MSR interception
` [PATCH v10 17/81] KVM: x86: add kvm_x86_ops.control_msr_intercept()
` [PATCH v10 18/81] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications
` [PATCH v10 19/81] KVM: x86: save the error code during EPT/NPF exits handling
` [PATCH v10 20/81] KVM: x86: add kvm_x86_ops.fault_gla()
` [PATCH v10 21/81] KVM: x86: add kvm_x86_ops.control_singlestep()
` [PATCH v10 22/81] KVM: x86: export kvm_arch_vcpu_set_guest_debug()
` [PATCH v10 23/81] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter
` [PATCH v10 24/81] KVM: x86: export kvm_inject_pending_exception()
` [PATCH v10 25/81] KVM: x86: export kvm_vcpu_ioctl_x86_get_xsave()
` [PATCH v10 26/81] KVM: x86: export kvm_vcpu_ioctl_x86_set_xsave()
` [PATCH v10 27/81] KVM: x86: page track: provide all callbacks with the guest virtual address
` [PATCH v10 28/81] KVM: x86: page track: add track_create_slot() callback
` [PATCH v10 29/81] KVM: x86: page_track: add support for preread, prewrite and preexec
` [PATCH v10 30/81] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [PATCH v10 31/81] KVM: x86: disable gpa_available optimization for fetch and page-walk SPT violations
` [PATCH v10 32/81] KVM: introduce VM introspection
` [PATCH v10 33/81] KVM: introspection: add hook/unhook ioctls
` [PATCH v10 34/81] KVM: introspection: add permission access ioctls
` [PATCH v10 35/81] KVM: introspection: add the read/dispatch message function
` [PATCH v10 36/81] KVM: introspection: add KVMI_GET_VERSION
` [PATCH v10 37/81] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
` [PATCH v10 38/81] KVM: introspection: add KVMI_VM_GET_INFO
` [PATCH v10 39/81] KVM: introspection: add KVM_INTROSPECTION_PREUNHOOK
` [PATCH v10 40/81] KVM: introspection: add KVMI_VM_EVENT_UNHOOK
` [PATCH v10 41/81] KVM: introspection: add KVMI_VM_CONTROL_EVENTS
` [PATCH v10 42/81] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL
` [PATCH v10 43/81] KVM: introspection: add vCPU related data
` [PATCH v10 44/81] KVM: introspection: add a jobs list to every introspected vCPU
` [PATCH v10 45/81] KVM: introspection: handle vCPU introspection requests
` [PATCH v10 46/81] KVM: introspection: handle vCPU commands
` [PATCH v10 47/81] KVM: introspection: add KVMI_VCPU_GET_INFO
` [PATCH v10 48/81] KVM: introspection: add KVMI_VM_PAUSE_VCPU
` [PATCH v10 49/81] KVM: introspection: add support for vCPU events
` [PATCH v10 50/81] KVM: introspection: add KVMI_VCPU_EVENT_PAUSE
` [PATCH v10 51/81] KVM: introspection: add the crash action handling on the event reply
` [PATCH v10 52/81] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS
` [PATCH v10 53/81] KVM: introspection: add KVMI_VCPU_GET_REGISTERS
` [PATCH v10 54/81] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [PATCH v10 55/81] KVM: introspection: add KVMI_VCPU_GET_CPUID
` [PATCH v10 56/81] KVM: introspection: add KVMI_VCPU_EVENT_HYPERCALL
` [PATCH v10 57/81] KVM: introspection: add KVMI_VCPU_EVENT_BREAKPOINT
` [PATCH v10 58/81] KVM: introspection: add cleanup support for vCPUs
` [PATCH v10 59/81] KVM: introspection: restore the state of #BP interception on unhook
` [PATCH v10 60/81] KVM: introspection: add KVMI_VM_CONTROL_CLEANUP
` [PATCH v10 61/81] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_VCPU_EVENT_CR
` [PATCH v10 62/81] KVM: introspection: restore the state of CR3 interception on unhook
` [PATCH v10 63/81] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_VCPU_EVENT_TRAP
` [PATCH v10 64/81] KVM: introspection: add KVMI_VM_GET_MAX_GFN
` [PATCH v10 65/81] KVM: introspection: add KVMI_VCPU_EVENT_XSETBV
` [PATCH v10 66/81] KVM: introspection: add KVMI_VCPU_GET_XCR
` [PATCH v10 67/81] KVM: introspection: add KVMI_VCPU_GET_XSAVE
` [PATCH v10 68/81] KVM: introspection: add KVMI_VCPU_SET_XSAVE
` [PATCH v10 69/81] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE
` [PATCH v10 70/81] KVM: introspection: add KVMI_VCPU_EVENT_DESCRIPTOR
` [PATCH v10 71/81] KVM: introspection: restore the state of descriptor-table register interception on unhook
` [PATCH v10 72/81] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_VCPU_EVENT_MSR
` [PATCH v10 73/81] KVM: introspection: restore the state of MSR interception on unhook
` [PATCH v10 74/81] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
` [PATCH v10 75/81] KVM: introspection: add KVMI_VCPU_EVENT_PF
` [PATCH v10 76/81] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
` [PATCH v10 77/81] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP
` [PATCH v10 78/81] KVM: introspection: add KVMI_VCPU_EVENT_SINGLESTEP
` [PATCH v10 79/81] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
` [PATCH v10 80/81] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates
` [PATCH v10 81/81] KVM: x86: call the page tracking code on emulation failure
[PATCH 00/15] drm: Move struct drm_device.pdev to legacy
2020-11-25 14:09 UTC (22+ messages)
` [PATCH 01/15] drm/amdgpu: Remove references to struct drm_device.pdev
` [PATCH 02/15] drm/ast: "
` [PATCH 03/15] drm/bochs: "
` [PATCH 04/15] drm/cirrus: "
` [PATCH 05/15] drm/gma500: "
` [PATCH 06/15] drm/hibmc: "
` [PATCH 07/15] drm/i915: "
` [PATCH 08/15] drm/mgag200: "
` [PATCH 09/15] drm/nouveau: "
` [PATCH 10/15] drm/qxl: "
` [PATCH 11/15] drm/radeon: "
` [PATCH 12/15] drm/vboxvideo: "
` [PATCH 13/15] drm/virtgpu: "
` [PATCH 14/15] drm/vmwgfx: "
` [PATCH 15/15] drm: Upcast struct drm_device.dev to struct pci_device; replace pdev
[PATCH] virtio-input: add multi-touch support
2020-11-25 13:09 UTC
[PATCH 000/141] Fix fall-through warnings for Clang
2020-11-25 12:24 UTC (27+ messages)
` [Intel-wired-lan] "
[PATCH v3 12/17] asm-generic/hyperv: update hv_interrupt_entry
2020-11-25 10:26 UTC (2+ messages)
` [PATCH v3 16/17] x86/ioapic: export a few functions and data structures via io_apic.h
[PATCH v3] virtio-rng: return available data with O_NONBLOCK
2020-11-25 9:39 UTC (5+ messages)
[PATCH v4] i2c: virtio: add a virtio i2c frontend driver
2020-11-25 9:35 UTC (2+ messages)
[PATCH v3] vhost-vdpa: fix page pinning leakage in error path (rework)
2020-11-25 9:30 UTC (4+ messages)
[RFC PATCH 00/27] vDPA software assisted live migration
2020-11-25 7:08 UTC
netconsole deadlock with virtnet
2020-11-25 6:21 UTC (18+ messages)
[PATCH v3 17/17] x86/hyperv: handle IO-APIC when running as root
2020-11-25 5:16 UTC
[PATCH v3 15/17] x86/hyperv: implement an MSI domain for root partition
2020-11-25 4:01 UTC (2+ messages)
[PATCH v2 01/10] drm/fb-helper: Call dirty helper after writing to fbdev
2020-11-23 19:20 UTC (2+ messages)
[PATCH v2 00/12] x86: major paravirt cleanup
2020-11-23 15:15 UTC (24+ messages)
` [PATCH v2 03/12] x86/pv: switch SWAPGS to ALTERNATIVE
` [PATCH v2 04/12] x86/xen: drop USERGS_SYSRET64 paravirt call
` [PATCH v2 05/12] x86: rework arch_local_irq_restore() to not use popf
` [PATCH v2 06/12] x86/paravirt: switch time pvops functions to use static_call()
` [PATCH v2 08/12] x86/paravirt: remove no longer needed 32-bit pvops cruft
` [PATCH v2 09/12] x86/paravirt: switch iret pvops to ALTERNATIVE
` [PATCH v2 10/12] x86/paravirt: add new macros PVOP_ALT* supporting pvops in ALTERNATIVEs
` [PATCH v2 11/12] x86/paravirt: switch functions with custom code to ALTERNATIVE
` [PATCH v2 12/12] x86/paravirt: have only one paravirt patch function
[PATCH 00/10] vhost/qemu: thread per IO SCSI vq
2020-11-23 15:17 UTC (13+ messages)
[PATCH RFC 00/12] vdpa: generalize vdpa simulator and add block device
2020-11-20 14:41 UTC (8+ messages)
` [PATCH RFC 02/12] vdpa: split vdpasim to core and net modules
` [PATCH RFC 10/12] vdpa_sim: split vdpasim_virtqueue's iov field in riov and wiov
[PATCH net] vsock/virtio: discard packets only when socket is really closed
2020-11-20 10:47 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;
as well as URLs for NNTP newsgroup(s).