summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich2021-03-301-6/+18
* 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
* [IA64] Synchronize RBS on PTRACE_ATTACHPetr Tesarik2008-02-081-0/+57
* [IA64] Synchronize kernel RSE to user-space and backPetr Tesarik2008-02-081-0/+82
* Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath2007-09-101-1/+0
* [IA64] forbid ptrace changes psr.ri to 3Shaohua Li2007-08-171-3/+7
* [IA64] add missing syscall trace clearAkiyama, Nobuyuki2007-03-081-0/+1
* [IA64] find thread for user rbs addressbibo,mao2007-02-051-1/+1
* [IA64] enable singlestep on system callbibo,mao2007-02-051-6/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro2006-05-011-2/+2
* [PATCH] Fix IA64 success/failure indication in syscall auditing.David Woodhouse2006-03-201-2/+8
* [PATCH] ia64: task_pt_regs()Al Viro2006-01-121-12/+12