index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
ia64
/
kernel
/
ptrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-26
[ia64] ptrace_[sg]etregs(): use access_elf_reg() instead of access_uarea()
Al Viro
1
-20
/
+23
2020-10-26
[ia64] missed cleanups from switch to regset coredumps
Al Viro
1
-4
/
+4
2020-09-11
ia64: Remove perfmon
Christoph Hellwig
1
-24
/
+0
2020-07-27
ia64: switch to ->regset_get()
Al Viro
1
-91
/
+58
2020-06-26
[ia64] access_uarea(): don't bother with fpregs_[gs]et()
Al Viro
1
-9
/
+33
2020-06-26
[ia64] access_uarea(): stop bothering with gpregs_[gs]et()
Al Viro
1
-9
/
+8
2020-06-26
[ia64] regularize do_gpregs_[gs]et()
Al Viro
1
-124
/
+31
2020-06-26
[ia64] teach elf_access_reg() to handle the missing range (r16..r31)
Al Viro
1
-2
/
+4
2020-06-26
[ia64] sanitize elf_access_gpreg()
Al Viro
1
-34
/
+23
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2019-04-05
syscalls: Remove start and number from syscall_set_arguments() args
Steven Rostedt (VMware)
1
-4
/
+3
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-22
ptrace: Don't allow accessing an undumpable mm
Eric W. Biederman
1
-1
/
+1
2016-10-19
mm: replace access_process_vm() write parameter with gup_flags
Lorenzo Stoakes
1
-5
/
+9
2014-09-24
ARCH: AUDIT: audit_syscall_entry() should not require the arch
Eric Paris
1
-1
/
+1
2013-01-21
ia64: kill thread_matches(), unexport ptrace_check_attach()
Oleg Nesterov
1
-27
/
+0
2012-03-28
Disintegrate asm/system.h for IA64
David Howells
1
-1
/
+0
2012-01-18
audit: inline audit_syscall_entry to reduce burden on archs
Eric Paris
1
-8
/
+1
2012-01-18
Audit: push audit success and retcode into arch ptrace.h
Eric Paris
1
-8
/
+1
2010-10-28
ptrace: change signature of arch_ptrace()
Namhyung Kim
1
-1
/
+2
2010-05-27
ia64: ptrace_attach_sync_user_rbs: avoid "task->signal != NULL" checks
Oleg Nesterov
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2010-02-08
[IA64] Remove COMPAT_IA32 support
Tony Luck
1
-12
/
+2
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-1
/
+0
2008-10-06
[IA64] utrace use generic trace hook
Shaohua Li
1
-33
/
+14
2008-10-06
[IA64] utrace syscall.h support for ia64
Shaohua Li
1
-0
/
+65
2008-03-13
[IA64] remove duplicate code for register access
Shaohua Li
1
-322
/
+200
2008-03-13
[IA64] regset: 32-bit support
Shaohua Li
1
-0
/
+5
2008-03-13
[IA64] regset: 64-bit support
Shaohua Li
1
-0
/
+690
2008-03-06
[IA64] remove remaining __FUNCTION__ occurrences
Harvey Harrison
1
-2
/
+2
2008-03-06
[IA64] arch_ptrace() cleanup
Petr Tesarik
1
-59
/
+31
2008-03-06
[IA64] remove duplicate code from arch_ptrace()
Petr Tesarik
1
-67
/
+29
2008-03-06
[IA64] convert sys_ptrace to arch_ptrace
Petr Tesarik
1
-39
/
+3
2008-03-06
[IA64] remove find_thread_for_addr()
Petr Tesarik
1
-55
/
+1
2008-03-06
[IA64] do not sync RBS when changing PT_AR_BSP or PT_CFM
Petr Tesarik
1
-16
/
+3
2008-03-06
[IA64] access user RBS directly
Petr Tesarik
1
-30
/
+14
2008-02-08
[IA64] Synchronize RBS on PTRACE_ATTACH
Petr Tesarik
1
-0
/
+57
2008-02-08
[IA64] Synchronize kernel RSE to user-space and back
Petr Tesarik
1
-0
/
+82
2007-09-11
Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACH
Roland McGrath
1
-1
/
+0
2007-08-18
[IA64] forbid ptrace changes psr.ri to 3
Shaohua Li
1
-3
/
+7
2007-03-08
[IA64] add missing syscall trace clear
Akiyama, Nobuyuki
1
-0
/
+1
2007-02-06
[IA64] find thread for user rbs address
bibo,mao
1
-1
/
+1
2007-02-06
[IA64] enable singlestep on system call
bibo,mao
1
-6
/
+6
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-05-01
[PATCH] drop task argument of audit_syscall_{entry,exit}
Al Viro
1
-2
/
+2
2006-03-20
[PATCH] Fix IA64 success/failure indication in syscall auditing.
David Woodhouse
1
-2
/
+8
[next]