summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig2006-01-081-8/+1
* [IA64] fix warning unused variable `g'Tony Luck2005-10-281-1/+1
* [IA64] ptrace - find memory sharers on children listCliff Wickman2005-10-271-16/+10
* Auto merge with /home/aegl/GIT/ia64-testTony Luck2005-06-281-1/+21
|\
| * Auto merge with /home/aegl/GIT/linusTony Luck2005-06-151-11/+36
| |\
| * | [IA64] Fix convert_to_non_syscall() so gdb inferior calls work againDavid Mosberger-Tang2005-05-171-1/+21
* | | [IA64] ptrace and restore_sigcontext() allow ar.rsc.pl==0Matthew Chapman2005-06-211-5/+10
| |/ |/|
* | [PATCH] ia64: fix floating-point preemption problemPeter Chubb2005-06-081-0/+6
* | [IA64] Correct convert_to_non_syscall()David Mosberger-Tang2005-05-171-3/+17
* | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-031-2/+3
|\|
| * [PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl2005-05-011-2/+3