index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-07
KVM: arm64: timers: Move timer registers to the sys_regs file
Marc Zyngier
1
-0
/
+6
2020-07-07
KVM: arm64: Move SPSR_EL1 to the system register array
Marc Zyngier
2
-3
/
+3
2020-07-07
KVM: arm64: Disintegrate SPSR array
Marc Zyngier
2
-3
/
+7
2020-07-07
KVM: arm64: Move SP_EL1 to the system register array
Marc Zyngier
1
-2
/
+1
2020-07-07
KVM: arm64: Move ELR_EL1 to the system register array
Marc Zyngier
2
-22
/
+2
2020-07-07
KVM: arm64: Make struct kvm_regs userspace-only
Marc Zyngier
2
-11
/
+19
2020-07-07
KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access
Marc Zyngier
1
-1
/
+1
2020-07-07
KVM: arm64: Introduce accessor for ctxt->sys_reg
Marc Zyngier
1
-5
/
+10
2020-07-07
KVM: arm64: Use TTL hint in when invalidating stage-2 translations
Marc Zyngier
1
-1
/
+2
2020-07-07
KVM: arm64: Factor out stage 2 page table data from struct kvm
Christoffer Dall
3
-18
/
+37
2020-07-07
Merge branch 'kvm-arm64/ttl-for-arm64' into HEAD
Marc Zyngier
5
-1
/
+59
2020-07-07
arm64: Add level-hinted TLB invalidation helper
Marc Zyngier
2
-0
/
+54
2020-07-07
arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors
Marc Zyngier
1
-0
/
+2
2020-07-07
arm64: Detect the ARMv8.4 TTL feature
Marc Zyngier
2
-1
/
+3
2020-07-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-2
/
+2
2020-07-05
KVM: arm64: Rename HSR to ESR
Gavin Shan
1
-17
/
+17
2020-07-05
KVM: arm64: Remove __hyp_text macro, use build rules instead
David Brazdil
2
-3
/
+1
2020-07-05
KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHE
David Brazdil
1
-0
/
+2
2020-07-05
KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHE
David Brazdil
2
-5
/
+6
2020-07-05
KVM: arm64: Split hyp/switch.c to VHE/nVHE
David Brazdil
2
-3
/
+7
2020-07-05
KVM: arm64: Move hyp-init.S to nVHE
Andrew Scull
1
-3
/
+2
2020-07-05
KVM: arm64: Build hyp-entry.S separately for VHE/nVHE
David Brazdil
2
-12
/
+17
2020-07-05
KVM: arm64: Handle calls to prefixed hyp functions
Andrew Scull
2
-3
/
+33
2020-07-05
KVM: arm64: Use build-time defines in has_vhe()
David Brazdil
1
-3
/
+10
2020-07-05
KVM: arm64: Remove the target table
James Morse
1
-7
/
+0
2020-07-05
KVM: arm64: Drop the target_table[] indirection
James Morse
1
-2
/
+1
2020-07-05
arm64: kvm: Remove kern_hyp_va from get_vcpu_ptr
Andrew Scull
1
-1
/
+0
2020-07-03
arm64/mm: Redefine CONT_{PTE, PMD}_SHIFT
Gavin Shan
1
-8
/
+8
2020-07-03
arm64/cpufeature: Replace all open bits shift encodings with macros
Anshuman Khandual
1
-0
/
+28
2020-07-03
arm64/cpufeature: Add remaining feature bits in ID_AA64MMFR2 register
Anshuman Khandual
1
-0
/
+7
2020-07-03
arm64/cpufeature: Add remaining feature bits in ID_AA64MMFR1 register
Anshuman Khandual
1
-0
/
+4
2020-07-03
arm64/cpufeature: Add remaining feature bits in ID_AA64MMFR0 register
Anshuman Khandual
1
-0
/
+3
2020-07-03
arm64: Add MIDR value for KRYO4XX gold CPU cores
Sai Prakash Ranjan
1
-0
/
+2
2020-07-02
arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo
Bhupesh Sharma
1
-0
/
+1
2020-07-02
arm64/panic: Unify all three existing notifier blocks
Anshuman Khandual
2
-0
/
+2
2020-07-02
arm64/alternatives: use subsections for replacement sequences
Ard Biesheuvel
1
-8
/
+8
2020-06-30
arm64: Remove dev->archdata.iommu pointer
Joerg Roedel
1
-3
/
+0
2020-06-24
arm64: Don't insert a BTI instruction at inner labels
Jean-Philippe Brucker
1
-6
/
+0
2020-06-23
arm64: compat: Allow 32-bit vdso and sigpage to co-exist
Will Deacon
1
-0
/
+3
2020-06-22
KVM: arm64: Annotate hyp NMI-related functions as __always_inline
Alexandru Elisei
2
-2
/
+2
2020-06-22
KVM: arm64: Simplify PtrAuth alternative patching
Marc Zyngier
1
-19
/
+11
2020-06-22
KVM: arm64: Check HCR_EL2 instead of shadow copy to swap PtrAuth registers
Marc Zyngier
1
-2
/
+2
2020-06-17
arch: wire-up close_range()
Christian Brauner
1
-0
/
+2
2020-06-16
arm64: pgtable: Clear the GP bit for non-executable kernel pages
Will Deacon
1
-1
/
+1
2020-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-34
/
+34
2020-06-11
Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2020-06-11
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-2
/
+3
2020-06-11
Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
4
-34
/
+34
2020-06-11
locking/atomics: Flip fallbacks and instrumentation
Peter Zijlstra
1
-3
/
+3
2020-06-10
Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux
Linus Torvalds
1
-8
/
+8
[prev]
[next]