aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+9
2017-08-22arm64: cleanup {COMPAT_,}SET_PERSONALITY() macroYury Norov1-0/+8
2017-08-17membarrier: Provide expedited private commandMathieu Desnoyers1-0/+2
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel1-4/+1
2017-06-22arm64: ptrace: Flush user-RW TLS reg to thread_struct before readingDave Martin1-2/+6
2017-05-30arm64: Add dump_backtrace() in show_regsKefeng Wang1-0/+1
2017-03-23arm64: drop unnecessary newlines in show_regs()Kefeng Wang1-2/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-02-09arm64: use linux/sizes.h for constantsMiles Chen1-2/+2
2017-01-10arm64: Don't trace __switch_to if function graph tracer is enabledJoel Fernandes1-1/+1
2016-11-16arm64: Add hypervisor safe helper for checking constant capabilitiesSuzuki K Poulose1-1/+1
2016-11-11arm64: split thread_info from task stackMark Rutland1-0/+16
2016-11-11arm64: prep stack walkers for THREAD_INFO_IN_TASKMark Rutland1-6/+14
2016-10-20arm64: fix show_regs fallout from KERN_CONT changesMark Rutland1-3/+12
2016-10-20arm64: suspend: Reconfigure PSTATE after resume from idleJames Morse1-1/+2
2016-10-11arm64: use simpler API for random address requestsJason Cooper1-6/+2
2016-09-09arm64: simplify sysreg manipulationMark Rutland1-8/+6
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