index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
|
|
KVM: selftests: aarch64: Add vGIC library functions to deal with vIRQ state
Ricardo Koller
2021-12-28
3
-1
/
+116
|
|
|
*
|
|
KVM: selftests: Add kvm_irq_line library function
Ricardo Koller
2021-12-28
2
-0
/
+23
|
|
|
*
|
|
KVM: selftests: aarch64: Add GICv3 register accessor library functions
Ricardo Koller
2021-12-28
5
-6
/
+189
|
|
|
*
|
|
KVM: selftests: aarch64: Add function for accessing GICv3 dist and redist reg...
Ricardo Koller
2021-12-28
1
-23
/
+101
|
|
|
*
|
|
KVM: selftests: aarch64: Move gic_v3.h to shared headers
Ricardo Koller
2021-12-28
1
-0
/
+0
|
|
*
|
|
|
Merge branch kvm-arm64/selftest/ipa into kvmarm-master/next
Marc Zyngier
2022-01-04
5
-14
/
+152
|
|
|
\
\
\
\
|
|
|
*
|
|
|
KVM: selftests: arm64: Add support for various modes with 16kB page size
Marc Zyngier
2021-12-28
4
-0
/
+34
|
|
|
*
|
|
|
KVM: selftests: arm64: Add support for VM_MODE_P36V48_{4K,64K}
Marc Zyngier
2021-12-28
4
-0
/
+18
|
|
|
*
|
|
|
KVM: selftests: arm64: Rework TCR_EL1 configuration
Marc Zyngier
2021-12-28
1
-7
/
+14
|
|
|
*
|
|
|
KVM: selftests: arm64: Check for supported page sizes
Marc Zyngier
2021-12-28
3
-6
/
+50
|
|
|
*
|
|
|
KVM: selftests: arm64: Introduce a variable default IPA size
Marc Zyngier
2021-12-28
2
-4
/
+30
|
|
|
*
|
|
|
KVM: selftests: arm64: Initialise default guest mode at test startup time
Marc Zyngier
2021-12-28
1
-0
/
+9
|
|
|
|
/
/
/
|
|
*
|
|
|
Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/next
Marc Zyngier
2021-12-16
14
-119
/
+739
|
|
|
\
\
\
\
|
|
|
*
|
|
|
KVM: arm64: pkvm: Unshare guest structs during teardown
Quentin Perret
2021-12-16
6
-4
/
+85
|
|
|
*
|
|
|
KVM: arm64: Expose unshare hypercall to the host
Will Deacon
2021-12-16
4
-0
/
+43
|
|
|
*
|
|
|
KVM: arm64: Implement do_unshare() helper for unsharing memory
Will Deacon
2021-12-16
1
-0
/
+115
|
|
|
*
|
|
|
KVM: arm64: Implement __pkvm_host_share_hyp() using do_share()
Will Deacon
2021-12-16
1
-88
/
+33
|
|
|
*
|
|
|
KVM: arm64: Implement do_share() helper for sharing memory
Will Deacon
2021-12-16
1
-0
/
+237
|
|
|
*
|
|
|
KVM: arm64: Introduce wrappers for host and hyp spin lock accessors
Will Deacon
2021-12-16
1
-6
/
+26
|
|
|
*
|
|
|
KVM: arm64: Extend pkvm_page_state enumeration to handle absent pages
Will Deacon
2021-12-16
1
-0
/
+5
|
|
|
*
|
|
|
KVM: arm64: pkvm: Refcount the pages shared with EL2
Quentin Perret
2021-12-16
1
-10
/
+68
|
|
|
*
|
|
|
KVM: arm64: Introduce kvm_share_hyp()
Quentin Perret
2021-12-16
5
-10
/
+26
|
|
|
*
|
|
|
KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2
Will Deacon
2021-12-16
2
-0
/
+84
|
|
|
*
|
|
|
KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-table
Will Deacon
2021-12-16
1
-0
/
+1
|
|
|
*
|
|
|
KVM: arm64: Fixup hyp stage-1 refcount
Quentin Perret
2021-12-16
1
-5
/
+16
|
|
|
*
|
|
|
KVM: arm64: Refcount hyp stage-1 pgtable pages
Quentin Perret
2021-12-16
1
-20
/
+19
|
|
|
*
|
|
|
KVM: arm64: Provide {get,put}_page() stubs for early hyp allocator
Quentin Perret
2021-12-16
1
-0
/
+5
|
|
*
|
|
|
|
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
7
-6
/
+19
|
|
|
\
\
\
\
\
|
|
|
*
|
|
|
|
KVM: arm64: pkvm: Make kvm_host_owns_hyp_mappings() robust to VHE
Quentin Perret
2021-12-15
1
-0
/
+3
|
|
|
*
|
|
|
|
KVM: arm64: pkvm: Stub io map functions
Quentin Perret
2021-12-15
1
-0
/
+6
|
|
|
*
|
|
|
|
KVM: arm64: Make __io_map_base static
Quentin Perret
2021-12-15
2
-2
/
+2
|
|
|
*
|
|
|
|
KVM: arm64: Make the hyp memory pool static
Quentin Perret
2021-12-15
2
-2
/
+1
|
|
|
*
|
|
|
|
KVM: arm64: pkvm: Disable GICv2 support
Quentin Perret
2021-12-15
2
-1
/
+6
|
|
|
*
|
|
|
|
KVM: arm64: pkvm: Fix hyp_pool max order
Quentin Perret
2021-12-15
1
-1
/
+1
|
|
|
|
/
/
/
/
|
|
*
|
|
|
|
Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next
Marc Zyngier
2021-12-07
5
-3
/
+4
|
|
|
\
\
\
\
\
|
|
|
|
|
_
|
/
/
|
|
|
|
/
|
|
|
|
|
|
*
|
|
|
KVM: Drop stale kvm_is_transparent_hugepage() declaration
Vitaly Kuznetsov
2021-12-07
1
-1
/
+0
|
|
|
*
|
|
|
KVM: arm64: Constify kvm_io_gic_ops
Rikard Falkeborn
2021-12-06
2
-2
/
+2
|
|
|
*
|
|
|
KVM: arm64: Add minimal handling for the ARMv8.7 PMU
Marc Zyngier
2021-12-01
2
-0
/
+2
|
|
|
|
/
/
/
|
|
*
|
|
|
Merge branch kvm-arm64/hyp-header-split into kvmarm-master/next
Marc Zyngier
2021-12-07
11
-63
/
+109
|
|
|
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
KVM: arm64: Move host EL1 code out of hyp/ directory
Will Deacon
2021-12-06
8
-63
/
+80
|
|
|
*
|
|
KVM: arm64: Generate hyp_constants.h for the host
Will Deacon
2021-12-06
3
-0
/
+28
|
|
|
*
|
|
arm64: Add missing include of asm/cpufeature.h to asm/mmu.h
Will Deacon
2021-12-06
1
-0
/
+1
|
|
|
|
/
/
|
|
*
|
|
Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/next
Marc Zyngier
2021-12-01
9
-81
/
+40
|
|
|
\
\
\
|
|
|
*
|
|
arm64/fpsimd: Document the use of TIF_FOREIGN_FPSTATE by KVM
Marc Zyngier
2021-11-22
1
-1
/
+5
|
|
|
*
|
|
KVM: arm64: Stop mapping current thread_info at EL2
Marc Zyngier
2021-11-22
5
-16
/
+1
|
|
|
*
|
|
KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATE
Marc Zyngier
2021-11-22
4
-1
/
+12
|
|
|
*
|
|
KVM: arm64: Remove unused __sve_save_state
Marc Zyngier
2021-11-22
2
-7
/
+0
[prev]
[next]