Linux KVM for ARM
[Prev Page][Next Page]
- [PATCH v2 04/45] KVM: VMX: Allocate VPID after initializing VCPU, (continued)
- [PATCH v2 04/45] KVM: VMX: Allocate VPID after initializing VCPU, Sean Christopherson
- [PATCH v2 05/45] KVM: VMX: Use direct vcpu pointer during vCPU create/free, Sean Christopherson
- [PATCH v2 06/45] KVM: SVM: Use direct vcpu pointer during vCPU create/free, Sean Christopherson
- [PATCH v2 07/45] KVM: x86: Allocate vcpu struct in common x86 code, Sean Christopherson
- [PATCH v2 09/45] KVM: x86: Move allocation of pio_data page down a few lines, Sean Christopherson
- [PATCH v2 13/45] KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init, Sean Christopherson
- [PATCH v2 11/45] KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0, Sean Christopherson
- [PATCH v2 14/45] KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init(), Sean Christopherson
- [PATCH v2 08/45] KVM: x86: Move FPU allocation to common x86 code, Sean Christopherson
- [PATCH v2 10/45] KVM: x86: Move kvm_vcpu_init() invocation to common code, Sean Christopherson
- [PATCH v2 12/45] KVM: PPC: Allocate vcpu struct in common PPC code, Sean Christopherson
- [PATCH v2 16/45] KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs, Sean Christopherson
- [PATCH v2 17/45] KVM: MIPS: Drop kvm_arch_vcpu_free(), Sean Christopherson
- [PATCH v2 18/45] KVM: PPC: Drop kvm_arch_vcpu_free(), Sean Christopherson
- [PATCH v2 15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code, Sean Christopherson
- [PATCH v2 19/45] KVM: arm: Drop kvm_arch_vcpu_free(), Sean Christopherson
- [PATCH v2 20/45] KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path, Sean Christopherson
- [PATCH v2 21/45] KVM: x86: Remove spurious clearing of async #PF MSR, Sean Christopherson
- [PATCH v2 22/45] KVM: x86: Drop kvm_arch_vcpu_free(), Sean Christopherson
- [PATCH v2 24/45] KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues, Sean Christopherson
- [PATCH v2 23/45] KVM: Remove kvm_arch_vcpu_free() declaration, Sean Christopherson
- [PATCH v2 25/45] KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH v2 26/45] KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page, Sean Christopherson
- [PATCH v2 27/45] KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu, Sean Christopherson
- [PATCH v2 28/45] KVM: x86: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu, Sean Christopherson
- [PATCH v2 29/45] KVM: Introduce kvm_vcpu_destroy(), Sean Christopherson
- [PATCH v2 33/45] KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH v2 31/45] KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init(), Sean Christopherson
- [PATCH v2 34/45] KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH v2 32/45] KVM: Move initialization of preempt notifier to kvm_vcpu_init(), Sean Christopherson
- [PATCH v2 30/45] KVM: Move vcpu alloc and init invocation to common code, Sean Christopherson
- [PATCH v2 35/45] KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH v2 36/45] KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create(), Sean Christopherson
- [PATCH v2 39/45] KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH v2 40/45] KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH v2 37/45] KVM: Drop kvm_arch_vcpu_setup(), Sean Christopherson
- [PATCH v2 41/45] KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH v2 42/45] KVM: arm64: Free sve_state via arm specific hook, Sean Christopherson
- [PATCH v2 38/45] KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH v2 43/45] KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit(), Sean Christopherson
- [PATCH v2 44/45] KVM: Move putting of vcpu->pid to kvm_vcpu_destroy(), Sean Christopherson
- [PATCH v2 45/45] KVM: Move vcpu->run page allocation out of kvm_vcpu_init(), Sean Christopherson
- Re: [PATCH v2 00/45] KVM: Refactor vCPU creation, Paolo Bonzini
- [PATCH v4 00/19] KVM: Dynamically size memslot arrays,
Sean Christopherson
- [PATCH v4 14/19] KVM: Clean up local variable usage in __kvm_set_memory_region(), Sean Christopherson
- [PATCH v4 01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot, Sean Christopherson
- [PATCH v4 12/19] KVM: Move memslot deletion to helper function, Sean Christopherson
- [PATCH v4 11/19] KVM: x86: Free arrays for old memslot when moving memslot's base gfn, Sean Christopherson
- [PATCH v4 03/19] KVM: Don't free new memslot if allocation of said memslot fails, Sean Christopherson
- [PATCH v4 02/19] KVM: Reinstall old memslots if arch preparation fails, Sean Christopherson
- [PATCH v4 05/19] KVM: x86: Allocate memslot resources during prepare_memory_region(), Sean Christopherson
- [PATCH v4 07/19] KVM: Explicitly free allocated-but-unused dirty bitmap, Sean Christopherson
- [PATCH v4 06/19] KVM: Drop kvm_arch_create_memslot(), Sean Christopherson
- [PATCH v4 04/19] KVM: PPC: Move memslot memory allocation into prepare_memory_region(), Sean Christopherson
- [PATCH v4 08/19] KVM: Refactor error handling for setting memory region, Sean Christopherson
- [PATCH v4 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log(), Sean Christopherson
- [PATCH v4 13/19] KVM: Simplify kvm_free_memslot() and all its descendents, Sean Christopherson
- [PATCH v4 18/19] KVM: Dynamically size memslot array based on number of used slots, Sean Christopherson
- [PATCH v4 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION, Sean Christopherson
- [PATCH v4 17/19] KVM: Terminate memslot walks via used_slots, Sean Christopherson
- [PATCH v4 09/19] KVM: Move setting of memslot into helper routine, Sean Christopherson
- [PATCH v4 10/19] KVM: Drop "const" attribute from old memslot in commit_memory_region(), Sean Christopherson
- [PATCH v4 15/19] KVM: Provide common implementation for generic dirty log functions, Sean Christopherson
- Re: [PATCH v4 00/19] KVM: Dynamically size memslot arrays, Christian Borntraeger
- Re: [PATCH v4 00/19] KVM: Dynamically size memslot arrays, Marc Zyngier
- [PATCH V2] arm64: Introduce ID_ISAR6 CPU register, Anshuman Khandual
- [PATCH 0/5] KVM: arm64: vcpu preempted check support,
yezengruan
- [PATCH v2] KVM: arm/arm64: Re-check VMA on detecting a poisoned page,
James Morse
- [kvm-unit-tests PATCH 00/10] KVM: arm64: PMUv3 Event Counter Tests,
Eric Auger
- [kvm-unit-tests PATCH 01/10] arm64: Provide read/write_sysreg_s, Eric Auger
- [kvm-unit-tests PATCH 02/10] arm: pmu: Let pmu tests take a sub-test parameter, Eric Auger
- [kvm-unit-tests PATCH 03/10] arm: pmu: Add a pmu struct, Eric Auger
- [kvm-unit-tests PATCH 04/10] arm: pmu: Check Required Event Support, Eric Auger
- [kvm-unit-tests PATCH 06/10] arm: pmu: Test chained counter, Eric Auger
- [kvm-unit-tests PATCH 05/10] arm: pmu: Basic event counter Tests, Eric Auger
- [kvm-unit-tests PATCH 07/10] arm: pmu: test 32-bit <-> 64-bit transitions, Eric Auger
- [kvm-unit-tests PATCH 09/10] arm/arm64: gic: Introduce setup_irq() helper, Eric Auger
- [kvm-unit-tests PATCH 10/10] arm: pmu: Test overflow interrupts, Eric Auger
- [kvm-unit-tests PATCH 08/10] arm: gic: Provide per-IRQ helper functions, Eric Auger
- [kvm-unit-tests PATCH 00/16] arm/arm64: Add ITS tests,
Eric Auger
- [kvm-unit-tests PATCH 01/16] libcflat: Add other size defines, Eric Auger
- [kvm-unit-tests PATCH 03/16] arm/arm64: gic: Introduce setup_irq() helper, Eric Auger
- [kvm-unit-tests PATCH 04/16] arm/arm64: gicv3: Add some re-distributor defines, Eric Auger
- [kvm-unit-tests PATCH 05/16] arm/arm64: ITS: Introspection tests, Eric Auger
- [kvm-unit-tests PATCH 06/16] arm/arm64: ITS: Test BASER, Eric Auger
- [kvm-unit-tests PATCH 07/16] arm/arm64: ITS: Set the LPI config and pending tables, Eric Auger
- [kvm-unit-tests PATCH 08/16] arm/arm64: ITS: Init the command queue, Eric Auger
- [kvm-unit-tests PATCH 09/16] arm/arm64: ITS: Enable/Disable LPIs at re-distributor level, Eric Auger
- [kvm-unit-tests PATCH 10/16] arm/arm64: ITS: its_enable_defaults, Eric Auger
- [kvm-unit-tests PATCH 12/16] arm/arm64: ITS: commands, Eric Auger
- [kvm-unit-tests PATCH 14/16] arm/run: Allow Migration tests, Eric Auger
- [kvm-unit-tests PATCH 13/16] arm/arm64: ITS: INT functional tests, Eric Auger
- [kvm-unit-tests PATCH 15/16] arm/arm64: ITS: migration tests, Eric Auger
- [kvm-unit-tests PATCH 16/16] arm/arm64: ITS: pending table migration test, Eric Auger
- [kvm-unit-tests PATCH 11/16] arm/arm64: ITS: Device and collection Initialization, Eric Auger
- [kvm-unit-tests PATCH 02/16] arm: gic: Provide per-IRQ helper functions, Eric Auger
- [PATCH v5 0/3] arm64: Workaround for Cortex-A55 erratum 1530923,
Steven Price
- [PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker,
Marc Zyngier
- [PATCH] KVM: arm/arm64: vgic-its: Fix restoration of unmapped collections,
Eric Auger
- [PATCH] KVM: arm64: Only sign-extend MMIO up to register width,
Christoffer Dall
- [GIT PULL] KVM/arm updates for 5.5-rc2,
Marc Zyngier
- [PATCH] arm64: Introduce ISAR6 CPU ID register,
Anshuman Khandual
- [PATCH] KVM: arm64: Ensure 'params' is initialised when looking up sys register,
Will Deacon
- [PATCH 0/3] KVM: arm/arm64: user_mem_abort() assorted fixes,
Marc Zyngier
- [PATCH v2 0/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters,
Andrew Murray
- [RFC PATCH v9 0/8] Enable ptp_kvm for arm64,
Jianyong Wu
- [kvm-unit-tests RFC 00/10] KVM: arm64: PMUv3 Event Counter Tests,
Eric Auger
- [kvm-unit-tests RFC 01/10] arm64: Provide read/write_sysreg_s, Eric Auger
- [kvm-unit-tests RFC 02/10] pmu: Let pmu tests take a sub-test parameter, Eric Auger
- [kvm-unit-tests RFC 03/10] pmu: Add a pmu struct, Eric Auger
- [kvm-unit-tests RFC 04/10] pmu: Check Required Event Support, Eric Auger
- [kvm-unit-tests RFC 05/10] pmu: Basic event counter Tests, Eric Auger
- [kvm-unit-tests RFC 06/10] pmu: Test chained counter, Eric Auger
- [kvm-unit-tests RFC 07/10] arm: pmu: test 32-bit <-> 64-bit transitions, Eric Auger
- [kvm-unit-tests RFC 08/10] arm: gic: Provide per-IRQ helper functions, Eric Auger
- [kvm-unit-tests RFC 09/10] arm/arm64: gic: Introduce setup_irq() helper, Eric Auger
- [kvm-unit-tests RFC 10/10] pmu: Test overflow interrupts, Eric Auger
- [kvm-unit-tests v3 PATCH] Switch the order of the parameters in report() and report_xfail(), Thomas Huth
- [PATCH] KVM: arm: remove excessive permission check in kvm_arch_prepare_memory_region,
Jia He
- [PATCH 0/2] kvm/arm64: unimplemented sysreg improvements,
Mark Rutland
- [RFC 0/3] KVM/ARM: Misc PMU fixes,
Eric Auger
- [PATCH] KVM: ARM: call hyp_cpu_pm_exit at the right place, Shannon Zhao
- [PATCH v2 0/5] target/arm: More EL2 trapping fixes,
Marc Zyngier
- [PATCH] trivial: kvm/arm: merge cases to reduce code lines, Heyi Guo
- [PATCH] kvm/arm64: change gicv3_cpuif to static likely branch,
Heyi Guo
- [PATCH v3] KVM: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vgic_create(),
linmiaohe
- [PATCH] KVM: arm/arm64: Fix some obsolete comments,
linmiaohe
- [PATCH 0/3] target/arm: More HCR_EL2.TIDx fixes,
Marc Zyngier
- [PATCH kvm-unit-tests] arm/arm64: PL031: Fix check_rtc_irq,
Andrew Jones
- [PATCH kvm-unit-tests v3] arm: Enable the VFP, Andrew Jones
- [PATCH kvm-unit-tests v2] arm: Enable the VFP, Andrew Jones
- [PATCH kvm-unit-tests] arm: Enable the VFP,
Andrew Jones
- [PATCH v2] KVM: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vgic_create(),
linmiaohe
- [kvm-unit-tests PATCH v2] Switch the order of the parameters in report() and report_xfail(),
Thomas Huth
- [PATCH] KVM: vgic: Fix potential double free dist->spis in __kvm_vgic_destroy(),
linmiaohe
- [PATCH] KVM: arm64: eliminate unnecessary var err and jump label in set_core_reg(),
linmiaohe
- [PATCH] KVM: arm64: get rid of var ret and out jump label in kvm_arch_vcpu_ioctl_set_guest_debug(),
linmiaohe
- [PATCH] KVM: vgic: Use warpper function to lock/unlock all vcpus in kvm_vgic_create(),
linmiaohe
- [RFC PATCH v8 0/7] Enable ptp_kvm for arm64,
Jianyong Wu
- [PATCH] target/arm: Honor HCR_EL2.TID3 trapping requirements,
Marc Zyngier
- [PATCH] KVM: arm: fix missing free_percpu_irq in kvm_timer_hyp_init(),
linmiaohe
- [PATCH v2] kvm: arm: VGIC: Fix interrupt group enablement,
Andre Przywara
- [PATCH] target/arm: Fix ISR_EL1 tracking when executing at EL2,
Marc Zyngier
- KVM_COMPAT support on aarch64,
Daniel Verkamp
- [PATCH] KVM: arm: get rid of unused arg in cpu_init_hyp_mode(),
linmiaohe
- [PATCH v2] arm64: Fix Kconfig indentation,
Krzysztof Kozlowski
- [GIT PULL] KVM/arm updates for 5.5,
Marc Zyngier
- [PATCH 06/22] KVM: Implement kvm_put_guest(), Marc Zyngier
- [PATCH 05/22] KVM: arm64: Implement PV_TIME_FEATURES call, Marc Zyngier
- [PATCH 03/22] KVM: arm64: Document PV-time interface, Marc Zyngier
- [PATCH 04/22] KVM: arm/arm64: Factor out hypercall handling from PSCI code, Marc Zyngier
- [PATCH 01/22] KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace, Marc Zyngier
- [PATCH 02/22] KVM: arm/arm64: Allow user injection of external data aborts, Marc Zyngier
- [PATCH 07/22] KVM: arm64: Support stolen time reporting via shared structure, Marc Zyngier
- [PATCH 08/22] KVM: Allow kvm_device_ops to be const, Marc Zyngier
- [PATCH 09/22] KVM: arm64: Provide VCPU attributes for stolen time, Marc Zyngier
- [PATCH 11/22] arm/arm64: Make use of the SMCCC 1.1 wrapper, Marc Zyngier
- [PATCH 14/22] KVM: arm/arm64: Show halt poll counters in debugfs, Marc Zyngier
- [PATCH 17/22] KVM: arm/arm64: vgic: Remove the declaration of kvm_send_userspace_msi(), Marc Zyngier
- [PATCH 22/22] KVM: arm64: Opportunistically turn off WFI trapping when using direct LPI injection, Marc Zyngier
- [PATCH 15/22] KVM: arm64: Don't set HCR_EL2.TVM when S2FWB is supported, Marc Zyngier
- [PATCH 20/22] KVM: arm/arm64: Let the timer expire in hardirq context on RT, Marc Zyngier
- [PATCH 18/22] KVM: arm/arm64: vgic: Fix some comments typo, Marc Zyngier
- [PATCH 10/22] arm/arm64: Provide a wrapper for SMCCC 1.1 calls, Marc Zyngier
- [PATCH 16/22] KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put, Marc Zyngier
- [PATCH 19/22] KVM: arm/arm64: vgic: Don't rely on the wrong pending table, Marc Zyngier
- [PATCH 13/22] KVM: arm64: Select TASK_DELAY_ACCT+TASKSTATS rather than SCHEDSTATS, Marc Zyngier
- [PATCH 21/22] KVM: vgic-v4: Track the number of VLPIs per vcpu, Marc Zyngier
- [PATCH 12/22] arm64: Retrieve stolen time as paravirtualized guest, Marc Zyngier
- Re: [GIT PULL] KVM/arm updates for 5.5, Paolo Bonzini
- [kvm-unit-tests PATCH] arm: Add missing test name prefix for pl031 and spinlock,
kuhn.chenqun
- [RFC PATCH v7 0/7] Enable ptp_kvm for arm64,
Jianyong Wu
- [PATCH v4 0/3] arm64: Workaround for Cortex-A55 erratum 1530923,
Steven Price
- [PATCH v3 0/3] arm64: Workaround for Cortex-A55 erratum 1530923,
Steven Price
- [PATCH v2 0/2] arm64: Workaround for Cortex-A55 erratum 1530923,
Steven Price
- [PATCH AUTOSEL 4.9 06/68] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table, Sasha Levin
- [PATCH AUTOSEL 4.14 011/115] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table, Sasha Levin
- [PATCH AUTOSEL 4.19 023/209] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table, Sasha Levin
- [PATCH -next] KVM: arm: remove duplicate include,
YueHaibing
- [PATCH 0/2] arm64: Workaround for Cortex-A55 erratum 1530923,
Steven Price
- [PATCH 0/3] kvm: arm: VGIC: Fix interrupt group enablement,
Andre Przywara
- [kvm-unit-tests PATCH 00/17] arm: gic: Test SPIs and interrupt groups,
Andre Przywara
- [kvm-unit-tests PATCH 01/17] arm: gic: Enable GIC MMIO tests for GICv3 as well, Andre Przywara
- [kvm-unit-tests PATCH 02/17] arm: gic: Generalise function names, Andre Przywara
- [kvm-unit-tests PATCH 03/17] arm: gic: Provide per-IRQ helper functions, Andre Przywara
- [kvm-unit-tests PATCH 04/17] arm: gic: Support no IRQs test case, Andre Przywara
- [kvm-unit-tests PATCH 05/17] arm: gic: Prepare IRQ handler for handling SPIs, Andre Przywara
- [kvm-unit-tests PATCH 06/17] arm: gic: Add simple shared IRQ test, Andre Przywara
- [kvm-unit-tests PATCH 08/17] arm: gic: Add simple SPI MP test, Andre Przywara
- [kvm-unit-tests PATCH 07/17] arm: gic: Extend check_acked() to allow silent call, Andre Przywara
- [kvm-unit-tests PATCH 09/17] arm: gic: Add test for flipping GICD_CTLR.DS, Andre Przywara
- [kvm-unit-tests PATCH 10/17] arm: gic: Check for writable IGROUPR registers, Andre Przywara
- [kvm-unit-tests PATCH 11/17] arm: gic: Check for validity of both group enable bits, Andre Przywara
- [kvm-unit-tests PATCH 12/17] arm: gic: Change gic_read_iar() to take group parameter, Andre Przywara
- [kvm-unit-tests PATCH 13/17] arm: gic: Change write_eoir() to take group parameter, Andre Przywara
- [kvm-unit-tests PATCH 14/17] arm: gic: Prepare for receiving GIC group 0 interrupts via FIQs, Andre Przywara
- [kvm-unit-tests PATCH 15/17] arm: gic: Provide FIQ handler, Andre Przywara
- [kvm-unit-tests PATCH 16/17] arm: gic: Prepare interrupt statistics for both groups, Andre Przywara
- [kvm-unit-tests PATCH 17/17] arm: gic: Test Group0 SPIs, Andre Przywara
- Memory regions and VMAs across architectures,
Christoffer Dall
- [PATCH 0/2] KVM: arm64: Reduce occurence of GICv4 doorbells on non-oversubscribed systems,
Marc Zyngier
- [PATCH] KVM: arm/arm64: Let the timer expire in hardirq context on RT, Sebastian Andrzej Siewior
- [PATCH v4 0/5] KVM: Unify mmu_memory_cache functionality across architectures,
Christoffer Dall
- [PATCH 0/3] KVM: arm/arm64: vgic: Some cleanups and fixes,
Zenghui Yu
- [PATCH v2] KVM: arm64: Don't set HCR_EL2.TVM when S2FWB is supported,
Christoffer Dall
- [PATCH v2 00/36] irqchip/gic-v4: GICv4.1 architecture support,
Marc Zyngier
- [PATCH v2 01/36] KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put, Marc Zyngier
- [PATCH v2 02/36] irqchip/gic-v3-its: Factor out wait_for_syncr primitive, Marc Zyngier
- [PATCH v2 03/36] irqchip/gic-v3-its: Allow LPI invalidation via the DirectLPI interface, Marc Zyngier
- [PATCH v2 04/36] irqchip/gic-v3-its: Make is_v4 use a TYPER copy, Marc Zyngier
- [PATCH v2 05/36] irqchip/gic-v3-its: Kill its->ite_size and use TYPER copy instead, Marc Zyngier
- [PATCH v2 06/36] irqchip/gic-v3-its: Kill its->device_ids and use TYPER copy instead, Marc Zyngier
- [PATCH v2 07/36] irqchip/gic-v3-its: Add get_vlpi_map() helper, Marc Zyngier
- [PATCH v2 08/36] irqchip/gic-v3: Detect GICv4.1 supporting RVPEID, Marc Zyngier
- [PATCH v2 09/36] irqchip/gic-v3: Add GICv4.1 VPEID size discovery, Marc Zyngier
- [PATCH v2 10/36] irqchip/gic-v3: Workaround Cavium TX1 erratum when reading GICD_TYPER2, Marc Zyngier
- [PATCH v2 11/36] irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocation, Marc Zyngier
- [PATCH v2 12/36] irqchip/gic-v4.1: Implement the v4.1 flavour of VMAPP, Marc Zyngier
- [PATCH v2 13/36] irqchip/gic-v4.1: Don't use the VPE proxy if RVPEID is set, Marc Zyngier
- [PATCH v2 14/36] irqchip/gic-v4.1: Implement the v4.1 flavour of VMOVP, Marc Zyngier
- [PATCH v2 15/36] irqchip/gic-v4.1: Plumb skeletal VPE irqchip, Marc Zyngier
- [PATCH v2 16/36] irqchip/gic-v4.1: Add mask/unmask doorbell callbacks, Marc Zyngier
- [PATCH v2 17/36] irqchip/gic-v4.1: Add VPE residency callback, Marc Zyngier
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]