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
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-06-10
Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/next
Marc Zyngier
4
-32
/
+30
2020-06-10
KVM: arm64: Move hyp_symbol_addr() to kvm_asm.h
Marc Zyngier
2
-20
/
+20
2020-06-10
KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts
Marc Zyngier
1
-2
/
+4
2020-06-10
arm64: acpi: fix UBSAN warning
Nick Desaulniers
1
-2
/
+3
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
1
-22
/
+14
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
4
-4
/
+4
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
7
-9
/
+7
2020-06-09
arm64: add loglvl to dump_backtrace()
Dmitry Safonov
1
-1
/
+2
2020-06-09
KVM: arm64: Remove host_cpu_context member from vcpu structure
Marc Zyngier
1
-3
/
+0
2020-06-09
KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptr
Marc Zyngier
1
-3
/
+10
2020-06-09
KVM: arm64: Save the host's PtrAuth keys in non-preemptible context
Marc Zyngier
1
-6
/
+0
2020-06-08
arm64: use asm-generic/cacheflush.h
Christoph Hellwig
1
-41
/
+5
2020-06-05
Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+22
2020-06-04
arm64: add support for folded p4d page tables
Mike Rapoport
5
-35
/
+75
[prev]
[next]