All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-10 17:28:49 to 2021-05-10 17:54:44 UTC [more...]

[patch 0/4] VMX: configure posted interrupt descriptor when assigning device (v3)
 2021-05-10 17:26 UTC  (3+ messages)
` [patch 2/4] KVM: add arch specific vcpu_check_block callback
` [patch 4/4] KVM: VMX: update vcpu posted-interrupt descriptor when assigning device

Linux 5.13-rc1
 2021-05-10 17:54 UTC  (2+ messages)

[PATCH] checkpatch: auto detect codespell dictionary path
 2021-05-10 17:54 UTC  (3+ messages)

[PATCH v4 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-05-10 16:59 UTC  (99+ messages)
` [PATCH v4 10/66] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v4 11/66] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v4 12/66] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v4 13/66] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v4 14/66] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v4 15/66] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v4 16/66] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v4 17/66] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v4 18/66] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v4 19/66] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v4 20/66] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v4 21/66] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v4 22/66] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v4 23/66] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP, FPEN} settings
  ` [PATCH v4 23/66] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v4 24/66] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v4 25/66] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v4 26/66] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v4 27/66] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v4 28/66] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v4 29/66] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v4 30/66] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v4 31/66] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v4 32/66] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v4 33/66] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v4 34/66] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v4 35/66] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v4 36/66] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v4 37/66] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v4 38/66] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH v4 39/66] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v4 40/66] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v4 41/66] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v4 42/66] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v4 43/66] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v4 44/66] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v4 45/66] KVM: arm64: nv: Load timer before the GIC
` [PATCH v4 46/66] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v4 47/66] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v4 48/66] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v4 49/66] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v4 50/66] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v4 51/66] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v4 52/66] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v4 53/66] KVM: arm64: nv: Add handling of ARMv8.4-TTL TLB invalidation
` [PATCH v4 54/66] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v4 55/66] KVM: arm64: Allow populating S2 SW bits
` [PATCH v4 56/66] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v4 57/66] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v4 58/66] KVM: arm64: Map VNCR-capable registers to a separate page
` [PATCH v4 59/66] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v4 60/66] KVM: arm64: Add ARMv8.4 Enhanced Nested Virt cpufeature
` [PATCH v4 61/66] KVM: arm64: nv: Synchronize PSTATE early on exit
` [PATCH v4 62/66] KVM: arm64: nv: Sync nested timer state with ARMv8.4
` [PATCH v4 63/66] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v4 64/66] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v4 65/66] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v4 66/66] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests

[patch 0/4] VMX: configure posted interrupt descriptor when assigning device
 2021-05-10 17:53 UTC  (4+ messages)
` [patch 1/4] KVM: x86: add start_assignment hook to kvm_x86_ops

[PATCH v3 0/8] Lazily allocate memslot rmaps
 2021-05-10 17:53 UTC  (5+ messages)
` [PATCH v3 7/8] KVM: x86/mmu: Protect rmaps independently with SRCU

[PATCH] ACPI: scan: Rearrange dep_unmet initialization
 2021-05-10 17:53 UTC 

[PATCH] component: Move host device to end of device lists on binding
 2021-05-10 17:52 UTC  (4+ messages)

ovmf-native build error with GCC 11 host compiler
 2021-05-10 17:52 UTC 

AF_XDP poll() / sendmsg() race + headroom changes
 2021-05-10 17:44 UTC 

[PATCH Part2 RFC v2 00/37] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-05-10 17:51 UTC  (4+ messages)
` [PATCH Part2 RFC v2 32/37] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT

[PATCH v1] add longer timeout for verify signature command
 2021-05-10 17:51 UTC  (3+ messages)
` [PATCH v1] tpm2: "

[PATCH 00/11] ad_sigma_delta: convert all drivers to device-managed
 2021-05-10 17:49 UTC  (4+ messages)
` [PATCH 07/11] iio: adc: ad7192: convert to device-managed functions

[PATCH] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-10 17:50 UTC  (5+ messages)

[PATCH v2 09/15] iova: Add init_iova_domain_ext()
 2021-05-10 17:50 UTC  (7+ messages)
