Age | Commit message (Expand) | Author | Files | Lines |
2017-06-08 | KVM: arm/arm64: Introduce an allocator for in-kernel irq lines | Christoffer Dall | 1 | -0/+33 |
2017-06-08 | KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace | Christoffer Dall | 1 | -0/+104 |
2017-06-08 | KVM: arm/arm64: Move timer IRQ default init to arch_timer.c | Christoffer Dall | 1 | -12/+16 |
2017-06-08 | KVM: arm/arm64: Move irq_is_ppi() to header file | Christoffer Dall | 1 | -2/+0 |
2017-06-08 | KVM: arm64: Allow creating the PMU without the in-kernel GIC | Christoffer Dall | 2 | -12/+43 |
2017-06-06 | KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages | Marc Zyngier | 1 | -0/+3 |
2017-06-06 | KVM: arm/arm64: vgic-v3: Fix nr_pre_bits bitfield extraction | Christoffer Dall | 1 | -1/+1 |
2017-06-04 | KVM: arm/arm64: timer: remove request-less vcpu kick | Andrew Jones | 1 | -1/+1 |
2017-06-04 | KVM: arm/arm64: PMU: remove request-less vcpu kick | Andrew Jones | 1 | -21/+19 |
2017-06-04 | KVM: arm/arm64: use vcpu requests for irq injection | Andrew Jones | 2 | -2/+14 |
2017-06-04 | KVM: arm/arm64: change exit request to sleep request | Andrew Jones | 2 | -8/+8 |
2017-06-04 | KVM: arm/arm64: optimize VCPU RUN | Andrew Jones | 2 | -8/+13 |
2017-06-04 | KVM: arm/arm64: use vcpu requests for power_off | Andrew Jones | 1 | -3/+2 |
2017-06-04 | KVM: arm/arm64: replace pause checks with vcpu request checks | Andrew Jones | 1 | -3/+17 |
2017-06-04 | KVM: arm/arm64: properly use vcpu requests | Andrew Jones | 2 | -2/+13 |
2017-06-04 | KVM: arm/arm64: Use uaccess functions for GICv3 {sc}active | Christoffer Dall | 1 | -6/+8 |
2017-05-24 | KVM: arm/arm64: Fix isues with GICv2 on GICv3 migration | Christoffer Dall | 4 | -23/+80 |
2017-05-23 | KVM: arm/arm64: Simplify active_change_prepare and plug race | Christoffer Dall | 3 | -29/+20 |
2017-05-23 | KVM: arm/arm64: Separate guest and uaccess writes to dist {sc}active | Christoffer Dall | 4 | -12/+60 |
2017-05-23 | KVM: arm/arm64: Allow GICv2 to supply a uaccess register function | Christoffer Dall | 2 | -12/+14 |
2017-05-18 | KVM: arm/arm64: Hold slots_lock when unregistering kvm io bus devices | Christoffer Dall | 1 | -3/+6 |
2017-05-18 | KVM: arm/arm64: Fix bug when registering redist iodevs | Christoffer Dall | 2 | -4/+10 |
2017-05-16 | kvm: arm/arm64: Fix use after free of stage2 page table | Suzuki K Poulose | 1 | -4/+13 |
2017-05-16 | kvm: arm/arm64: Force reading uncached stage2 PGD | Suzuki K Poulose | 1 | -1/+1 |
2017-05-15 | kvm: arm/arm64: Fix race in resetting stage2 PGD | Suzuki K Poulose | 1 | -8/+8 |
2017-05-15 | KVM: arm/arm64: vgic-v3: Use PREbits to infer the number of ICH_APxRn_EL2 reg... | Marc Zyngier | 1 | -9/+9 |
2017-05-15 | KVM: arm/arm64: vgic-v3: Do not use Active+Pending state for a HW interrupt | Marc Zyngier | 1 | -0/+7 |
2017-05-15 | KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interrupt | Marc Zyngier | 1 | -0/+7 |
2017-05-09 | Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke... | Paolo Bonzini | 16 | -277/+5725 |
2017-05-09 | KVM: arm/arm64: vgic-its: Cleanup after failed ITT restore | Christoffer Dall | 1 | -13/+22 |
2017-05-09 | KVM: arm/arm64: Don't call map_resources when restoring ITS tables | Christoffer Dall | 1 | -9/+1 |
2017-05-09 | KVM: arm/arm64: Register ITS iodev when setting base address | Christoffer Dall | 3 | -43/+10 |
2017-05-09 | KVM: arm/arm64: Get rid of its->initialized field | Marc Zyngier | 1 | -6/+1 |
2017-05-09 | KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUs | Christoffer Dall | 6 | -11/+71 |
2017-05-09 | KVM: arm/arm64: Slightly rework kvm_vgic_addr | Christoffer Dall | 1 | -9/+13 |
2017-05-09 | KVM: arm/arm64: Make vgic_v3_check_base more broadly usable | Christoffer Dall | 2 | -4/+16 |
2017-05-09 | KVM: arm/arm64: Refactor vgic_register_redist_iodevs | Christoffer Dall | 3 | -44/+68 |
2017-05-09 | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 1 | -4/+0 |
2017-05-09 | KVM: set no_llseek in stat_fops_per_vm | Geliang Tang | 1 | -2/+2 |
2017-05-09 | KVM: arm/arm64: vgic: Rename kvm_vgic_vcpu_init to kvm_vgic_vcpu_enable | Christoffer Dall | 1 | -6/+2 |
2017-05-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -15/+3 |
2017-05-09 | mm: introduce kv[mz]alloc helpers | Michal Hocko | 1 | -15/+3 |
2017-05-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 13 | -369/+540 |
2017-05-08 | KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES | Eric Auger | 3 | -0/+72 |
2017-05-08 | KVM: arm64: vgic-its: Fix pending table sync | Eric Auger | 1 | -12/+12 |
2017-05-08 | KVM: arm64: vgic-its: ITT save and restore | Eric Auger | 2 | -3/+117 |
2017-05-08 | KVM: arm64: vgic-its: Device table save/restore | Eric Auger | 2 | -5/+199 |
2017-05-08 | KVM: arm64: vgic-its: vgic_its_check_id returns the entry's GPA | Eric Auger | 1 | -3/+8 |
2017-05-08 | KVM: arm64: vgic-its: Collection table save/restore | Eric Auger | 2 | -2/+107 |
2017-05-08 | KVM: arm64: vgic-its: Add infrastructure for table lookup | Eric Auger | 1 | -0/+92 |