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: arm64: Only define __kvm_ex_table for CONFIG_KVM
David Brazdil
2020-09-30
1
-0
/
+4
|
|
*
|
|
|
kvm: arm64: Move nVHE hyp namespace macros to hyp_image.h
David Brazdil
2020-09-30
4
-9
/
+14
|
|
*
|
|
|
kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY
David Brazdil
2020-09-30
4
-27
/
+72
|
*
|
|
|
|
Merge branch 'kvm-arm64/pmu-5.9' into kvmarm-master/next
Marc Zyngier
2020-09-29
7
-30
/
+257
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
|
|
KVM: arm64: Match PMU error code descriptions with error conditions
Alexandru Elisei
2020-09-29
1
-4
/
+5
|
|
*
|
|
|
KVM: arm64: Add undocumented return values for PMU device control group
Alexandru Elisei
2020-09-29
1
-0
/
+2
|
|
*
|
|
|
KVM: arm64: Document PMU filtering API
Marc Zyngier
2020-09-29
1
-0
/
+46
|
|
*
|
|
|
KVM: arm64: Mask out filtered events in PCMEID{0,1}_EL1
Marc Zyngier
2020-09-29
3
-4
/
+35
|
|
*
|
|
|
KVM: arm64: Add PMU event filtering infrastructure
Marc Zyngier
2020-09-29
4
-6
/
+86
|
|
*
|
|
|
KVM: arm64: Use event mask matching architecture revision
Marc Zyngier
2020-09-29
2
-5
/
+77
|
|
*
|
|
|
KVM: arm64: Refactor PMU attribute error handling
Marc Zyngier
2020-09-29
1
-12
/
+7
|
|
|
/
/
/
|
*
|
|
|
Merge branch 'kvm-arm64/misc-5.10' into kvmarm-master/next
Marc Zyngier
2020-09-18
2
-22
/
+3
|
|
\
\
\
\
|
|
*
|
|
|
KVM: arm64: vgic-debug: Convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
2020-09-18
1
-22
/
+2
|
|
*
|
|
|
KVM: arm64: Fix inject_fault.c kernel-doc warnings
Tian Tao
2020-09-18
1
-0
/
+1
|
|
|
/
/
/
|
*
|
|
|
Merge branch 'kvm-arm64/pt-new' into kvmarm-master/next
Marc Zyngier
2020-09-18
1
-8
/
+18
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
KVM: arm64: Fix doc warnings in mmu code
Xiaofei Tan
2020-09-18
1
-2
/
+4
|
|
*
|
|
KVM: arm64: Do not flush memslot if FWB is supported
Alexandru Elisei
2020-09-18
1
-1
/
+1
|
|
*
|
|
KVM: arm64: Try PMD block mappings if PUD mappings are not supported
Alexandru Elisei
2020-09-18
1
-5
/
+14
|
*
|
|
|
Merge branch 'kvm-arm64/nvhe-hyp-context' into kvmarm-master/next
Marc Zyngier
2020-09-16
20
-315
/
+602
|
|
\
\
\
\
|
|
*
|
|
|
KVM: arm64: nVHE: Fix pointers during SMCCC convertion
Andrew Scull
2020-09-15
4
-12
/
+8
|
|
*
|
|
|
KVM: arm64: nVHE: Migrate hyp-init to SMCCC
Andrew Scull
2020-09-15
5
-57
/
+43
|
|
*
|
|
|
KVM: arm64: nVHE: Migrate hyp interface to SMCCC
Andrew Scull
2020-09-15
5
-43
/
+139
|
|
*
|
|
|
smccc: Use separate variables for args and results
Andrew Scull
2020-09-15
1
-44
/
+29
|
|
*
|
|
|
smccc: Define vendor hyp owned service call region
Andrew Scull
2020-09-15
1
-0
/
+1
|
|
*
|
|
|
KVM: arm64: nVHE: Pass pointers consistently to hyp-init
Andrew Scull
2020-09-15
2
-1
/
+1
|
|
*
|
|
|
KVM: arm64: nVHE: Handle hyp panics
Andrew Scull
2020-09-15
3
-34
/
+64
|
|
*
|
|
|
KVM: arm64: nVHE: Switch to hyp context for EL2
Andrew Scull
2020-09-15
4
-19
/
+89
|
|
*
|
|
|
KVM: arm64: Share context save and restore macros
Andrew Scull
2020-09-15
2
-39
/
+39
|
|
*
|
|
|
KVM: arm64: Restore hyp when panicking in guest context
Andrew Scull
2020-09-15
5
-4
/
+44
|
|
*
|
|
|
KVM: arm64: Update context references from host to hyp
Andrew Scull
2020-09-15
2
-14
/
+14
|
|
*
|
|
|
KVM: arm64: Introduce hyp context
Andrew Scull
2020-09-15
7
-9
/
+21
|
|
*
|
|
|
KVM: arm64: nVHE: Don't consume host SErrors with ESB
Andrew Scull
2020-09-15
1
-1
/
+5
|
|
*
|
|
|
KVM: arm64: nVHE: Use separate vector for the host
Andrew Scull
2020-09-15
7
-68
/
+125
|
|
*
|
|
|
KVM: arm64: Save chosen hyp vector to a percpu variable
Andrew Scull
2020-09-15
3
-2
/
+7
|
|
*
|
|
|
KVM: arm64: Choose hyp symbol based on context
Andrew Scull
2020-09-15
1
-6
/
+19
|
|
*
|
|
|
KVM: arm64: Remove kvm_host_data_t typedef
Andrew Scull
2020-09-15
2
-5
/
+3
|
|
*
|
|
|
KVM: arm64: Remove hyp_panic arguments
Andrew Scull
2020-09-15
5
-16
/
+15
|
|
*
|
|
|
KVM: arm64: Remove __activate_vm wrapper
Andrew Scull
2020-09-15
3
-14
/
+9
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
Merge branch 'kvm-arm64/pt-new' into kvmarm-master/next
Marc Zyngier
2020-09-11
2058
-10208
/
+14811
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
KVM: arm64: Don't constrain maximum IPA size based on host configuration
Will Deacon
2020-09-11
1
-34
/
+6
|
|
*
|
|
KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'
Will Deacon
2020-09-11
2
-3
/
+0
|
|
*
|
|
KVM: arm64: Remove unused page-table code
Will Deacon
2020-09-11
5
-1172
/
+0
|
|
*
|
|
KVM: arm64: Check the pgt instead of the pgd when modifying page-table
Will Deacon
2020-09-11
1
-3
/
+3
|
|
*
|
|
KVM: arm64: Convert user_mem_abort() to generic page-table API
Will Deacon
2020-09-11
1
-80
/
+44
|
|
*
|
|
KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code
Will Deacon
2020-09-11
2
-0
/
+39
|
|
*
|
|
KVM: arm64: Convert memslot cache-flushing code to generic page-table API
Quentin Perret
2020-09-11
1
-12
/
+1
|
|
*
|
|
KVM: arm64: Add support for stage-2 cache flushing in generic page-table
Quentin Perret
2020-09-11
2
-0
/
+41
|
|
*
|
|
KVM: arm64: Convert write-protect operation to generic page-table API
Quentin Perret
2020-09-11
1
-21
/
+4
|
|
*
|
|
KVM: arm64: Add support for stage-2 write-protect in generic page-table
Quentin Perret
2020-09-11
2
-0
/
+24
|
|
*
|
|
KVM: arm64: Convert page-aging and access faults to generic page-table API
Will Deacon
2020-09-11
1
-58
/
+16
[prev]
[next]