aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-29arm64: Avoid eager DVMSync reclaim batches with C1-Pro SME erratumCatalin Marinas1-35/+0
2026-04-20Merge branch 'for-next/c1-pro-erratum-4193714' into for-next/coreCatalin Marinas1-0/+36
2026-04-10arm64: errata: Work around early CME DVMSync acknowledgementCatalin Marinas1-0/+36
2026-04-10Merge branches 'for-next/misc', 'for-next/tlbflush', 'for-next/ttbr-macros-cl...Catalin Marinas1-0/+32
2026-04-08arm64: Check DAIF (and PMR) at task-switch timeMark Rutland1-0/+25
2026-03-27arm64: mpam: Context switch the MPAM registersJames Morse1-0/+7
2025-12-15arm64/gcs: Flush the GCS locking state on execMark Brown1-0/+1
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-5/+8
2025-07-24Merge branch 'for-next/feat_mte_store_only' into for-next/coreCatalin Marinas1-1/+5
2025-07-24Merge branches 'for-next/livepatch', 'for-next/user-contig-bbml2', 'for-next/...Catalin Marinas1-5/+6
2025-07-23arm64/gcs: task_gcs_el0_enable() should use passed taskJeremy Linton1-3/+3
2025-07-15arm64/gcs: Don't call gcs_free() when releasing task_structMark Brown1-1/+0
2025-07-04arm64: poe: Handle spurious Overlay faultsKevin Brodsky1-0/+5
2025-07-02arm64/kernel: Support store-only mte tag checkYeoreum Yun1-1/+5
2025-06-12arm64/gcs: Don't call gcs_free() during flush_gcs()Mark Brown1-1/+3
2025-05-27Merge branch 'for-next/sme-fixes' into for-next/coreWill Deacon1-41/+74
2025-05-09arm64/mm: Batch barriers when updating kernel mappingsRyan Roberts1-4/+5
2025-05-08arm64/fpsimd: Make clone() compatible with ZA lazy savingMark Rutland1-30/+62
2025-05-08arm64/fpsimd: Clear PSTATE.SM during clone()Mark Rutland1-9/+4
2025-05-08arm64/fpsimd: Consistently preserve FPSIMD state during clone()Mark Rutland1-1/+8
2025-05-08arm64/fpsimd: Remove redundant task->mm checkMark Rutland1-2/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2024-11-14Merge branch 'for-next/pkey-signal' into for-next/coreCatalin Marinas1-0/+3
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas1-3/+98
2024-11-14arm64: tls: Fix context-switching of tpidrro_el0 when kpti is enabledWill Deacon1-1/+1
2024-10-17arm64: stacktrace: unwind exception boundariesMark Rutland1-0/+1
2024-10-17arm64: use a common struct frame_recordMark Rutland1-1/+1
2024-10-17arm64: pt_regs: swap 'unused' and 'pmr' fieldsMark Rutland1-1/+1
2024-10-17arm64: pt_regs: rename "pmr_save" -> "pmr"Mark Rutland1-1/+1
2024-10-14arm64: set POR_EL0 for kernel threadsJoey Gouly1-0/+3
2024-10-04arm64/gcs: Ensure that new threads have a GCSMark Brown1-0/+32
2024-10-04arm64/gcs: Context switch GCS state for EL0Mark Brown1-0/+62
2024-09-12Merge branch 'for-next/timers' into for-next/coreWill Deacon1-12/+61
2024-09-04arm64: context switch POR_EL0 registerJoey Gouly1-0/+24
2024-08-27arm64: Implement prctl(PR_{G,S}ET_TSC)Peter Collingbourne1-12/+61
2024-02-22arm64: remove unneeded BUILD_BUG_ON assertionDawei Li1-3/+0
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_SSBSMark Rutland1-1/+1
2023-10-10arm: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados1-1/+0
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-04-13arm64: use XPACLRI to strip PACMark Rutland1-1/+1
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-01-20arm64/sme: Provide storage for ZT0Mark Brown1-5/+5
2023-01-20arm64/sme: Rename za_state to sme_stateMark Brown1-6/+7
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-11-29arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown1-0/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1