` [RFC PATCH] iova: __init_iova_domain can be static

[PATCH] virtiofs: Enable multiple request queues
 2021-05-10 17:50 UTC  (6+ messages)
    ` [Virtio-fs] "

[LSF/MM/BPF TOPIC] Block device congestion
 2021-05-10 17:48 UTC 

[PATCH 00/14] Use const whether we point to literal strings (take 1)
 2021-05-10 17:49 UTC  (2+ messages)
` PING "

[dpdk-dev] [PATCH] config/arm: add ability to express arch extensions
 2021-05-10 17:48 UTC  (5+ messages)
  ` [dpdk-dev] [EXT] "

[PATCH 00/53] Get rid of UTF-8 chars that can be mapped as ASCII
 2021-05-10 17:48 UTC  (3+ messages)
` [PATCH 13/53] docs: driver-api: fpga: avoid using UTF-8 chars

[PATCH bpf-next 0/3] Autogenerating API documentation
 2021-05-10 17:48 UTC  (8+ messages)

[RFC PATCH bpf-next seccomp 00/12] eBPF seccomp filters
 2021-05-10 17:47 UTC  (3+ messages)

[PATCH v2] xen/arm: kernel: Propagate the error if we fail to decompress the kernel
 2021-05-10 17:47 UTC  (4+ messages)
    ` PING "

Personal
 2021-05-10 14:06 UTC 

Personal
 2021-05-10 14:06 UTC 

[PATCH v3] KVM: selftests: Print a message if /dev/kvm is missing
 2021-05-10 17:46 UTC 

Packet Sniffing on Intermediate Nodes
 2021-05-10 17:46 UTC  (2+ messages)

ap mode problem
 2021-05-10 17:46 UTC  (2+ messages)

[RFC PATCH 0/6] x86/entry: cleanups and consistent syscall number handling
 2021-05-10 17:45 UTC  (7+ messages)
` [RFC PATCH 1/6] x86/entry: unify definitions from calling.h and ptrace-abi.h
` [RFC PATCH 2/6] x86/entry: reverse arguments to do_syscall_64()
` [RFC PATCH 3/6] x86/syscall: unconditionally prototype {ia32,x32}_sys_call_table[]
` [RFC PATCH 4/6] x86/syscall: maximize MSR_SYSCALL_MASK
` [RFC PATCH 5/6] x86/entry: use int for syscall number; handle all invalid syscall nrs
` [RFC PATCH 6/6] x86/entry: split PUSH_AND_CLEAR_REGS into two submacros

