summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2017-10-04arm64: Use larger stacks when KASAN is selectedMark Rutland
2017-09-29arm64: mm: Use READ_ONCE when dereferencing pointer to pte tableWill Deacon
2017-09-18arm64: relax assembly code alignment from 16 byte to 4 byteMasahiro Yamada
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-09-08Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář
2017-09-07Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-09-05KVM: arm/arm64: Fix guest external abort matchingJames Morse
2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-08-31KVM: update to new mmu_notifier semantic v2Jérôme Glisse
2017-08-31irqchip/gic-v3-its: Add VPE interrupt maskingMarc Zyngier
2017-08-31irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessorsMarc Zyngier
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-08-24Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-08-22arm64: cleanup {COMPAT_,}SET_PERSONALITY() macroYury Norov
2017-08-22arm64: introduce separated bits for mm_context_t flagsYury Norov
2017-08-22arm64: hugetlb: Override set_huge_swap_pte_at() to support contiguous hugepagesPunit Agrawal
2017-08-22arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepagesPunit Agrawal
2017-08-21arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic coresHoeun Ryu
2017-08-21arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas
2017-08-21arm64: Ignore hardware dirty bit updates in ptep_set_wrprotect()Catalin Marinas
2017-08-21arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas
2017-08-21kvm: arm64: Convert kvm_set_s2pte_readonly() from inline asm to cmpxchg()Catalin Marinas
2017-08-21arm64: Convert pte handling from inline asm to using (cmp)xchgCatalin Marinas
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-08-21efi/libstub/arm64: Use hidden attribute for struct screen_info referenceArd Biesheuvel
2017-08-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-08-18mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook
2017-08-18Merge branch 'for-next/kernel-mode-neon' into for-next/coreCatalin Marinas
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas
2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland
2017-08-15arm64: add on_accessible_stack()Mark Rutland
2017-08-15arm64: add basic VMAP_STACK supportMark Rutland
2017-08-15arm64: use an irq stack pointerMark Rutland
2017-08-15arm64: assembler: allow adr_this_cpu to use the stack pointerArd Biesheuvel
2017-08-15efi/arm64: add EFI_KIMG_ALIGNMark Rutland
2017-08-15arm64: move SEGMENT_ALIGN to <asm/memory.h>Mark Rutland
2017-08-15arm64: clean up irq stack definitionsMark Rutland
2017-08-15arm64: clean up THREAD_* definitionsMark Rutland
2017-08-15arm64: factor out PAGE_* and CONT_* definitionsMark Rutland
2017-08-15arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel
2017-08-15arm64: numa: Remove the unused parent_node() macroDou Liyang
2017-08-13Merge branch 'clockevents/4.13-fixes' of http://git.linaro.org/people/daniel....Ingo Molnar