summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds15-106/+165
2018-12-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds107-1099/+3043
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu1-1/+1
2018-12-20arm64: select ACPI PCI code only when both features are enabledSinan Kaya1-2/+2
2018-12-19Merge tag 'kvmarm-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini15-105/+164
2018-12-19arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macroMarc Zyngier1-0/+1
2018-12-19arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1Will Deacon1-1/+1
2018-12-19arm64: KVM: Add trapped system register access tracepointMarc Zyngier3-0/+41
2018-12-19KVM: arm64: Make vcpu const in vcpu_read_sys_regChristoffer Dall2-2/+2
2018-12-19KVM: arm/arm64: Fixup the kvm_exit tracepointChristoffer Dall2-4/+6
2018-12-18KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELSChristoffer Dall1-9/+7
2018-12-18KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal3-0/+20
2018-12-18KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal2-0/+6
2018-12-18KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal2-0/+13
2018-12-18KVM: arm64: Support PUD hugepage in stage2_is_exec()Punit Agrawal2-0/+7
2018-12-18KVM: arm64: Support dirty page tracking for PUD hugepagesPunit Agrawal1-0/+10
2018-12-18KVM: arm/arm64: Introduce helpers to manipulate page table entriesPunit Agrawal1-0/+5
2018-12-18KVM: arm/arm64: Log PSTATE for unhandled sysregsMark Rutland1-4/+4
2018-12-18arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland6-85/+41
2018-12-15mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe2-17/+0
2018-12-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2018-12-14arm64: kaslr: print PHYS_OFFSET in dump_kernel_offset()Miles Chen1-0/+1
2018-12-13arm64: sysreg: Use _BITUL() when defining register bitsWill Deacon1-40/+41
2018-12-13arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matchesWill Deacon3-89/+99
2018-12-13arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4Will Deacon3-17/+8
2018-12-13arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon4-8/+7
2018-12-13arm64: enable pointer authenticationMark Rutland1-0/+23
2018-12-13arm64: add prctl control for resetting ptrauth keysKristina Martsenko4-0/+55
2018-12-13arm64: perf: strip PAC when unwinding userspaceMark Rutland2-1/+12
2018-12-13arm64: expose user PAC bit positions via ptraceMark Rutland5-2/+56
2018-12-13arm64: add basic pointer authentication supportMark Rutland6-0/+104
2018-12-13arm64/cpufeature: detect pointer authenticationMark Rutland3-1/+109
2018-12-13arm64: Don't trap host pointer auth use to EL2Mark Rutland1-1/+3
2018-12-13arm64/kvm: hide ptrauth from guestsMark Rutland2-0/+26
2018-12-13arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland3-4/+4
2018-12-13arm64: add pointer authentication register bitsMark Rutland2-1/+32
2018-12-13arm64: add comments about EC exception levelsKristina Martsenko1-7/+7
2018-12-13arm64: perf: Treat EXCLUDE_EL* bit definitions as unsignedWill Deacon1-3/+3
2018-12-13arm64: kpti: Whitelist Cortex-A CPUs that don't implement the CSV3 fieldWill Deacon1-0/+6
2018-12-12Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon2-176/+209
2018-12-12arm64: enable per-task stack canariesArd Biesheuvel5-2/+23
2018-12-12arm64: Add memory hotplug supportRobin Murphy4-0/+38
2018-12-12arm64: percpu: Fix LSE implementation of value-returning pcpu atomicsWill Deacon1-1/+1
2018-12-12arm64: add <asm/asm-prototypes.h>Mark Rutland1-0/+26
2018-12-12arm64: mm: Introduce MAX_USER_VA_BITS definitionWill Deacon3-10/+8
2018-12-11arm64: fix ARM64_USER_VA_BITS_52 buildsArnd Bergmann1-1/+1
2018-12-11arm64: preempt: Fix big-endian when checking preempt count in assemblyWill Deacon2-9/+5
2018-12-11arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearingRobin Murphy1-1/+1
2018-12-11arm64: kexec_file: include linux/vmalloc.hArnd Bergmann1-0/+1
2018-12-10arm64: mm: EXPORT vabits_user to modulesWill Deacon1-0/+1