aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/process.c
AgeCommit message (Expand)Author
2013-12-11arm64: add CPU_HOTPLUG infrastructureMark Rutland
2013-05-08Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-05-08arm64: vexpress: Add support for poweroff/restartCatalin Marinas
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-30Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-04-25arm64: Execute DSB during thread switching for TLB/cache maintenanceCatalin Marinas
2013-04-17arm64: Fix task tracingChristopher Covington
2013-04-08arm64: Use generic idle loopThomas Gleixner
2013-02-20Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-17ARM64 idle: delete pm_idleLen Brown
2013-02-11arm64: mm: update CONTEXTIDR register to contain PID of current processWill Deacon
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro
2012-11-16Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64Al Viro
2012-11-08arm64: elf: fix core dumping definitions for GP and FP registersWill Deacon
2012-10-22arm64: get rid of fork/vfork/clone wrappersAl Viro
2012-10-17arm64: Use generic kernel_thread() implementationCatalin Marinas
2012-09-17arm64: Process managementCatalin Marinas