summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
| * 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/+4
| * 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/+0
| * | arm64: mm: fold alternatives into .initMark Rutland2015-12-101-1/+0
| * | 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
|\ \
| * | irqchip/gic-v3: Add missing include for barrier.hMarc Zyngier2015-12-101-0/+1
* | | arm64: Improve error reporting on set_pte_at() checksCatalin Marinas2015-12-111-4/+8
|/ /
* | Merge tag 'kvm-arm-for-v4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2015-12-041-5/+13
|\ \ | |/ |/|
| * arm64: KVM: Get rid of old vcpu_reg()Pavel Fedin2015-12-041-8/+3
| * arm64: KVM: Correctly handle zero register during MMIOPavel Fedin2015-12-041-0/+13
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-11-272-4/+24
|\ \
| * | arm64: debug: Treat the BRPs/WRPs as unsignedSuzuki K. Poulose2015-11-261-2/+4
| * | arm64: cpufeature: Track unsigned fieldsSuzuki K. Poulose2015-11-261-2/+8
| * | arm64: cpufeature: Add helpers for extracting unsigned valuesSuzuki K. Poulose2015-11-261-0/+12
* | | Merge tag 'for-linus-4.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-261-0/+5
|\ \ \ | |_|/ |/| |
| * | xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky2015-11-261-0/+5
* | | arm64: KVM: Add workaround for Cortex-A57 erratum 834220Marc Zyngier2015-11-241-1/+2
* | | arm64: KVM: Fix AArch32 to AArch64 register mappingMarc Zyngier2015-11-241-3/+5
| |/ |/|
* | arm64: barriers: fix smp_load_acquire to work with const argumentsWill Deacon2015-11-181-6/+10
* | arm64: Fix R/O permissions in mark_rodata_roLaura Abbott2015-11-181-0/+1
* | arm64: use non-global mappings for UEFI runtime regionsArd Biesheuvel2015-11-181-1/+1
* | arm64: do not include ptrace.h from compat.hArnd Bergmann2015-11-171-2/+1
* | arm64: simplify dma_get_opsArnd Bergmann2015-11-171-10/+3
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-11-133-2/+3
|\ \
| * | arm64: fix R/O permissions of FDT mappingArd Biesheuvel2015-11-091-0/+1
| * | arm64: cmpxchg_dbl: fix return value typeLorenzo Pieralisi2015-11-052-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-062-1/+20
|\ \ \
| * \ \ Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-11-042-1/+20
| |\ \ \
| | * | | arm/arm64: KVM: Improve kvm_exit tracepointChristoffer Dall2015-10-221-0/+16
| | * | | KVM: arm/arm64: implement kvm_arm_[halt,resume]_guestEric Auger2015-10-221-0/+3
| | * | | KVM: arm/arm64: rename pause into power_offEric Auger2015-10-221-2/+2
| | * | | arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_blockChristoffer Dall2015-10-221-3/+0
| | * | | KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall2015-10-221-0/+3
* | | | | Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-061-8/+7
|\ \ \ \ \