summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-155-10/+79
|\
| * Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2013-11-112-2/+62
| |\
| | * arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpuMarc Zyngier2013-11-071-0/+8
| | * arm/arm64: KVM: MMIO support for BE guestMarc Zyngier2013-11-071-0/+48
| | * arm64: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier2013-10-291-2/+6
| * | Merge tag 'kvm-arm-for-3.13-3' of git://git.linaro.org/people/cdall/linux-kvm...Paolo Bonzini2013-11-111-0/+5
| |\ \
| | * | arm/arm64: KVM: PSCI: use MPIDR to identify a target CPUMarc Zyngier2013-10-221-0/+5
| * | | Merge tag 'kvm-arm-for-3.13-2' of git://git.linaro.org/people/cdall/linux-kvm...Paolo Bonzini2013-10-282-3/+11
| |\ \ \ | | |/ /
| | * | KVM: ARM: Support hugetlbfs backed huge pagesChristoffer Dall2013-10-172-3/+11
| * | | Powerpc KVM work is based on a commit after rc4.Gleb Natapov2013-10-171-4/+6
| |\ \ \ | | |/ / | |/| |
| * | | Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm...Gleb Natapov2013-10-161-0/+1
| |\ \ \
| | * | | ARM64: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel2013-10-021-0/+1
| * | | | KVM: arm64: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-5/+0
| | |_|/ | |/| |
* | | | Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-11-153-1/+70
|\ \ \ \
| * | | | arm,arm64/include/asm/io.h: define struct bio_vecStefano Stabellini2013-11-081-0/+1
| * | | | arm,arm64: do not always merge biovec if we are running on XenStefano Stabellini2013-10-251-0/+9
| * | | | xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/deviceStefano Stabellini2013-10-251-0/+25
| * | | | xen: introduce xen_alloc/free_coherent_pagesStefano Stabellini2013-10-091-0/+22
| * | | | arm64/xen: get_dma_ops: return xen_dma_ops if we are running as xen_initial_d...Stefano Stabellini2013-10-181-1/+12
| * | | | arm64: define DMA_ERROR_CODEStefano Stabellini2013-10-151-0/+1
| | |_|/ | |/| |
* | | | arm64: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-3/+6
* | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-14/+0
|\ \ \ \
| * | | | ARM: 7868/1: arm/arm64: remove atomic_clear_mask() in "include/asm/atomic.h"Chen Gang2013-11-091-14/+0
| |/ / /
* | | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-1/+0
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-071-4/+6
| |\ \ \ \ | | |/ / /
| * | | | of: remove empty arch prom.h headersRob Herring2013-10-091-1/+0
| | |/ / | |/| |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-123-11/+43
|\ \ \ \
| * | | | ARM64: arch_timer: add support to configure and enable event streamSudeep KarkadaNagesha2013-09-263-8/+36
| * | | | ARM/ARM64: arch_timer: add macros for bits in control registerSudeep KarkadaNagesha2013-09-261-4/+8
| |/ / /
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-0/+1
|\ \ \ \
| * \ \ \ Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-092-5/+7
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
| | |_|/ | |/| |
* | | | arm64: Use 42-bit address space with 64K pagesCatalin Marinas2013-11-053-6/+11
* | | | arm64: allow ioremap_cache() to use existing RAM mappingsMark Salter2013-10-301-1/+1
* | | | arm64: Fix the endianness of arch_spinlock_tCatalin Marinas2013-10-251-0/+5
* | | | arm64: head: create a new function for setting the boot_cpu_mode flagMatthew Leach2013-10-251-1/+2
* | | | arm64: asm: add CPU_LE & CPU_BE assembler helpersMatthew Leach2013-10-251-0/+19
* | | | arm64: compat: correct register concatenation for syscall wrappersMatthew Leach2013-10-251-0/+12
* | | | arm64: compat: add support for big-endian (BE8) AArch32 binariesWill Deacon2013-10-254-0/+25
* | | | arm64: ELF: add support for big-endian executablesWill Deacon2013-10-251-0/+13
* | | | arm64: big-endian: fix byteorder includeWill Deacon2013-10-251-0/+4
* | | | arm64: add CPU_HOTPLUG infrastructureMark Rutland2013-10-253-0/+15
* | | | arm64: read enable-method for CPU0Mark Rutland2013-10-251-1/+2
* | | | arm64: factor out spin-table boot methodMark Rutland2013-10-252-2/+17
* | | | arm64: reorganise smp_enable_opsMark Rutland2013-10-252-11/+33
* | | | arm64: unify smp_psci.c and psci.cMark Rutland2013-10-251-19/+0
* | | | arm64: cmpxchg: implement cmpxchg64_relaxedWill Deacon2013-10-241-0/+2
* | | | arm64: lockref: add support for lockless lockrefs using cmpxchgWill Deacon2013-10-241-2/+6
* | | | arm64: locks: introduce ticket-based spinlock implementationWill Deacon2013-10-242-31/+58
* | | | arm64: check for number of arguments in syscall_get/set_arguments()AKASHI Takahiro2013-10-231-0/+6
| |/ / |/| |
OpenPOWER on IntegriCloud