aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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