All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-11 17:42:24 to 2020-02-11 17:53:12 UTC [more...]

[PATCH v2 00/94] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-02-11 17:49 UTC  (164+ messages)
` [PATCH v2 01/94] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
` [PATCH v2 02/94] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v2 03/94] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v2 04/94] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v2 05/94] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v2 06/94] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v2 07/94] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v2 08/94] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v2 09/94] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v2 10/94] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v2 11/94] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v2 12/94] KVM: arm64: nv: Add EL2->EL1 translation helpers
` [PATCH v2 15/94] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v2 16/94] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v2 18/94] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v2 19/94] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v2 22/94] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v2 23/94] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v2 25/94] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v2 26/94] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v2 27/94] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v2 28/94] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v2 29/94] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v2 30/94] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v2 31/94] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v2 32/94] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v2 33/94] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v2 34/94] KVM: arm64: nv: Use ARMv8.5-GTG to advertise supported Stage-2 page sizes
` [PATCH v2 35/94] KVM: arm64: Check advertised Stage-2 page size capability
` [PATCH v2 36/94] KVM: arm/arm64: nv: Factor out stage 2 page table data from struct kvm
` [PATCH v2 37/94] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v2 38/94] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v2 39/94] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v2 40/94] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v2 42/94] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH v2 43/94] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v2 44/94] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v2 45/94] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v2 46/94] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v2 47/94] KVM: arm64: nv: Handle traps for timer _EL02 and _EL2 sysregs accessors
` [PATCH v2 48/94] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v2 49/94] KVM: arm64: nv: Propagate CNTVOFF_EL2 to the virtual EL1 timer
` [PATCH v2 50/94] KVM: arm64: nv: Load timer before the GIC
` [PATCH v2 51/94] KVM: arm64: nv: vgic-v3: Take cpu_if pointer directly instead of vcpu
` [PATCH v2 52/94] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v2 53/94] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v2 54/94] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v2 55/94] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v2 56/94] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v2 57/94] arm64: KVM: nv: Add handling of EL2-specific timer registers
` [PATCH v2 58/94] arm64: KVM: nv: Honor SCTLR_EL2.SPAN on entering vEL2
` [PATCH v2 59/94] arm64: KVM: nv: Handle SCTLR_EL2 RES0/RES1 bits
` [PATCH v2 61/94] arm64: KVM: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v2 63/94] arm64: KVM: nv: Add handling of ARMv8.4-TTL TLB invalidation
` [PATCH v2 64/94] arm64: KVM: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v2 65/94] arm64: KVM: nv: Tag shadow S2 entries with nested level
` [PATCH v2 66/94] arm64: Add SW reserved PTE/PMD bits
` [PATCH v2 67/94] arm64: Add level-hinted TLB invalidation helper
` [PATCH v2 69/94] arm64: KVM: Use TTL hint in when invalidating stage-2 translations
` [PATCH v2 70/94] arm64: KVM: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v2 72/94] KVM: arm64: sysreg: Use ctxt_sys_reg() instead of raw sys_regs access
` [PATCH v2 73/94] KVM: arm64: sve: Use __vcpu_sys_reg() "
` [PATCH v2 74/94] KVM: arm64: pauth: Use ctxt_sys_reg() "
` [PATCH v2 75/94] KVM: arm64: debug: "
` [PATCH v2 77/94] KVM: arm64: nv: Move sysreg reset check to boot time
` [PATCH v2 79/94] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v2 80/94] KVM: arm64: Use accessors for timer ctl/cval/offset
` [PATCH v2 81/94] KVM: arm64: Add VNCR-capable timer accessors for arm64
` [PATCH v2 82/94] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH v2 84/94] KVM: arm64: VNCR-ize SP_EL1
` [PATCH v2 85/94] KVM: arm64: Disintegrate SPSR array
` [PATCH v2 86/94] KVM: arm64: aarch32: Use __vcpu_sys_reg() instead of raw sys_regs access
` [PATCH v2 88/94] KVM: arm64: Add ARMv8.4 Enhanced Nested Virt cpufeature
` [PATCH v2 89/94] KVM: arm64: nv: Synchronize PSTATE early on exit
` [PATCH v2 90/94] KVM: arm64: nv: Sync nested timer state with ARMv8.4
` [PATCH v2 91/94] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v2 92/94] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v2 93/94] KVM: arm64: nv: Fast-track 'InHost' exception returns

[PATCH v11 00/10] Mediatek MT8183 scpsys support
 2020-02-11 17:49 UTC  (4+ messages)
` [PATCH v11 04/10] soc: mediatek: Add multiple step bus protection control

