index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-17
KVM: arm64: vgic: Tidy-up calls to vgic_{get,set}_common_attr()
Marc Zyngier
1
-52
/
+26
2022-07-17
KVM: arm64: vgic: Consolidate userspace access for base address setting
Marc Zyngier
1
-44
/
+31
2022-07-17
KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address setting
Marc Zyngier
2
-9
/
+34
2022-07-17
KVM: arm64: vgic: Use {get,put}_user() instead of copy_{from.to}_user
Marc Zyngier
1
-3
/
+3
2022-07-17
KVM: arm64: vgic-v2: Consolidate userspace access for MMIO registers
Marc Zyngier
1
-22
/
+17
2022-07-17
KVM: arm64: vgic-v3: Consolidate userspace access for MMIO registers
Marc Zyngier
1
-66
/
+37
2022-07-17
KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace
Marc Zyngier
5
-8
/
+12
2022-07-17
KVM: arm64: vgic-v3: Convert userspace accessors over to FIELD_GET/FIELD_PREP
Marc Zyngier
1
-33
/
+27
2022-07-17
KVM: arm64: vgic-v3: Make the userspace accessors use sysreg API
Marc Zyngier
1
-197
/
+257
2022-07-17
KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess()
Marc Zyngier
3
-35
/
+24
2022-07-17
KVM: arm64: vgic-v3: Simplify vgic_v3_has_cpu_sysregs_attr()
Marc Zyngier
3
-12
/
+13
2022-07-17
KVM: arm64: Get rid of reg_from/to_user()
Marc Zyngier
1
-24
/
+6
2022-07-17
KVM: arm64: Consolidate sysreg userspace accesses
Marc Zyngier
2
-103
/
+61
2022-07-17
KVM: arm64: Rely on index_to_param() for size checks on userspace access
Marc Zyngier
1
-6
/
+0
2022-07-17
KVM: arm64: Introduce generic get_user/set_user helpers for system registers
Marc Zyngier
2
-22
/
+44
2022-07-17
KVM: arm64: Reorder handling of invariant sysregs from userspace
Marc Zyngier
1
-6
/
+12
2022-07-17
KVM: arm64: Add get_reg_by_id() as a sys_reg_desc retrieving helper
Marc Zyngier
3
-17
/
+23
2022-06-09
KVM: arm64: Remove redundant hyp_assert_lock_held() assertions
Will Deacon
1
-4
/
+0
2022-06-09
KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHE
Will Deacon
1
-1
/
+5
2022-06-09
KVM: arm64: Handle all ID registers trapped for a protected VM
Marc Zyngier
1
-8
/
+34
2022-06-09
KVM: arm64: Return error from kvm_arch_init_vm() on allocation failure
Will Deacon
1
-1
/
+3
2022-06-08
KVM: arm64: Warn if accessing timer pending state outside of vcpu context
Marc Zyngier
1
-0
/
+3
2022-06-08
KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pending
Marc Zyngier
2
-39
/
+22
2022-06-07
KVM: arm64: Don't read a HW interrupt pending state in user context
Marc Zyngier
3
-5
/
+21
2022-06-07
KVM: arm64: Fix inconsistent indenting
sunliming
1
-1
/
+1
2022-06-07
KVM: arm64: Always start with clearing SME flag on load
Marc Zyngier
1
-0
/
+1
2022-06-07
KVM: arm64: Always start with clearing SVE flag on load
Marc Zyngier
1
-0
/
+1
2022-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
25
-524
/
+1294
2022-05-25
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
28
-531
/
+1456
2022-05-23
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
11
-32
/
+122
2022-05-20
Merge branch 'for-next/esr-elx-64-bit' into for-next/core
Catalin Marinas
7
-15
/
+18
2022-05-17
Merge tag 'kvmarm-fixes-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2
-3
/
+3
2022-05-16
arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.h
Mark Brown
2
-3
/
+3
2022-05-16
Merge branch 'for-next/sme' into for-next/sysreg-gen
Catalin Marinas
4
-3
/
+90
2022-05-16
Merge branch kvm-arm64/its-save-restore-fixes-5.19 into kvmarm-master/next
Marc Zyngier
1
-18
/
+78
2022-05-16
Merge branch kvm-arm64/misc-5.19 into kvmarm-master/next
Marc Zyngier
6
-46
/
+37
2022-05-16
Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/next
Marc Zyngier
5
-35
/
+39
2022-05-16
Merge branch kvm-arm64/vgic-invlpir into kvmarm-master/next
Marc Zyngier
5
-37
/
+187
2022-05-16
Merge branch kvm-arm64/psci-suspend into kvmarm-master/next
Marc Zyngier
2
-40
/
+129
2022-05-16
Merge branch kvm-arm64/hcall-selection into kvmarm-master/next
Marc Zyngier
4
-189
/
+332
2022-05-16
KVM: arm64: Fix hypercall bitmap writeback when vcpus have already run
Marc Zyngier
1
-1
/
+2
2022-05-16
KVM: arm64: vgic: Undo work in failed ITS restores
Ricardo Koller
1
-2
/
+13
2022-05-16
KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
Ricardo Koller
1
-4
/
+23
2022-05-16
KVM: arm64: vgic: Add more checks when restoring ITS tables
Ricardo Koller
1
-0
/
+7
2022-05-16
KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
Ricardo Koller
1
-12
/
+35
2022-05-16
KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selected
Marc Zyngier
3
-15
/
+7
2022-05-15
KVM: arm64: Don't hypercall before EL2 init
Quentin Perret
1
-1
/
+2
2022-05-15
KVM: arm64: vgic-v3: Consistently populate ID_AA64PFR0_EL1.GIC
Marc Zyngier
1
-2
/
+1
2022-05-15
KVM: arm64: Reenable pmu in Protected Mode
Fuad Tabba
1
-2
/
+1
2022-05-15
KVM: arm64: Pass pmu events to hyp via vcpu
Fuad Tabba
3
-22
/
+25
[next]