index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2020-08-09
46
-2210
/
+2545
|
\
|
*
Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next
Marc Zyngier
2020-07-30
3
-16
/
+18
|
|
\
|
|
*
KVM: arm64: Move S1PTW S2 fault logic out of io_mem_abort()
Will Deacon
2020-07-30
2
-7
/
+12
|
|
*
KVM: arm64: Don't skip cache maintenance for read-only memslots
Will Deacon
2020-07-30
1
-1
/
+1
|
|
*
KVM: arm64: Handle data and instruction external aborts the same way
Will Deacon
2020-07-30
1
-6
/
+3
|
|
*
KVM: arm64: Rename kvm_vcpu_dabt_isextabt()
Will Deacon
2020-07-30
2
-2
/
+2
|
*
|
Merge branch 'kvm-arm64/el2-obj-v4.1' into kvmarm-master/next
Marc Zyngier
2020-07-30
1
-3
/
+23
|
|
\
\
|
|
*
|
KVM: arm64: Ensure that all nVHE hyp code is in .hyp.text
David Brazdil
2020-07-30
1
-3
/
+23
|
*
|
|
Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIP
Marc Zyngier
2020-07-28
12
-54
/
+66
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORS
David Brazdil
2020-07-28
1
-1
/
+1
|
|
*
|
KVM: arm64: Make nVHE ASLR conditional on RANDOMIZE_BASE
David Brazdil
2020-07-28
1
-1
/
+1
|
|
*
|
KVM: arm64: Rename HSR to ESR
Gavin Shan
2020-07-05
6
-43
/
+43
|
|
*
|
KVM: arm64: Drop long gone function parameter documentation
Peng Hao
2020-07-05
1
-1
/
+0
|
|
*
|
KVM: arm64: vgic-its: Change default outer cacheability for {PEND, PROP}BASER
Alexander Graf
2020-07-05
1
-1
/
+1
|
|
*
|
KVM: arm64: Allow in-atomic injection of SPIs
Marc Zyngier
2020-07-05
2
-7
/
+20
|
*
|
|
Merge branch 'kvm-arm64/target-table-no-more' into kvmarm-master/next-WIP
Marc Zyngier
2020-07-28
3
-219
/
+56
|
|
\
\
\
|
|
*
|
|
KVM: arm64: Remove the target table
James Morse
2020-07-05
4
-104
/
+12
|
|
*
|
|
KVM: arm64: Remove target_table from exit handlers
James Morse
2020-07-05
1
-71
/
+16
|
|
*
|
|
KVM: arm64: Move ACTLR_EL1 emulation to the sys_reg_descs array
James Morse
2020-07-05
2
-30
/
+28
|
|
*
|
|
KVM: arm64: Tolerate an empty target_table list
James Morse
2020-07-05
1
-1
/
+4
|
|
*
|
|
KVM: arm64: Drop the target_table[] indirection
James Morse
2020-07-05
3
-25
/
+8
|
|
|
/
/
|
*
|
|
Merge branch 'kvm-arm64/ptrauth-nvhe' into kvmarm-master/next-WIP
Marc Zyngier
2020-07-28
2
-11
/
+15
|
|
\
\
\
|
|
*
|
|
KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systems
Marc Zyngier
2020-06-22
1
-11
/
+10
|
|
*
|
|
KVM: arm64: Enable Address Authentication at EL2 if available
Marc Zyngier
2020-06-22
1
-0
/
+5
|
|
|
/
/
|
*
|
|
KVM: arm64: timers: Move timer registers to the sys_regs file
Marc Zyngier
2020-07-07
2
-37
/
+126
|
*
|
|
KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
Marc Zyngier
2020-07-07
2
-3
/
+3
|
*
|
|
KVM: arm64: Move SPSR_EL1 to the system register array
Marc Zyngier
2020-07-07
3
-5
/
+5
|
*
|
|
KVM: arm64: Disintegrate SPSR array
Marc Zyngier
2020-07-07
3
-26
/
+56
|
*
|
|
KVM: arm64: Move SP_EL1 to the system register array
Marc Zyngier
2020-07-07
2
-3
/
+3
|
*
|
|
KVM: arm64: Move ELR_EL1 to the system register array
Marc Zyngier
2020-07-07
4
-4
/
+6
|
*
|
|
KVM: arm64: Make struct kvm_regs userspace-only
Marc Zyngier
2020-07-07
7
-35
/
+76
|
*
|
|
KVM: arm64: debug: Drop useless vpcu parameter
Marc Zyngier
2020-07-07
1
-10
/
+8
|
*
|
|
KVM: arm64: pauth: Use ctxt_sys_reg() instead of raw sys_regs access
Marc Zyngier
2020-07-07
1
-10
/
+13
|
*
|
|
KVM: arm64: sve: Use __vcpu_sys_reg() instead of raw sys_regs access
Marc Zyngier
2020-07-07
1
-3
/
+1
|
*
|
|
KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access
Marc Zyngier
2020-07-07
4
-64
/
+61
|
*
|
|
KVM: arm64: Use TTL hint in when invalidating stage-2 translations
Marc Zyngier
2020-07-07
3
-18
/
+21
|
*
|
|
KVM: arm64: Factor out stage 2 page table data from struct kvm
Christoffer Dall
2020-07-07
7
-180
/
+203
|
|
|
/
|
|
/
|
|
*
|
KVM: arm64: Lift instrumentation restrictions on VHE
David Brazdil
2020-07-05
1
-8
/
+0
|
*
|
KVM: arm64: Remove __hyp_text macro, use build rules instead
David Brazdil
2020-07-05
15
-144
/
+131
|
*
|
KVM: arm64: Compile remaining hyp/ files for both VHE/nVHE
David Brazdil
2020-07-05
3
-15
/
+7
|
*
|
KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHE
David Brazdil
2020-07-05
5
-4
/
+17
|
*
|
KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHE
David Brazdil
2020-07-05
9
-152
/
+185
|
*
|
KVM: arm64: Split hyp/debug-sr.c to VHE/nVHE
David Brazdil
2020-07-05
6
-69
/
+118
|
*
|
KVM: arm64: Split hyp/switch.c to VHE/nVHE
David Brazdil
2020-07-05
10
-946
/
+1007
|
*
|
KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHE
David Brazdil
2020-07-05
5
-94
/
+169
|
*
|
KVM: arm64: Move hyp-init.S to nVHE
Andrew Scull
2020-07-05
3
-2
/
+2
|
*
|
KVM: arm64: Build hyp-entry.S separately for VHE/nVHE
David Brazdil
2020-07-05
5
-5
/
+7
|
*
|
KVM: arm64: Add build rules for separate VHE/nVHE object files
David Brazdil
2020-07-05
3
-3
/
+58
|
*
|
KVM: arm64: Move __smccc_workaround_1_smc to .rodata
David Brazdil
2020-07-05
3
-16
/
+33
|
*
|
KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvhe
David Brazdil
2020-07-05
1
-1
/
+1
|
|
/
[next]