summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/process.c
AgeCommit message (Expand)AuthorLines
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-1/+1
2024-11-14Merge branch 'for-next/pkey-signal' into for-next/coreCatalin Marinas-0/+3
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas-3/+98
2024-11-14arm64: tls: Fix context-switching of tpidrro_el0 when kpti is enabledWill Deacon-1/+1
2024-10-17arm64: stacktrace: unwind exception boundariesMark Rutland-0/+1
2024-10-17arm64: use a common struct frame_recordMark Rutland-1/+1
2024-10-17arm64: pt_regs: swap 'unused' and 'pmr' fieldsMark Rutland-1/+1
2024-10-17arm64: pt_regs: rename "pmr_save" -> "pmr"Mark Rutland-1/+1
2024-10-14arm64: set POR_EL0 for kernel threadsJoey Gouly-0/+3
2024-10-04arm64/gcs: Ensure that new threads have a GCSMark Brown-0/+32
2024-10-04arm64/gcs: Context switch GCS state for EL0Mark Brown-0/+62
2024-09-12Merge branch 'for-next/timers' into for-next/coreWill Deacon-12/+61
2024-09-04arm64: context switch POR_EL0 registerJoey Gouly-0/+24
2024-08-27arm64: Implement prctl(PR_{G,S}ET_TSC)Peter Collingbourne-12/+61
2024-02-22arm64: remove unneeded BUILD_BUG_ON assertionDawei Li-3/+0
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-1/+0
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_SSBSMark Rutland-1/+1
2023-10-10arm: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados-1/+0
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2023-04-13arm64: use XPACLRI to strip PACMark Rutland-1/+1
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf-1/+1
2023-01-20arm64/sme: Provide storage for ZT0Mark Brown-5/+5
2023-01-20arm64/sme: Rename za_state to sme_stateMark Brown-6/+7
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2022-11-29arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown-0/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-1/+1
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-1/+1
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-4/+0
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+7
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki-2/+1
2022-05-19arm64: Use do_kernel_power_off()Dmitry Osipenko-2/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman-2/+5
2022-04-29arm64/sme: Fix NULL check after kzallocWan Jiabing-1/+1
2022-04-22arm64/sme: Implement traps and syscall handling for SMEMark Brown-3/+27
2022-04-22arm64/sme: Implement SVCR context switchingMark Brown-0/+2
2022-04-22arm64/sme: Implement support for TPIDR2Mark Brown-2/+12
2022-03-09arm64/mte: Remove asymmetric mode from the prctl() interfaceMark Brown-2/+0
2022-02-25arm64/mte: Add userspace interface for enabling asymmetric modeMark Brown-1/+4
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas-41/+43
2021-12-22arm64: errata: Fix exec handling in erratum 1418040 workaroundD Scott Phillips-23/+16
2021-12-10arm64: Make __get_wchan() use arch_stack_walk()Madhavan T. Venkataraman-17/+25
2021-12-10arm64: Mark __switch_to() as __schedMark Rutland-1/+2
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-3/+1
2021-09-16arm64: Mark __stack_chk_guard as __ro_after_initDan Li-1/+1
2021-09-16arm64/kernel: remove duplicate include in process.cLv Ruyi-1/+0
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-3/+0
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas-11/+36
2021-08-26Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...Catalin Marinas-17/+14