aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-26arm64: add support to dump the kernel page tablesLaura Abbott3-0/+345
2014-11-26irqchip: gic-v2m: Add support for ARM GICv2m MSI(-X) doorbellSuravee Suthikulpanit1-0/+1
2014-11-26irqchip: GICv3: ITS: enable compilation of the ITS driverMarc Zyngier1-0/+1
2014-11-26arm64: PCI/MSI: Use asm-generic/msi.hMarc Zyngier1-0/+1
2014-11-26arm64: KVM: Handle traps of ICC_SRE_EL1 as RAZ/WIChristoffer Dall1-0/+9
2014-11-26arm64: Add FIX_HOLE to permanent fixed addressesLaura Abbott1-0/+1
2014-11-26amba: Add Kconfig fileThierry Reding1-3/+0
2014-11-25arm64: alternatives: fix pr_fmt string for consistencyWill Deacon1-1/+1
2014-11-25arm64: vmlinux.lds.S: don't discard .exit.* sections at link-timeWill Deacon1-2/+3
2014-11-25arm64: Factor out fixmap initialization from ioremapLaura Abbott4-93/+102
2014-11-25arm64: Move cpu_resume into the text sectionLaura Abbott2-32/+8
2014-11-25arm64: Switch to adrp for loading the stub vectorsLaura Abbott1-1/+2
2014-11-25arm64: Treat handle_arch_irq as a function pointerLaura Abbott3-5/+4
2014-11-25arm64: sanity checks: add ID_AA64DFR{0,1}_EL1Mark Rutland2-0/+13
2014-11-25arm64: sanity checks: add missing newline to printMark Rutland1-1/+1
2014-11-25arm64: sanity checks: ignore ID_MMFR0.AuxRegMark Rutland1-1/+6
2014-11-25arm64: topology: Fix handling of multi-level cluster MPIDR-based detectionMark Brown1-2/+5
2014-11-25arm64: protect alternatives workarounds with Kconfig optionsAndre Przywara2-0/+122
2014-11-25arm64: add Cortex-A57 erratum 832075 workaroundAndre Przywara3-6/+29
2014-11-25arm64: add Cortex-A53 cache errata workaroundAndre Przywara5-3/+60
2014-11-25arm, arm64: KVM: allow forced dcache flush on page faultsLaszlo Ersek1-2/+3
2014-11-25arm64: detect silicon revisions and set cap bits accordinglyAndre Przywara4-1/+65
2014-11-25arm64: add alternative runtime patchingAndre Przywara7-1/+139
2014-11-25arm64: add cpu_capabilities bitmapAndre Przywara2-0/+23
2014-11-25arm64: fix return code check when changing emulation handlerWill Deacon1-1/+1
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook2-5/+5
2014-11-22Merge branch 'master' into for-3.19Tejun Heo9-19/+59
2014-11-21arm64: mm: report unhandled level-0 translation faults correctlyWill Deacon1-1/+1
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-20crypto: crc32 - Add ARM64 CRC32 hw accelerated moduleYazen Ghannam3-0/+282
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/arm64/linuxLinus 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