summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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-2019-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
| * | arm64: use generic strnlen_user and strncpy_from_user functionsWill Deacon2013-12-191-4/+1
| * | arm64: percpu: implement optimised pcpu access using tpidr_el1Will Deacon2013-12-192-2/+14
| * | arm64: perf: add support for percpu pmu interruptVinayak Kale2013-12-191-30/+78
| * | arm64: vmlinux.lds.S: drop redundant .commentMark Rutland2013-12-191-1/+0
| |/
* / arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled eventsWill Deacon2013-12-191-20/+18
|/
* arm64: kernel: add code to set cpu boot mode to secondary_entry shimLorenzo Pieralisi2013-12-061-1/+2
* arm64: debug: make aarch32 bkpt checking endian cleanMatthew Leach2013-11-281-8/+12
* arm64: ptrace: fix compat registes get/set to be endian cleanMatthew Leach2013-11-281-21/+19
* arm64: Unmask asynchronous aborts when in kernel modeCatalin Marinas2013-11-252-0/+6
* arm64: let the core code deal with preempt_countMarc Zyngier2013-11-251-22/+7
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-143-20/+19
|\
| * ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter2013-10-293-20/+19
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-131-1/+1
|\ \
| * | mm/arch: use NUMA_NO_NODEJianguo Wu2013-11-131-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-1/+1
|\ \ \ | |/ / |/| |
| * | constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
| |/
* | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-56/+4
|\ \
| * | Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-071-0/+2
| |\|
| * | arm64: use common of_flat_dt_get_machine_nameRob Herring2013-10-091-10/+1
| * | of: create default early_init_dt_add_memory_archRob Herring2013-10-091-18/+0