summaryrefslogtreecommitdiffstats
path: root/arch/arm64
AgeCommit message (Expand)AuthorLines
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+3
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner-3/+3
2018-06-15Kbuild: rename HAVE_CC_STACKPROTECTOR config variableMasahiro Yamada-1/+1
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds-1/+1
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-6/+1
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-3/+3
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-255/+392
2018-06-11Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds-2828/+6083
2018-06-11Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds-598/+4491
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds-1/+42
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-106/+784
2018-06-08arm64: Fix syscall restarting around signal suppressed by tracerDave Martin-2/+3
2018-06-08arm64: move GCC version check for ARCH_SUPPORTS_INT128 to KconfigMasahiro Yamada-6/+1
2018-06-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+1
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour-2/+1
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2018-06-07arm64: topology: Avoid checking numa mask for scheduler MC selectionJeremy Linton-7/+4
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-111/+198
2018-06-06Merge tag 'edac_for_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds-3/+124
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-441/+910
2018-06-05arm64: cpu_errata: include required headersArnd Bergmann-0/+2
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-16/+16
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-13/+2
2018-06-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+0
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+15
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-34/+3
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+0
2018-06-02arm64: KVM: Move VCPU_WORKAROUND_2_FLAG macros to the top of the fileCatalin Marinas-3/+3
2018-06-02Merge tag 'renesas-arm64-dt-for-v4.18' of https://git.kernel.org/pub/scm/linu...Olof Johansson-2828/+6083
2018-06-01kvm: Make VM ioctl do valloc for some archsMarc Orr-0/+4
2018-06-01Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini-255/+388
2018-06-01arm64: signal: Report signal frame size to userspace via auxvDave Martin-8/+66
2018-06-01arm64/sve: Thin out initialisation sanity-checks for sve_max_vlDave Martin-16/+4
2018-06-01kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck-1/+1
2018-05-31Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas-2/+1
2018-05-31arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier-0/+27
2018-05-31arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier-1/+38
2018-05-31arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier-0/+72
2018-05-31arm64: KVM: Add HYP per-cpu accessorsMarc Zyngier-2/+25
2018-05-31arm64: ssbd: Add prctl interface for per-thread mitigationMarc Zyngier-0/+111
2018-05-31arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier-0/+3
2018-05-31arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier-1/+26
2018-05-31arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier-0/+17
2018-05-31arm64: ssbd: Add global mitigation state accessorMarc Zyngier-0/+10
2018-05-31arm64: Add 'ssbd' command-line optionMarc Zyngier-16/+93
2018-05-31arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier-1/+80
2018-05-31arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier-4/+9
2018-05-31arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier-0/+46