index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch kvm-arm64/kerneldoc into kvmarm/next
Oliver Upton
2024-03-07
10
-15
/
+24
|
\
|
*
KVM: arm64: vgic: fix a kernel-doc warning
Randy Dunlap
2024-02-01
1
-1
/
+1
|
*
KVM: arm64: vgic-its: fix kernel-doc warnings
Randy Dunlap
2024-02-01
1
-2
/
+2
|
*
KVM: arm64: vgic-init: fix a kernel-doc warning
Randy Dunlap
2024-02-01
1
-1
/
+3
|
*
KVM: arm64: sys_regs: fix kernel-doc warnings
Randy Dunlap
2024-02-01
1
-2
/
+5
|
*
KVM: arm64: PMU: fix kernel-doc warnings
Randy Dunlap
2024-02-01
1
-2
/
+2
|
*
KVM: arm64: mmu: fix a kernel-doc warning
Randy Dunlap
2024-02-01
1
-1
/
+1
|
*
KVM: arm64: vhe: fix a kernel-doc warning
Randy Dunlap
2024-02-01
1
-1
/
+1
|
*
KVM: arm64: hyp/aarch32: fix kernel-doc warnings
Randy Dunlap
2024-02-01
1
-2
/
+2
|
*
KVM: arm64: guest: fix kernel-doc warnings
Randy Dunlap
2024-02-01
1
-2
/
+5
|
*
KVM: arm64: debug: fix kernel-doc warnings
Randy Dunlap
2024-02-01
1
-1
/
+2
*
|
Merge branch kvm-arm64/vfio-normal-nc into kvmarm/next
Oliver Upton
2024-03-07
4
-9
/
+33
|
\
\
|
*
|
KVM: arm64: Set io memory s2 pte as normalnc for vfio pci device
Ankit Agrawal
2024-02-24
1
-4
/
+10
|
*
|
KVM: arm64: Introduce new flag for non-cacheable IO memory
Ankit Agrawal
2024-02-24
3
-5
/
+23
|
|
/
*
|
Merge branch kvm-arm64/lpi-xarray into kvmarm/next
Oliver Upton
2024-03-07
6
-65
/
+74
|
\
\
|
*
|
KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()
Oliver Upton
2024-02-23
3
-22
/
+11
|
*
|
KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
Oliver Upton
2024-02-23
2
-11
/
+10
|
*
|
KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
Oliver Upton
2024-02-23
2
-8
/
+15
|
*
|
KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
Oliver Upton
2024-02-23
1
-1
/
+1
|
*
|
KVM: arm64: vgic: Use atomics to count LPIs
Oliver Upton
2024-02-23
3
-4
/
+4
|
*
|
KVM: arm64: vgic: Get rid of the LPI linked-list
Oliver Upton
2024-02-23
3
-8
/
+2
|
*
|
KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
Oliver Upton
2024-02-23
1
-1
/
+8
|
*
|
KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
Oliver Upton
2024-02-23
1
-1
/
+2
|
*
|
KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
Oliver Upton
2024-02-23
1
-14
/
+5
|
*
|
KVM: arm64: vgic: Store LPIs in an xarray
Oliver Upton
2024-02-23
3
-1
/
+22
|
|
/
*
|
Merge branch kvm-arm64/vm-configuration into kvmarm/next
Oliver Upton
2024-03-07
14
-170
/
+997
|
\
\
|
*
|
KVM: arm64: Don't initialize idreg debugfs w/ preemption disabled
Oliver Upton
2024-02-27
3
-5
/
+14
|
*
|
KVM: arm64: Fail the idreg iterator if idregs aren't initialized
Oliver Upton
2024-02-27
1
-1
/
+2
|
*
|
KVM: arm64: Make build-time check of RES0/RES1 bits optional
Marc Zyngier
2024-02-22
2
-0
/
+15
|
*
|
KVM: arm64: Add debugfs file for guest's ID registers
Marc Zyngier
2024-02-19
2
-0
/
+84
|
*
|
KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later checking
Marc Zyngier
2024-02-19
2
-0
/
+124
|
*
|
KVM: arm64: Make FEAT_MOPS UNDEF if not advertised to the guest
Marc Zyngier
2024-02-19
4
-4
/
+10
|
*
|
KVM: arm64: Make AMU sysreg UNDEF if FEAT_AMU is not advertised to the guest
Marc Zyngier
2024-02-19
1
-0
/
+4
|
*
|
KVM: arm64: Make PIR{,E0}_EL1 UNDEF if S1PIE is not advertised to the guest
Marc Zyngier
2024-02-19
2
-3
/
+25
|
*
|
KVM: arm64: Make TLBI OS/Range UNDEF if not advertised to the guest
Marc Zyngier
2024-02-19
1
-0
/
+34
|
*
|
KVM: arm64: Streamline save/restore of HFG[RW]TR_EL2
Marc Zyngier
2024-02-19
1
-33
/
+9
|
*
|
KVM: arm64: Move existing feature disabling over to FGU infrastructure
Marc Zyngier
2024-02-19
4
-14
/
+36
|
*
|
KVM: arm64: Propagate and handle Fine-Grained UNDEF bits
Marc Zyngier
2024-02-19
2
-20
/
+72
|
*
|
KVM: arm64: Add Fine-Grained UNDEF tracking information
Marc Zyngier
2024-02-19
2
-12
/
+21
|
*
|
KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()
Marc Zyngier
2024-02-19
4
-3
/
+4
|
*
|
KVM: arm64: Use the xarray as the primary sysreg/sysinsn walker
Marc Zyngier
2024-02-19
3
-55
/
+50
|
*
|
KVM: arm64: Register AArch64 system register entries with the sysreg xarray
Marc Zyngier
2024-02-19
3
-3
/
+50
|
*
|
KVM: arm64: Always populate the trap configuration xarray
Marc Zyngier
2024-02-19
1
-4
/
+1
|
*
|
KVM: arm64: nv: Move system instructions to their own sys_reg_desc array
Marc Zyngier
2024-02-19
1
-15
/
+44
|
*
|
KVM: arm64: Drop the requirement for XARRAY_MULTI
Marc Zyngier
2024-02-19
1
-1
/
+0
|
*
|
KVM: arm64: nv: Turn encoding ranges into discrete XArray stores
Marc Zyngier
2024-02-19
1
-13
/
+36
|
*
|
KVM: arm64: nv: Correctly handle negative polarity FGTs
Marc Zyngier
2024-02-19
1
-3
/
+56
|
*
|
KVM: arm64: Unify HDFG[WR]TR_GROUP FGT identifiers
Marc Zyngier
2024-02-19
1
-2
/
+1
|
*
|
KVM: arm64: nv: Drop sanitised_sys_reg() helper
Marc Zyngier
2024-02-19
1
-15
/
+7
|
*
|
KVM: arm64: nv: Add sanitising to VNCR-backed HCRX_EL2
Marc Zyngier
2024-02-19
1
-0
/
+42
[next]