ARM: separate instructions decoding
[platform/kernel/swap-modules.git] / uprobe /
2017-01-30 Vyacheslav CherkashinARM: separate instructions decoding 07/111107/3
2017-01-30 Vyacheslav CherkashinARM64: implement uretprobe 06/111106/3
2017-01-30 Vyacheslav CherkashinARM64: implement uprobe 05/111105/3
2017-01-30 Vyacheslav CherkashinARM64 initial version 97/111097/3
2016-12-06 Alexander AksenovUprobe: fix NULL dereference on x86 accepted/tizen/3.0/common/20161208.153832 accepted/tizen/3.0/mobile/20161208.065319 accepted/tizen/3.0/tv/20161208.065335 accepted/tizen/3.0/wearable/20161208.065347 accepted/tizen/common/20161207.184843 accepted/tizen/mobile/20161208.012921 accepted/tizen/tv/20161208.012930 accepted/tizen/wearable/20161208.012942 submit/tizen/20161207.141311 submit/tizen_3.0/20161207.141254 submit/tizen_3.0/20161208.043057
2016-12-01 Anatolii NikulinFix race condition while we unregister uprobes
2016-11-30 Alexander AksenovFix aggrigated uprobes handling accepted/tizen/3.0/common/20161201.135356 accepted/tizen/3.0/mobile/20161201.074722 accepted/tizen/3.0/tv/20161201.074728 accepted/tizen/3.0/wearable/20161201.074735 submit/tizen_3.0/20161130.194014
2016-11-23 Vyacheslav CherkashinRemove race condition from __swap_unregister_uprobe()
2016-10-27 Alexander Aksenovuprobe: uretprobes cleanup accepted/tizen/3.0/mobile/20161103.121201 accepted/tizen/3.0/tv/20161103.121437 accepted/tizen/3.0/wearable/20161103.121445 accepted/tizen/common/20161103.155957 accepted/tizen/mobile/20161103.231244 accepted/tizen/tv/20161103.231258 accepted/tizen/wearable/20161103.231318 submit/tizen/20161103.052455 submit/tizen_3.0/20161103.052948
2016-10-14 Anatolii Nikulinenable multiprobe on same address
2016-06-23 Vyacheslav Cherkashin[FIX] rcu_nmi_enter/exit() inconsistentence (for x86)
2016-06-03 Anatolii Nikulin[IMPROVE] kernel with version > 4.0.0 support
2016-05-18 Dmitry KovalenkoMerge branch 'tizen_2.4_dev' into tizen accepted/tizen/common/20160525.155752 accepted/tizen/mobile/20160525.003314 accepted/tizen/tv/20160525.003329 accepted/tizen/wearable/20160525.003322 submit/tizen/20160524.083432
2016-05-18 Vyacheslav Cherkashin[IMPROVE] remove atomic context from kprobe handler
2016-05-17 Dmitry KovalenkoMerge branch 'tizen_2.4_dev' into tizen
2016-04-18 Vyacheslav Cherkashin[FIX] Preload: implement automatic ARM <-> THUMB mode...
2016-04-15 Vyacheslav Cherkashin[CLEAN] Remove unused code
2016-04-15 Vyacheslav Cherkashin[IMPROVE] Remove atomic context usage in uretprobe...
2016-04-06 Alexander Aksenov[IMPROVE] Modern kernels (> 3.16) support accepted/tizen/mobile/20160407.001200 accepted/tizen/tv/20160407.001213 accepted/tizen/wearable/20160407.001235 submit/tizen/20160406.121341
2016-03-24 Vyacheslav Cherkashin[FIX] Preload: implement automatic ARM <-> THUMB mode...
2016-02-12 Vyacheslav CherkashinMerge branch 'tizen_2.4_dev' into tizen
2016-02-05 Vyacheslav Cherkashin[FIX] synchronizing of unregister_uprobe()
2016-02-05 Vyacheslav Cherkashin[CLEAN] remove unused legacy code
2016-02-05 Vyacheslav Cherkashin[IMPROVE] split into uprobe core handlers (for x86)
2016-02-05 Vyacheslav Cherkashin[IMPROVE] call uprobe handlers from non-atomic context...
2016-02-05 Vyacheslav Cherkashin[IMPROVE] call uprobe handlers from non-atomic context...
2015-12-22 Vyacheslav Cherkashin[IMPROVE] remove atomic dependence from uprobe handlers
2015-12-18 Vyacheslav Cherkashin[FIX] instrumentation BL and BLX for THUMB2
2015-12-18 Vyacheslav Cherkashin[IMPROVE] B.W instrumentation for THUMB2
2015-12-18 Vyacheslav Cherkashin[IMPROVE] STRD/LDRD instrumentation for THUMB2
2015-12-18 Vyacheslav Cherkashin[CLEAN] remove arch_tramp struct
2015-11-18 Vyacheslav CherkashinMerge branch 'for_tizen_2.4' into tizen_2.4_dev
2015-11-16 Anatolii Nikulin[FIX] correctly restore original instruction in THUMB...
2015-10-22 Vyacheslav Cherkashin[IMPROVE] coordination of the use of the stack
2015-10-22 Anatolii NikulinMerge branch 'tizen_2.4' into tizen_2.4_dev
2015-10-21 Anatolii Nikulin[FIX] check probe for uncreated process
2015-10-21 Anatolii Nikulin[FIX] remove unnessary function uprobe_prepare_singlestep()
2015-10-20 Anatolii Nikulin[REFACTOR] Change probe info implementation
2015-10-08 Alexander Aksenov[FIX] Us_manager: memory access on unregister
2015-10-01 Vyacheslav Cherkashin[FIX] disarm uretprobe from child process
2015-09-30 Anatolii Nikulin[FIX] remove unnessary spin_lock_irqsave/spin_unlock_ir...
2015-09-29 Anatolii Nikulin[FIX] fix spin lockup
2015-09-24 Vyacheslav Cherkashin[IMPROVE] call uprobe handler from specific context...
2015-09-24 Vyacheslav Cherkashin[FIX] uprobe: memory access to US for x86
2015-09-07 Anatolii Nikulin[FIX] Define breakpoint instruction size for ARM/Thumb...
2015-09-07 Vyacheslav Cherkashin[FIX] Move urp disarming from atomic context on mm_release
2015-08-28 Vyacheslav Cherkashin[FIX] Add default case in swap_put_uarg switch(...) {}
2015-08-28 Vyacheslav Cherkashin[FIX] Allocate uretprobe_instance with correct gfp...
2015-08-28 Vyacheslav Cherkashin[FIX] probes disarming in fork'ed process
2015-08-28 Vyacheslav Cherkashin[FIX] uprobe trampoline copying (ARM only)
2015-08-25 Anatolii Nikulin[FIX] prevent issues
2015-08-07 Anatolii Nikulin[REFACTOR] Rename arch specific structures
2015-08-07 Anatolii Nikulin[REFACTOR] Replace kprobe_opcode_t -> uprobe_opcode_t
2015-08-07 Anatolii Nikulin[REFACTOR] remove kprobe from uprobe
2015-08-07 Anatolii NikulinMerge branch 'tizen_2.4' into tizen_2.4_dev
2015-07-18 Vyacheslav Cherkashin[FIX] slot_table items insertion/deletion
2015-07-18 Vyacheslav Cherkashin[FIX] Save current uprobe state in stack (x86)
2015-07-16 Vyacheslav Cherkashin[FIX] uprobe build for x86
2015-07-16 Dmitry Kovalenko[REFACTOR] Fixed printk messages
2015-07-15 Vyacheslav Cherkashin[FIX] remove uprobe from hash table on error
2015-07-12 Vasiliy Ulyanov[FIX] Preload: thumb -> arm mode switch
2015-07-12 Dmitry Kovalenko[IMPROVE] Add interface for syscalls patching
2015-07-09 Vyacheslav Cherkashin[FIX] remove panic() from uprobe
2015-07-09 Vyacheslav Cherkashin[FIX] remove panic() from uprobe (ARM)
2015-07-09 Vyacheslav Cherkashin[FIX] remove panic() from uprobe (x86)
2015-07-09 Vyacheslav Cherkashin[FIX] move trampoline alloc (for x86)
2015-06-18 Hyeongsik Min[FIX] Fix build for ARM
2015-06-11 Dmitry KovalenkoMerge branch 'tizen_2.4' into tizen_2.4_dev
2015-06-11 Vyacheslav Cherkashin[FEATURE] native setup profiling implement
2015-05-14 Dmitry KovalenkoMerge "Merge branch 'tizen_2.4' into tizen_2.4_dev...
2015-05-06 Vyacheslav Cherkashin[STYLE] Fix issues from checkpatch.pl
2015-04-30 Dmitry KovalenkoMerge branch 'tizen_2.4' into tizen_2.4_dev
2015-04-30 Dmitry Kovalenko[STYLE] Fix issues from checkpatch.pl
2015-04-27 Vyacheslav CherkashinMerge branch 'tizen_2.4' into 'tizen_2.4_dev'
2015-03-18 Vyacheslav Cherkashin[IMPROVE] make modules use swap_initializer
2015-03-13 Vyacheslav Cherkashin[FIX] build modules for kernel >= 3.14
2015-02-24 Alexander Aksenov[IMPROVE] Add swap_put_uarg()
2015-02-24 Vasiliy Ulyanov[FIX] x86 jumps
2015-02-24 Vasiliy Ulyanov[IMPROVE] Add orig_ret_addr restore condition
2015-02-24 Vasiliy Ulyanov[IMPROVE] Add uretprobe_instance data field
2015-02-24 Alexander Aksenov[IMPROVE] Uprobe: add import swap_register_uprobe()
2015-02-24 Alexander Aksenov[FIX] Uprobe: add kprobe struct fields init
2015-02-24 Dmitry KovalenkoMerge branch 'master' into new_protocol
2014-11-19 Vyacheslav Cherkashin[FIX] remove support multi uprobes
2014-10-23 Vyacheslav Cherkashin[CLEAN] remove module scripts
2014-10-22 Vyacheslav Cherkashin[IMPROVE] remove links to build modules
2014-09-08 Vyacheslav Cherkashin[REFACTOR] remove unused code
2014-07-11 Alexander Aksenov[STYLE] Uprobe: doxygen comments
2014-06-24 Dmitry KovalenkoMerge "[FIX] ret_handler_unmap() (deadlock on stop...
2014-06-06 Alexander Aksenov[FIX] Uprobe: slot free for unfired uprobes
2014-05-29 Alexander Aksenov[FIX] name conflicts with kernel kprobe
2014-05-08 Vyacheslav Cherkashin[REFACTOR] change prefix dbi* -> swap*
2014-05-07 Vyacheslav Cherkashin[REFACTOR] slots manager
2014-04-30 Dmitry KovalenkoMerge "[IMPROVE] Gbs: add spec file" into prod_rel
2014-04-29 Vasiliy Ulyanov[FIX] ARM: add mandatory lr check on uretprobes disarming
2014-04-29 Vasiliy Ulyanov[CLEAN] remove unnecessary prints
2014-04-29 Vasiliy Ulyanov[FIX] remove unecessary write to userspace
2014-04-21 Vyacheslav Cherkashin[IMPROVE] ARM: create kjumper
2014-04-21 Vasiliy Ulyanov[FIX] race condition with US tramps
2014-04-21 Vasiliy Ulyanov[FIX] ARM: map US insn slots at uprobe registration
next