summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams
2016-01-15arch/arm64/include/asm/pgtable.h: add pmd_mkclean for THPMinchan Kim
2016-01-15arm64, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-01-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-01-12arm64: define __smp_xxxMichael S. Tsirkin
2016-01-12arm64: reuse asm-generic/barrier.hMichael S. Tsirkin
2016-01-05arm64: mm: move pgd_cache initialisation to pgtable_cache_initWill Deacon
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro
2015-12-21arm64: remove irq_count and do_softirq_own_stack()James Morse
2015-12-21arm64: hugetlb: add support for PTE contiguous bitDavid Woods
2015-12-21arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_opsStefano Stabellini
2015-12-18arm64: KVM: Add support for 16-bit VMIDVladimir Murzin
2015-12-18arm/arm64: KVM: Remove unreferenced S2_PGD_ORDERVladimir Murzin
2015-12-17arm64: Use PoU cache instr for I/D coherencyAshok Kumar
2015-12-15arm64: reduce stack use in irq_handlerJames Morse
2015-12-15Merge branch 'aarch64/efi' into aarch64/for-next/coreWill Deacon
2015-12-14arm64: KVM: Turn system register numbers to an enumMarc Zyngier
2015-12-14arm64: Add macros to read/write system registersMark Rutland
2015-12-14KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar
2015-12-13Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-12-11arm64: Improve error reporting on set_pte_at() checksCatalin Marinas
2015-12-10irqchip/gic-v3: Add missing include for barrier.hMarc Zyngier
2015-12-10arm64: cmpxchg: Don't incldue linux/mmdebug.hMark Brown
2015-12-10arm64: mm: fold alternatives into .initMark Rutland
2015-12-10arm64: Add this_cpu_ptr() assembler macro for use in entry.SJames Morse
2015-12-09arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel
2015-12-09arm64: irq: fix walking from irq stack to task stackWill Deacon
2015-12-08arm64: Add do_softirq_own_stack() and enable irq_stacksJames Morse
2015-12-08arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro
2015-12-08arm64: Store struct thread_info in sp_el0Jungseok Lee
2015-12-04Merge tag 'kvm-arm-for-v4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2015-12-04arm64: KVM: Get rid of old vcpu_reg()Pavel Fedin
2015-12-04arm64: KVM: Correctly handle zero register during MMIOPavel Fedin
2015-12-03arm64: spinlock: serialise spin_unlock_wait against concurrent lockersWill Deacon
2015-12-02arm64: fix COMPAT_SHMLBA definition for large pagesYury Norov
2015-12-01arm64: pgtable: implement pte_accessible()Will Deacon
2015-11-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2015-11-26Merge tag 'for-linus-4.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-26arm64: debug: Treat the BRPs/WRPs as unsignedSuzuki K. Poulose
2015-11-26arm64: cpufeature: Track unsigned fieldsSuzuki K. Poulose
2015-11-26xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky
2015-11-26arm64: cpufeature: Add helpers for extracting unsigned valuesSuzuki K. Poulose
2015-11-24arm64: KVM: Add workaround for Cortex-A57 erratum 834220Marc Zyngier
2015-11-24arm64: KVM: Fix AArch32 to AArch64 register mappingMarc Zyngier
2015-11-18arm64: barriers: fix smp_load_acquire to work with const argumentsWill Deacon