summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: Use READ_ONCE when dereferencing pointer to pte tableWill Deacon2017-09-291-1/+1
* arm64: relax assembly code alignment from 16 byte to 4 byteMasahiro Yamada2017-09-181-2/+2
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-081-5/+19
|\
| * Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-082-4/+4
| |\
| * | KVM: arm/arm64: Fix guest external abort matchingJames Morse2017-09-051-5/+19
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-071-0/+3
|\ \ \
| * | | efi/libstub/arm64: Use hidden attribute for struct screen_info referenceArd Biesheuvel2017-08-211-0/+3
| | |/ | |/|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-0534-281/+475
|\ \ \
| * | | arm64: cleanup {COMPAT_,}SET_PERSONALITY() macroYury Norov2017-08-222-2/+3
| * | | arm64: introduce separated bits for mm_context_t flagsYury Norov2017-08-222-2/+4
| * | | arm64: hugetlb: Override set_huge_swap_pte_at() to support contiguous hugepagesPunit Agrawal2017-08-221-0/+3
| * | | arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepagesPunit Agrawal2017-08-221-1/+5
| * | | arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic coresHoeun Ryu2017-08-211-1/+1
| * | | arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas2017-08-211-8/+1
| * | | arm64: Ignore hardware dirty bit updates in ptep_set_wrprotect()Catalin Marinas2017-08-211-8/+13
| * | | arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas2017-08-212-34/+18
| * | | kvm: arm64: Convert kvm_set_s2pte_readonly() from inline asm to cmpxchg()Catalin Marinas2017-08-211-12/+9
| * | | arm64: Convert pte handling from inline asm to using (cmp)xchgCatalin Marinas2017-08-211-38/+33
| * | | Merge branch 'for-next/kernel-mode-neon' into for-next/coreCatalin Marinas2017-08-186-75/+75
| |\ \ \
| | * | | arm64: neon: Forbid when irqs are disabledDave Martin2017-08-091-1/+3
| | * | | arm64: neon: Temporarily add a kernel_mode_begin_partial() definitionCatalin Marinas2017-08-041-0/+7
| | * | | arm64: neon: Remove support for nested or hardirq kernel-mode NEONDave Martin2017-08-044-74/+33
| | * | | arm64: neon: Allow EFI runtime services to use FPSIMD in irq contextDave Martin2017-08-042-2/+7
| | * | | arm64: neon: Add missing header guard in <asm/neon.h>Dave Martin2017-08-041-0/+5
| | * | | arm64: neon: replace generic definition of may_use_simd()Ard Biesheuvel2017-08-042-1/+23
| * | | | Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas2017-08-159-48/+164
| |\ \ \ \
| | * | | | arm64: add VMAP_STACK overflow detectionMark Rutland2017-08-152-0/+18
| | * | | | arm64: add on_accessible_stack()Mark Rutland2017-08-151-0/+16
| | * | | | arm64: add basic VMAP_STACK supportMark Rutland2017-08-152-2/+28
| | * | | | arm64: use an irq stack pointerMark Rutland2017-08-151-2/+5
| | * | | | arm64: assembler: allow adr_this_cpu to use the stack pointerArd Biesheuvel2017-08-151-1/+7
| | * | | | efi/arm64: add EFI_KIMG_ALIGNMark Rutland2017-08-151-0/+3
| | * | | | arm64: move SEGMENT_ALIGN to <asm/memory.h>Mark Rutland2017-08-151-0/+19
| | * | | | arm64: clean up irq stack definitionsMark Rutland2017-08-153-25/+26
| | * | | | arm64: clean up THREAD_* definitionsMark Rutland2017-08-152-8/+9
| | * | | | arm64: factor out PAGE_* and CONT_* definitionsMark Rutland2017-08-153-11/+36
| | * | | | arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel2017-08-153-5/+3
| * | | | | arm64: numa: Remove the unused parent_node() macroDou Liyang2017-08-151-3/+0
| * | | | | arm64: compat: Remove leftover variable declarationKevin Brodsky2017-08-101-2/+0
| * | | | | Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas2017-08-097-61/+85
| |\ \ \ \ \ | | |/ / / /
| | * | | | arm64: unwind: remove sp from struct stackframeArd Biesheuvel2017-08-091-1/+0
| | * | | | arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel2017-08-093-25/+6
| | * | | | arm64: unwind: disregard frame.sp when validating frame pointerArd Biesheuvel2017-08-081-1/+9
| | * | | | arm64: unwind: avoid percpu indirection for irq stackMark Rutland2017-08-081-3/+3
| | * | | | arm64: move non-entry code out of .entry.textMark Rutland2017-08-081-0/+11
| | * | | | arm64: Add ASM_BUG()Mark Rutland2017-08-082-32/+57
| | |/ / /
| * | | | arm64: uaccess: Implement *_flushcache variantsRobin Murphy2017-08-092-0/+16
| * | | | arm64: Implement pmem API supportRobin Murphy2017-08-093-1/+9
| * | | | arm64: Handle trapped DC CVAPRobin Murphy2017-08-091-1/+2
| * | | | arm64: Expose DC CVAP to userspaceRobin Murphy2017-08-092-0/+2
OpenPOWER on IntegriCloud