aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2015-01-20arm64: irqflags: Use ICC sysregs to implement IRQ maskinghacking/fvpDaniel Thompson
2015-01-20arm64: irqflags: Reorder the fiq & async macrosDaniel Thompson
2015-01-13Merge branch 'tracking-ilp32' into merge-linux-linaroAndrey Konovalov
2015-01-13Merge branch 'tracking-llvm' into merge-linux-linaroAndrey Konovalov
2015-01-13Merge branch 'tracking-armlt-juno-cpufreq' into integration-linaro-vexpress64Jon Medhurst
2015-01-12dts: juno: Add SCPI and cpufreq nodesJon Medhurst
2015-01-12dts: juno: Add mailbox nodesJon Medhurst
2015-01-12dts: juno: Add cpu-map nodesJon Medhurst
2015-01-12arm64: topology: Use new name for SCHED_POWER_SHIFTJon Medhurst
2015-01-12arm64: Add big.LITTLE switcher stubMark Brown
2015-01-12arm64: topology: Provide relative power numbers for coresMark Brown
2015-01-12arm64: topology: Tell the scheduler about the relative power of coresMark Brown
2015-01-12arm64: dtbs: update CLCD bindings for Linux 3.17Jon Medhurst
2015-01-12arm64: dtbs: update FVP Base model filesRyan Harkin
2015-01-12arm64: dtbs: add support for FVP Foundation modelsRyan Harkin
2015-01-12arm64: dtbs: Add device trees for FVP base modelsJon Medhurst
2015-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-01-09perf: Move task_pt_regs sampling into arch codeAndy Lutomirski
2015-01-08arm64/efi: add missing call to early_ioremap_reset()Ard Biesheuvel
2015-01-07arm64: fix missing asm/io.h include in kernel/smp_spin_table.cPaul Walmsley
2015-01-07arm64: fix missing asm/alternative.h include in kernel/module.cPaul Walmsley
2015-01-07arm64: fix missing linux/bug.h include in asm/arch_timer.hPaul Walmsley
2015-01-07arm64: fix missing asm/pgtable-hwdef.h include in asm/processor.hPaul Walmsley
2015-01-07arm64: sanity checks: add missing AArch32 registersMark Rutland
2015-01-07arm64: Remove unused prepare_to_copy()Tobias Klauser
2015-01-07arm64: Correct __NR_compat_syscalls for bpfMark Rutland
2014-12-29ARM64:ILP32: fix the compilation error due to mistyped header file nameAndrey Konovalov
2014-12-29ARM64: Add ARM64_ILP32 to KconfigAndrew Pinski
2014-12-29ARM64:ILP32: Fix signal return for ILP32 when the user modified the signal stackAndrew Pinski
2014-12-29ARM64:ILP32: Use a seperate syscall table as a few syscalls need to be using ...Andrew Pinski
2014-12-29ARM64:ILP32: The native siginfo is used instead of the compat siginfoAndrew Pinski
2014-12-29ARM64: Add vdso for ILP32 and use it for the signal returnAndrew Pinski
2014-12-29ARM64: Add loading of ILP32 binariesAndrew Pinski
2014-12-29ARM64:ILP32: Support core dump for ILP32Andrew Pinski
2014-12-29ARM64:ILP32 use the standard start_thread for ILP32 so the processor state is...Andrew Pinski
2014-12-29ARM64:ILP32: Use the non compat HWCAP for ILP32Andrew Pinski
2014-12-29ARM64:ILP32: COMPAT_USE_64BIT_TIME is true for ILP32 tasksAndrew Pinski
2014-12-29ARM64: Add is_ilp32_compat_task and is_ilp32_compat_threadAndrew Pinski
2014-12-29ARM64: Introduce is_a32_task/is_a32_thread and TIF_AARCH32 and use them in th...Andrew Pinski
2014-12-29ARM64:ILP32: Use the same syscall names as LP64Andrew Pinski
2014-12-29ARM64:ILP32: Use the same size and layout of the signal structures for ILP32 ...Andrew Pinski
2014-12-29ARM64:UAPI: Set the correct __BITS_PER_LONG for ILP32Andrew Pinski
2014-12-29ARM64:ILP32: Set kernel_long to long long so we can reuse most of the same sy...Andrew Pinski
2014-12-29ARM64: Change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 insteadAndrew Pinski
2014-12-29ARM64: Rename COMPAT to AARCH32_EL0 in KconfigAndrew Pinski
2014-12-29ARM64: Force LP64 to compile the kernelAndrew Pinski
2014-12-23arm64: mm: Add pgd_page to support RCU fast_gupJungseok Lee
2014-12-23arm64: defconfig: defconfig update for 3.19Will Deacon
2014-12-23arm64: kernel: fix __cpu_suspend mm switch on warm-bootLorenzo Pieralisi
2014-12-22arm64: Replace set_arch_dma_coherent_ops with arch_setup_dma_opsCatalin Marinas