summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-042-5/+5
* Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-291-8/+0Star
|\
| * Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2018-12-131-0/+8
| |\
| * | of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli2018-11-261-8/+0Star
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-295-18/+43
|\ \ \
| * | | kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov2018-12-281-1/+7
| * | | kasan, arm64: add brk handler for inline instrumentationAndrey Konovalov2018-12-281-0/+2
| * | | kasan, arm64: enable top byte ignore for the kernelAndrey Konovalov2018-12-281-0/+1
| * | | kasan, arm64: untag address in _virt_addr_is_linearAndrey Konovalov2018-12-281-3/+4
| * | | kasan: add tag related helper functionsAndrey Konovalov2018-12-282-2/+18
| * | | arm64: move untagged_addr macro from uaccess.h to memory.hAndrey Konovalov2018-12-282-7/+8
| * | | kasan, arm64: adjust shadow size for tag-based modeAndrey Konovalov2018-12-281-5/+3Star
* | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-7/+1Star
|\ \ \ \ | |/ / / |/| | |
| * | | arm64: default to the direct mapping in get_arch_dma_opsChristoph Hellwig2018-12-191-5/+1Star
| * | | dma-mapping: factor out dummy DMA opsRobin Murphy2018-12-131-3/+1Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-1/+4
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-9/+0Star
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-111-1/+4
| |\ \ \ \ \
| | * | | | | arm64/bpf: don't allocate BPF JIT programs in module memoryArd Biesheuvel2018-12-051-1/+4
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-268-25/+105
|\ \ \ \ \ \
| * | | | | | KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+1
| * | | | | | Merge tag 'kvmarm-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-12-198-24/+104
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macroMarc Zyngier2018-12-191-0/+1
| | * | | | | arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1Will Deacon2018-12-191-1/+1
| | * | | | | KVM: arm64: Make vcpu const in vcpu_read_sys_regChristoffer Dall2018-12-191-1/+1
| | * | | | | KVM: arm/arm64: Fixup the kvm_exit tracepointChristoffer Dall2018-12-192-4/+6
| | * | | | | KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELSChristoffer Dall2018-12-181-9/+7Star
| | * | | | | KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal2018-12-183-0/+20
| | * | | | | KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal2018-12-182-0/+6
| | * | | | | KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal2018-12-182-0/+13
| | * | | | | KVM: arm64: Support PUD hugepage in stage2_is_exec()Punit Agrawal2018-12-182-0/+7
| | * | | | | KVM: arm64: Support dirty page tracking for PUD hugepagesPunit Agrawal2018-12-181-0/+10
| | * | | | | KVM: arm/arm64: Introduce helpers to manipulate page table entriesPunit Agrawal2018-12-181-0/+5
| | * | | | | arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland2018-12-182-9/+27
| | |/ / / /
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-2641-499/+1325
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | arm64: sysreg: Use _BITUL() when defining register bitsWill Deacon2018-12-131-40/+41
| * | | | | arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matchesWill Deacon2018-12-131-13/+46
| * | | | | arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4Will Deacon2018-12-132-7/+7
| * | | | | arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon2018-12-133-7/+6Star
| * | | | | arm64: add prctl control for resetting ptrauth keysKristina Martsenko2018-12-132-0/+7
| * | | | | arm64: perf: strip PAC when unwinding userspaceMark Rutland2018-12-131-0/+7
| * | | | | arm64: expose user PAC bit positions via ptraceMark Rutland2018-12-134-2/+18
| * | | | | arm64: add basic pointer authentication supportMark Rutland2018-12-133-0/+85
| * | | | | arm64/cpufeature: detect pointer authenticationMark Rutland2018-12-132-1/+19
| * | | | | arm64: Don't trap host pointer auth use to EL2Mark Rutland2018-12-131-1/+3
| * | | | | arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland2018-12-131-0/+1
| * | | | | arm64: add pointer authentication register bitsMark Rutland2018-12-132-1/+32
| * | | | | arm64: add comments about EC exception levelsKristina Martsenko2018-12-131-7/+7
| * | | | | arm64: perf: Treat EXCLUDE_EL* bit definitions as unsignedWill Deacon2018-12-131-3/+3
| * | | | | Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon2018-12-121-10/+154
| |\ \ \ \ \