summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm
Commit message (Expand)AuthorAgeFilesLines
* arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOPMarc Zyngier2016-02-291-0/+5
* ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_endMarc Zyngier2016-02-291-3/+0Star
* arm/arm64: KVM: Add hook for C-based stage2 initMarc Zyngier2016-02-291-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-02-161-2/+0Star
|\
| * Merge tag 'kvm-arm-for-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-02-161-2/+0Star
| |\
| | * arm64: KVM: Configure TCR_EL2.PS at runtimeTirumalesh Chalamarla2016-02-111-2/+0Star
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-141-0/+1
|\ \ \ | |/ / |/| |
| * | irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributorTirumalesh Chalamarla2016-02-111-0/+1
* | | Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-02-082-2/+7
|\ \ \ | | |/ | |/|
| * | arm64: KVM: Fix wrong use of the CPSR MODE mask for 32bit guestsShannon Zhao2016-01-241-2/+6
| * | arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2Dave Martin2016-01-241-0/+1
* | | arm64: asm: Explicitly include linux/personality.h in asm/page.hMark Brown2016-02-031-0/+1
* | | arm64: futex.h: Add missing PAN togglingJames Morse2016-02-021-0/+2
| |/ |/|
* | arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappingsCatalin Marinas2016-01-251-11/+10Star
|/
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-211-2/+0Star
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-191-13/+6Star
|\
| * arm64: define __smp_xxxMichael S. Tsirkin2016-01-121-5/+5
| * arm64: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-8/+1Star
* | kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-161-1/+2
* | arch/arm64/include/asm/pgtable.h: add pmd_mkclean for THPMinchan Kim2016-01-161-0/+1
* | arm64, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-8/+0Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-127-81/+117
|\ \
| * | arm64: KVM: Add support for 16-bit VMIDVladimir Murzin2015-12-182-1/+10
| * | arm/arm64: KVM: Remove unreferenced S2_PGD_ORDERVladimir Murzin2015-12-181-1/+0Star
| * | arm64: KVM: Turn system register numbers to an enumMarc Zyngier2015-12-144-79/+80
| * | arm64: Add macros to read/write system registersMark Rutland2015-12-141-0/+21
| * | KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar2015-12-141-0/+6
| |/
* | Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-121-0/+20
|\ \
| * | arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_opsStefano Stabellini2015-12-211-0/+20
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-01-1214-42/+157
|\ \ | |/ |/|
| * arm64: mm: move pgd_cache initialisation to pgtable_cache_initWill Deacon2016-01-051-1/+2
| * arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro2015-12-212-0/+5
| * arm64: pass a task parameter to unwind_frame()AKASHI Takahiro2015-12-211-2/+4
| * arm64: remove irq_count and do_softirq_own_stack()James Morse2015-12-211-2/+0Star
| * arm64: hugetlb: add support for PTE contiguous bitDavid Woods2015-12-213-32/+40
| * arm64: Use PoU cache instr for I/D coherencyAshok Kumar2015-12-171-0/+1
| * arm64: reduce stack use in irq_handlerJames Morse2015-12-151-7/+4Star
| * Merge branch 'aarch64/efi' into aarch64/for-next/coreWill Deacon2015-12-151-0/+9
| |\
| | * arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel2015-12-091-0/+9
| * | arm64: cmpxchg: Don't incldue linux/mmdebug.hMark Brown2015-12-101-1/+0Star
| * | arm64: mm: fold alternatives into .initMark Rutland2015-12-101-1/+0Star
| * | arm64: Add this_cpu_ptr() assembler macro for use in entry.SJames Morse2015-12-101-0/+11
| * | arm64: irq: fix walking from irq stack to task stackWill Deacon2015-12-091-2/+18
| * | arm64: Add do_softirq_own_stack() and enable irq_stacksJames Morse2015-12-081-0/+2
| * | arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro2015-12-081-0/+32
| * | arm64: Store struct thread_info in sp_el0Jungseok Lee2015-12-081-2/+8
| * | arm64: spinlock: serialise spin_unlock_wait against concurrent lockersWill Deacon2015-12-031-2/+21
| * | arm64: fix COMPAT_SHMLBA definition for large pagesYury Norov2015-12-021-1/+1
| * | arm64: pgtable: implement pte_accessible()Will Deacon2015-12-011-0/+10
| |/
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-12-131-0/+1
|\ \