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
...
|
*
|
|
KVM: arm64: Always set HCR_TID2
Akihiko Odaki
2023-01-12
4
-9
/
+2
|
*
|
|
arm64/cache: Move CLIDR macro definitions
Akihiko Odaki
2023-01-12
2
-5
/
+6
|
*
|
|
arm64/sysreg: Add CCSIDR2_EL1
Akihiko Odaki
2023-01-12
1
-0
/
+5
|
*
|
|
arm64/sysreg: Convert CCSIDR_EL1 to automatic generation
Akihiko Odaki
2023-01-12
2
-1
/
+10
|
*
|
|
arm64: Allow the definition of UNKNOWN system register fields
Marc Zyngier
2023-01-12
2
-1
/
+21
|
|
/
/
*
|
|
Merge branch arm64/for-next/sme2 into kvmarm/next
Oliver Upton
2023-02-13
20
-58
/
+377
|
\
\
\
|
*
|
|
arm64/sme: Fix __finalise_el2 SMEver check
Marc Zyngier
2023-02-06
1
-0
/
+1
|
*
|
|
arm64/sme: Add hwcaps for SME 2 and 2.1 features
Mark Brown
2023-01-20
4
-0
/
+32
|
*
|
|
arm64/sme: Implement ZT0 ptrace support
Mark Brown
2023-01-20
1
-0
/
+54
|
*
|
|
arm64/sme: Implement signal handling for ZT
Mark Brown
2023-01-20
3
-3
/
+124
|
*
|
|
arm64/sme: Implement context switching for ZT0
Mark Brown
2023-01-20
3
-14
/
+26
|
*
|
|
arm64/sme: Provide storage for ZT0
Mark Brown
2023-01-20
2
-5
/
+18
|
*
|
|
arm64/sme: Add basic enumeration for SME2
Mark Brown
2023-01-20
5
-0
/
+33
|
*
|
|
arm64/sme: Enable host kernel to access ZT0
Mark Brown
2023-01-20
2
-0
/
+7
|
*
|
|
arm64/sme: Manually encode ZT0 load and store instructions
Mark Brown
2023-01-20
1
-0
/
+22
|
*
|
|
arm64/esr: Document ISS for ZT0 being disabled
Mark Brown
2023-01-20
1
-0
/
+1
|
*
|
|
arm64/sysreg: Update system registers for SME 2 and 2.1
Mark Brown
2023-01-20
1
-4
/
+23
|
*
|
|
arm64/sme: Rename za_state to sme_state
Mark Brown
2023-01-20
7
-38
/
+42
|
|
/
/
*
|
|
Merge branch kvm/kvm-hw-enable-refactor into kvmarm/next
Oliver Upton
2023-02-13
83
-844
/
+1080
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
KVM: Opt out of generic hardware enabling on s390 and PPC
Sean Christopherson
2022-12-29
8
-13
/
+4
|
*
|
KVM: Disable CPU hotplug during hardware enabling/disabling
Chao Gao
2022-12-29
1
-1
/
+10
|
*
|
KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
Chao Gao
2022-12-29
1
-2
/
+0
|
*
|
KVM: x86: Do compatibility checks when onlining CPU
Chao Gao
2022-12-29
3
-10
/
+18
|
*
|
KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
Sean Christopherson
2022-12-29
7
-33
/
+27
|
*
|
KVM: SVM: Check for SVM support in CPU compatibility checks
Sean Christopherson
2022-12-29
1
-5
/
+8
|
*
|
KVM: VMX: Shuffle support checks and hardware enabling code around
Sean Christopherson
2022-12-29
1
-108
/
+108
|
*
|
KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
2022-12-29
4
-51
/
+37
|
*
|
KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
Sean Christopherson
2022-12-29
1
-2
/
+2
|
*
|
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
45
-98
/
+123
|
*
|
KVM: x86: Use KBUILD_MODNAME to specify vendor module name
Sean Christopherson
2022-12-29
2
-2
/
+2
|
*
|
KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
2022-12-29
11
-41
/
+11
|
*
|
KVM: x86: Do CPU compatibility checks in x86 code
Sean Christopherson
2022-12-29
3
-13
/
+40
|
*
|
KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
Sean Christopherson
2022-12-29
2
-4
/
+4
|
*
|
KVM: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
2022-12-29
7
-56
/
+0
|
*
|
KVM: s390: Mark __kvm_s390_init() and its descendants as __init
Sean Christopherson
2022-12-29
5
-6
/
+6
|
*
|
KVM: s390: Do s390 specific init without bouncing through kvm_init()
Sean Christopherson
2022-12-29
1
-4
/
+25
|
*
|
KVM: PPC: Move processor compatibility check to module init
Sean Christopherson
2022-12-29
5
-14
/
+7
|
*
|
KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Sean Christopherson
2022-12-29
3
-11
/
+11
|
*
|
KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Sean Christopherson
2022-12-29
1
-9
/
+9
|
*
|
KVM: MIPS: Register die notifier prior to kvm_init()
Sean Christopherson
2022-12-29
1
-4
/
+5
|
*
|
KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
Sean Christopherson
2022-12-29
1
-1
/
+5
|
*
|
KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
Sean Christopherson
2022-12-29
5
-26
/
+8
|
*
|
KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
Sean Christopherson
2022-12-29
1
-17
/
+17
|
*
|
KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
Sean Christopherson
2022-12-29
1
-9
/
+16
|
*
|
KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
Sean Christopherson
2022-12-29
1
-2
/
+11
|
*
|
KVM: arm64: Free hypervisor allocations if vector slot init fails
Sean Christopherson
2022-12-29
1
-4
/
+5
|
*
|
KVM: arm64: Simplify the CPUHP logic
Marc Zyngier
2022-12-29
3
-34
/
+25
|
*
|
KVM: x86: Serialize vendor module initialization (hardware setup)
Sean Christopherson
2022-12-29
1
-2
/
+16
|
*
|
KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
Sean Christopherson
2022-12-29
1
-11
/
+19
|
*
|
KVM: x86: Move guts of kvm_arch_init() to standalone helper
Sean Christopherson
2022-12-29
4
-10
/
+52
[prev]
[next]