Rework WEBPROBE
[platform/kernel/swap-modules.git] / preload /
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-17 Dmitry KovalenkoMerge branch 'tizen_2.4_dev' into tizen
2016-05-04 Alexander Aksenov[FEATURE] UI Viewer implementation
2016-04-29 Alexander Aksenov[REFACTOR] Loader separated from preload
2016-04-18 Vyacheslav Cherkashin[FIX] Preload: implement automatic ARM <-> THUMB mode...
2016-04-15 Vyacheslav Cherkashin[FIX] race condition when use sspt_proc
2016-04-12 Vyacheslav Cherkashin[IMPROVE] storing sspt_proc in group_leader's stack
2016-04-12 Vyacheslav Cherkashin[REFACTOR] naming in sspt_*
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-03-18 Vyacheslav Cherkashin[FIX] set correct CPU mode
2016-02-12 Vyacheslav Cherkashin[FIX] set correct CPU mode
2016-02-12 Vyacheslav CherkashinMerge branch 'tizen_2.4_dev' into tizen
2016-02-09 Vyacheslav Cherkashin[FIX] inserting preload module
2016-02-05 Vyacheslav Cherkashin[IMPROVE] call uprobe handlers from non-atomic context...
2016-01-29 Anatolii Nikulin[FIX] add linker and loader binaries to ignored list
2015-12-22 Vyacheslav Cherkashin[IMPROVE] remove atomic dependence from uprobe handlers
2015-12-22 Anatolii Nikulin[FIX] SVACE issue #27673
2015-12-22 Dmitry Kovalenko[FIX] Wrong check in __get_vma_by_addr()
2015-12-11 Alexander Aksenov[REFACTOR] Preload: remove unused includes
2015-12-11 Alexander Aksenov[IMRPOVE] Preload: load and execution in different...
2015-12-11 Alexander Aksenov[IMPROVE] Preload: split loading and probe execution
2015-12-11 Alexander Aksenov[STYLE] Preload: shorten names, remove unused code
2015-12-11 Alexander Aksenov[REFACTOR] Preload: use dentry instead of types
2015-12-11 Alexander Aksenov[REFACTOR] Preload: separate states on functions
2015-12-10 Hyeongsik Min[FIX] Prevent Issues
2015-11-23 Alexander Aksenov[FIX] Typo in preload_control
2015-11-19 Alexander Aksenov[IMPROVE] Preload: pass ignored via debugfs
2015-11-18 Vyacheslav CherkashinMerge branch 'for_tizen_2.4' into tizen_2.4_dev
2015-11-16 Anatolii Nikulin[FIX] remove mutex and dput() functions from atomic...
2015-11-16 Vyacheslav Cherkashin[CLEAN] remove swap_task_data.ko
2015-11-05 Vyacheslav Cherkashin[IMPROVE] use ktd in preload
2015-10-30 Anatolii Nikulin[IMPROVE] use list for saving target binary
2015-10-29 Anatolii Nikulin[IMPROVE] use list for saving target binary
2015-10-29 Hyeongsik Min[FIX] Preload: fix slup corruption issue
2015-10-29 Hyeongsik Min[FIX] Preload: fix slup corruption issue
2015-10-22 Anatolii NikulinMerge branch 'tizen_2.4' into tizen_2.4_dev
2015-10-20 Anatolii Nikulin[REFACTOR] Change probe info implementation
2015-09-24 Vyacheslav Cherkashin[IMPROVE] call uprobe handler from specific context...
2015-09-24 Anatolii Nikulin[FIX] do not call dlopen in libpthread and libsmack
2015-09-22 Dmitry Kovalenko[STYLE] Fix preload_threads_get_drop
2015-09-21 Vitaliy Cherepanov[FIX] kernel panic on second DA start
2015-09-12 Alexander Aksenov[FIX] Preload: sync in atomic
2015-09-12 Alexander Aksenov[FIX] Preload: memory allocation in atomic
2015-09-12 Alexander Aksenov[FIX] Preload: context fix
2015-08-28 Vyacheslav Cherkashin[FIX] preload library
2015-08-28 Vyacheslav Cherkashin[FIX] mmap allocation atribute
2015-08-28 Vyacheslav Cherkashin[FIX] Preload: dentry balance counter
2015-08-28 Vasiliy Ulyanov[FIX] Workaround to skip page faults from Preload
2015-08-28 Vyacheslav Cherkashin[FIX] Preload: use get_user to obtain current linker...
2015-08-27 Vyacheslav Cherkashin[FIX] preload: move swap_do_mmap out of atomic context
2015-08-25 Anatolii Nikulin[FIX] prevent issues
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-08-06 Alexander Aksenov[FIX] Preload: probes in newly created threads
2015-07-21 Vitaliy Cherepanov[FIX] Preload: use caller address from userspace
2015-07-21 Vasiliy Ulyanov[FIX] Preload: use task data for storing slots
2015-07-13 Vasiliy Ulyanov[FIX] Preload: remove global irq flags
2015-07-13 Vasiliy Ulyanov[FIX] Preload: memleak when dropping handlers/linker...
2015-07-13 Vasiliy Ulyanov[FIX] Preload: move dentry lookup out of uprobe handler
2015-07-12 Vasiliy Ulyanov[FIX] Preload: thumb -> arm mode switch
2015-07-06 Alexander Aksenov[FIX] Preload: total heap allocation data
2015-07-02 Alexander Aksenov[IMPROVE] Preload: breakpoint probe msgs saving
2015-06-29 Vyacheslav Cherkashin[FIX] check handlers_info on NULL
2015-06-24 Vyacheslav Cherkashin[FIX] check ld_info pointer on NULL
2015-06-17 Dmitry KovalenkoMerge branch 'tizen_2.4_dev' into tizen_2.4
2015-06-17 Alexander Aksenov[IMPROVE] Us_manager: start/stop callbacks
2015-06-11 Dmitry KovalenkoMerge branch 'tizen_2.4' into tizen_2.4_dev
2015-05-27 Alexander Aksenov[REFACTOR] Preload flags
2015-05-18 Vyacheslav Cherkashin[IMPROVE] new interface for probe_info struct
2015-05-14 Vyacheslav Cherkashin[IMPROVE] protorcol 4.0
2015-05-14 Dmitry KovalenkoMerge "Merge branch 'tizen_2.4' into tizen_2.4_dev...
2015-04-30 Anastasia Lyupa[FIX] task_data, preload modules init
2015-04-30 Dmitry KovalenkoMerge branch 'tizen_2.4' into tizen_2.4_dev
2015-04-27 Vyacheslav CherkashinMerge branch 'tizen_2.4' into 'tizen_2.4_dev'
2015-02-27 Alexander Aksenov[STYLE] Remove comments, add tab
2015-02-24 Alexander Aksenov[FEATURE] Preload: Implement