aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-27ptrace: cleanup arch_ptrace() and friends on BlackfinNamhyung Kim1-6/+7
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-10-22Blackfin: add new cacheflush syscallSonic Zhang1-2/+2
2010-10-22Blackfin: ptrace: enable access to L1 stacksBarry Song1-0/+8
2010-05-27ptrace: unify FDPIC implementationsMike Frysinger1-24/+9
2010-03-09Blackfin: fix single stepping over system callsMike Frysinger1-2/+9
2010-03-09Blackfin: initial tracehook supportMike Frysinger1-49/+17
2010-03-09Blackfin: initial regset supportMike Frysinger1-23/+90
2010-03-09Blackfin: simplify PTRACE_{PEEK,POKE}USR in preperation for regset supportMike Frysinger1-67/+51
2010-03-09Blackfin: simplify SYSCFG code a bit and ignore attempts to change itMike Frysinger1-18/+6
2010-03-09Blackfin: use generic ptrace_resume codeChristoph Hellwig1-44/+0
2009-12-15Blackfin: drop ptrace() write support for fixed code/bootromMike Frysinger1-13/+0
2009-11-25Blackfin: fix typo in ptrace pokingJie Zhang1-1/+1
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz1-25/+3
2009-09-16Blackfin: add support for common FDPIC ptrace requestsMike Frysinger1-2/+24
2009-09-16Blackfin: convert ptrace to new memory functionsMike Frysinger1-57/+72
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-03-05Blackfin arch: fix bug - gdb signull case make trunk kernel panic frequentlyJie Zhang1-2/+3
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-3/+3
2009-01-07Blackfin arch: smp patch cleanup from LKML reviewGraf Yang1-0/+1
2008-11-18Blackfin arch: overlay thread.usp over PT_USPMike Frysinger1-3/+5
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management codeGraf Yang1-4/+4
2008-10-10Blackfin arch: have is_user_addr_valid() check for overflows (like when address is -1)Mike Frysinger1-0/+4
2008-10-10Blackfin arch: ptrace - fix off-by-one check on end of memory regionsMike Frysinger1-29/+21
2008-10-09Blackfin arch: use existing ptrace_disable() func to clear TRACE_BITS and create the opposite ptrace_enable()Mike Frysinger1-50/+37
2008-10-09Blackfin arch: ptrace - cleanup debug messages and styleMike Frysinger1-18/+12
2008-10-09Blackfin arch: fix bug -- PTRACE_PEEKDATA does not seem to work which breaks umoven() in straceMike Frysinger1-35/+31
2008-07-15Blackfin arch: Allow ptrace to peek and poke application data in L1 data SRAM.Jie Zhang1-0/+28
2008-05-07[Blackfin] arch: Delete unused (copied from m68k) entries in asm-offsets.c.Bernd Schmidt1-2/+2
2008-03-07[Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functionsMike Frysinger1-3/+4
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-6/+0
2007-08-05Blackfin arch: Allow ptrace access the fixed code.Jie Zhang1-6/+18
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger1-3/+3
2007-05-09rename thread_info to stackRoman Zippel1-3/+3
2007-05-07blackfin architectureBryan Wu1-0/+430