Age | Commit message (Expand) | Author |
2024-04-03 | arm64/ptrace: Use saved floating point state type to determine SVE layout | Mark Brown |
2024-03-14 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2024-03-07 | Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-nex... | Catalin Marinas |
2024-03-07 | arm64/ptrace: Expose FPMR via ptrace | Mark Brown |
2024-02-28 | arm64: remove unnecessary ifdefs around is_compat_task() | Leonardo Bras |
2024-02-15 | arm64/sve: Lower the maximum allocation for the SVE ptrace regset | Mark Brown |
2024-01-19 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2024-01-18 | arm64/ptrace: Don't flush ZA/ZT storage when writing ZA via ptrace | Mark Brown |
2023-12-27 | rseq: Split out rseq.h from sched.h | Kent Overstreet |
2023-08-28 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2023-08-17 | arm64/ptrace: Ensure that the task sees ZT writes on first use | Mark Brown |
2023-08-17 | arm64/ptrace: Ensure that SME is set up for target when writing SSVE state | Mark Brown |
2023-08-04 | arm64/ptrace: Don't enable SVE when setting streaming SVE | Mark Brown |
2023-08-03 | arm64/ptrace: Flush FP state when setting ZT0 | Mark Brown |
2023-07-27 | arm64/ptrace: Clean up error handling path in sve_set_common() | Christophe JAILLET |
2023-02-21 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2023-02-10 | Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-... | Catalin Marinas |
2023-01-20 | arm64/sme: Implement ZT0 ptrace support | Mark Brown |
2023-01-20 | arm64/sme: Rename za_state to sme_state | Mark Brown |
2023-01-12 | arm64/ptrace: Use system_supports_tpidr2() to check for TPIDR2 support | Mark Brown |
2023-01-05 | arm64: ptrace: Use ARM64_SME to guard the SME register enumerations | Zenghui Yu |
2022-12-12 | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-11-29 | arm64/fpsimd: SME no longer requires SVE register state | Mark Brown |
2022-11-29 | arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE | Mark Brown |
2022-11-15 | arm64: ptrace: user_regset_copyin_ignore() always returns 0 | Sergey Shtylyov |
2022-10-06 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2022-09-30 | Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/g... | Catalin Marinas |
2022-09-21 | arm64/ptrace: Support access to TPIDR2_EL0 | Mark Brown |
2022-09-09 | arm64: stacktrace: rework stack boundary discovery | Mark Rutland |
2022-09-08 | arm64/ptrace: Don't clear calling process' TIF_SME on OOM | Mark Brown |
2022-08-23 | arm64/sme: Don't flush SVE register state when allocating SME storage | Mark Brown |
2022-05-16 | arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.h | Mark Brown |
2022-05-06 | arm64/sme: More sensibly define the size for the ZA register set | Mark Brown |
2022-04-22 | arm64/sme: Add ptrace support for ZA | Mark Brown |
2022-04-22 | arm64/sme: Implement ptrace support for streaming mode SVE registers | Mark Brown |
2022-03-10 | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h | Eric W. Biederman |
2022-03-10 | ptrace/arm: Rename tracehook_report_syscall report_syscall | Eric W. Biederman |
2022-01-10 | Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-12-14 | arm64/sve: Generalise vector length configuration prctl() for SME | Mark Brown |
2021-12-01 | arm64: Snapshot thread flags | Mark Rutland |
2021-10-21 | arm64/sve: Put system wide vector length information into structs | Mark Brown |
2021-10-21 | arm64/sve: Use accessor functions for vector lengths in thread_struct | Mark Brown |
2021-08-31 | Merge remote-tracking branch 'tip/sched/arm64' into for-next/core | Catalin Marinas |
2021-08-24 | arm64/sve: Better handle failure to allocate SVE register storage | Mark Brown |
2021-08-03 | arm64: fix compat syscall return truncation | Mark Rutland |
2021-05-26 | arm64: Change the on_*stack functions to take a size argument | Peter Collingbourne |
2021-04-13 | arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS) | Peter Collingbourne |
2021-02-25 | arm64: ptrace: Fix seccomp of traced syscall -1 (NO_SYSCALL) | Timothy E Baldwin |
2021-02-02 | arm64: ptrace: Fix missing return in hw breakpoint code | Keno Fischer |
2020-11-23 | arm64: expose FAR_EL1 tag bits in siginfo | Peter Collingbourne |