aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller1-0/+1
2013-12-16arm64: enable generic clockevent broadcastLorenzo Pieralisi1-1/+1
2013-12-16arm64: kernel: cpu_{suspend/resume} implementationLorenzo Pieralisi2-0/+15
2013-12-16arm64: kernel: suspend/resume registers save/restoreLorenzo Pieralisi2-0/+21
2013-12-16arm64: kernel: build MPIDR_EL1 hash function data structureLorenzo Pieralisi1-0/+13
2013-12-16arm64: kernel: add MPIDR_EL1 accessors macrosLorenzo Pieralisi1-0/+10
2013-12-11arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappingsSantosh Shilimkar1-0/+1
2013-12-11xen/arm64: do not call the swiotlb functions twiceStefano Stabellini1-4/+0
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/ker...Linus 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/lin...Linus 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/...Linus Torvalds1-1/+0
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+43
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2013-11-11Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2-2/+62
2013-11-11Merge tag 'kvm-arm-for-3.13-3' of git://git.linaro.org/people/cdall/linux-kvm...Paolo 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...Paolo 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-25arm64: big-endian: fix byteorder includeWill Deacon1-0/+4
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