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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-19
arm64: KVM: Allow far branches from vector slots to the main vectors
Marc Zyngier
1
-1
/
+1
2018-03-19
arm64: KVM: Move BP hardening vectors into .hyp.text section
Marc Zyngier
1
-3
/
+1
2018-03-19
arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vector
Marc Zyngier
1
-1
/
+2
2018-03-19
arm64: KVM: Introduce EL2 VA randomisation
Marc Zyngier
1
-2
/
+10
2018-03-19
arm64; insn: Add encoder for the EXTR instruction
Marc Zyngier
1
-0
/
+6
2018-03-19
KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
Marc Zyngier
1
-1
/
+2
2018-03-19
KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
Marc Zyngier
1
-1
/
+2
2018-03-19
KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
Marc Zyngier
1
-0
/
+20
2018-03-19
arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
Marc Zyngier
1
-1
/
+1
2018-03-19
arm64: KVM: Dynamically patch the kernel/hyp VA mask
Marc Zyngier
1
-33
/
+13
2018-03-19
arm64: insn: Add encoder for bitwise operations using literals
Marc Zyngier
1
-0
/
+9
2018-03-19
arm64: insn: Add N immediate encoding
Marc Zyngier
1
-0
/
+1
2018-03-19
arm64: alternatives: Add dynamic patching feature
Marc Zyngier
1
-4
/
+37
2018-03-19
KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs
Christoffer Dall
1
-0
/
+2
2018-03-19
KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
Christoffer Dall
1
-0
/
+2
2018-03-19
KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
Christoffer Dall
1
-2
/
+0
2018-03-19
KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
Christoffer Dall
1
-0
/
+3
2018-03-19
KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers
Christoffer Dall
1
-23
/
+9
2018-03-19
KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1
Christoffer Dall
1
-1
/
+17
2018-03-19
KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1
Christoffer Dall
1
-5
/
+36
2018-03-19
KVM: arm64: Introduce framework for accessing deferred sysregs
Christoffer Dall
1
-2
/
+6
2018-03-19
KVM: arm64: Rewrite system register accessors to read/write functions
Christoffer Dall
3
-7
/
+21
2018-03-19
KVM: arm64: Change 32-bit handling of VM system registers
Christoffer Dall
1
-8
/
+0
2018-03-19
KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
Christoffer Dall
1
-4
/
+2
2018-03-19
KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
Christoffer Dall
1
-4
/
+8
2018-03-19
KVM: arm64: Introduce VHE-specific kvm_vcpu_run
Christoffer Dall
2
-1
/
+10
2018-03-19
KVM: arm64: Improve debug register save/restore flow
Christoffer Dall
1
-8
/
+2
2018-03-19
KVM: arm/arm64: Introduce vcpu_el1_is_32bit
Christoffer Dall
1
-1
/
+6
2018-03-19
KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
Christoffer Dall
1
-0
/
+3
2018-03-19
KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
Christoffer Dall
2
-10
/
+2
2018-03-19
KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
Shih-Wei Li
1
-2
/
+2
2018-03-19
KVM: arm64: Avoid storing the vcpu pointer on the stack
Christoffer Dall
2
-0
/
+30
2018-02-26
arm64: KVM: Move CPU ID reg trap setup off the world switch path
Dave Martin
1
-0
/
+8
2018-02-26
arm64/kvm: Prohibit guest LOR accesses
Mark Rutland
2
-1
/
+9
2018-02-23
arm64: fix unwind_frame() for filtered out fn for function graph tracing
Pratyush Anand
1
-1
/
+1
2018-02-19
arm64: uaccess: Formalise types for access_ok()
Robin Murphy
1
-6
/
+6
2018-02-19
arm64: Fix compilation error while accessing MPIDR_HWID_BITMASK from .S files
Bhupesh Sharma
1
-1
/
+1
2018-02-17
arm64: cputype: Silence Sparse warnings
Robin Murphy
1
-1
/
+1
2018-02-16
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
Will Deacon
5
-48
/
+51
2018-02-11
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-8
/
+65
2018-02-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
10
-107
/
+204
2018-02-07
kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage
Andrey Konovalov
2
-8
/
+12
2018-02-07
arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
Marc Zyngier
1
-0
/
+6
2018-02-07
arm/arm64: KVM: Consolidate the PSCI include files
Marc Zyngier
1
-27
/
+0
2018-02-07
arm64: futex: Mask __user pointers prior to dereference
Will Deacon
1
-3
/
+6
2018-02-07
arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
Will Deacon
1
-7
/
+22
2018-02-07
arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
Will Deacon
1
-22
/
+32
2018-02-07
arm64: uaccess: Prevent speculative use of the current addr_limit
Will Deacon
1
-0
/
+7
2018-02-07
arm64: entry: Ensure branch through syscall table is bounded under speculation
Will Deacon
1
-0
/
+11
2018-02-07
arm64: Use pointer masking to limit uaccess speculation
Robin Murphy
1
-3
/
+23
[next]