All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-10 17:23:05 to 2021-05-10 17:39:12 UTC [more...]

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

[PATCH v4 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-05-10 16:59 UTC  (138+ 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

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

[PATCH v12 0/7] FPGA Security Manager Class Driver
 2021-05-10 17:37 UTC  (9+ 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

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)

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

[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  (6+ 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  (5+ 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  (5+ messages)
` [PATCH v4 1/3] ima_keys.sh: Check policy only once
      ` [LTP] "

[PATCH] tools/xenstored: Prevent a buffer overflow in dump_state_node_perms()
 2021-05-10 17:27 UTC  (3+ messages)

Recent tpm_tis IRQ handling changes are causing kernel backtraces
 2021-05-10 17:25 UTC  (5+ messages)

[PATCH v3 0/3] Add multiprocessor wake-up support
 2021-05-10 17:24 UTC  (9+ messages)
` [PATCH v3 3/3] x86/acpi, x86/boot: "
            ` [Devel] "

[PATCH RFC 00/21] NFSD callback and lease management observability
 2021-05-10 17:24 UTC  (2+ messages)

[PATCH 0/7] J72xx: R5 SPL DMA support post HSM Rearch
 2021-05-10 17:24 UTC  (8+ messages)
` [PATCH 1/7] mailbox: k3-sec-proxy: Add DM to DMSC communication thread
` [PATCH 2/7] firmware: ti_sci: Implement GET_RANGE with static data
` [PATCH 3/7] firmware: ti_sci: Add support for Resoure Management at R5 SPL stage
` [PATCH 4/7] ARM: dts: j72xx-r5-common-proc-board: Add DM firmware node
` [PATCH 5/7] ARM: dts: k3: Add cfg register space for ringacc and udmap
` [PATCH 6/7] soc: ti: k3-navss-ringacc: Add support for native configuration of rings
` [PATCH 7/7] dma: ti: k3-udma: Add support for native configuration of chan/flow

Personal
 2021-05-10 14:06 UTC 

[LTP] LTP Release
 2021-05-10 17:24 UTC  (10+ messages)

[PATCH v2] userns: automatically split user namespace extent
 2021-05-10 17:23 UTC  (2+ messages)

[PATCH] KVM: selftests: Print a message if /dev/kvm is missing
 2021-05-10 17:23 UTC  (5+ messages)

[Virtio-fs] Few queries about virtiofsd read implementation
 2021-05-10 17:23 UTC  (2+ messages)

[PATCH 1/1] b43: phy_n: Delete some useless empty code
 2021-05-10 17:22 UTC  (2+ messages)

[RFC PATCH bpf-next seccomp 00/12] eBPF seccomp filters
 2021-05-10 17:22 UTC  (5+ messages)
` [RFC PATCH bpf-next seccomp 09/12] yama: (concept) restrict seccomp-eBPF with ptrace_scope
` [RFC PATCH bpf-next seccomp 10/12] seccomp-ebpf: Add ability to read user memory
` [RFC PATCH bpf-next seccomp 11/12] bpf/verifier: support NULL-able ptr to BTF ID as helper argument
` [RFC PATCH bpf-next seccomp 12/12] seccomp-ebpf: support task storage from BPF-LSM, defaulting to group leader


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.