Alexandru Elisei ([email protected])

Number of posts: 314 (0.21 per day)
First post: 2020-01-27 11:22:22
Last post: 2024-02-20 16:48:36

Date List Subject
2021-08-25 16:22:40 linux-kernel [RFC PATCH v4 23/39] KVM: arm64: VHE: Clear MDCR_EL2.E2PB in vcpu_put()
2021-08-25 16:22:32 linux-kernel [RFC PATCH v4 38/39] KVM: arm64: Make CONFIG_KVM_ARM_SPE depend on !CONFIG_NUMA_BALANCING
2021-08-25 16:22:19 linux-kernel [RFC PATCH v4 36/39] KVM: arm64: Implement userspace API to stop a VCPU profiling
2021-08-25 16:22:09 linux-kernel [RFC PATCH v4 35/39] KVM: arm64: Add an userspace API to stop a VCPU profiling
2021-08-25 16:22:06 linux-kernel [RFC PATCH v4 27/39] KVM: arm64: Add SPE system registers to VCPU context
2021-08-25 16:22:01 linux-kernel [RFC PATCH v4 34/39] KVM: arm64: Emulate SPE buffer management interrupt
2021-08-25 16:21:59 linux-kernel [RFC PATCH v4 05/39] KVM: arm64: Perform CMOs on locked memslots when userspace resets VCPUs
2021-08-25 16:21:58 linux-kernel [RFC PATCH v4 32/39] KVM: arm64: Save/restore PMSNEVFR_EL1 on VCPU put/load
2021-08-25 16:21:26 linux-kernel [RFC PATCH v4 28/39] KVM: arm64: nVHE: Save PMSCR_EL1 to the host context
2021-08-25 16:21:20 linux-kernel [RFC PATCH v4 24/39] KVM: arm64: debug: Configure MDCR_EL2 when a VCPU has SPE
2021-08-25 16:20:24 linux-kernel [RFC PATCH v4 15/39] drivers/perf: Expose the cpumask of CPUs that support SPE
2021-08-25 16:20:08 linux-kernel [RFC PATCH v4 14/39] KVM: arm64: Add SPE capability and VCPU feature
2021-08-25 16:20:06 linux-kernel [RFC PATCH v4 12/39] KVM: arm64: Add the KVM_ARM_VCPU_SUPPORTED_CPUS VCPU ioctl
2021-08-25 16:20:05 linux-kernel [RFC PATCH v4 13/39] KVM: arm64: Add CONFIG_KVM_ARM_SPE Kconfig option
2021-08-25 16:19:54 linux-kernel [RFC PATCH v4 10/39] KVM: arm64: Print a warning for unexpected faults on locked memslots
2021-08-25 16:19:51 linux-kernel [RFC PATCH v4 09/39] KVM: Add kvm_warn{,_ratelimited} macros
2021-08-25 16:19:47 linux-kernel [RFC PATCH v4 01/39] KVM: arm64: Make lock_all_vcpus() available to the rest of KVM
2021-08-25 16:19:46 linux-kernel [RFC PATCH v4 07/39] KVM: arm64: Unlock memslots after stage 2 tables are freed
2021-08-25 16:19:44 linux-kernel [RFC PATCH v4 08/39] KVM: arm64: Deny changes to locked memslots
2021-08-25 16:19:31 linux-kernel [RFC PATCH v4 02/39] KVM: arm64: Add lock/unlock memslot user API
2021-08-20 13:33:00 linux-kernel Re: [PATCH] irqchip/gic-v3: Fix priority comparison when non-secure priorities are used
2021-08-12 15:15:27 linux-kernel Re: [PATCH] irqchip/gic-v3: Fix priority comparison when non-secure priorities are used
2021-08-12 14:09:49 linux-kernel Re: [PATCH] irqchip/gic-v3: Fix priority comparison when non-secure priorities are used
2021-07-20 01:49:32 linux-kernel Re: [RFC PATCH 0/5] KVM: arm64: Pass PSCI to userspace
2021-06-15 08:47:13 linux-kernel Re: [PATCH v4] PCI: of: Clear 64-bit flag for non-prefetchable memory below 4GB
2021-06-03 15:18:51 linux-kernel [PATCH] Revert "usb: dwc3: core: Add shutdown callback for dwc3"
2021-06-03 12:07:08 linux-kernel Re: [BUG] usb: dwc3: Kernel NULL pointer dereference in dwc3_remove()
2021-06-03 10:43:18 linux-kernel Re: [BUG] usb: dwc3: Kernel NULL pointer dereference in dwc3_remove()
2021-06-01 12:56:19 linux-kernel Re: [PATCH v2 0/4] PCI: of: Improvements to handle 64-bit attribute for non-prefetchable ranges
2021-06-01 11:03:00 linux-kernel [BUG] usb: dwc3: Kernel NULL pointer dereference in dwc3_remove()
2021-05-19 19:27:13 linux-kernel Re: [BUG] rockpro64: PCI BAR reassignment broken by commit 9d57e61bf723 ("of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses")
2021-05-19 17:36:56 linux-kernel [BUG] rockpro64: PCI BAR reassignment broken by commit 9d57e61bf723 ("of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses")
2021-05-12 19:49:49 linux-kernel Re: [PATCH 5.4 000/244] 5.4.119-rc1 review
2021-04-14 23:09:56 linux-kernel Re: arch/arm64/kvm/perf.c:58:36: error: implicit declaration of function 'perf_num_counters'
2021-04-08 16:01:37 linux-kernel Re: [RFC PATCH v3 1/2] KVM: arm64: Move CMOs from user_mem_abort to the fault handlers
2021-04-08 15:16:39 linux-kernel Re: [PATCH v6 06/20] kvm: arm64: Move SPE availability check to VCPU load
2021-04-07 22:40:40 linux-kernel Re: [RFC PATCH v3 1/2] KVM: arm64: Move CMOs from user_mem_abort to the fault handlers
2021-04-07 21:20:40 linux-kernel Re: [RFC PATCH v3 2/2] KVM: arm64: Distinguish cases of memcache allocations completely
2021-03-31 15:30:08 linux-kernel Re: [PATCH v5 07/19] arm64: kvm: Enable access to TRBE support for host
2021-03-25 17:27:45 linux-kernel Re: [RFC PATCH 4/4] KVM: arm64: Distinguish cases of memcache allocations completely
2021-03-19 15:09:03 linux-kernel Re: [RFC PATCH 3/4] KVM: arm64: Install the block entry before unmapping the page mappings
2021-03-10 10:55:29 linux-kernel Re: [PATCH] arm64: perf: Fix 64-bit event counter read truncation
2021-03-04 20:23:53 linux-kernel Re: [RFC PATCH 3/4] KVM: arm64: Install the block entry before unmapping the page mappings
2021-03-04 12:18:45 linux-kernel Re: [RFC PATCH 3/4] KVM: arm64: Install the block entry before unmapping the page mappings
2021-03-02 22:57:30 linux-kernel Re: [PATCH v4 04/19] kvm: arm64: nvhe: Save the SPE context early
2021-03-01 18:02:21 linux-kernel Re: [PATCH v4 04/19] kvm: arm64: nvhe: Save the SPE context early
2021-02-25 17:42:34 linux-kernel Re: [RFC PATCH 1/4] KVM: arm64: Move the clean of dcache to the map handler
2021-02-25 16:54:56 linux-kernel Re: [RFC PATCH 1/4] KVM: arm64: Move the clean of dcache to the map handler
2021-02-24 17:24:49 linux-kernel Re: [RFC PATCH 1/4] KVM: arm64: Move the clean of dcache to the map handler
2021-02-24 17:23:52 linux-kernel Re: [RFC PATCH 0/4] KVM: arm64: Improve efficiency of stage2 page table
2021-02-23 15:59:46 linux-kernel Re: [RFC PATCH 0/4] KVM: arm64: Improve efficiency of stage2 page table