index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
vgic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm64: GICv4.1: Fix race with doorbell on VPE activation/deactivation
Marc Zyngier
2023-01-21
3
-16
/
+18
*
KVM: arm64: vgic: Add Apple M2 cpus to the list of broken SEIS implementations
Marc Zyngier
2023-01-05
1
-0
/
+2
*
KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
2022-11-10
1
-0
/
+20
*
KVM: arm64: vgic: Fix exit condition in scan_its_table()
Eric Ren
2022-10-15
1
-1
/
+4
*
KVM: arm64: vgic: Remove duplicate check in update_affinity_collection()
Gavin Shan
2022-09-26
1
-1
/
+1
*
KVM: arm64: vgic: Tidy-up calls to vgic_{get,set}_common_attr()
Marc Zyngier
2022-07-17
1
-52
/
+26
*
KVM: arm64: vgic: Consolidate userspace access for base address setting
Marc Zyngier
2022-07-17
1
-44
/
+31
*
KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address setting
Marc Zyngier
2022-07-17
1
-0
/
+32
*
KVM: arm64: vgic: Use {get,put}_user() instead of copy_{from.to}_user
Marc Zyngier
2022-07-17
1
-3
/
+3
*
KVM: arm64: vgic-v2: Consolidate userspace access for MMIO registers
Marc Zyngier
2022-07-17
1
-22
/
+17
*
KVM: arm64: vgic-v3: Consolidate userspace access for MMIO registers
Marc Zyngier
2022-07-17
1
-66
/
+37
*
KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace
Marc Zyngier
2022-07-17
5
-8
/
+12
*
KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess()
Marc Zyngier
2022-07-17
2
-28
/
+9
*
KVM: arm64: vgic-v3: Simplify vgic_v3_has_cpu_sysregs_attr()
Marc Zyngier
2022-07-17
2
-8
/
+3
*
KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pending
Marc Zyngier
2022-06-08
2
-39
/
+22
*
KVM: arm64: Don't read a HW interrupt pending state in user context
Marc Zyngier
2022-06-07
3
-5
/
+21
*
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-05-25
6
-55
/
+269
|
\
|
*
Merge branch kvm-arm64/its-save-restore-fixes-5.19 into kvmarm-master/next
Marc Zyngier
2022-05-16
1
-18
/
+78
|
|
\
|
|
*
KVM: arm64: vgic: Undo work in failed ITS restores
Ricardo Koller
2022-05-16
1
-2
/
+13
|
|
*
KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
Ricardo Koller
2022-05-16
1
-4
/
+23
|
|
*
KVM: arm64: vgic: Add more checks when restoring ITS tables
Ricardo Koller
2022-05-16
1
-0
/
+7
|
|
*
KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
Ricardo Koller
2022-05-16
1
-12
/
+35
|
*
|
Merge branch kvm-arm64/misc-5.19 into kvmarm-master/next
Marc Zyngier
2022-05-16
1
-0
/
+4
|
|
\
\
|
|
*
|
KVM: arm64: vgic-v3: List M1 Pro/Max as requiring the SEIS workaround
Marc Zyngier
2022-05-15
1
-0
/
+4
|
|
|
/
|
*
|
KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revision
Marc Zyngier
2022-05-04
4
-6
/
+47
|
*
|
KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidation
Marc Zyngier
2022-05-04
3
-21
/
+111
|
*
|
KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIs
Marc Zyngier
2022-05-04
3
-10
/
+29
|
|
/
*
/
KVM: Add max_vcpus field in common 'struct kvm'
Sean Christopherson
2022-05-02
1
-3
/
+3
|
/
*
KVM: arm64: vgic: Remove unnecessary type castings
Yu Zhe
2022-04-06
2
-6
/
+6
*
Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-03-18
1
-1
/
+1
|
\
|
*
KVM: arm64: fix typos in comments
Julia Lawall
2022-03-18
1
-1
/
+1
*
|
KVM: arm64: vgic: Read HW interrupt pending state from the HW
Marc Zyngier
2022-02-11
1
-0
/
+2
|
/
*
Merge tag 'kvmarm-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2022-01-28
1
-2
/
+15
|
\
|
*
KVM: arm64: vgic-v3: Restrict SEIS workaround to known broken systems
Marc Zyngier
2022-01-22
1
-2
/
+15
*
|
Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-01-07
6
-11
/
+18
|
\
|
|
*
Merge branch kvm-arm64/vgic-fixes-5.17 into kvmarm-master/next
Marc Zyngier
2021-12-16
3
-7
/
+9
|
|
\
|
|
*
KVM: arm64: vgic: Demote userspace-triggered console prints to kvm_debug()
Marc Zyngier
2021-12-16
2
-4
/
+4
|
|
*
KVM: arm64: vgic-v3: Fix vcpu index comparison
Marc Zyngier
2021-12-16
1
-3
/
+5
|
*
|
Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/next
Marc Zyngier
2021-12-15
2
-1
/
+6
|
|
\
\
|
|
*
|
KVM: arm64: pkvm: Disable GICv2 support
Quentin Perret
2021-12-15
2
-1
/
+6
|
|
|
/
|
*
|
Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next
Marc Zyngier
2021-12-07
2
-2
/
+2
|
|
\
\
|
|
*
|
KVM: arm64: Constify kvm_io_gic_ops
Rikard Falkeborn
2021-12-06
2
-2
/
+2
|
|
|
/
|
*
/
KVM: arm64: Drop vcpu->arch.has_run_once for vcpu->pid
Marc Zyngier
2021-12-01
1
-1
/
+1
|
|
/
*
/
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
2021-12-08
7
-15
/
+18
|
/
*
Merge branch kvm-arm64/memory-accounting into kvmarm-master/next
Marc Zyngier
2021-10-17
5
-11
/
+11
|
\
|
*
KVM: arm64: vgic: Add memcg accounting to vgic allocations
Jia He
2021-10-17
5
-11
/
+11
*
|
Merge branch kvm-arm64/vgic-fixes-5.16 into kvmarm-master/next
Marc Zyngier
2021-10-17
1
-3
/
+18
|
\
\
|
*
|
KVM: arm64: vgic-v3: Reduce common group trapping to ICV_DIR_EL1 when possible
Marc Zyngier
2021-10-17
1
-4
/
+11
|
*
|
KVM: arm64: vgic-v3: Work around GICv3 locally generated SErrors
Marc Zyngier
2021-10-17
1
-0
/
+8
|
|
/
*
|
KVM: arm64: vgic: Drop vgic_check_ioaddr()
Ricardo Koller
2021-10-11
2
-25
/
+4
[next]