All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-07 20:46:27 to 2020-12-07 21:00:36 UTC [more...]

[patch 0/8] ntp/rtc: Fixes and cleanups
 2020-12-07 20:59 UTC  (9+ messages)
` [patch 3/8] rtc: cmos: Make rtc_cmos sync offset correct
` [patch 4/8] rtc: core: Make the sync offset default more realistic
` [patch 5/8] ntp: Make the RTC synchronization more reliable
` [patch 6/8] ntp, rtc: Move rtc_set_ntp_time() to ntp code

[PATCH v4] self_tests/kvm: sync_regs test for diag318
 2020-12-07 20:59 UTC  (7+ messages)

(no subject)
 2020-12-07 20:59 UTC  (4+ messages)
` [PATCH V3 11/23] xen/ioreq: Move x86's io_completion/io_req fields to struct vcpu

[PATCH v24 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-12-07 20:58 UTC  (5+ messages)
` [PATCH v24 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings

[dpdk-dev] [PATCH] maintainers: update for testpmd
 2020-12-07 20:59 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v11 00/81] VM introspection
 2020-12-07 20:46 UTC  (155+ messages)
` [PATCH v11 01/81] KVM: UAPI: add error codes used by the VM introspection code
` [PATCH v11 02/81] KVM: add kvm_vcpu_kick_and_wait()
` [PATCH v11 03/81] KVM: add kvm_get_max_gfn()
` [PATCH v11 04/81] KVM: doc: fix the hypercalls numbering
` [PATCH v11 05/81] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs()
` [PATCH v11 06/81] KVM: x86: add kvm_arch_vcpu_set_regs()
` [PATCH v11 07/81] KVM: x86: avoid injecting #PF when emulate the VMCALL instruction
` [PATCH v11 08/81] KVM: x86: add kvm_x86_ops.bp_intercepted()
` [PATCH v11 09/81] KVM: x86: add kvm_x86_ops.control_cr3_intercept()
` [PATCH v11 10/81] KVM: x86: add kvm_x86_ops.cr3_write_intercepted()
` [PATCH v11 11/81] KVM: x86: add kvm_x86_ops.desc_ctrl_supported()
` [PATCH v11 12/81] KVM: svm: add support for descriptor-table VM-exits
` [PATCH v11 13/81] KVM: x86: add kvm_x86_ops.control_desc_intercept()
` [PATCH v11 14/81] KVM: x86: add kvm_x86_ops.desc_intercepted()
` [PATCH v11 15/81] KVM: x86: add kvm_x86_ops.msr_write_intercepted()
` [PATCH v11 16/81] KVM: x86: svm: use the vmx convention to control the MSR interception
` [PATCH v11 17/81] KVM: x86: add kvm_x86_ops.control_msr_intercept()
` [PATCH v11 18/81] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications
` [PATCH v11 19/81] KVM: x86: save the error code during EPT/NPF exits handling
` [PATCH v11 20/81] KVM: x86: add kvm_x86_ops.fault_gla()
` [PATCH v11 21/81] KVM: x86: add kvm_x86_ops.control_singlestep()
` [PATCH v11 22/81] KVM: x86: export kvm_arch_vcpu_set_guest_debug()
` [PATCH v11 23/81] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter
` [PATCH v11 24/81] KVM: x86: export kvm_inject_pending_exception()
` [PATCH v11 25/81] KVM: x86: export kvm_vcpu_ioctl_x86_get_xsave()
` [PATCH v11 26/81] KVM: x86: export kvm_vcpu_ioctl_x86_set_xsave()
` [PATCH v11 27/81] KVM: x86: page track: provide all callbacks with the guest virtual address
` [PATCH v11 28/81] KVM: x86: page track: add track_create_slot() callback
` [PATCH v11 29/81] KVM: x86: page_track: add support for preread, prewrite and preexec
` [PATCH v11 30/81] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [PATCH v11 31/81] KVM: x86: disable gpa_available optimization for fetch and page-walk SPT violations
` [PATCH v11 32/81] KVM: introduce VM introspection
` [PATCH v11 33/81] KVM: introspection: add hook/unhook ioctls
` [PATCH v11 34/81] KVM: introspection: add permission access ioctls
` [PATCH v11 35/81] KVM: introspection: add the read/dispatch message function
` [PATCH v11 36/81] KVM: introspection: add KVMI_GET_VERSION
` [PATCH v11 37/81] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
` [PATCH v11 38/81] KVM: introspection: add KVMI_VM_GET_INFO
` [PATCH v11 39/81] KVM: introspection: add KVM_INTROSPECTION_PREUNHOOK
` [PATCH v11 40/81] KVM: introspection: add KVMI_VM_EVENT_UNHOOK
` [PATCH v11 41/81] KVM: introspection: add KVMI_VM_CONTROL_EVENTS
` [PATCH v11 42/81] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL
` [PATCH v11 43/81] KVM: introspection: add vCPU related data
` [PATCH v11 44/81] KVM: introspection: add a jobs list to every introspected vCPU
` [PATCH v11 45/81] KVM: introspection: handle vCPU introspection requests
` [PATCH v11 46/81] KVM: introspection: handle vCPU commands
` [PATCH v11 47/81] KVM: introspection: add KVMI_VCPU_GET_INFO
` [PATCH v11 48/81] KVM: introspection: add KVMI_VM_PAUSE_VCPU
` [PATCH v11 49/81] KVM: introspection: add support for vCPU events
` [PATCH v11 50/81] KVM: introspection: add KVMI_VCPU_EVENT_PAUSE
` [PATCH v11 51/81] KVM: introspection: add the crash action handling on the event reply
` [PATCH v11 52/81] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS
` [PATCH v11 53/81] KVM: introspection: add KVMI_VCPU_GET_REGISTERS
` [PATCH v11 54/81] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [PATCH v11 55/81] KVM: introspection: add KVMI_VCPU_GET_CPUID
` [PATCH v11 56/81] KVM: introspection: add KVMI_VCPU_EVENT_HYPERCALL
` [PATCH v11 57/81] KVM: introspection: add KVMI_VCPU_EVENT_BREAKPOINT
` [PATCH v11 58/81] KVM: introspection: add cleanup support for vCPUs
` [PATCH v11 59/81] KVM: introspection: restore the state of #BP interception on unhook
` [PATCH v11 60/81] KVM: introspection: add KVMI_VM_CONTROL_CLEANUP
` [PATCH v11 61/81] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_VCPU_EVENT_CR
` [PATCH v11 62/81] KVM: introspection: restore the state of CR3 interception on unhook
` [PATCH v11 63/81] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_VCPU_EVENT_TRAP
` [PATCH v11 64/81] KVM: introspection: add KVMI_VM_GET_MAX_GFN
` [PATCH v11 65/81] KVM: introspection: add KVMI_VCPU_EVENT_XSETBV
` [PATCH v11 66/81] KVM: introspection: add KVMI_VCPU_GET_XCR
` [PATCH v11 67/81] KVM: introspection: add KVMI_VCPU_GET_XSAVE
` [PATCH v11 68/81] KVM: introspection: add KVMI_VCPU_SET_XSAVE
` [PATCH v11 69/81] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE
` [PATCH v11 70/81] KVM: introspection: add KVMI_VCPU_EVENT_DESCRIPTOR
` [PATCH v11 71/81] KVM: introspection: restore the state of descriptor-table register interception on unhook
` [PATCH v11 72/81] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_VCPU_EVENT_MSR
` [PATCH v11 73/81] KVM: introspection: restore the state of MSR interception on unhook
` [PATCH v11 74/81] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
` [PATCH v11 75/81] KVM: introspection: add KVMI_VCPU_EVENT_PF
` [PATCH v11 76/81] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
` [PATCH v11 77/81] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP
` [PATCH v11 78/81] KVM: introspection: add KVMI_VCPU_EVENT_SINGLESTEP
` [PATCH v11 79/81] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
` [PATCH v11 80/81] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates
` [PATCH v11 81/81] KVM: x86: call the page tracking code on emulation failure

[PATCH] target/arm: do not use cc->do_interrupt for KVM directly
 2020-12-07 20:56 UTC  (5+ messages)

[PATCH v3 00/16] pull: default warning improvements
 2020-12-07 20:55 UTC  (4+ messages)
` [PATCH v3 02/16] pull: improve default warning

