summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08arm64: signal: nofpsimd: Do not allocate fp/simd context when not availableDavid Engraf1-4/+6
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson1-3/+1
2021-09-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-28/+6
2021-09-02Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+39
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas1-27/+2
2021-08-26Merge branch 'for-next/entry' into for-next/coreCatalin Marinas1-2/+1
2021-08-24arm64/sve: Better handle failure to allocate SVE register storageMark Brown1-0/+5
2021-08-20arm64: Remove logic to kill 32-bit tasks on 64-bit-only coresWill Deacon1-26/+0
2021-08-05arm64: entry: move bulk of ret_to_user to CMark Rutland1-2/+1
2021-08-03arm64: fix compat syscall return truncationMark Rutland1-1/+2
2021-07-23signal: Verify the alignment and size of siginfo_tEric W. Biederman1-0/+2
2021-07-23arm64: Add compile-time asserts for siginfo_t offsetsMarco Elver1-0/+37
2021-06-11arm64: Kill 32-bit applications scheduled on 64-bit-only CPUsWill Deacon1-0/+26
2021-01-13arm64: entry: remove redundant IRQ flag tracingMark Rutland1-7/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-12-02arm64: uaccess: remove addr_limit_user_check()Mark Rutland1-3/+0
2020-11-09arm64: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+1
2020-10-18tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+0
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon1-0/+9
2020-09-21arm64/signal: Update the comment in preserve_sve_contextJulien Grall1-1/+2
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino1-0/+9
2020-07-16arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon1-9/+2
2020-03-16arm64: Basic Branch Target Identification supportDave Martin1-0/+16
2020-01-14arm64: signal: nofpsimd: Handle fp/simd context for signal framesSuzuki K Poulose1-2/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-03-29arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flushDave Martin1-5/+0
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-3/+3
2018-07-12arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturnMark Rutland1-1/+1
2018-07-12arm64: remove sigreturn wrappersMark Rutland1-1/+2
2018-07-12arm64: consistently use unsigned long for thread flagsMark Rutland1-1/+1
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon1-0/+3
2018-06-08arm64: Fix syscall restarting around signal suppressed by tracerDave Martin1-2/+3
2018-06-01arm64: signal: Report signal frame size to userspace via auxvDave Martin1-7/+45
2018-03-28arm64: uaccess: Fix omissions from usercopy whitelistDave Martin1-1/+2
2018-03-28arm64: fpsimd: Split cpu field out from struct fpsimd_stateDave Martin1-2/+1
2018-03-06arm64: signal: Call arm64_notify_segfault when failing to deliver signalWill Deacon1-5/+2
2018-01-16arm64: fpsimd: Fix state leakage when migrating after sigreturnDave Martin1-3/+4
2017-11-03arm64/sve: Signal handling supportDave Martin1-8/+159
2017-11-03arm64: signal: Verify extra data is user-readable in sys_rt_sigreturnDave Martin1-0/+4
2017-11-02arm64: Mask all exceptions during kernel_exitJames Morse1-2/+6
2017-09-17arm64/syscalls: Move address limit check in loopThomas Garnier1-3/+3
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-5/+5
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2017-08-07arm64: Abstract syscallno manipulationDave Martin1-5/+5
2017-08-07arm64: syscallno is secretly an int, make it officialDave Martin1-3/+3
2017-07-08arm64/syscalls: Check address limit on user-mode returnThomas Garnier1-0/+5
2017-06-23arm64: signal: Allow expansion of the signal frameDave Martin1-18/+177
2017-06-20arm64: signal: factor out signal frame record allocationDave Martin1-7/+36
2017-06-20arm64: signal: factor frame layout and population into separate passesDave Martin1-23/+88
2017-06-20arm64: signal: Refactor sigcontext parsing in rt_sigreturnDave Martin1-6/+80