index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
checkincludes.pl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-08
KVM: arm64: Use hVHE in pKVM by default on CPUs with VHE support
Will Deacon
1
-1
/
+1
2024-05-08
KVM: arm64: Fix hvhe/nvhe early alias parsing
Will Deacon
1
-1
/
+1
2024-05-03
KVM: arm64: Move management of __hyp_running_vcpu to load/put on VHE
Marc Zyngier
1
-1
/
+4
2024-05-03
KVM: arm64: Convert kvm_mpidr_index() to bitmap_gather()
Marc Zyngier
1
-13
/
+3
2024-05-03
KVM: arm64: vgic: Allocate private interrupts on demand
Marc Zyngier
2
-20
/
+64
2024-05-01
KVM: arm64: Force injection of a data abort on NISV MMIO exit
Marc Zyngier
2
-0
/
+15
2024-05-01
KVM: arm64: Restrict supported capabilities for protected VMs
Fuad Tabba
1
-0
/
+32
2024-05-01
KVM: arm64: Refactor setting the return value in kvm_vm_ioctl_enable_cap()
Fuad Tabba
1
-15
/
+9
2024-05-01
KVM: arm64: Document the KVM/arm64-specific calls in hypercalls.rst
Will Deacon
2
-0
/
+47
2024-05-01
KVM: arm64: Rename firmware pseudo-register documentation file
Will Deacon
2
-4
/
+4
2024-05-01
KVM: arm64: Reformat/beautify PTP hypercall documentation
Will Deacon
1
-14
/
+24
2024-05-01
KVM: arm64: Clarify rationale for ZCR_EL1 value restored on guest exit
Fuad Tabba
1
-1
/
+23
2024-05-01
KVM: arm64: Introduce and use predicates that check for protected VMs
Fuad Tabba
3
-8
/
+11
2024-05-01
KVM: arm64: Add is_pkvm_initialized() helper
Quentin Perret
1
-4
/
+8
2024-05-01
KVM: arm64: Simplify vgic-v3 hypercalls
Marc Zyngier
10
-76
/
+38
2024-05-01
KVM: arm64: Move setting the page as dirty out of the critical section
Fuad Tabba
1
-3
/
+5
2024-05-01
KVM: arm64: Change kvm_handle_mmio_return() return polarity
Fuad Tabba
2
-3
/
+3
2024-05-01
KVM: arm64: Fix comment for __pkvm_vcpu_init_traps()
Fuad Tabba
1
-1
/
+1
2024-05-01
KVM: arm64: Prevent kmemleak from accessing .hyp.data
Quentin Perret
1
-0
/
+1
2024-05-01
KVM: arm64: Do not map the host fpsimd state to hyp in pKVM
Fuad Tabba
3
-31
/
+4
2024-05-01
KVM: arm64: Rename __tlb_switch_to_{guest,host}() in VHE
Fuad Tabba
1
-13
/
+13
2024-05-01
KVM: arm64: Support TLB invalidation in guest context
Will Deacon
1
-24
/
+91
2024-05-01
KVM: arm64: Avoid BBM when changing only s/w bits in Stage-2 PTE
Will Deacon
1
-0
/
+15
2024-05-01
KVM: arm64: Check for PTE validity when checking for executable/cacheable
Marc Zyngier
1
-3
/
+3
2024-05-01
KVM: arm64: Avoid BUG-ing from the host abort path
Quentin Perret
1
-1
/
+7
2024-05-01
KVM: arm64: Issue CMOs when tearing down guest s2 pages
Quentin Perret
1
-0
/
+1
2024-05-01
KVM: arm64: Do not re-initialize the KVM lock
Fuad Tabba
1
-1
/
+0
2024-05-01
KVM: arm64: Refactor checks for FP state ownership
Fuad Tabba
6
-10
/
+13
2024-05-01
KVM: arm64: Move guest_owns_fp_regs() to increase its scope
Fuad Tabba
4
-8
/
+8
2024-05-01
KVM: arm64: Initialize the kvm host data's fpsimd_state pointer in pKVM
Fuad Tabba
3
-0
/
+13
2024-05-01
KVM: arm64: Remove duplicated AA64MMFR1_EL1 XNX
Russell King
1
-1
/
+0
2024-04-25
KVM: selftests: Add stress test for LPI injection
Oliver Upton
2
-0
/
+411
2024-04-25
KVM: selftests: Use MPIDR_HWID_BITMASK from cputype.h
Oliver Upton
2
-2
/
+2
2024-04-25
KVM: selftests: Add helper for enabling LPIs on a redistributor
Oliver Upton
3
-0
/
+29
2024-04-25
KVM: selftests: Add a minimal library for interacting with an ITS
Oliver Upton
6
-1
/
+295
2024-04-25
KVM: selftests: Add quadword MMIO accessors
Oliver Upton
1
-0
/
+17
2024-04-25
KVM: selftests: Standardise layout of GIC frames
Oliver Upton
10
-85
/
+62
2024-04-25
KVM: selftests: Align with kernel's GIC definitions
Oliver Upton
3
-35
/
+568
2024-04-25
KVM: arm64: vgic-its: Get rid of the lpi_list_lock
Oliver Upton
4
-10
/
+5
2024-04-25
KVM: arm64: vgic-its: Rip out the global translation cache
Oliver Upton
4
-129
/
+4
2024-04-25
KVM: arm64: vgic-its: Use the per-ITS translation cache for injection
Oliver Upton
1
-46
/
+17
2024-04-25
KVM: arm64: vgic-its: Spin off helper for finding ITS by doorbell addr
Oliver Upton
1
-14
/
+21
2024-04-25
KVM: arm64: vgic-its: Maintain a translation cache per ITS
Oliver Upton
2
-1
/
+42
2024-04-25
KVM: arm64: vgic-its: Scope translation cache invalidations to an ITS
Oliver Upton
3
-14
/
+36
2024-04-25
KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()
Oliver Upton
4
-51
/
+0
2024-04-25
KVM: arm64: vgic-debug: Use an xarray mark for debug iterator
Oliver Upton
4
-25
/
+64
2024-04-25
KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_cmd_handle_movall()
Oliver Upton
1
-9
/
+4
2024-04-25
KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()
Oliver Upton
1
-10
/
+6
2024-04-25
KVM: arm64: vgic-its: Walk LPI xarray in its_sync_lpi_pending_table()
Oliver Upton
1
-17
/
+10
2024-04-25
KVM: Treat the device list as an rculist
Oliver Upton
2
-3
/
+13
[next]