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