Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
05aed9412b0bd0d9a985d94010c42ff0a5c6cc29
/
virt
/
kvm
/
arm
/
vgic
c884d8a
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 6 years ago
b3e9783
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
caab277
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
by Thomas Gleixner
· 6 years ago
4729ec8
KVM: arm/arm64: vgic: Fix kvm_device leak in vgic_its_destroy
by Dave Martin
· 6 years ago
1802d0b
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
by Thomas Gleixner
· 6 years ago
96085b9
KVM: arm/arm64: vgic-v3: Retire pending interrupts on disabling LPIs
by Marc Zyngier
· 6 years ago
d9ea27a
KVM: arm/arm64: vgic-its: Make attribute accessors static
by YueHaibing
· 6 years ago
7494cec
KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslots
by Marc Zyngier
· 6 years ago
a6ecfb1
KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memory
by Marc Zyngier
· 6 years ago
ca71228
arm64: KVM: Always set ICH_HCR_EL2.EN if GICv4 is enabled
by Marc Zyngier
· 6 years ago
636deed
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
7aa8d14
arm/arm64: KVM: Introduce kvm_call_hyp_ret()
by Marc Zyngier
· 6 years ago
ab2d5eb
KVM: arm/arm64: vgic: Always initialize the group of private IRQs
by Christoffer Dall
· 6 years ago
e08d8d2
KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock a raw_spinlock
by Julien Thierry
· 6 years ago
fc3bc47
KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_spinlock
by Julien Thierry
· 6 years ago
8fa3adb
KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlock
by Julien Thierry
· 6 years ago
792bf4d
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
107352a
arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 PPIs/SGIs
by Marc Zyngier
· 6 years ago
9009782
KVM: arm/arm64: vgic: Consider priority and active state for pending irq
by Christoffer Dall
· 6 years ago
c23b2e6f
KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()
by Gustavo A. R. Silva
· 6 years ago
bea2ef8
KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum
by Marc Zyngier
· 6 years ago
2e2f6c3
KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled
by Julien Thierry
· 6 years ago
60c3ab3
KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state
by Christoffer Dall
· 6 years ago
d4d592a
KVM: arm/arm64: vgic: Replace spin_is_locked() with lockdep
by Lance Roy
· 6 years ago
8ad50c8
vgic: Add support for 52bit guest physical address
by Kristina Martsenko
· 6 years ago
e55cac5
kvm: arm/arm64: Prepare for VM specific stage2 translations
by Suzuki K Poulose
· 6 years ago
d0823cb
KVM: arm/arm64: vgic: Do not use spin_lock_irqsave/restore with irq disabled
by Jia He
· 6 years ago
dc961e5
KVM: arm/arm64: vgic: Move DEBUG_SPINLOCK_BUG_ON to vgic.h
by Jia He
· 6 years ago
6249f2a
KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs
by Marc Zyngier
· 6 years ago
6b8b9a4
KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()
by Mark Rutland
· 7 years ago
32f8777
KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPR
by Christoffer Dall
· 7 years ago
d53c2c29
KVM: arm/arm64: vgic: Allow configuration of interrupt groups
by Christoffer Dall
· 7 years ago
b489edc
KVM: arm/arm64: vgic: Return error on incompatible uaccess GICD_IIDR writes
by Christoffer Dall
· 7 years ago
c6e0917
KVM: arm/arm64: vgic: Permit uaccess writes to return errors
by Christoffer Dall
· 7 years ago
8732209
KVM: arm/arm64: vgic: Signal IRQs using their configured group
by Christoffer Dall
· 7 years ago
8df3c8f
KVM: arm/arm64: vgic: Add group field to struct irq
by Christoffer Dall
· 7 years ago
dd6251e
KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero
by Christoffer Dall
· 7 years ago
aa075b0
KVM: arm/arm64: vgic: Keep track of implementation revision
by Christoffer Dall
· 7 years ago
a2dca21
KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3
by Christoffer Dall
· 7 years ago
e294cb3
KVM: arm/arm64: vgic-debug: Show LPI status
by Marc Zyngier
· 7 years ago
2326ace
KVM: arm64: vgic-its: Remove VLA usage
by Kees Cook
· 7 years ago
1d47191
KVM: arm/arm64: Fix vgic init race
by Christoffer Dall
· 7 years ago
ba56bc3
KVM: arm/arm64: Drop resource size check for GICV window
by Ard Biesheuvel
· 7 years ago
b08fc52
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
929f45e
kvm: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
5eec43a
Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 7 years ago
04c1109
KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
by Eric Auger
· 7 years ago
c957a6d
KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
by Eric Auger
· 7 years ago
c011f4e
KVM: arm/arm64: Check vcpu redist base before registering an iodev
by Eric Auger
· 7 years ago
5ec17fb
KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init
by Eric Auger
· 7 years ago
ccc27bf
KVM: arm/arm64: Helper to register a new redistributor region
by Eric Auger
· 7 years ago
028bf27
KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
by Eric Auger
· 7 years ago
ba7b3f1
KVM: arm/arm64: Revisit Redistributor TYPER last bit computation
by Eric Auger
· 7 years ago
dc52461
KVM: arm/arm64: Helper to locate free rdist index
by Eric Auger
· 7 years ago
dbd9733
KVM: arm/arm64: Replace the single rdist region by a list
by Eric Auger
· 7 years ago
9153ab7
KVM: arm/arm64: Set dist->spis to NULL after kfree
by Eric Auger
· 7 years ago
711702b
KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls
by Andre Przywara
· 7 years ago
bf30824
KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
by Andre Przywara
· 7 years ago
9c41887
KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity
by Andre Przywara
· 7 years ago
388d435
KVM: arm/arm64: Properly protect VGIC locks from IRQs
by Andre Przywara
· 7 years ago
f3351c6
Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm
by Radim Krčmář
· 7 years ago
c3616a07
KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance
by Valentin Schneider
· 7 years ago
46dc111
rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
5369290
KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGI
by Marc Zyngier
· 7 years ago
5e1ca5e
KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()
by Mark Rutland
· 7 years ago
41b8759
KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_get_irq()
by Mark Rutland
· 7 years ago
bf9a413
KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration
by Andre Przywara
· 7 years ago
7d8b44c
KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list
by Marc Zyngier
· 7 years ago
67b5b67
KVM: arm/arm64: vgic: Disallow Active+Pending for level interrupts
by Marc Zyngier
· 7 years ago
5fbb0df
Merge tag 'kvm-arm-fixes-for-v4.16-2' into HEAD
by Marc Zyngier
· 7 years ago
1bb32a4
KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
by Marc Zyngier
· 7 years ago
807a378
KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
by Marc Zyngier
· 7 years ago
2d0e63e
KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs
by Christoffer Dall
· 7 years ago
923a2e3
KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
by Christoffer Dall
· 7 years ago
771621b
KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
by Christoffer Dall
· 7 years ago
75174ba
KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
by Christoffer Dall
· 8 years ago
bb5ed70
KVM: arm/arm64: Get rid of vgic_elrsr
by Christoffer Dall
· 7 years ago
829a586
KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
by Christoffer Dall
· 7 years ago
16ca6a6
KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid
by Marc Zyngier
· 7 years ago
7660042
KVM: arm/arm64: Reduce verbosity of KVM init log
by Ard Biesheuvel
· 7 years ago
413aa80
KVM: arm/arm64: Reset mapped IRQs on VM reset
by Christoffer Dall
· 7 years ago
62b06f8
KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending
by Andre Przywara
· 7 years ago
7bf14c2
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Radim Krčmář
· 7 years ago
f8f85dc
KVM: arm64: Fix GICv4 init when called from vgic_its_create
by Christoffer Dall
· 7 years ago
df635c5
KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
by Christoffer Dall
· 7 years ago
b6909a6
KVM: arm/arm64: Support a vgic interrupt line level sample function
by Christoffer Dall
· 7 years ago
e40cc57
KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
by Christoffer Dall
· 7 years ago
6c1b752
KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpu
by Christoffer Dall
· 7 years ago
4404b33
KVM: arm: Use PTR_ERR_OR_ZERO()
by Vasyl Gomonovych
· 7 years ago
7465894
KVM: arm/arm64: Fix spinlock acquisition in vgic_set_owner
by Marc Zyngier
· 7 years ago
a05d1c0
KVM: arm/arm64: vgic-v4: Only perform an unmap for valid vLPIs
by Marc Zyngier
· 7 years ago
686f294
KVM: arm/arm64: vgic-its: Check result of allocation before use
by Marc Zyngier
· 7 years ago
64afe6e
KVM: arm/arm64: vgic-its: Preserve the revious read from the pending table
by Marc Zyngier
· 7 years ago
ddb4b01
KVM: arm/arm64: vgic: Preserve the revious read from the pending table
by Marc Zyngier
· 7 years ago
150009e
KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocation
by Marc Zyngier
· 7 years ago
285a90e
KVM: arm/arm64: VGIC: extend !vgic_is_initialized guard
by Andre Przywara
· 7 years ago
fc3790f
Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 7 years ago
974aa56
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
95b110a
KVM: arm/arm64: Don't queue VLPIs on INV/INVALL
by Christoffer Dall
· 7 years ago
Next »