aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-8/+0
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-18/+43
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-7/+1
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov1-1/+7
2018-12-28kasan, arm64: add brk handler for inline instrumentationAndrey Konovalov1-0/+2
2018-12-28kasan, arm64: enable top byte ignore for the kernelAndrey Konovalov1-0/+1
2018-12-28kasan, arm64: untag address in _virt_addr_is_linearAndrey Konovalov1-3/+4
2018-12-28kasan: add tag related helper functionsAndrey Konovalov2-2/+18
2018-12-28arm64: move untagged_addr macro from uaccess.h to memory.hAndrey Konovalov2-7/+8
2018-12-28kasan, arm64: adjust shadow size for tag-based modeAndrey Konovalov1-5/+3
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+4
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-25/+105
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds41-499/+1325
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+0
2018-12-19Merge tag 'kvmarm-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini8-24/+104
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-19KVM: arm64: Make vcpu const in vcpu_read_sys_regChristoffer Dall1-1/+1
2018-12-19KVM: arm/arm64: Fixup the kvm_exit tracepointChristoffer Dall2-4/+6
2018-12-19arm64: default to the direct mapping in get_arch_dma_opsChristoph Hellwig1-5/+1
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-18arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland2-9/+27
2018-12-14mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe1-9/+0
2018-12-13dma-mapping: factor out dummy DMA opsRobin Murphy1-3/+1
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring1-0/+8
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 Deacon1-13/+46
2018-12-13arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4Will Deacon2-7/+7
2018-12-13arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon3-7/+6
2018-12-13arm64: add prctl control for resetting ptrauth keysKristina Martsenko2-0/+7
2018-12-13arm64: perf: strip PAC when unwinding userspaceMark Rutland1-0/+7
2018-12-13arm64: expose user PAC bit positions via ptraceMark Rutland4-2/+18
2018-12-13arm64: add basic pointer authentication supportMark Rutland3-0/+85
2018-12-13arm64/cpufeature: detect pointer authenticationMark Rutland2-1/+19
2018-12-13arm64: Don't trap host pointer auth use to EL2Mark Rutland1-1/+3
2018-12-13arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland1-0/+1
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-12Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon1-10/+154
2018-12-12arm64: enable per-task stack canariesArd Biesheuvel1-1/+2
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