summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: remove unneeded BUILD_BUG_ON assertionDawei Li2024-02-221-3/+0
* Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-011-1/+0
|\
| * arm: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados2023-10-101-1/+0
* | arm64: Avoid cpus_have_const_cap() for ARM64_SSBSMark Rutland2023-10-161-1/+1
|/
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+1
|\
| * sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
* | arm64: use XPACLRI to strip PACMark Rutland2023-04-131-1/+1
|/
* arm64/sme: Provide storage for ZT0Mark Brown2023-01-201-5/+5
* arm64/sme: Rename za_state to sme_stateMark Brown2023-01-201-6/+7
* Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-1/+1
|\
| * treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* | arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown2022-11-291-0/+2
|/
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-4/+0
|/
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-5/+7
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
| * fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
* | Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki2022-05-251-2/+1
|\ \
| * | arm64: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+1
| |/
* | arm64/sme: Fix NULL check after kzallocWan Jiabing2022-04-291-1/+1
* | arm64/sme: Implement traps and syscall handling for SMEMark Brown2022-04-221-3/+27
* | arm64/sme: Implement SVCR context switchingMark Brown2022-04-221-0/+2
* | arm64/sme: Implement support for TPIDR2Mark Brown2022-04-221-2/+12
|/
* arm64/mte: Remove asymmetric mode from the prctl() interfaceMark Brown2022-03-091-2/+0
* arm64/mte: Add userspace interface for enabling asymmetric modeMark Brown2022-02-251-1/+4
*-. Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas2022-01-051-41/+43
|\ \
| | * arm64: Make __get_wchan() use arch_stack_walk()Madhavan T. Venkataraman2021-12-101-17/+25
| | * arm64: Mark __switch_to() as __schedMark Rutland2021-12-101-1/+2
| |/ |/|
| * arm64: errata: Fix exec handling in erratum 1418040 workaroundD Scott Phillips2021-12-221-23/+16
|/
* sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-3/+1
* arm64: Mark __stack_chk_guard as __ro_after_initDan Li2021-09-161-1/+1
* arm64/kernel: remove duplicate include in process.cLv Ruyi2021-09-161-1/+0
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-3/+0
|\
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-3/+0
* | Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas2021-08-311-11/+36
|\ \
| * | arm64: Remove logic to kill 32-bit tasks on 64-bit-only coresWill Deacon2021-08-201-13/+1
| * | arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0Will Deacon2021-08-201-1/+38
| |/
| |
| \
*-. \ Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...Catalin Marinas2021-08-261-17/+14
|\ \ \ | |_|/ |/| |
| | * arm64: SSBS/DIT: print SSBS and DIT bit when printing PSTATELingyan Huang2021-07-301-3/+7
| |/ |/|
| * arm64: move preemption disablement to prctl handlersPeter Collingbourne2021-07-281-14/+7
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-07-061-6/+1
|\
| * ARM: 9095/1: ARM64: Remove arm_pm_restart()Guenter Roeck2021-06-131-6/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-281-76/+23
|\ \
| * \ Merge branch 'for-next/entry' into for-next/coreWill Deacon2021-06-241-52/+0
| |\ \
| | * | arm64: idle: don't instrument idle code with KCOVMark Rutland2021-06-071-57/+0
| | * | arm64: entry: move arm64_preempt_schedule_irq to entry-common.cMark Rutland2021-06-071-17/+0
| | |/
| * | Merge branch 'for-next/cpuidle' into for-next/coreWill Deacon2021-06-241-32/+9
| |\ \
| | * | arm64: Convert cpu_do_idle() to using cpuidle context helpersMarc Zyngier2021-06-171-32/+9
| | |/
| * | Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon2021-06-241-1/+18
| |\ \