aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-7/+0
2016-05-12arm64: do not enforce strict 16 byte alignment to stack pointerColin Ian King1-3/+0
2016-05-11arm64: kernel: Fix incorrect brk randomizationKees Cook1-7/+8
2016-02-18arm64: Remove the get_thread_info() functionCatalin Marinas1-9/+6
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse1-0/+19
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro1-0/+3
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro1-1/+1
2015-10-19arm64: add cpu_idle tracepoints to arch_cpu_idleJisheng Zhang1-0/+3
2015-06-11arm64: kernel thread don't need to save fpsimd context.Janet Liu1-1/+2
2015-06-01arm64: context-switch user tls register tpidr_el0 for compat tasksWill Deacon1-27/+20
2015-05-19arm64: kill flush_cache_all()Mark Rutland1-11/+1
2015-03-14efi/arm64: use UEFI for system reset and poweroffArd Biesheuvel1-0/+8
2014-10-24arm64: ASLR: Don't randomise text when randomise_va_space == 0Arun Chandran1-5/+0
2014-10-10Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-1/+2
2014-10-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-28/+2
2014-09-26arm/arm64: unexport restart handlersGuenter Roeck1-1/+0
2014-09-26arm64: support restart through restart handler call chainGuenter Roeck1-0/+2
2014-09-11arm64: flush TLS registers during execWill Deacon1-0/+18
2014-09-08arm64: convert part of soft_restart() to assemblyArun Chandran1-28/+2
2014-07-09arm64: Add CONFIG_CC_STACKPROTECTORLaura Abbott1-0/+6
2014-05-16arm64: Fix deadlock scenario with smp_send_stop()Arun KS1-2/+3
2014-05-16arm64: Fix machine_shutdown() definitionArun KS1-6/+35
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into upstreamCatalin Marinas1-1/+1
2014-05-12arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro1-0/+1
2014-05-09arm64: barriers: make use of barrier options with explicit barriersWill Deacon1-1/+1
2014-05-08arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel1-1/+1
2014-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+10
2014-02-26arm64: Fix the soft_restart routineGeoff Levand1-1/+10
2014-02-22cpuidle/arm64: Remove redundant cpuidle_idle_call()Nicolas Pitre1-5/+2
2014-01-30arm64: FIQs are unusedNicolas Pitre1-6/+0
2013-12-19Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstreamCatalin Marinas1-2/+5
2013-12-19ARM64: check stack pointer in get_wchanKonstantin Khlebnikov1-2/+5
2013-12-16arm64: kernel: add CPU idle callLorenzo Pieralisi1-2/+5
2013-10-25arm64: add CPU_HOTPLUG infrastructureMark Rutland1-0/+7
2013-09-20arm64: Correctly report LR and SP for compat tasksCatalin Marinas1-5/+16
2013-07-23arm64: Fix definition of arm_pm_restart to match the declarationCatalin Marinas1-1/+1
2013-07-19arm64: use common reboot infrastructureMarc Zyngier1-1/+1
2013-05-08Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-4/+4
2013-05-08arm64: vexpress: Add support for poweroff/restartCatalin Marinas1-4/+4
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-6/+1
2013-04-30Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-1/+7
2013-04-25arm64: Execute DSB during thread switching for TLB/cache maintenanceCatalin Marinas1-0/+6
2013-04-17arm64: Fix task tracingChristopher Covington1-1/+1
2013-04-08arm64: Use generic idle loopThomas Gleixner1-38/+5
2013-02-20Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-1/+3
2013-02-17ARM64 idle: delete pm_idleLen Brown1-9/+4
2013-02-11arm64: mm: update CONTEXTIDR register to contain PID of current processWill Deacon1-1/+3
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro1-4/+4
2012-11-16Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64Al Viro1-18/+0