index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
Marc Zyngier
2018-03-19
1
-1
/
+1
*
arm64: KVM: Dynamically patch the kernel/hyp VA mask
Marc Zyngier
2018-03-19
1
-33
/
+13
*
arm64: insn: Add encoder for bitwise operations using literals
Marc Zyngier
2018-03-19
1
-0
/
+9
*
arm64: insn: Add N immediate encoding
Marc Zyngier
2018-03-19
1
-0
/
+1
*
arm64: alternatives: Add dynamic patching feature
Marc Zyngier
2018-03-19
1
-4
/
+37
*
KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs
Christoffer Dall
2018-03-19
1
-0
/
+2
*
KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
Christoffer Dall
2018-03-19
1
-0
/
+2
*
KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
Christoffer Dall
2018-03-19
1
-2
/
+0
*
KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
Christoffer Dall
2018-03-19
1
-0
/
+3
*
KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers
Christoffer Dall
2018-03-19
1
-23
/
+9
*
KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1
Christoffer Dall
2018-03-19
1
-1
/
+17
*
KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1
Christoffer Dall
2018-03-19
1
-5
/
+36
*
KVM: arm64: Introduce framework for accessing deferred sysregs
Christoffer Dall
2018-03-19
1
-2
/
+6
*
KVM: arm64: Rewrite system register accessors to read/write functions
Christoffer Dall
2018-03-19
3
-7
/
+21
*
KVM: arm64: Change 32-bit handling of VM system registers
Christoffer Dall
2018-03-19
1
-8
/
+0
*
KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
Christoffer Dall
2018-03-19
1
-4
/
+2
*
KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
Christoffer Dall
2018-03-19
1
-4
/
+8
*
KVM: arm64: Introduce VHE-specific kvm_vcpu_run
Christoffer Dall
2018-03-19
2
-1
/
+10
*
KVM: arm64: Improve debug register save/restore flow
Christoffer Dall
2018-03-19
1
-8
/
+2
*
KVM: arm/arm64: Introduce vcpu_el1_is_32bit
Christoffer Dall
2018-03-19
1
-1
/
+6
*
KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
Christoffer Dall
2018-03-19
1
-0
/
+3
*
KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
Christoffer Dall
2018-03-19
2
-10
/
+2
*
KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
Shih-Wei Li
2018-03-19
1
-2
/
+2
*
KVM: arm64: Avoid storing the vcpu pointer on the stack
Christoffer Dall
2018-03-19
2
-0
/
+30
*
arm64: KVM: Move CPU ID reg trap setup off the world switch path
Dave Martin
2018-02-26
1
-0
/
+8
*
arm64/kvm: Prohibit guest LOR accesses
Mark Rutland
2018-02-26
2
-1
/
+9
*
arm64: fix unwind_frame() for filtered out fn for function graph tracing
Pratyush Anand
2018-02-23
1
-1
/
+1
*
arm64: uaccess: Formalise types for access_ok()
Robin Murphy
2018-02-19
1
-6
/
+6
*
arm64: Fix compilation error while accessing MPIDR_HWID_BITMASK from .S files
Bhupesh Sharma
2018-02-19
1
-1
/
+1
*
arm64: cputype: Silence Sparse warnings
Robin Murphy
2018-02-17
1
-1
/
+1
*
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
Will Deacon
2018-02-16
5
-48
/
+51
*
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-02-10
7
-8
/
+65
|
\
|
*
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
2018-02-01
5
-21
/
+37
|
|
\
|
*
|
arm64: mm: Add additional parameter to uaccess_ttbr0_disable
Christoffer Dall
2018-01-17
1
-4
/
+4
|
*
|
arm64: mm: Add additional parameter to uaccess_ttbr0_enable
Christoffer Dall
2018-01-09
1
-2
/
+2
|
*
|
KVM: arm/arm64: Drop vcpu parameter from guest cache maintenance operartions
Marc Zyngier
2018-01-08
1
-5
/
+2
|
*
|
KVM: arm/arm64: Preserve Exec permission across R/W permission faults
Marc Zyngier
2018-01-08
1
-0
/
+10
|
*
|
KVM: arm/arm64: Limit icache invalidation to prefetch aborts
Marc Zyngier
2018-01-08
2
-2
/
+14
|
*
|
arm64: KVM: PTE/PMD S2 XN bit definition
Marc Zyngier
2018-01-08
1
-0
/
+2
|
*
|
arm64: KVM: Add invalidate_icache_range helper
Marc Zyngier
2018-01-08
3
-2
/
+30
|
*
|
KVM: arm/arm64: Split dcache/icache flushing
Marc Zyngier
2018-01-08
1
-3
/
+10
|
*
|
KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.h
Marc Zyngier
2018-01-08
1
-1
/
+0
|
*
|
KVM: arm/arm64: Avoid work when userspace iqchips are not used
Christoffer Dall
2018-01-02
1
-0
/
+2
*
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-02-08
10
-107
/
+204
|
\
\
\
|
*
|
|
arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
Marc Zyngier
2018-02-06
1
-0
/
+6
|
*
|
|
arm/arm64: KVM: Consolidate the PSCI include files
Marc Zyngier
2018-02-06
1
-27
/
+0
|
*
|
|
arm64: futex: Mask __user pointers prior to dereference
Will Deacon
2018-02-06
1
-3
/
+6
|
*
|
|
arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
Will Deacon
2018-02-06
1
-7
/
+22
|
*
|
|
arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
Will Deacon
2018-02-06
1
-22
/
+32
|
*
|
|
arm64: uaccess: Prevent speculative use of the current addr_limit
Will Deacon
2018-02-06
1
-0
/
+7
[next]