aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-2/+34
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds3-8/+13
2014-04-07arm64: add early_ioremap supportMark Salter3-8/+11
2014-04-07arm64: initialize pgprot info earlier in bootMark Salter1-0/+2
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+11
2014-04-06arm64: fix !CONFIG_COMPAT build failuresMark Salter2-0/+6
2014-04-05arm64: Relax the kernel cache requirements for bootCatalin Marinas1-2/+28
2014-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds13-67/+632
2014-03-20arm64, debug-monitors: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+5
2014-03-20arm64, hw_breakpoint.c: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+6
2014-03-13arm64: smp: make local symbol staticJingoo Han1-1/+1
2014-03-13arm64: debug: make local symbols staticJingoo Han1-2/+2
2014-03-13ARM64: perf: add support for frame pointer unwinding in compat modeJean Pihet1-8/+67
2014-03-13ARM64: perf: add support for perf registers APIJean Pihet2-1/+46
2014-03-11Merge branch 'sched/urgent' into sched/coreIngo Molnar1-1/+5
2014-03-04arm64: topology: Implement basic CPU topology supportMark Brown3-1/+107
2014-03-04arm64: advertise ARMv8 extensions to 32-bit compat ELF binariesArd Biesheuvel1-0/+32
2014-03-04arm64: add AT_HWCAP2 support for 32-bit compatArd Biesheuvel1-0/+1
2014-02-28arm64: remove return value form psci_init()Vladimir Murzin1-6/+3
2014-02-28arm64: remove redundant "psci:" prefixesVladimir Murzin1-2/+2
2014-02-26arm64: vdso: clean up vdso_pagelist initializationNathan Lynch1-30/+12
2014-02-26arm64: Fix the soft_restart routineGeoff Levand1-1/+10
2014-02-26arm64: Extend the idmap to the whole kernel imageCatalin Marinas1-12/+8
2014-02-26arm64: enable processor debug state for secondary cpusVijaya Kumar K2-4/+4
2014-02-26arm64: KGDB: Add step debugging supportVijaya Kumar K1-8/+56
2014-02-26arm64: KGDB: Add Basic KGDB supportVijaya Kumar K2-0/+289
2014-02-26arm64: Add macros to manage processor debug stateVijaya Kumar K1-0/+1
2014-02-22cpuidle/arm64: Remove redundant cpuidle_idle_call()Nicolas Pitre1-5/+2
2014-02-17ARM64: unwind: Fix PC calculationOlof Johansson1-1/+5
2014-02-07arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon1-2/+4
2014-02-05arm64: vdso: update wtm fields for CLOCK_MONOTONIC_COARSENathan Lynch1-2/+2
2014-02-05arm64: vdso: fix coarse clock handlingNathan Lynch1-1/+6
2014-02-04arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon1-1/+1
2014-01-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-8/+8
2014-01-30arm64: FIQs are unusedNicolas Pitre2-8/+0
2014-01-24arm64: kernel: fix per-cpu offset restore on resumeLorenzo Pieralisi1-0/+8
2014-01-20Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds19-239/+1229
2014-01-13arm64: fix typo in entry.SNeil Zhang1-1/+1
2014-01-10arm64: kernel: restore HW breakpoint registers in cpu_suspendLorenzo Pieralisi2-23/+28
2014-01-08arm64, jump label: optimize jump label implementationJiang Liu2-0/+59
2014-01-08arm64: introduce aarch64_insn_gen_{nop|branch_imm}() helper functionsJiang Liu1-0/+40
2014-01-08arm64: move encode_insn_immediate() from module.c to insn.cJiang Liu2-110/+101
2014-01-08arm64: introduce interfaces to hotpatch kernel and module codeJiang Liu1-0/+119
2014-01-08arm64: introduce basic aarch64 instruction decoding helpersJiang Liu2-1/+92
2013-12-20arm64: Remove unused __data_loc variableGeoff Levand2-12/+0
2013-12-19Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstreamCatalin Marinas9-69/+587
2013-12-19arm64: Add hwcaps for crypto and CRC32 extensions.Steve Capper1-0/+37
2013-12-19arm64: Remove outdated commentLiviu Dudau1-5/+0
2013-12-19arm64: support single-step and breakpoint handler hooksSandeepa Prabhu2-1/+89
2013-12-19ARM64: fix framepointer check in unwind_frameKonstantin Khlebnikov1-1/+1