aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-12-19ARM64: check stack pointer in get_wchanKonstantin Khlebnikov1-2/+5
2013-12-19arm64: use generic strnlen_user and strncpy_from_user functionsWill Deacon1-4/+1
2013-12-19arm64: percpu: implement optimised pcpu access using tpidr_el1Will Deacon2-2/+14
2013-12-19arm64: perf: add support for percpu pmu interruptVinayak Kale1-30/+78
2013-12-19arm64: vmlinux.lds.S: drop redundant .commentMark Rutland1-1/+0
2013-12-19arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled eventsWill Deacon1-20/+18
2013-12-16arm64: kernel: add PM build infrastructureLorenzo Pieralisi1-0/+1
2013-12-16arm64: kernel: add CPU idle callLorenzo Pieralisi1-2/+5
2013-12-16arm64: enable generic clockevent broadcastLorenzo Pieralisi1-0/+17
2013-12-16arm64: kernel: implement HW breakpoints CPU PM notifierLorenzo Pieralisi1-13/+66
2013-12-16arm64: kernel: refactor code to install/uninstall breakpointsLorenzo Pieralisi1-54/+88
2013-12-16arm64: kernel: implement fpsimd CPU PM notifierLorenzo Pieralisi1-0/+36
2013-12-16arm64: kernel: cpu_{suspend/resume} implementationLorenzo Pieralisi3-0/+304
2013-12-16arm64: kernel: build MPIDR_EL1 hash function data structureLorenzo Pieralisi1-0/+70
2013-12-06arm64: kernel: add code to set cpu boot mode to secondary_entry shimLorenzo Pieralisi1-1/+2
2013-11-28arm64: debug: make aarch32 bkpt checking endian cleanMatthew Leach1-8/+12
2013-11-28arm64: ptrace: fix compat registes get/set to be endian cleanMatthew Leach1-21/+19
2013-11-25arm64: Unmask asynchronous aborts when in kernel modeCatalin Marinas2-0/+6
2013-11-25arm64: let the core code deal with preempt_countMarc Zyngier1-22/+7
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-20/+19
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-1/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu1-1/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-56/+4
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+11
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1