summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-04-0113-67/+632
|\
| * arm64: smp: make local symbol staticJingoo Han2014-03-131-1/+1
| * arm64: debug: make local symbols staticJingoo Han2014-03-131-2/+2
| * ARM64: perf: add support for frame pointer unwinding in compat modeJean Pihet2014-03-131-8/+67
| * ARM64: perf: add support for perf registers APIJean Pihet2014-03-132-1/+46
| * arm64: topology: Implement basic CPU topology supportMark Brown2014-03-043-1/+107
| * arm64: advertise ARMv8 extensions to 32-bit compat ELF binariesArd Biesheuvel2014-03-041-0/+32
| * arm64: add AT_HWCAP2 support for 32-bit compatArd Biesheuvel2014-03-041-0/+1
| * arm64: remove return value form psci_init()Vladimir Murzin2014-02-281-6/+3
| * arm64: remove redundant "psci:" prefixesVladimir Murzin2014-02-281-2/+2
| * arm64: vdso: clean up vdso_pagelist initializationNathan Lynch2014-02-261-30/+12
| * arm64: Fix the soft_restart routineGeoff Levand2014-02-261-1/+10
| * arm64: Extend the idmap to the whole kernel imageCatalin Marinas2014-02-261-12/+8
| * arm64: enable processor debug state for secondary cpusVijaya Kumar K2014-02-262-4/+4
| * arm64: KGDB: Add step debugging supportVijaya Kumar K2014-02-261-8/+56
| * arm64: KGDB: Add Basic KGDB supportVijaya Kumar K2014-02-262-0/+289
| * arm64: Add macros to manage processor debug stateVijaya Kumar K2014-02-261-0/+1
* | Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-03-111-1/+5
|\ \
| * | ARM64: unwind: Fix PC calculationOlof Johansson2014-02-171-1/+5
| |/
* / cpuidle/arm64: Remove redundant cpuidle_idle_call()Nicolas Pitre2014-02-221-5/+2
|/
* arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon2014-02-071-2/+4
* arm64: vdso: update wtm fields for CLOCK_MONOTONIC_COARSENathan Lynch2014-02-051-2/+2
* arm64: vdso: fix coarse clock handlingNathan Lynch2014-02-051-1/+6
* arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon2014-02-041-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-01-313-8/+8
|\
| * arm64: FIQs are unusedNicolas Pitre2014-01-302-8/+0
| * arm64: kernel: fix per-cpu offset restore on resumeLorenzo Pieralisi2014-01-241-0/+8
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-01-2119-239/+1229
|\|
| * arm64: fix typo in entry.SNeil Zhang2014-01-131-1/+1
| * arm64: kernel: restore HW breakpoint registers in cpu_suspendLorenzo Pieralisi2014-01-102-23/+28
| * arm64, jump label: optimize jump label implementationJiang Liu2014-01-082-0/+59
| * arm64: introduce aarch64_insn_gen_{nop|branch_imm}() helper functionsJiang Liu2014-01-081-0/+40
| * arm64: move encode_insn_immediate() from module.c to insn.cJiang Liu2014-01-082-110/+101
| * arm64: introduce interfaces to hotpatch kernel and module codeJiang Liu2014-01-081-0/+119
| * arm64: introduce basic aarch64 instruction decoding helpersJiang Liu2014-01-082-1/+92
| * arm64: Remove unused __data_loc variableGeoff Levand2013-12-202-12/+0
| * Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstreamCatalin Marinas2013-12-199-69/+587
| |\
| | * arm64: kernel: add PM build infrastructureLorenzo Pieralisi2013-12-161-0/+1
| | * arm64: kernel: add CPU idle callLorenzo Pieralisi2013-12-161-2/+5
| | * arm64: enable generic clockevent broadcastLorenzo Pieralisi2013-12-161-0/+17
| | * arm64: kernel: implement HW breakpoints CPU PM notifierLorenzo Pieralisi2013-12-161-13/+66
| | * arm64: kernel: refactor code to install/uninstall breakpointsLorenzo Pieralisi2013-12-161-54/+88
| | * arm64: kernel: implement fpsimd CPU PM notifierLorenzo Pieralisi2013-12-161-0/+36
| | * arm64: kernel: cpu_{suspend/resume} implementationLorenzo Pieralisi2013-12-163-0/+304
| | * arm64: kernel: build MPIDR_EL1 hash function data structureLorenzo Pieralisi2013-12-161-0/+70
| * | arm64: Add hwcaps for crypto and CRC32 extensions.Steve Capper2013-12-191-0/+37
| * | arm64: Remove outdated commentLiviu Dudau2013-12-191-5/+0
| * | arm64: support single-step and breakpoint handler hooksSandeepa Prabhu2013-12-192-1/+89
| * | ARM64: fix framepointer check in unwind_frameKonstantin Khlebnikov2013-12-191-1/+1
| * | ARM64: check stack pointer in get_wchanKonstantin Khlebnikov2013-12-191-2/+5