summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-01-22arm64/efi: move virtmap init to early initcallArd Biesheuvel2-59/+53
2015-01-22arm64: add better page protections to arm64Laura Abbott1-2/+15
2015-01-22arm64: use fixmap for text patchingLaura Abbott1-1/+46
2015-01-16arm64: respect mem= for EFIMark Rutland1-19/+0
2015-01-16arm64/efi: handle potential failure to remap memory mapArd Biesheuvel1-4/+6
2015-01-15Merge branch 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/...Catalin Marinas3-35/+81
2015-01-15arm64: decode ESR_ELx.EC when reporting exceptionsMark Rutland1-2/+48
2015-01-15arm64: move to ESR_ELx macrosMark Rutland2-33/+33
2015-01-15arm64: kernel: add support for cpu cache informationSudeep Holla3-13/+129
2015-01-12arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel2-32/+1
2015-01-12arm64/efi: remove free_boot_services() and friendsArd Biesheuvel1-122/+1
2015-01-12arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel2-103/+128
2015-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+8
2015-01-09perf: Move task_pt_regs sampling into arch codeAndy Lutomirski1-0/+8
2015-01-08arm64/efi: add missing call to early_ioremap_reset()Ard Biesheuvel2-1/+2
2015-01-07arm64: fix missing asm/io.h include in kernel/smp_spin_table.cPaul Walmsley1-0/+1
2015-01-07arm64: fix missing asm/alternative.h include in kernel/module.cPaul Walmsley1-0/+1
2015-01-07arm64: sanity checks: add missing AArch32 registersMark Rutland1-0/+10
2014-12-23arm64: kernel: fix __cpu_suspend mm switch on warm-bootLorenzo Pieralisi1-1/+13
2014-12-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+2
2014-12-12Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-2/+2
2014-12-11arm64: psci: Fix build breakage without PM_SLEEPKrzysztof Kozlowski1-0/+2
2014-12-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds27-404/+1539
2014-12-04arm64: add module support for alternatives fixupsAndre Przywara3-5/+44
2014-12-04arm64: perf: Prevent wraparound during overflowDaniel Thompson1-2/+8
2014-12-04arm64: Provide a namespace to NCAPSFabio Estevam1-1/+1
2014-12-01arm64: compat: align cacheflush syscall with arch/armVladimir Murzin1-20/+29
2014-11-28arm64: add seccomp supportAKASHI Takahiro1-0/+5
2014-11-28arm64: add SIGSYS siginfo for compat taskAKASHI Takahiro1-0/+6
2014-11-28arm64: ptrace: allow tracer to skip a system callAKASHI Takahiro1-2/+10
2014-11-28arm64: ptrace: add NT_ARM_SYSTEM_CALL regsetAKASHI Takahiro1-0/+35
2014-11-26arm64: Move some head.text functions to executable sectionLaura Abbott1-198/+209
2014-11-26arm64: jump labels: NOP out NOP -> NOP replacementMark Rutland1-14/+9
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 Abbott1-0/+1
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 Abbott2-4/+4
2014-11-25arm64: sanity checks: add ID_AA64DFR{0,1}_EL1Mark Rutland1-0/+11
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 Przywara1-0/+14
2014-11-25arm64: add Cortex-A57 erratum 832075 workaroundAndre Przywara1-0/+7
2014-11-25arm64: add Cortex-A53 cache errata workaroundAndre Przywara1-1/+32
2014-11-25arm64: detect silicon revisions and set cap bits accordinglyAndre Przywara3-1/+63
2014-11-25arm64: add alternative runtime patchingAndre Przywara4-1/+78
2014-11-25arm64: add cpu_capabilities bitmapAndre Przywara1-0/+3
2014-11-25arm64: fix return code check when changing emulation handlerWill Deacon1-1/+1