summaryrefslogtreecommitdiff
path: root/uprobe
AgeCommit message (Expand)AuthorFilesLines
2015-10-08[FIX] Us_manager: memory access on unregisterAlexander Aksenov1-8/+4
2015-10-01[FIX] disarm uretprobe from child processVyacheslav Cherkashin1-2/+20
2015-09-30[FIX] remove unnessary spin_lock_irqsave/spin_unlock_irqrestoreAnatolii Nikulin1-2/+0
2015-09-29[FIX] fix spin lockupAnatolii Nikulin1-2/+14
2015-09-24[IMPROVE] call uprobe handler from specific context (for ARM)Vyacheslav Cherkashin2-1/+19
2015-09-24[FIX] uprobe: memory access to US for x86Vyacheslav Cherkashin1-45/+23
2015-09-07[FIX] Define breakpoint instruction size for ARM/Thumb modesAnatolii Nikulin5-190/+131
2015-09-07[FIX] Move urp disarming from atomic context on mm_releaseVyacheslav Cherkashin2-34/+4
2015-08-27[FIX] Add default case in swap_put_uarg switch(...) {}Vyacheslav Cherkashin1-5/+4
2015-08-27[FIX] Allocate uretprobe_instance with correct gfp flagVyacheslav Cherkashin1-1/+1
2015-08-27[FIX] probes disarming in fork'ed processVyacheslav Cherkashin6-50/+194
2015-08-27[FIX] uprobe trampoline copying (ARM only)Vyacheslav Cherkashin1-34/+61
2015-08-25[FIX] prevent issuesAnatolii Nikulin1-0/+4
2015-07-19[FIX] slot_table items insertion/deletionVyacheslav Cherkashin2-27/+26
2015-07-18[FIX] Save current uprobe state in stack (x86)Vyacheslav Cherkashin1-26/+46
2015-07-16[FIX] uprobe build for x86Vyacheslav Cherkashin1-13/+19
2015-07-16[REFACTOR] Fixed printk messagesDmitry Kovalenko3-17/+24
2015-07-15[FIX] remove uprobe from hash table on errorVyacheslav Cherkashin1-1/+4
2015-07-12[FIX] Preload: thumb -> arm mode switchVasiliy Ulyanov3-4/+19
2015-07-12[IMPROVE] Add interface for syscalls patchingDmitry Kovalenko3-1/+92
2015-07-10[FIX] remove panic() from uprobeVyacheslav Cherkashin1-6/+13
2015-07-09[FIX] remove panic() from uprobe (ARM)Vyacheslav Cherkashin1-5/+9
2015-07-09[FIX] remove panic() from uprobe (x86)Vyacheslav Cherkashin5-38/+58
2015-07-09[FIX] move trampoline alloc (for x86)Vyacheslav Cherkashin1-36/+16
2015-06-18[FIX] Fix build for ARMHyeongsik Min1-0/+1
2015-06-11Merge branch 'tizen_2.4' into tizen_2.4_devDmitry Kovalenko1-172/+156
2015-06-11[FEATURE] native setup profiling implementVyacheslav Cherkashin1-0/+48
2015-05-06[STYLE] Fix issues from checkpatch.plVyacheslav Cherkashin1-172/+156
2015-04-30Merge branch 'tizen_2.4' into tizen_2.4_devDmitry Kovalenko6-379/+488
2015-04-30[STYLE] Fix issues from checkpatch.plDmitry Kovalenko6-374/+482
2015-04-27Merge branch 'tizen_2.4' into 'tizen_2.4_dev'Vyacheslav Cherkashin2-10/+6
2015-03-18[IMPROVE] make modules use swap_initializerVyacheslav Cherkashin1-9/+5
2015-03-13[FIX] build modules for kernel >= 3.14Vyacheslav Cherkashin1-1/+1
2015-02-24[IMPROVE] Add swap_put_uarg()Alexander Aksenov2-0/+32
2015-02-24[FIX] x86 jumpsVasiliy Ulyanov1-1/+7
2015-02-24[IMPROVE] Add orig_ret_addr restore conditionVasiliy Ulyanov1-1/+4
2015-02-24[IMPROVE] Add uretprobe_instance data fieldVasiliy Ulyanov2-2/+4
2015-02-24[IMPROVE] Uprobe: add import swap_register_uprobe()Alexander Aksenov1-0/+1
2015-02-24[FIX] Uprobe: add kprobe struct fields initAlexander Aksenov1-1/+3
2014-11-19[FIX] remove support multi uprobesVyacheslav Cherkashin1-0/+7
2014-10-23[CLEAN] remove module scriptsTizen_SDK_2.3Vyacheslav Cherkashin1-17/+0
2014-10-22[IMPROVE] remove links to build modulesVyacheslav Cherkashin9-17/+44
2014-09-08[REFACTOR] remove unused codeVyacheslav Cherkashin1-34/+0
2014-07-11[STYLE] Uprobe: doxygen commentsAlexander Aksenov7-87/+421
2014-06-06[FIX] Uprobe: slot free for unfired uprobesAlexander Aksenov5-3/+15
2014-05-29[FIX] name conflicts with kernel kprobeAlexander Aksenov1-1/+1
2014-05-08[REFACTOR] change prefix dbi* -> swap*Vyacheslav Cherkashin6-66/+60
2014-05-07[REFACTOR] slots managerVyacheslav Cherkashin3-8/+8
2014-04-29[FIX] ARM: add mandatory lr check on uretprobes disarmingVasiliy Ulyanov1-34/+36
2014-04-29[CLEAN] remove unnecessary printsVasiliy Ulyanov1-1/+0