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

[PATCH v4 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-05-10 16:59 UTC  (123+ 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 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 v12 0/7] FPGA Security Manager Class Driver
 2021-05-10 17:28 UTC  (3+ messages)
` [PATCH v12 1/7] fpga: sec-mgr: fpga security manager class driver

[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] "

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

[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  (10+ 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 

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

[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  (4+ messages)

[RFC PATCH bpf-next seccomp 00/12] eBPF seccomp filters
 2021-05-10 17:22 UTC  (13+ messages)
` [RFC PATCH bpf-next seccomp 01/12] seccomp: Move no_new_privs check to after prepare_filter
` [RFC PATCH bpf-next seccomp 02/12] bpf, seccomp: Add eBPF filter capabilities
` [RFC PATCH bpf-next seccomp 03/12] seccomp, ptrace: Add a mechanism to retrieve attached eBPF seccomp filters
` [RFC PATCH bpf-next seccomp 04/12] libbpf: recognize section "seccomp"
` [RFC PATCH bpf-next seccomp 05/12] samples/bpf: Add eBPF seccomp sample programs
` [RFC PATCH bpf-next seccomp 06/12] lsm: New hook seccomp_extended
` [RFC PATCH bpf-next seccomp 07/12] bpf/verifier: allow restricting direct map access
` [RFC PATCH bpf-next seccomp 08/12] seccomp-ebpf: restrict filter to almost cBPF if LSM request such
` [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

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

[nomadik:nomadik-nhk15-smsc 3/3] drivers/net/ethernet/smsc/smc91x.c:2001:10-30: ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT
 2021-05-10 17:21 UTC  (2+ messages)
` [PATCH] fix irqf_oneshot.cocci warnings

[PATCH v6 00/12] lib/find_bit: fast path for small bitmaps
 2021-05-10 17:21 UTC  (5+ messages)
` [PATCH 11/12] tools: sync lib/find_bit implementation

[nomadik:gemini-cpuidle] BUILD SUCCESS c7a44520a1c1b54543fdf6d023dff2962295404e
 2021-05-10 17:18 UTC 

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

[PATCH 00/15] KVM: x86: RDPID/RDTSCP fixes and uret MSR cleanups
 2021-05-10 17:20 UTC  (4+ messages)
` [PATCH 02/15] KVM: x86: Emulate RDPID only if RDTSCP is supported

[PATCH v3 00/10] arm64: Get rid of READ/WRITE_SYSREG32
 2021-05-10 17:19 UTC  (2+ messages)

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

[PATCH 0/6] block-copy: make helper APIs thread safe
 2021-05-10 17:17 UTC  (5+ messages)
` [PATCH 4/6] progressmeter: protect with a mutex

[PATCH v4] dt-binding: mtd: nand: Document the cs-gpios property
 2021-05-10 17:18 UTC  (2+ messages)

Project
 2021-05-10 16:24 UTC 

[PATCH] execveat.2: Remove unused include
 2021-05-10 17:17 UTC  (2+ messages)

[PATCH] PM: runtime: Fix unpaired parent child_count for force_resume
 2021-05-10 17:16 UTC  (3+ messages)

[PATCH] kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
 2021-05-10 17:16 UTC  (4+ messages)

[PATCH v3 0/5] Enable Bluetooth functinality for WCN6750
 2021-05-10 17:16 UTC  (4+ messages)
` [PATCH v3 2/5] Bluetooth: btqca: Add support for firmware image with mbn type "

[PATCH] ALSA: hda/realtek: Add fixup for HP Spectre x360 15-df0xxx
 2021-05-10 17:13 UTC 

[LTP] [PATCH v2] syscalls/bind03: Bugfix for running with option "-i"
 2021-05-10 17:15 UTC  (3+ messages)

[PATCH] gator: Add new package
 2021-05-10 17:14 UTC  (2+ messages)
` [meta-arm] "

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

[PATCH 2/2] proc: convert everything to "struct proc_ops"
 2021-05-10 17:13 UTC  (3+ messages)

[V3 PATCH 00/16] Enable VAS and NX-GZIP support on powerVM
 2021-05-10 17:12 UTC  (5+ messages)
` [PATCH V3 02/16] powerpc/vas: Move VAS API to common book3s platform

[Accel-config] Re: [PATCH v1 0/8] Fix bugs in filter, list, config, enable areas
 2021-05-10 17:12 UTC 

[PATCH v12 0/5] Intel MAX10 BMC Secure Update Driver
 2021-05-10 17:12 UTC  (3+ messages)
` [PATCH v12 5/5] fpga: m10bmc-sec: add max10 get_hw_errinfo callback func

[PATCH RFC 0/3] make '%pD' print full path for file
 2021-05-10 17:03 UTC  (7+ messages)
` [PATCH RFC 1/3] fs: introduce helper d_path_fast()

[PATCH] checkpatch: auto detect codespell dictionary path
 2021-05-10 17:11 UTC 

[PATCH 1/2] ASoC: dwc: add a quirk DW_I2S_QUIRK_STOP_ON_SHUTDOWN to dwc driver
 2021-05-10 17:27 UTC  (9+ messages)

[PATCH 0/2] Apple M1 pinctrl DT bindings
 2021-05-10 17:09 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: Add DT bindings for apple,pinctrl


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.