[PATCH] mesa: Update 20.2.1 -> 20.2.4
 2020-12-07 20:56 UTC 

virtiofs and its optional xattr support vs. fs_use_xattr
 2020-12-07 20:52 UTC  (4+ messages)
    ` [Virtio-fs] "

[PATCH bpf-next] bpf: avoid overflows involving hash elem_size
 2020-12-07 20:52 UTC  (2+ messages)

[PATCH v2 bpf 0/5] New netdev feature flags for XDP
 2020-12-07 20:52 UTC  (8+ messages)
` [PATCH v2 bpf 1/5] net: ethtool: add xdp properties flag set
            ` [Intel-wired-lan] "

Dell XPS 13 9310 2-in-1: psmouse serio1: synaptics: Unable to query device: -5
 2020-12-07 20:52 UTC  (2+ messages)

[Bug 1907137] [NEW] LDTR not properly emulated when MTE tag checks enabled at EL0
 2020-12-07 20:44 UTC 

New Invoice is Ready to View
 2020-12-07 20:52 UTC 

[Buildroot] [PATCH 1/1] package/cdrkit: fix static build with libmagic
 2020-12-07 20:51 UTC  (2+ messages)

[PATCH] drm/amdgpu: make DRM_AMD_DC x86-only again
 2020-12-07 20:50 UTC  (7+ messages)

[Buildroot] [git commit branch/2020.02.x] package/cdrkit: fix static build with libmagic
 2020-12-07 20:51 UTC 

[PATCH v3] drivers: gpio: add virtio-gpio guest driver
 2020-12-07 20:48 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.08.x] package/cdrkit: fix static build with libmagic
 2020-12-07 20:51 UTC 

[Buildroot] [PATCH] package/musl: add upstream security fix for CVE-2020-28928
 2020-12-07 20:50 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.02.x] package/musl: add upstream security fix for CVE-2020-28928
 2020-12-07 20:50 UTC 

[PATCH] [RFC] xfs: initialise attr fork on inode create
 2020-12-07 20:49 UTC  (7+ messages)

[PATCH 0/2] xen: fix using ZONE_DEVICE memory for foreign mappings
 2020-12-07 20:48 UTC  (4+ messages)
` [PATCH 2/2] xen: don't use page->lru for ZONE_DEVICE memory

[Buildroot] [git commit branch/2020.08.x] package/musl: add upstream security fix for CVE-2020-28928
 2020-12-07 20:49 UTC 

[Buildroot] [PATCH 1/5] package/ogre: bump to version 1.12.9
 2020-12-07 20:48 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] support/scripts/gen-bootlin-toolchains: riscv32 use a pre-2.33 glibc version without RPC support
` [Buildroot] [PATCH 3/5] toolchain/toolchain-external/toolchain-external-bootlin: regenerate for riscv32 toolchain
` [Buildroot] [PATCH 4/5] support/{config-fragments, testing}: select INET_RPC option for custom glibc external toolchains
` [Buildroot] [PATCH 5/5] package/glibc: bump to version 2.32-23-g050022910be1d1f5c11cd5168f1685ad4f9580d2

runaway avocado
 2020-12-07 20:45 UTC  (4+ messages)

[Bug 210467] New: Vega 3 lock MCLK on 1200mhz
 2020-12-07 20:46 UTC  (2+ messages)
` [Bug 210467] amdgpu "


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.