messages from 2020-07-20 14:25:30 to 2020-07-21 21:18:07 UTC [more...]
[PATCH v9 00/84] VM introspection
2020-07-21 21:09 UTC (66+ 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 06/84] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs()
` [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 14/84] KVM: x86: add .control_desc_intercept()
` [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 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 30/84] KVM: x86: export kvm_vcpu_ioctl_x86_get_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 35/84] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [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 41/84] KVM: introspection: add KVMI_GET_VERSION
` [PATCH v9 43/84] KVM: introspection: add KVMI_VM_GET_INFO
` [PATCH v9 44/84] KVM: introspection: add KVMI_EVENT_UNHOOK
` [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 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 55/84] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS
` [PATCH v9 57/84] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [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 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 82/84] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
` [PATCH v9 84/84] KVM: x86: call the page tracking code on emulation failure
[PATCH v4 00/75] x86: SEV-ES Guest Support
2020-07-21 21:01 UTC (17+ messages)
` [PATCH v4 51/75] x86/sev-es: Handle MMIO events
` [PATCH v4 70/75] x86/head/64: Don't call verify_cpu() on starting APs
[patch V4 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
2020-07-21 20:27 UTC (17+ 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
[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)
[PATCH 0/7] KVM: x86: Tracepoint improvements and fixes
2020-07-21 19:31 UTC (6+ messages)
` [PATCH 6/7] KVM: x86: Use common definition for kvm_nested_vmexit tracepoint
Inter-VM device emulation (call on Mon 20th July 2020)
2020-07-21 19:08 UTC (4+ messages)
[PATCH RFC v2 00/18] Add VFIO mediated device support and DEV-MSI support for the idxd driver
2020-07-21 18:00 UTC (26+ 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] 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 (13+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: Add custom pgm cleanup function
` [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 v2] "
[PATCH] vfio dma_map/unmap: optimized for hugetlbfs pages
2020-07-21 13:28 UTC (4+ messages)
[kvm-unit-tests PATCH v13 0/9] s390x: Testing the Channel Subsystem I/O
2020-07-21 13:11 UTC (2+ messages)
[PATCH v5 00/18] Add support for Nitro Enclaves
2020-07-21 12:12 UTC (8+ messages)
` [PATCH v5 01/18] nitro_enclaves: Add ioctl interface definition
` [PATCH v5 04/18] nitro_enclaves: Init PCI device driver
` [PATCH v5 05/18] nitro_enclaves: Handle PCI device command requests
[PATCH] PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lock
2020-07-21 11:17 UTC
[PATCH] KVM: Using macros instead of magic values
2020-07-21 8:46 UTC (2+ messages)
[Bug 207489] New: Kernel panic due to Lazy update IOAPIC EOI on an x86_64 *host*, when two (or more) PCI devices from different IOMMU groups are passed to Windows 10 guest, upon guest boot into Windows, with more than 4 VCPUs
2020-07-21 7:24 UTC (2+ messages)
` [Bug 207489] "
[v3 00/15] powerpc/perf: Add support for power10 PMU Hardware
2020-07-21 6:04 UTC (13+ messages)
` [v3 01/15] powerpc/perf: Update cpu_hw_event to use `struct` for storing MMCR registers
` [v3 02/15] KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCR
` [v3 12/15] powerpc/perf: Add support for outputting extended regs in perf intr_regs
` [v3 13/15] tools/perf: Add perf tools support for extended register capability in powerpc
` [v3 14/15] powerpc/perf: Add extended regs support for power10 platform
` [v3 15/15] tools/perf: Add perf tools support for extended regs in power10
[PATCH] KVM: PPC: Book3S HV: Use feature flag CPU_FTR_P9_TIDR when accessing TIDR
2020-07-21 5:39 UTC (3+ messages)
[PATCH 0/9] arm64: Stolen time support
2020-07-21 3:26 UTC (2+ messages)
[PATCH RFC v8 02/11] vhost: use batched get_vq_desc version
2020-07-21 2:55 UTC (13+ messages)
[PATCH V2 0/6] IRQ offloading for vDPA
2020-07-21 2:51 UTC (5+ messages)
` [PATCH V2 3/6] vDPA: implement IRQ offloading helpers in vDPA core
[PATCH Kernel v24 0/8] Add UAPIs to support migration for VFIO devices
2020-07-21 2:43 UTC (2+ messages)
device compatibility interface for live migration with assigned devices
2020-07-21 2:11 UTC (8+ messages)
[PATCH 2/2] kvm: mmu: page_track: Fix RCU list API usage
2020-07-20 23:31 UTC (11+ messages)
[PATCH v4] kvm,x86: Exit to user space in case page fault error
2020-07-20 21:13 UTC
[PATCH] vfio/pci: Hold igate across releasing eventfd contexts
2020-07-20 21:09 UTC
[GIT PULL] VFIO fix for v5.8-rc7
2020-07-20 21:01 UTC (4+ messages)
linux-next: Tree for Jul 20 (arch/x86/kvm/)
2020-07-20 19:59 UTC (3+ messages)
question: kvm apic remote read register
2020-07-20 19:13 UTC
[PATCH v3] kvm,x86: Exit to user space in case of page fault error
2020-07-20 17:49 UTC (3+ messages)
x86 MMU: RMap Interface
2020-07-20 15:49 UTC (2+ messages)
[PATCH v9 00/15] s390/vfio-ap: dynamic configuration support
2020-07-20 15:03 UTC (16+ messages)
` [PATCH v9 01/15] s390/vfio-ap: add version vfio_ap module
` [PATCH v9 02/15] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v9 03/15] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v9 04/15] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v9 05/15] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v9 06/15] s390/vfio-ap: introduce shadow APCB
` [PATCH v9 07/15] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v9 08/15] s390/vfio-ap: filter matrix for unavailable queue devices
` [PATCH v9 09/15] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v9 10/15] s390/vfio-ap: allow configuration of matrix mdev in use by a KVM guest
` [PATCH v9 11/15] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device
` [PATCH v9 12/15] s390/zcrypt: Notify driver on config changed and scan complete callbacks
` [PATCH v9 13/15] s390/vfio-ap: handle host AP config change notification
` [PATCH v9 14/15] s390/vfio-ap: handle AP bus scan completed notification
` [PATCH v9 15/15] s390/vfio-ap: handle probe/remove not due to host AP config changes
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