aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2013-10-25arm64: compat: add support for big-endian (BE8) AArch32 binariesWill Deacon
2013-10-25arm64: setup: report ELF_PLATFORM as the machine for utsnameWill Deacon
2013-10-25arm64: ELF: add support for big-endian executablesWill Deacon
2013-10-25arm64: big-endian: fix byteorder includeWill Deacon
2013-10-25arm64: big-endian: add big-endian support to top-level arch MakefileWill Deacon
2013-10-25arm,arm64: do not always merge biovec if we are running on XenStefano Stabellini
2013-10-25xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/deviceStefano Stabellini
2013-10-25arm64: add PSCI CPU_OFF-based hotplug supportMark Rutland
2013-10-25arm64: add CPU_HOTPLUG infrastructureMark Rutland
2013-10-25arm64: read enable-method for CPU0Mark Rutland
2013-10-25arm64: factor out spin-table boot methodMark Rutland
2013-10-25arm64: reorganise smp_enable_opsMark Rutland
2013-10-25arm64: unify smp_psci.c and psci.cMark Rutland
2013-10-24arm64: Export __copy_in_user() to modulesCatalin Marinas
2013-10-24arm64: cmpxchg: implement cmpxchg64_relaxedWill Deacon
2013-10-24arm64: lockref: add support for lockless lockrefs using cmpxchgWill Deacon
2013-10-24arm64: locks: introduce ticket-based spinlock implementationWill Deacon
2013-10-23arm64: check for number of arguments in syscall_get/set_arguments()AKASHI Takahiro
2013-10-22arm/arm64: KVM: PSCI: use MPIDR to identify a target CPUMarc Zyngier
2013-10-17KVM: ARM: Support hugetlbfs backed huge pagesChristoffer Dall
2013-10-17Powerpc KVM work is based on a commit after rc4.Gleb Natapov
2013-10-16Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm...Gleb Natapov
2013-10-14KVM: arm64: Get rid of KVM_HPAGE definesChristoffer Dall
2013-10-10Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar
2013-10-09of: remove empty arch prom.h headersRob Herring
2013-10-09arm64: remove unnecessary prom.h includeRob Herring
2013-10-09arm64: use common of_flat_dt_get_machine_nameRob Herring
2013-10-09arch_timer: Move to generic sched_clock frameworkStephen Boyd
2013-10-09xen: introduce xen_alloc/free_coherent_pagesStefano Stabellini
2013-10-18arm64/xen: get_dma_ops: return xen_dma_ops if we are running as xen_initial_d...Stefano Stabellini
2013-10-10xen/arm,arm64: enable SWIOTLB_XENStefano Stabellini
2013-10-17arm/xen,arm64/xen: introduce p2mStefano Stabellini
2013-10-15arm64: define DMA_ERROR_CODEStefano Stabellini
2013-10-09arm64: set initrd_start/initrd_end for fdt scanRob Herring
2013-10-09of: create default early_init_dt_add_memory_archRob Herring
2013-10-09arm64: use early_init_dt_scanRob Herring
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar
2013-10-07clk: arm64: Add DTS clock entry for APM X-Gene Storm SoCLoc Ho
2013-10-02ARM64: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel
2013-10-02arm64: Remove duplicate DEBUG_STACK_USAGE configStephen Boyd
2013-09-30arm64: include VIRTIO_{MMIO,BLK} in defconfigRamkumar Ramachandra
2013-09-30arm64: include EXT4 in defconfigRamkumar Ramachandra
2013-09-27arm64: fix possible invalid FPSIMD initialization stateJiang Liu
2013-09-26ARM64: arch_timer: add support to configure and enable event streamSudeep KarkadaNagesha
2013-09-26ARM/ARM64: arch_timer: add macros for bits in control registerSudeep KarkadaNagesha
2013-09-25arm64: use correct register width when retrieving ASIDMatthew Leach
2013-09-25arm64: avoid multiple evaluation of ptr in get_user/put_user()AKASHI Takahiro
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra
2013-09-20arm64: Widen hwcap to be 64 bitSteve Capper
2013-09-20arm64: Correctly report LR and SP for compat tasksCatalin Marinas