index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-10-25
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-10-23
12
-588
/
+560
|
\
|
*
Merge tag 'kvmarm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2020-10-20
18
-794
/
+618
|
|
\
|
|
*
Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/next
Marc Zyngier
2020-09-30
12
-267
/
+193
|
|
|
\
|
|
|
*
Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...
Marc Zyngier
2020-09-30
9
-198
/
+58
|
|
|
|
\
|
|
|
*
|
kvm: arm64: Remove unnecessary hyp mappings
David Brazdil
2020-09-30
1
-20
/
+0
|
|
|
*
|
kvm: arm64: Set up hyp percpu data for nVHE
David Brazdil
2020-09-30
1
-2
/
+17
|
|
|
*
|
kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE
David Brazdil
2020-09-30
1
-1
/
+1
|
|
|
*
|
kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp
David Brazdil
2020-09-30
1
-1
/
+13
|
|
|
*
|
kvm: arm64: Add helpers for accessing nVHE hyp per-cpu vars
David Brazdil
2020-09-30
1
-2
/
+23
|
|
|
*
|
kvm: arm64: Remove hyp_adr/ldr_this_cpu
David Brazdil
2020-09-30
2
-23
/
+20
|
|
|
*
|
kvm: arm64: Remove __hyp_this_cpu_read
David Brazdil
2020-09-30
2
-22
/
+26
|
|
|
*
|
kvm: arm64: Move nVHE hyp namespace macros to hyp_image.h
David Brazdil
2020-09-30
2
-7
/
+13
|
|
|
*
|
kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY
David Brazdil
2020-09-30
1
-0
/
+24
|
|
*
|
|
Merge branch 'kvm-arm64/pmu-5.9' into kvmarm-master/next
Marc Zyngier
2020-09-29
1
-0
/
+7
|
|
|
\
\
\
|
|
|
*
|
|
KVM: arm64: Add PMU event filtering infrastructure
Marc Zyngier
2020-09-29
1
-0
/
+5
|
|
|
*
|
|
KVM: arm64: Use event mask matching architecture revision
Marc Zyngier
2020-09-29
1
-0
/
+2
|
|
|
|
/
/
|
|
*
|
|
Merge branch 'kvm-arm64/nvhe-hyp-context' into kvmarm-master/next
Marc Zyngier
2020-09-16
4
-27
/
+114
|
|
|
\
\
\
|
|
|
*
|
|
KVM: arm64: nVHE: Migrate hyp-init to SMCCC
Andrew Scull
2020-09-15
1
-5
/
+0
|
|
|
*
|
|
KVM: arm64: nVHE: Migrate hyp interface to SMCCC
Andrew Scull
2020-09-15
2
-11
/
+38
|
|
|
*
|
|
KVM: arm64: nVHE: Handle hyp panics
Andrew Scull
2020-09-15
1
-1
/
+1
|
|
|
*
|
|
KVM: arm64: Share context save and restore macros
Andrew Scull
2020-09-15
1
-0
/
+39
|
|
|
*
|
|
KVM: arm64: Restore hyp when panicking in guest context
Andrew Scull
2020-09-15
1
-0
/
+10
|
|
|
*
|
|
KVM: arm64: Update context references from host to hyp
Andrew Scull
2020-09-15
1
-3
/
+3
|
|
|
*
|
|
KVM: arm64: Introduce hyp context
Andrew Scull
2020-09-15
1
-1
/
+2
|
|
|
*
|
|
KVM: arm64: nVHE: Use separate vector for the host
Andrew Scull
2020-09-15
1
-0
/
+2
|
|
|
*
|
|
KVM: arm64: Save chosen hyp vector to a percpu variable
Andrew Scull
2020-09-15
1
-0
/
+2
|
|
|
*
|
|
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
1
-3
/
+1
|
|
|
*
|
|
KVM: arm64: Remove hyp_panic arguments
Andrew Scull
2020-09-15
1
-1
/
+1
|
|
|
|
/
/
|
|
*
|
|
Merge branch 'kvm-arm64/pt-new' into kvmarm-master/next
Marc Zyngier
2020-09-11
11
-512
/
+373
|
|
|
\
\
\
|
|
|
*
|
|
KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'
Will Deacon
2020-09-11
1
-1
/
+0
|
|
|
*
|
|
KVM: arm64: Remove unused page-table code
Will Deacon
2020-09-11
4
-417
/
+0
|
|
|
*
|
|
KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code
Will Deacon
2020-09-11
1
-0
/
+19
|
|
|
*
|
|
KVM: arm64: Add support for stage-2 cache flushing in generic page-table
Quentin Perret
2020-09-11
1
-0
/
+15
|
|
|
*
|
|
KVM: arm64: Add support for stage-2 write-protect in generic page-table
Quentin Perret
2020-09-11
1
-0
/
+18
|
|
|
*
|
|
KVM: arm64: Add support for stage-2 page-aging in generic page-table
Will Deacon
2020-09-11
1
-0
/
+44
|
|
|
*
|
|
KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table
Will Deacon
2020-09-11
1
-0
/
+46
|
|
|
*
|
|
KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables
Will Deacon
2020-09-11
2
-0
/
+19
|
|
|
*
|
|
KVM: arm64: Use generic allocator for hyp stage-1 page-tables
Will Deacon
2020-09-11
4
-88
/
+7
|
|
|
*
|
|
KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables
Will Deacon
2020-09-11
1
-0
/
+40
|
|
|
*
|
|
KVM: arm64: Add stand-alone page-table walker infrastructure
Will Deacon
2020-09-11
1
-0
/
+104
|
|
|
*
|
|
KVM: arm64: Remove kvm_mmu_free_memory_caches()
Will Deacon
2020-09-11
1
-2
/
+0
|
|
|
|
/
/
|
*
|
|
|
Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...
Paolo Bonzini
2020-09-22
5
-3
/
+60
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
*
|
|
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-10-23
2
-5
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
arm64: mm: use single quantity to represent the PA to VA translation
Ard Biesheuvel
2020-10-15
2
-5
/
+4
*
|
|
|
|
|
Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2020-10-22
1
-0
/
+7
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kbuild: preprocess module linker script
Masahiro Yamada
2020-09-24
1
-0
/
+7
*
|
|
|
|
|
|
mm/madvise: introduce process_madvise() syscall: an external memory hinting API
Minchan Kim
2020-10-18
2
-1
/
+3
*
|
|
|
|
|
|
Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-10-14
2
-0
/
+2
|
\
\
\
\
\
\
\
[next]