aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-2012/+0
2022-11-15ia64: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-11/+9
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-57/+0
2022-05-11ptrace: Remove arch_ptrace_attachEric W. Biederman1-57/+0
2022-04-28ia64: ptrace: fix typos in commentsJulia Lawall1-1/+1
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-1/+1
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-2/+2
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne1-19/+12
2021-06-18sched: Change task_struct::statePeter Zijlstra1-4/+4
2021-03-13ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich1-6/+18
2020-10-25[ia64] ptrace_[sg]etregs(): use access_elf_reg() instead of access_uarea()Al Viro1-20/+23
2020-10-25[ia64] missed cleanups from switch to regset coredumpsAl Viro1-4/+4
2020-09-11ia64: Remove perfmonChristoph Hellwig1-24/+0
2020-07-27ia64: switch to ->regset_get()Al Viro1-91/+58
2020-06-26[ia64] access_uarea(): don't bother with fpregs_[gs]et()Al Viro1-9/+33
2020-06-26[ia64] access_uarea(): stop bothering with gpregs_[gs]et()Al Viro1-9/+8
2020-06-26[ia64] regularize do_gpregs_[gs]et()Al Viro1-124/+31
2020-06-26[ia64] teach elf_access_reg() to handle the missing range (r16..r31)Al Viro1-2/+4
2020-06-26[ia64] sanitize elf_access_gpreg()Al Viro1-34/+23
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-4/+3
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-1/+1
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-5/+9
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-1/+1
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov1-27/+0
2012-03-28Disintegrate asm/system.h for IA64David Howells1-1/+0
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-8/+1
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-8/+1
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-05-27ia64: ptrace_attach_sync_user_rbs: avoid "task->signal != NULL" checksOleg Nesterov1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-02-08[IA64] Remove COMPAT_IA32 supportTony Luck1-12/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2008-10-06[IA64] utrace use generic trace hookShaohua Li1-33/+14
2008-10-06[IA64] utrace syscall.h support for ia64Shaohua Li1-0/+65
2008-03-12[IA64] remove duplicate code for register accessShaohua Li1-322/+200
2008-03-12[IA64] regset: 32-bit supportShaohua Li1-0/+5
2008-03-12[IA64] regset: 64-bit supportShaohua Li1-0/+690
2008-03-06[IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-03-05[IA64] arch_ptrace() cleanupPetr Tesarik1-59/+31
2008-03-05[IA64] remove duplicate code from arch_ptrace()Petr Tesarik1-67/+29
2008-03-05[IA64] convert sys_ptrace to arch_ptracePetr Tesarik1-39/+3
2008-03-05[IA64] remove find_thread_for_addr()Petr Tesarik1-55/+1
2008-03-05[IA64] do not sync RBS when changing PT_AR_BSP or PT_CFMPetr Tesarik1-16/+3
2008-03-05[IA64] access user RBS directlyPetr Tesarik1-30/+14
2008-02-08[IA64] Synchronize RBS on PTRACE_ATTACHPetr Tesarik1-0/+57
2008-02-08[IA64] Synchronize kernel RSE to user-space and backPetr Tesarik1-0/+82
2007-09-10Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath1-1/+0
2007-08-17[IA64] forbid ptrace changes psr.ri to 3Shaohua Li1-3/+7
2007-03-08[IA64] add missing syscall trace clearAkiyama, Nobuyuki1-0/+1
2007-02-05[IA64] find thread for user rbs addressbibo,mao1-1/+1
2007-02-05[IA64] enable singlestep on system callbibo,mao1-6/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-01[PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro1-2/+2
2006-03-20[PATCH] Fix IA64 success/failure indication in syscall auditing.David Woodhouse1-2/+8
2006-01-12[PATCH] ia64: task_pt_regs()Al Viro1-12/+12
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig1-8/+1
2005-10-28[IA64] fix warning unused variable `g'Tony Luck1-1/+1
2005-10-27[IA64] ptrace - find memory sharers on children listCliff Wickman1-16/+10
2005-06-28Auto merge with /home/aegl/GIT/ia64-testTony Luck1-1/+21
2005-06-21[IA64] ptrace and restore_sigcontext() allow ar.rsc.pl==0Matthew Chapman1-5/+10
2005-06-15Auto merge with /home/aegl/GIT/linusTony Luck1-11/+36
2005-06-08[PATCH] ia64: fix floating-point preemption problemPeter Chubb1-0/+6
2005-05-17[IA64] Fix convert_to_non_syscall() so gdb inferior calls work againDavid Mosberger-Tang1-1/+21
2005-05-17[IA64] Correct convert_to_non_syscall()David Mosberger-Tang1-3/+17
2005-05-03Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-2/+3
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-2/+3
2005-04-29[AUDIT] Don't allow ptrace to fool auditing, log arch of audited syscalls.1-8/+13
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1627