aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2019-01-23arm64/xen: fix xen-swiotlb cache flushingChristoph Hellwig
2019-01-16kasan, arm64: remove redundant ARCH_SLAB_MINALIGN defineAndrey Konovalov
2019-01-16arm64: kpti: Update arm64_kernel_use_ng_mappings() when forced onJames Morse
2019-01-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-01-10arm64: kpti: Avoid rewriting early page tables when KASLR is enabledWill Deacon
2019-01-10arm64: asm-prototypes: Fix fat-fingered typo in commentWill Deacon
2019-01-08kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligningAndrey Konovalov
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada
2019-01-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2019-01-04arm64: compat: Hook up io_pgetevents() for 32-bit tasksWill Deacon
2019-01-04arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon
2019-01-04arm64/sve: Disentangle <uapi/asm/ptrace.h> from <uapi/asm/sigcontext.h>Dave Martin
2019-01-04arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definitionDave Martin
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-03arm64: smp: Fix compilation errorShaokun Zhang
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov
2018-12-28kasan, arm64: add brk handler for inline instrumentationAndrey Konovalov
2018-12-28kasan, arm64: enable top byte ignore for the kernelAndrey Konovalov
2018-12-28kasan, arm64: untag address in _virt_addr_is_linearAndrey Konovalov
2018-12-28kasan: add tag related helper functionsAndrey Konovalov
2018-12-28arm64: move untagged_addr macro from uaccess.h to memory.hAndrey Konovalov
2018-12-28kasan, arm64: adjust shadow size for tag-based modeAndrey Konovalov
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19Merge tag 'kvmarm-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini
2018-12-19arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macroMarc Zyngier
2018-12-19arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1Will Deacon
2018-12-19KVM: arm64: Make vcpu const in vcpu_read_sys_regChristoffer Dall
2018-12-19KVM: arm/arm64: Fixup the kvm_exit tracepointChristoffer Dall
2018-12-19arm64: default to the direct mapping in get_arch_dma_opsChristoph Hellwig
2018-12-18KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELSChristoffer Dall
2018-12-18KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal
2018-12-18KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal
2018-12-18KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal
2018-12-18KVM: arm64: Support PUD hugepage in stage2_is_exec()Punit Agrawal
2018-12-18KVM: arm64: Support dirty page tracking for PUD hugepagesPunit Agrawal
2018-12-18KVM: arm/arm64: Introduce helpers to manipulate page table entriesPunit Agrawal
2018-12-18arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland
2018-12-14mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe
2018-12-13dma-mapping: factor out dummy DMA opsRobin Murphy
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring