aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-19arm64: percpu: implement optimised pcpu access using tpidr_el1Will Deacon2-1/+41
2013-12-19arm64: Correct virt_addr_validLaura Abbott1-2/+1
2013-12-06arm64: mm: Fix PMD_SECT_PROT_NONE definitionSteve Capper1-1/+1
2013-12-06arm64: Fix memory shareability attribute for ioremap_wc/cacheCatalin Marinas1-1/+1
2013-11-29arm64: Move PTE_PROT_NONE higher upCatalin Marinas1-14/+17
2013-11-29arm64: Use Normal NonCacheable memory for writecombineCatalin Marinas1-1/+1
2013-11-25arm64: Unmask asynchronous aborts when in kernel modeCatalin Marinas1-0/+3
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-10/+79
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-1/+70
2013-11-15arm64: handle pgtable_page_ctor() failKirill A. Shutemov1-3/+6
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-14/+0
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-6/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+0
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-11/+42
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-11-11Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into kvm-nextPaolo Bonzini2-2/+62
2013-11-11Merge tag 'kvm-arm-for-3.13-3' of git://git.linaro.org/people/cdall/linux-kvm-arm into kvm-nextPaolo Bonzini1-0/+5
2013-11-09ARM: 7868/1: arm/arm64: remove atomic_clear_mask() in "include/asm/atomic.h"Chen Gang1-14/+0
2013-11-08arm,arm64/include/asm/io.h: define struct bio_vecStefano Stabellini1-0/+1
2013-11-07arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpuMarc Zyngier1-0/+8
2013-11-07arm/arm64: KVM: MMIO support for BE guestMarc Zyngier1-0/+48
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-4/+6
2013-11-05arm64: Use 42-bit address space with 64K pagesCatalin Marinas3-6/+11
2013-10-30arm64: allow ioremap_cache() to use existing RAM mappingsMark Salter1-1/+1
2013-10-29arm64: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier1-2/+6
2013-10-28Merge tag 'kvm-arm-for-3.13-2' of git://git.linaro.org/people/cdall/linux-kvm-arm into kvm-queuePaolo Bonzini2-3/+11
2013-10-25arm64: Fix the endianness of arch_spinlock_tCatalin Marinas1-0/+5
2013-10-25arm64: head: create a new function for setting the boot_cpu_mode flagMatthew Leach1-1/+2
2013-10-25arm64: asm: add CPU_LE & CPU_BE assembler helpersMatthew Leach1-0/+19
2013-10-25arm64: compat: correct register concatenation for syscall wrappersMatthew Leach1-0/+12
2013-10-25arm64: compat: add support for big-endian (BE8) AArch32 binariesWill Deacon4-0/+25
2013-10-25arm64: ELF: add support for big-endian executablesWill Deacon1-0/+13
2013-10-25arm,arm64: do not always merge biovec if we are running on XenStefano Stabellini1-0/+9
2013-10-25xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/deviceStefano Stabellini1-0/+25
2013-10-25arm64: add CPU_HOTPLUG infrastructureMark Rutland3-0/+15
2013-10-25arm64: read enable-method for CPU0Mark Rutland1-1/+2
2013-10-25arm64: factor out spin-table boot methodMark Rutland2-2/+17
2013-10-25arm64: reorganise smp_enable_opsMark Rutland2-11/+33
2013-10-25arm64: unify smp_psci.c and psci.cMark Rutland1-19/+0
2013-10-24arm64: cmpxchg: implement cmpxchg64_relaxedWill Deacon1-0/+2
2013-10-24arm64: lockref: add support for lockless lockrefs using cmpxchgWill Deacon1-2/+6
2013-10-24arm64: locks: introduce ticket-based spinlock implementationWill Deacon2-31/+58
2013-10-23arm64: check for number of arguments in syscall_get/set_arguments()AKASHI Takahiro1-0/+6
2013-10-22arm/arm64: KVM: PSCI: use MPIDR to identify a target CPUMarc Zyngier1-0/+5
2013-10-17KVM: ARM: Support hugetlbfs backed huge pagesChristoffer Dall2-3/+11
2013-10-17Powerpc KVM work is based on a commit after rc4.Gleb Natapov1-4/+6
2013-10-16Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm-arm into nextGleb Natapov1-0/+1
2013-10-14KVM: arm64: Get rid of KVM_HPAGE definesChristoffer Dall1-5/+0
2013-10-09of: remove empty arch prom.h headersRob Herring1-1/+0