[PATCH v3 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-05-10 17:44 UTC  (5+ messages)
` [PATCH v3 3/9] KVM: arm64: vgic: Be tolerant to the lack of maintenance interrupt

[PATCH 0/2] drm: Fix atomic helper dirtyfb stalls
 2021-05-10 17:43 UTC  (6+ messages)
` [PATCH 1/2] drm: Fix "

[PATCH 1/2] fpga: mgr: Adds secure BitStream loading support
 2021-05-10 17:44 UTC  (5+ messages)

[PATCH] build: centralize / unify asm-offsets generation
 2021-05-10 17:43 UTC  (12+ messages)
                  ` Ping: "

[PATCH 2/2] Revert "Revert "drm/amdgpu: Ensure that the modifier requested is supported by plane.""
 2021-05-10 17:30 UTC  (14+ messages)

[RESEND] LSF/MM/BPF: 2021: Call for Proposals
 2021-05-10 17:42 UTC 

[PATCH v7 0/6] clk: provide new devm helpers for prepared and enabled clocks
 2021-05-10 17:41 UTC  (7+ messages)
` [PATCH v7 1/6] clk: generalize devm_clk_get() a bit
` [PATCH v7 2/6] clk: Provide new devm_clk_helpers for prepared and enabled clocks
` [PATCH v7 3/6] pwm: atmel: Simplify using devm_clk_get_prepared()
` [PATCH v7 4/6] rtc: at91sam9: Simplify using devm_clk_get_enabled()
` [PATCH v7 5/6] i2c: imx: "
` [PATCH v7 6/6] spi: davinci: "

[PATCH v12 0/7] FPGA Security Manager Class Driver
 2021-05-10 17:41 UTC  (17+ messages)
` [PATCH v12 1/7] fpga: sec-mgr: fpga security manager class driver
` [PATCH v12 2/7] fpga: sec-mgr: enable secure updates
` [PATCH v12 3/7] fpga: sec-mgr: expose sec-mgr update status
` [PATCH v12 4/7] fpga: sec-mgr: expose sec-mgr update errors
` [PATCH v12 5/7] fpga: sec-mgr: expose sec-mgr update size
` [PATCH v12 6/7] fpga: sec-mgr: enable cancel of secure update
` [PATCH v12 7/7] fpga: sec-mgr: expose hardware error info

[LTP] [PATCH v2 0/5] docparser formatting improvements
 2021-05-10 17:38 UTC  (2+ messages)

ANNOUNCE: rpcbind-1.2.6 released
 2021-05-10 17:39 UTC 

[PATCH] git-p4: fix "git p4 sync" after ignored changelist
 2021-05-10 17:36 UTC  (2+ messages)

[PATCH] PCI/MSI: Fix MSIs for generic hosts that use device-tree's "msi-map"
 2021-05-10 17:31 UTC 

[PATCH] optee: enable OPTEE_SMC_SEC_CAP_MEMREF_NULL capability
 2021-05-10 17:36 UTC  (2+ messages)

[PATCH v3 0/8] CXL Port Enumeration and Plans for v5.14
 2021-05-10 17:31 UTC  (3+ messages)

[Accel-config] Re: [PATCH v1] accel-config: Update with new driver name changes
 2021-05-10 17:36 UTC 

[PATCH v9 05/10] regulator: IRQ based event/error notification helpers
 2021-05-10 17:35 UTC  (3+ messages)

[Accel-config] Re: [PATCH v1 0/2] Make remove-mdev command more intuitive
 2021-05-10 17:35 UTC 

[PATCH] doc: replace jargon word "impact" with "effect"/"affect"
 2021-05-10 17:35 UTC  (11+ messages)

drivers/gpu/drm/amd/amdgpu/amdgpu_rap.c:109:37: warning: unused variable 'amdgpu_rap_debugfs_ops'
 2021-05-10 17:33 UTC  (2+ messages)

[Accel-config] Re: [PATCH v1 0/6] Update API to get 256 bits op_cap
 2021-05-10 17:34 UTC 

[PATCH hyperv-next] scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDs
 2021-05-10 17:33 UTC  (4+ messages)

[GIT PULL] perf tools fixes for v5.13: 1st batch
 2021-05-10 17:32 UTC 

[PATCH] ARM: dts: rockchip: Remove more clock-names from PWM nodes A test with the command below gives this error:
 2021-05-10 17:29 UTC 

[PATCH hyperv-next] Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
 2021-05-10 17:32 UTC  (3+ messages)

[PATCH v5] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-05-10 17:33 UTC  (3+ messages)

Personal
 2021-05-10 14:06 UTC 

Personal
 2021-05-10 14:06 UTC 

[PATCH] cxl: Rename mem to pci
 2021-05-10 17:29 UTC  (2+ messages)

[PATCH rdma-rc] RDMA/siw: Properly check send and receive CQ pointers
 2021-05-10 17:30 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/4] net/bnx2x: fix build with gcc11
 2021-05-10 17:31 UTC  (5+ messages)
` [dpdk-dev] [PATCH 3/4] net/ice/base: "

FAILED: patch "[PATCH] f2fs: fix error handling in f2fs_end_enable_verity()" failed to apply to 5.4-stable tree
 2021-05-10 17:29 UTC  (2+ messages)

[PATCH v6 RESEND 0/6] clk: provide new devm helpers for prepared and enabled clocks
 2021-05-10 17:27 UTC  (4+ messages)
` [PATCH v6 RESEND 1/6] clk: generalize devm_clk_get() a bit

[PATCH] tools/xenstore: Fix indentation in the header of xenstored_control.c
 2021-05-10 17:30 UTC  (3+ messages)

[PATCH] Fix Atmel TPM crash caused by too frequent queries
 2021-05-10 17:28 UTC  (11+ messages)

[PATCH v4 0/3] IMA: Add test for dm-crypt measurement
 2021-05-10 17:28 UTC  (4+ messages)
` [PATCH v4 1/3] ima_keys.sh: Check policy only once


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.