index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...
Marc Zyngier
24
-402
/
+704
2020-12-04
KVM: arm64: Fix EL2 mode availability checks
David Brazdil
1
-0
/
+18
2020-12-04
KVM: arm64: Trap host SMCs in protected mode
David Brazdil
1
-0
/
+1
2020-12-04
KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2
David Brazdil
1
-0
/
+2
2020-12-04
KVM: arm64: Support per_cpu_ptr in nVHE hyp code
David Brazdil
1
-0
/
+6
2020-12-04
KVM: arm64: Add .hyp.data..ro_after_init ELF section
David Brazdil
1
-0
/
+1
2020-12-04
KVM: arm64: Init MAIR/TCR_EL2 from params struct
David Brazdil
1
-0
/
+2
2020-12-04
KVM: arm64: Move hyp-init params to a per-CPU struct
David Brazdil
2
-1
/
+7
2020-12-04
KVM: arm64: Remove vector_ptr param of hyp-init
David Brazdil
2
-2
/
+24
2020-12-04
arm64: Extract parts of el2_setup into a macro
David Brazdil
1
-0
/
+181
2020-12-04
arm64: Make cpu_logical_map() take unsigned int
David Brazdil
1
-2
/
+2
2020-12-04
KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capability
David Brazdil
3
-1
/
+11
2020-12-04
KVM: arm64: Add kvm-arm.mode early kernel parameter
David Brazdil
1
-0
/
+9
2020-12-04
Merge remote-tracking branch 'arm64/for-next/uaccess' into HEAD
Marc Zyngier
14
-397
/
+441
2020-12-03
Merge remote-tracking branch 'origin/kvm-arm64/csv3' into kvmarm-master/queue
Marc Zyngier
2
-0
/
+3
2020-12-02
arm64: uaccess: remove vestigal UAO support
Mark Rutland
1
-1
/
+0
2020-12-02
arm64: uaccess: remove redundant PAN toggling
Mark Rutland
2
-41
/
+19
2020-12-02
arm64: uaccess: remove addr_limit_user_check()
Mark Rutland
1
-4
/
+2
2020-12-02
arm64: uaccess: remove set_fs()
Mark Rutland
5
-45
/
+8
2020-12-02
arm64: uaccess cleanup macro naming
Mark Rutland
1
-4
/
+4
2020-12-02
arm64: uaccess: split user/kernel routines
Mark Rutland
2
-65
/
+47
2020-12-02
arm64: uaccess: refactor __{get,put}_user
Mark Rutland
1
-17
/
+27
2020-12-02
arm64: uaccess: rename privileged uaccess routines
Mark Rutland
2
-6
/
+6
2020-12-02
arm64: sdei: explicitly simulate PAN/UAO entry
Mark Rutland
1
-1
/
+14
2020-12-02
arm64: head.S: always initialize PSTATE
Mark Rutland
1
-0
/
+5
2020-12-02
arm64: head.S: cleanup SCTLR_ELx initialization
Mark Rutland
1
-6
/
+12
2020-12-02
arm64: add C wrappers for SET_PSTATE_*()
Mark Rutland
1
-0
/
+4
2020-11-30
KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safe
Marc Zyngier
1
-0
/
+1
2020-11-28
arm64: Make the Meltdown mitigation state available
Marc Zyngier
1
-0
/
+2
2020-11-27
Merge branch 'kvm-arm64/misc-5.11' into kvmarm-master/next
Marc Zyngier
2
-2
/
+8
2020-11-27
KVM: arm64: Remove unused __extended_idmap_trampoline() prototype
Will Deacon
1
-1
/
+0
2020-11-27
KVM: arm64: Remove kvm_arch_vm_ioctl_check_extension()
Will Deacon
2
-1
/
+5
2020-11-27
KVM: arm64: Move 'struct kvm_arch_memory_slot' out of uapi/
Will Deacon
1
-0
/
+3
2020-11-27
Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/next
Marc Zyngier
5
-81
/
+64
2020-11-27
Merge branch 'kvm-arm64/pmu-undef' into kvmarm-master/next
Marc Zyngier
1
-0
/
+3
2020-11-27
KVM: arm64: Add kvm_vcpu_has_pmu() helper
Marc Zyngier
1
-0
/
+3
2020-11-27
Merge branch 'kvm-arm64/host-hvc-table' into kvmarm-master/next
Marc Zyngier
3
-2
/
+41
2020-11-27
Merge branch 'kvm-arm64/copro-no-more' into kvmarm-master/next
Marc Zyngier
2
-93
/
+18
2020-11-27
Merge branch 'kvm-arm64/el2-pc' into kvmarm-master/next
Marc Zyngier
2
-57
/
+131
2020-11-27
KVM: arm64: Simplify __kvm_enable_ssbs()
Marc Zyngier
2
-2
/
+1
2020-11-27
KVM: arm64: Patch kimage_voffset instead of loading the EL1 value
Marc Zyngier
1
-0
/
+22
2020-11-16
KVM: arm64: Remove redundant hyp vectors entry
Will Deacon
1
-1
/
+1
2020-11-16
arm64: spectre: Consolidate spectre-v3a detection
Will Deacon
1
-0
/
+1
2020-11-16
arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3A
Will Deacon
2
-2
/
+2
2020-11-16
KVM: arm64: Allocate hyp vectors statically
Will Deacon
2
-7
/
+34
2020-11-16
KVM: arm64: Move BP hardening helpers into spectre.h
Will Deacon
2
-29
/
+30
2020-11-16
KVM: arm64: Make BP hardening globals static instead
Will Deacon
1
-3
/
+0
2020-11-16
KVM: arm64: Move kvm_get_hyp_vector() out of header file
Will Deacon
1
-43
/
+0
2020-11-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-0
/
+6
2020-11-13
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-0
/
+6
[next]