summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorLines
2014-12-04arm64: add module support for alternatives fixupsAndre Przywara-5/+44
2014-12-04arm64: perf: Prevent wraparound during overflowDaniel Thompson-2/+8
2014-12-04arm64: Provide a namespace to NCAPSFabio Estevam-1/+1
2014-12-01arm64: compat: align cacheflush syscall with arch/armVladimir Murzin-20/+29
2014-11-28arm64: add seccomp supportAKASHI Takahiro-0/+5
2014-11-28arm64: add SIGSYS siginfo for compat taskAKASHI Takahiro-0/+6
2014-11-28arm64: ptrace: allow tracer to skip a system callAKASHI Takahiro-2/+10
2014-11-28arm64: ptrace: add NT_ARM_SYSTEM_CALL regsetAKASHI Takahiro-0/+35
2014-11-26arm64: Move some head.text functions to executable sectionLaura Abbott-198/+209
2014-11-26arm64: jump labels: NOP out NOP -> NOP replacementMark Rutland-14/+9
2014-11-25arm64: alternatives: fix pr_fmt string for consistencyWill Deacon-1/+1
2014-11-25arm64: vmlinux.lds.S: don't discard .exit.* sections at link-timeWill Deacon-2/+3
2014-11-25arm64: Factor out fixmap initialization from ioremapLaura Abbott-0/+1
2014-11-25arm64: Move cpu_resume into the text sectionLaura Abbott-32/+8
2014-11-25arm64: Switch to adrp for loading the stub vectorsLaura Abbott-1/+2
2014-11-25arm64: Treat handle_arch_irq as a function pointerLaura Abbott-4/+4
2014-11-25arm64: sanity checks: add ID_AA64DFR{0,1}_EL1Mark Rutland-0/+11
2014-11-25arm64: sanity checks: add missing newline to printMark Rutland-1/+1
2014-11-25arm64: sanity checks: ignore ID_MMFR0.AuxRegMark Rutland-1/+6
2014-11-25arm64: topology: Fix handling of multi-level cluster MPIDR-based detectionMark Brown-2/+5
2014-11-25arm64: protect alternatives workarounds with Kconfig optionsAndre Przywara-0/+14
2014-11-25arm64: add Cortex-A57 erratum 832075 workaroundAndre Przywara-0/+7
2014-11-25arm64: add Cortex-A53 cache errata workaroundAndre Przywara-1/+32
2014-11-25arm64: detect silicon revisions and set cap bits accordinglyAndre Przywara-1/+63
2014-11-25arm64: add alternative runtime patchingAndre Przywara-1/+78
2014-11-25arm64: add cpu_capabilities bitmapAndre Przywara-0/+3
2014-11-25arm64: fix return code check when changing emulation handlerWill Deacon-1/+1
2014-11-22Merge branch 'master' into for-3.19Tejun Heo-9/+25
2014-11-20arm64: Trace emulation of AArch32 legacy instructionsPunit Agrawal-2/+53
2014-11-20arm64: Emulate CP15 Barrier instructionsPunit Agrawal-0/+144
2014-11-20arm64: Port SWP/SWPB emulation support from armPunit Agrawal-0/+199
2014-11-20arm64: Add framework for legacy instruction emulationPunit Agrawal-0/+217
2014-11-20arm64: Add AArch32 instruction set condition code checksPunit Agrawal-1/+2
2014-11-20arm64: Add support for hooks to handle undefined instructionsPunit Agrawal-0/+71
2014-11-17arm64: Add COMPAT_HWCAP_LPAECatalin Marinas-1/+2
2014-11-14arm64: entry: use ldp/stp instead of push/pop when saving/restoring regsWill Deacon-38/+37
2014-11-14arm64: entry: avoid writing lr explicitly for constructing return pathsWill Deacon-20/+25
2014-11-14arm64: Fix up /proc/cpuinfoMark Rutland-24/+73
2014-11-13Correct the race condition in aarch64_insn_patch_text_sync()William Cohen-2/+3
2014-11-13arm64: efi: Fix stub cache maintenanceMark Rutland-6/+21
2014-11-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-1/+1
2014-11-07arm64: ftrace: eliminate literal pool entriesArd Biesheuvel-10/+11
2014-11-06arm64: log physical ID of boot CPUMark Rutland-1/+4
2014-11-06arm64/dt: add machine name to kernel call stack dump outputArd Biesheuvel-0/+1
2014-11-06arm64: optimize memcpy_{from,to}io() and memset_io()Joonwoo Park-10/+56
2014-11-05arm64: dmi: set DMI string as dump stack arch descriptionArd Biesheuvel-0/+2
2014-11-05arm64: dmi: Add SMBIOS/DMI supportYi Li-0/+13
2014-11-05arm64/efi: drop redundant set_bit(EFI_CONFIG_TABLES)Ard Biesheuvel-2/+0
2014-11-05arm64/efi: invert UEFI memory region reservation logicArd Biesheuvel-10/+10
2014-11-05arm64/efi: set PE/COFF file alignment to 512 bytesArd Biesheuvel-1/+18