[PATCH for-rc] RDMA/hfi1: Fix memory leak in _dev_comp_vect_mappings_create
 2020-02-11 17:52 UTC  (2+ messages)

[PATCH for-rc 0/3] Series short description
 2020-02-11 17:52 UTC  (2+ messages)

[PATCH v3 07/12] fs: Add locking for a dynamic DAX state
 2020-02-11 17:51 UTC  (2+ messages)

The issues about architecture of the COLO checkpoint
 2020-02-11 17:47 UTC  (2+ messages)

[PATCH net] selftests: forwarding: use proto icmp for {gretap,ip6gretap}_mac testing
 2020-02-11 17:50 UTC  (2+ messages)

[Xen-devel] [PATCH 0/6] tools: Rationalise legacy CPUID handling
 2020-02-11 17:49 UTC  (7+ messages)
` [Xen-devel] [PATCH 4/6] tools/libxl: Combine legacy CPUID handling logic
` [Xen-devel] [PATCH 5/6] tools/libx[cl]: Don't use HVM_PARAM_PAE_ENABLED as a function parameter
` [Xen-devel] [PATCH 6/6] xen/public: Obsolete HVM_PARAM_PAE_ENABLED

[PATCH 4.14-rt] Fix wrong-variable use in irq_set_affinity_notifier
 2020-02-11 17:49 UTC  (2+ messages)

[PATCH] linux-user: un-register threads from RCU before exit
 2020-02-11 17:43 UTC  (2+ messages)

[PATCH 00/13] arm: Implement ARMv8.1-PMU and ARMv8.4-PMU
 2020-02-11 17:37 UTC  (6+ messages)
` [PATCH 05/13] target/arm: Add and use FIELD definitions for ID_AA64DFR0_EL1
` [PATCH 10/13] target/arm: Implement ARMv8.4-PMU extension
` [PATCH 11/13] target/arm: Provide ARMv8.4-PMU in '-cpu max'
` [PATCH 12/13] target/arm: Correct definition of PMCRDP
` [PATCH 13/13] target/arm: Correct handling of PMCR_EL0.LC bit

[PATCH 0/4] remove runnable_load_avg and improve group_classify
 2020-02-11 17:46 UTC  (5+ messages)
` [PATCH 1/4] sched/fair: reorder enqueue/dequeue_task_fair path
` [RFC 2/4] sched/numa: replace runnable_load_avg by load_avg
` [RFC 3/4] sched/fair: replace runnable load average by runnable average
` [RFC 4/4] sched/fair: Take into runnable_avg to classify group

[RFC PATCH v2] UML: add support for KASAN under x86_64
 2020-02-11 17:46 UTC  (4+ messages)

A problem with live migration of UEFI virtual machines
 2020-02-11 17:39 UTC  (2+ messages)

Future of sato and X in oe-core
 2020-02-11 17:46 UTC  (8+ messages)
` [Openembedded-architecture] "

[PATCH v2] ceph: check if file lock exists before sending unlock request
 2020-02-11 17:46 UTC  (2+ messages)

[PATCH v2 net 1/5] icmp: introduce helper for NAT'd source address in network device context
 2020-02-11 17:44 UTC  (5+ messages)
` [PATCH v3 net 0/9] icmp: account for NAT when sending icmps from ndo layer
  ` [PATCH v3 net 7/9] ipvlan: remove skb_share_check from xmit path

Device Tree Evolution Project - call notes - 29th January
 2020-02-11 17:44 UTC  (4+ messages)

[PATCH v5 0/3] add support for co-processor loaded and booted before kernel
 2020-02-11 17:42 UTC  (4+ messages)
` [PATCH v5 1/3] remoteproc: "
` [PATCH v5 2/3] remoteproc: stm32: add support for co-processor "
` [PATCH v5 3/3] dt-bindings: remoteproc: stm32: add syscon bindings preloaded fw support

[PATCH] dmaengine: idxd: fix runaway module ref count on device driver bind
 2020-02-11 17:42 UTC 

[MPTCP] Re: [PATCH] mptcp: Protect subflow socket options before connection completes
 2020-02-11 17:42 UTC 

[PATCH v6 0/9] ceph: add perf metrics support
 2020-02-11 17:42 UTC  (5+ messages)
` [PATCH v6 6/9] ceph: periodically send perf metrics to ceph


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.