aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+19
2017-09-08Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcRadim Krčmář2-4/+4
2017-09-07Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds34-281/+475
2017-09-05KVM: arm/arm64: Fix guest external abort matchingJames Morse1-5/+19
2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-31/+6
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+6
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+0
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-53/+5
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar1-6/+0
2017-08-31KVM: update to new mmu_notifier semantic v2Jérôme Glisse1-6/+0
2017-08-31irqchip/gic-v3-its: Add VPE interrupt maskingMarc Zyngier1-0/+2
2017-08-31irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessorsMarc Zyngier1-0/+5
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-22/+4
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-4/+4
2017-08-24Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2-4/+4
2017-08-22arm64: cleanup {COMPAT_,}SET_PERSONALITY() macroYury Norov2-2/+3
2017-08-22arm64: introduce separated bits for mm_context_t flagsYury Norov2-2/+4
2017-08-22arm64: hugetlb: Override set_huge_swap_pte_at() to support contiguous hugepagesPunit Agrawal1-0/+3
2017-08-22arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepagesPunit Agrawal1-1/+5
2017-08-21arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic coresHoeun Ryu1-1/+1
2017-08-21arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas1-8/+1
2017-08-21arm64: Ignore hardware dirty bit updates in ptep_set_wrprotect()Catalin Marinas1-8/+13
2017-08-21arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas2-34/+18
2017-08-21kvm: arm64: Convert kvm_set_s2pte_readonly() from inline asm to cmpxchg()Catalin Marinas1-12/+9
2017-08-21arm64: Convert pte handling from inline asm to using (cmp)xchgCatalin Marinas1-38/+33
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-53/+5
2017-08-21efi/libstub/arm64: Use hidden attribute for struct screen_info referenceArd Biesheuvel1-0/+3
2017-08-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-08-18mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook1-2/+2
2017-08-18Merge branch 'for-next/kernel-mode-neon' into for-next/coreCatalin Marinas6-75/+75
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney1-53/+5
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin Marinas9-48/+164
2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland2-0/+18
2017-08-15arm64: add on_accessible_stack()Mark Rutland1-0/+16
2017-08-15arm64: add basic VMAP_STACK supportMark Rutland2-2/+28
2017-08-15arm64: use an irq stack pointerMark Rutland1-2/+5
2017-08-15arm64: assembler: allow adr_this_cpu to use the stack pointerArd Biesheuvel1-1/+7
2017-08-15efi/arm64: add EFI_KIMG_ALIGNMark Rutland1-0/+3
2017-08-15arm64: move SEGMENT_ALIGN to <asm/memory.h>Mark Rutland1-0/+19
2017-08-15arm64: clean up irq stack definitionsMark Rutland3-25/+26
2017-08-15arm64: clean up THREAD_* definitionsMark Rutland2-8/+9
2017-08-15arm64: factor out PAGE_* and CONT_* definitionsMark Rutland3-11/+36
2017-08-15arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel3-5/+3
2017-08-15arm64: numa: Remove the unused parent_node() macroDou Liyang1-3/+0
2017-08-13Merge branch 'clockevents/4.13-fixes' of http://git.linaro.org/people/daniel.lezcano/linux into timers/urgentIngo Molnar1-2/+2
2017-08-11clocksource/drivers/arm_arch_timer: Avoid infinite recursion when ftrace is enabledDing Tianhong1-2/+2
2017-08-10arm64: compat: Remove leftover variable declarationKevin Brodsky1-2/+0
2017-08-10irq: Make the irqentry text section unconditionalMasami Hiramatsu1-7/+0