summaryrefslogtreecommitdiff
path: root/arch/blackfin/kernel/ptrace.c
AgeCommit message (Expand)Author
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes
2014-06-06blackfin/ptrace: call find_vma with the mmap_sem heldDavidlohr Bueso
2012-03-21Disintegrate asm/system.h for Blackfin [ver #2]David Howells
2010-10-27ptrace: cleanup arch_ptrace() and friends on BlackfinNamhyung Kim
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim
2010-10-22Blackfin: add new cacheflush syscallSonic Zhang
2010-10-22Blackfin: ptrace: enable access to L1 stacksBarry Song
2010-05-27ptrace: unify FDPIC implementationsMike Frysinger
2010-03-09Blackfin: fix single stepping over system callsMike Frysinger
2010-03-09Blackfin: initial tracehook supportMike Frysinger
2010-03-09Blackfin: initial regset supportMike Frysinger
2010-03-09Blackfin: simplify PTRACE_{PEEK,POKE}USR in preperation for regset supportMike Frysinger
2010-03-09Blackfin: simplify SYSCFG code a bit and ignore attempts to change itMike Frysinger
2010-03-09Blackfin: use generic ptrace_resume codeChristoph Hellwig
2009-12-15Blackfin: drop ptrace() write support for fixed code/bootromMike Frysinger
2009-11-25Blackfin: fix typo in ptrace pokingJie Zhang
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz
2009-09-16Blackfin: add support for common FDPIC ptrace requestsMike Frysinger
2009-09-16Blackfin: convert ptrace to new memory functionsMike Frysinger
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-03-05Blackfin arch: fix bug - gdb signull case make trunk kernel panic frequentlyJie Zhang
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells
2009-01-07Blackfin arch: smp patch cleanup from LKML reviewGraf Yang
2008-11-18Blackfin arch: overlay thread.usp over PT_USPMike Frysinger
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management...Graf Yang
2008-10-10Blackfin arch: have is_user_addr_valid() check for overflows (like when addre...Mike Frysinger
2008-10-10Blackfin arch: ptrace - fix off-by-one check on end of memory regionsMike Frysinger
2008-10-09Blackfin arch: use existing ptrace_disable() func to clear TRACE_BITS and cre...Mike Frysinger
2008-10-09Blackfin arch: ptrace - cleanup debug messages and styleMike Frysinger
2008-10-09Blackfin arch: fix bug -- PTRACE_PEEKDATA does not seem to work which breaks ...Mike Frysinger
2008-07-15Blackfin arch: Allow ptrace to peek and poke application data in L1 data SRAM.Jie Zhang
2008-05-07[Blackfin] arch: Delete unused (copied from m68k) entries in asm-offsets.c.Bernd Schmidt
2008-03-07[Blackfin] arch: add missing __user marking to ss_sp member of signalstack an...Mike Frysinger
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan
2007-08-05Blackfin arch: Allow ptrace access the fixed code.Jie Zhang
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger
2007-05-09rename thread_info to stackRoman Zippel
2007-05-07blackfin architectureBryan Wu