summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-2012/+0
* ia64: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-11/+9
* Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-57/+0
|\
| * ptrace: Remove arch_ptrace_attachEric W. Biederman2022-05-111-57/+0
* | ia64: ptrace: fix typos in commentsJulia Lawall2022-04-281-1/+1
|/
* resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-1/+1
* ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-2/+2
* arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-19/+12
* sched: Change task_struct::statePeter Zijlstra2021-06-181-4/+4
* ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich2021-03-131-6/+18
* [ia64] ptrace_[sg]etregs(): use access_elf_reg() instead of access_uarea()Al Viro2020-10-251-20/+23
* [ia64] missed cleanups from switch to regset coredumpsAl Viro2020-10-251-4/+4
* ia64: Remove perfmonChristoph Hellwig2020-09-111-24/+0
* ia64: switch to ->regset_get()Al Viro2020-07-271-91/+58
* [ia64] access_uarea(): don't bother with fpregs_[gs]et()Al Viro2020-06-261-9/+33
* [ia64] access_uarea(): stop bothering with gpregs_[gs]et()Al Viro2020-06-261-9/+8
* [ia64] regularize do_gpregs_[gs]et()Al Viro2020-06-261-124/+31
* [ia64] teach elf_access_reg() to handle the missing range (r16..r31)Al Viro2020-06-261-2/+4
* [ia64] sanitize elf_access_gpreg()Al Viro2020-06-261-34/+23
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-4/+3
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ptrace: Don't allow accessing an undumpable mmEric W. Biederman2016-11-221-1/+1
* mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-5/+9
* ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-1/+1
* ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov2013-01-201-27/+0
* Disintegrate asm/system.h for IA64David Howells2012-03-281-1/+0
* audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-171-8/+1
* Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-8/+1
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-1/+2
* ia64: ptrace_attach_sync_user_rbs: avoid "task->signal != NULL" checksOleg Nesterov2010-05-271-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* [IA64] Remove COMPAT_IA32 supportTony Luck2010-02-081-12/+2
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* [IA64] utrace use generic trace hookShaohua Li2008-10-061-33/+14
* [IA64] utrace syscall.h support for ia64Shaohua Li2008-10-061-0/+65
* [IA64] remove duplicate code for register accessShaohua Li2008-03-121-322/+200
* [IA64] regset: 32-bit supportShaohua Li2008-03-121-0/+5
* [IA64] regset: 64-bit supportShaohua Li2008-03-121-0/+690
* [IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-2/+2
* [IA64] arch_ptrace() cleanupPetr Tesarik2008-03-051-59/+31
* [IA64] remove duplicate code from arch_ptrace()Petr Tesarik2008-03-051-67/+29
* [IA64] convert sys_ptrace to arch_ptracePetr Tesarik2008-03-051-39/+3
* [IA64] remove find_thread_for_addr()Petr Tesarik2008-03-051-55/+1
* [IA64] do not sync RBS when changing PT_AR_BSP or PT_CFMPetr Tesarik2008-03-051-16/+3
* [IA64] access user RBS directlyPetr Tesarik2008-03-051-30/+14