index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-16
KVM: arm64: Introduce kvm_share_hyp()
Quentin Perret
4
-10
/
+25
2021-12-16
KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2
Will Deacon
1
-0
/
+63
2021-12-16
KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-table
Will Deacon
1
-0
/
+1
2021-12-16
KVM: arm64: Fixup hyp stage-1 refcount
Quentin Perret
1
-5
/
+16
2021-12-16
KVM: arm64: Refcount hyp stage-1 pgtable pages
Quentin Perret
1
-20
/
+19
2021-12-16
KVM: arm64: Provide {get,put}_page() stubs for early hyp allocator
Quentin Perret
1
-0
/
+5
2021-12-16
Merge branch kvm-arm64/vgic-fixes-5.17 into kvmarm-master/next
Marc Zyngier
3
-7
/
+9
2021-12-16
KVM: arm64: vgic: Demote userspace-triggered console prints to kvm_debug()
Marc Zyngier
2
-4
/
+4
2021-12-16
KVM: arm64: vgic-v3: Fix vcpu index comparison
Marc Zyngier
1
-3
/
+5
2021-12-15
Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/next
Marc Zyngier
7
-6
/
+19
2021-12-15
KVM: arm64: pkvm: Make kvm_host_owns_hyp_mappings() robust to VHE
Quentin Perret
1
-0
/
+3
2021-12-15
KVM: arm64: pkvm: Stub io map functions
Quentin Perret
1
-0
/
+6
2021-12-15
KVM: arm64: Make __io_map_base static
Quentin Perret
2
-2
/
+2
2021-12-15
KVM: arm64: Make the hyp memory pool static
Quentin Perret
2
-2
/
+1
2021-12-15
KVM: arm64: pkvm: Disable GICv2 support
Quentin Perret
2
-1
/
+6
2021-12-15
KVM: arm64: pkvm: Fix hyp_pool max order
Quentin Perret
1
-1
/
+1
2021-12-14
arm64: Enable KCSAN
Kefeng Wang
1
-0
/
+1
2021-12-14
arm64/sve: Generalise vector length configuration prctl() for SME
Mark Brown
1
-4
/
+4
2021-12-13
arm64: add ID_AA64ISAR2_EL1 sys register
Joey Gouly
1
-1
/
+1
2021-12-09
KVM: arm64: Use Makefile.kvm for common files
David Woodhouse
1
-4
/
+2
2021-12-08
KVM: Add helpers to wake/query blocking vCPU
Sean Christopherson
2
-3
/
+2
2021-12-08
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
4
-4
/
+4
2021-12-08
KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
Sean Christopherson
2
-19
/
+36
2021-12-08
KVM: Keep memslots in tree-based structures instead of array-based ones
Maciej S. Szmigiero
1
-4
/
+4
2021-12-08
KVM: Use interval tree to do fast hva lookup in memslots
Maciej S. Szmigiero
1
-0
/
+1
2021-12-08
KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
Sean Christopherson
1
-2
/
+0
2021-12-08
KVM: arm64: Use "new" memslot instead of userspace memory region
Sean Christopherson
1
-4
/
+6
2021-12-08
KVM: Let/force architectures to deal with arch specific memslot data
Sean Christopherson
1
-3
/
+4
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
12
-27
/
+30
2021-12-08
KVM: Move wiping of the kvm->vcpus array to common code
Marc Zyngier
1
-9
/
+1
2021-12-07
Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next
Marc Zyngier
3
-2
/
+3
2021-12-07
Merge branch kvm-arm64/hyp-header-split into kvmarm-master/next
Marc Zyngier
9
-63
/
+37
2021-12-06
arm64/kvm: Fix bitrotted comment for SVE handling in handle_exit.c
Mark Brown
1
-1
/
+4
2021-12-06
KVM: arm64: Move host EL1 code out of hyp/ directory
Will Deacon
7
-63
/
+9
2021-12-06
KVM: arm64: Generate hyp_constants.h for the host
Will Deacon
3
-0
/
+28
2021-12-06
KVM: arm64: Constify kvm_io_gic_ops
Rikard Falkeborn
2
-2
/
+2
2021-12-01
KVM: arm64: Add minimal handling for the ARMv8.7 PMU
Marc Zyngier
1
-0
/
+1
2021-12-01
Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/next
Marc Zyngier
6
-64
/
+21
2021-12-01
KVM: arm64: Drop vcpu->arch.has_run_once for vcpu->pid
Marc Zyngier
2
-6
/
+4
2021-12-01
KVM: arm64: Merge kvm_arch_vcpu_run_pid_change() and kvm_vcpu_first_run_init()
Marc Zyngier
1
-18
/
+18
2021-12-01
KVM: arm64: Restructure the point where has_run_once is advertised
Marc Zyngier
1
-8
/
+12
2021-12-01
KVM: arm64: Move kvm_arch_vcpu_run_pid_change() out of line
Marc Zyngier
1
-0
/
+5
2021-12-01
KVM: arm64: Move SVE state mapping at HYP to finalize-time
Marc Zyngier
2
-12
/
+10
2021-11-26
Merge tag 'kvmarm-fixes-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
4
-8
/
+25
2021-11-24
KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructure
Marc Zyngier
3
-7
/
+13
2021-11-24
KVM: arm64: Save PSTATE early on exit
Marc Zyngier
2
-1
/
+12
2021-11-22
KVM: arm64: Stop mapping current thread_info at EL2
Marc Zyngier
4
-14
/
+1
2021-11-22
KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATE
Marc Zyngier
3
-1
/
+10
2021-11-22
KVM: arm64: Remove unused __sve_save_state
Marc Zyngier
1
-6
/
+0
2021-11-22
KVM: arm64: Get rid of host SVE tracking/saving
Marc Zyngier
2
-39
/
+8
[prev]
[next]