summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* arm64: KVM: Expose sanitised cache type register to guestArd Biesheuvel2019-02-192-0/+4
* KVM: arm/arm64: Move kvm_is_write_fault to header fileChristoffer Dall2019-02-191-0/+8
* KVM: arm/arm64: consolidate arch timer trap handlersAndre Przywara2019-02-191-0/+4
* KVM: arm64: Fix ICH_ELRSR_EL2 sysreg namingMarc Zyngier2019-02-191-1/+1
* KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall2019-02-193-6/+16
* arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier2019-02-191-0/+8
* arm64: KVM: Allow for direct call of HYP functions when using VHEMarc Zyngier2019-02-191-2/+30
* arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier2019-02-191-0/+1
* kasan, arm64: remove redundant ARCH_SLAB_MINALIGN defineAndrey Konovalov2019-01-161-2/+0
* arm64: kpti: Update arm64_kernel_use_ng_mappings() when forced onJames Morse2019-01-161-1/+4
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-01-113-3/+44
|\
| * arm64: kpti: Avoid rewriting early page tables when KASLR is enabledWill Deacon2019-01-102-2/+43
| * arm64: asm-prototypes: Fix fat-fingered typo in commentWill Deacon2019-01-101-1/+1
* | kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligningAndrey Konovalov2019-01-081-0/+6
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-17/+0
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-01-056-55/+110
|\
| * arm64: compat: Hook up io_pgetevents() for 32-bit tasksWill Deacon2019-01-042-1/+3
| * arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon2019-01-041-2/+3
| * arm64/sve: Disentangle <uapi/asm/ptrace.h> from <uapi/asm/sigcontext.h>Dave Martin2019-01-043-49/+99
| * arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definitionDave Martin2019-01-041-1/+1
| * arm64: smp: Fix compilation errorShaokun Zhang2019-01-031-3/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-2/+2
|\ \
| * | mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
* | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-5/+5
|/ /
* | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-281-8/+0
|\ \
| * \ 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/+0
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-285-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/+3
* | | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-7/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | arm64: default to the direct mapping in get_arch_dma_opsChristoph Hellwig2018-12-191-5/+1
| * | | | dma-mapping: factor out dummy DMA opsRobin Murphy2018-12-131-3/+1
* | | | | 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/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-101-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