aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* ptrace: cleanup arch_ptrace() and friends on BlackfinNamhyung Kim2010-10-271-6/+7
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-1/+2
* Blackfin: add new cacheflush syscallSonic Zhang2010-10-221-2/+2
* Blackfin: ptrace: enable access to L1 stacksBarry Song2010-10-221-0/+8
* ptrace: unify FDPIC implementationsMike Frysinger2010-05-271-24/+9
* Blackfin: fix single stepping over system callsMike Frysinger2010-03-091-2/+9
* Blackfin: initial tracehook supportMike Frysinger2010-03-091-49/+17
* Blackfin: initial regset supportMike Frysinger2010-03-091-23/+90
* Blackfin: simplify PTRACE_{PEEK,POKE}USR in preperation for regset supportMike Frysinger2010-03-091-67/+51
* Blackfin: simplify SYSCFG code a bit and ignore attempts to change itMike Frysinger2010-03-091-18/+6
* Blackfin: use generic ptrace_resume codeChristoph Hellwig2010-03-091-44/+0
* Blackfin: drop ptrace() write support for fixed code/bootromMike Frysinger2009-12-151-13/+0
* Blackfin: fix typo in ptrace pokingJie Zhang2009-11-251-1/+1
* Blackfin: mass clean up of copyright/licensing infoRobin Getz2009-10-071-25/+3
* Blackfin: add support for common FDPIC ptrace requestsMike Frysinger2009-09-161-2/+24
* Blackfin: convert ptrace to new memory functionsMike Frysinger2009-09-161-57/+72
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* Blackfin arch: fix bug - gdb signull case make trunk kernel panic frequentlyJie Zhang2009-03-051-2/+3
* NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-3/+3
* Blackfin arch: smp patch cleanup from LKML reviewGraf Yang2009-01-071-0/+1
* Blackfin arch: overlay thread.usp over PT_USPMike Frysinger2008-11-181-3/+5
* Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management...Graf Yang2008-11-181-4/+4
* Blackfin arch: have is_user_addr_valid() check for overflows (like when addre...Mike Frysinger2008-10-101-0/+4
* Blackfin arch: ptrace - fix off-by-one check on end of memory regionsMike Frysinger2008-10-101-29/+21
* Blackfin arch: use existing ptrace_disable() func to clear TRACE_BITS and cre...Mike Frysinger2008-10-091-50/+37
* Blackfin arch: ptrace - cleanup debug messages and styleMike Frysinger2008-10-091-18/+12
* Blackfin arch: fix bug -- PTRACE_PEEKDATA does not seem to work which breaks ...Mike Frysinger2008-10-091-35/+31
* Blackfin arch: Allow ptrace to peek and poke application data in L1 data SRAM.Jie Zhang2008-07-151-0/+28
* [Blackfin] arch: Delete unused (copied from m68k) entries in asm-offsets.c.Bernd Schmidt2008-05-071-2/+2
* [Blackfin] arch: add missing __user marking to ss_sp member of signalstack an...Mike Frysinger2008-03-071-3/+4
* Consolidate PTRACE_DETACHAlexey Dobriyan2007-10-161-6/+0
* Blackfin arch: Allow ptrace access the fixed code.Jie Zhang2007-08-051-6/+18
* Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger2007-07-121-3/+3
* rename thread_info to stackRoman Zippel2007-05-091-3/+3
* blackfin architectureBryan Wu2007-05-071-0/+430