summaryrefslogtreecommitdiffstats
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2014-11-20arm64: Add Juno board device tree.Liviu Dudau4-0/+392
2014-11-20arm64: kconfig: move emulation option under kernel featuresWill Deacon1-54/+52
2014-11-20arm64: Create link to include/dt-bindings to enable C preprocessor use.Liviu Dudau1-0/+1
2014-11-20Merge branch 'cleanup/dts-subdirs' into next/arm64Arnd Bergmann12-11/+30
2014-11-20arm64: Trace emulation of AArch32 legacy instructionsPunit Agrawal3-2/+53
2014-11-20arm64: Emulate CP15 Barrier instructionsPunit Agrawal4-0/+161
2014-11-20arm64: Port SWP/SWPB emulation support from armPunit Agrawal4-0/+226
2014-11-20arm64: Add framework for legacy instruction emulationPunit Agrawal3-0/+235
2014-11-20arm64: Add AArch32 instruction set condition code checksPunit Agrawal2-1/+3
2014-11-20arm64: Add support for hooks to handle undefined instructionsPunit Agrawal4-0/+89
2014-11-20arm64: percpu: Implement this_cpu operationsSteve Capper2-2/+219
2014-11-20arm64: pgalloc: consistently use PGALLOC_GFPMark Rutland2-6/+6
2014-11-19ARM64: use GENERIC_PCI_IOMAPArnd Bergmann1-0/+1
2014-11-18arm64/mm: Remove hack in mmap randomize layoutYann Droneaud1-10/+2
2014-11-17arm64: Add COMPAT_HWCAP_LPAECatalin Marinas2-1/+3
2014-11-17mmu_gather: move minimal range calculations into generic codeWill Deacon1-64/+3
2014-11-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-11/+27
2014-11-14arm64: entry: use ldp/stp instead of push/pop when saving/restoring regsWill Deacon1-38/+37
2014-11-14arm64: entry: avoid writing lr explicitly for constructing return pathsWill Deacon1-20/+25
2014-11-14arm64: Fix up /proc/cpuinfoMark Rutland1-24/+73
2014-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+5
2014-11-13arm64: ARCH_PFN_OFFSET should be unsigned longNeil Zhang1-1/+1
2014-11-13Correct the race condition in aarch64_insn_patch_text_sync()William Cohen1-2/+3
2014-11-13arm64: __clear_user: handle exceptions on strbKyle McMartin1-1/+1
2014-11-13arm64: Fix data type for physical addressMin-Hua Chen1-1/+1
2014-11-13arm64: efi: Fix stub cache maintenanceMark Rutland1-6/+21
2014-11-10arm64: Use include/asm-generic/io.hThierry Reding3-98/+27
2014-11-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-3/+27
2014-11-07arm64: kvm: eliminate literal pool entriesArd Biesheuvel1-2/+2
2014-11-07arm64: ftrace: eliminate literal pool entriesArd Biesheuvel1-10/+11
2014-11-06arm64: log physical ID of boot CPUMark Rutland1-1/+4
2014-11-06arm64/crypto: use crypto instructions to generate AES key scheduleArd Biesheuvel5-11/+133
2014-11-06arm64/kvm: Fix assembler compatibility of macrosGeoff Levand1-10/+11
2014-11-06arm64/dt: add machine name to kernel call stack dump outputArd Biesheuvel1-0/+1
2014-11-06arm64: xchg: Implement cmpxchg_doubleSteve Capper2-0/+73
2014-11-06arm64: optimize memcpy_{from,to}io() and memset_io()Joonwoo Park1-10/+56
2014-11-06arm64: fix data type for physical addressMin-Hua Chen1-1/+1
2014-11-05arm64: defconfig: update defconfig for 3.18Will Deacon1-2/+24
2014-11-05arm64: compat: Enable bpf syscallCatalin Marinas1-0/+2
2014-11-05arm64: dmi: set DMI string as dump stack arch descriptionArd Biesheuvel1-0/+2
2014-11-05arm64: dmi: Add SMBIOS/DMI supportYi Li3-0/+55
2014-11-05arm64/efi: drop redundant set_bit(EFI_CONFIG_TABLES)Ard Biesheuvel1-2/+0
2014-11-05arm64/efi: invert UEFI memory region reservation logicArd Biesheuvel1-10/+10
2014-11-05arm64/efi: set PE/COFF file alignment to 512 bytesArd Biesheuvel2-1/+18
2014-11-05arm64/efi: set PE/COFF section alignment to 4 KBArd Biesheuvel1-2/+10
2014-11-05arm64/efi: efistub: jump to 'stext' directly, not through the headerArd Biesheuvel2-5/+8
2014-11-04dtb: xgene: fix: Backward compatibility with older firmwareIyappan Subramanian1-5/+5
2014-11-03Merge tag 'dts-subdirs-for-arm-soc-v3.19' of git://git.kernel.org/pub/scm/lin...Olof Johansson12-11/+30
2014-10-30arm64: psci: fix cpu_suspend to check idle state type for indexAmit Daniel Kachhap1-1/+1
2014-10-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds12-31/+159