platform/kernel/swap-modules.git
2015-10-22 Vyacheslav... [FEATURE] ktask_data implement
2015-10-22 Vyacheslav... [IMPROVE] coordination of the use of the stack
2015-10-22 Vyacheslav... [FEATURE] swap_td_raw implement
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] add support for manipulating probes depend...
2015-10-20 Anatolii Nikulin[FIX] memleak with cdev_alloc()
2015-10-20 Anatolii Nikulin[REFACTOR] Change probe info implementation
2015-10-09 Vyacheslav... [FIX] probe_info struct size value setting during creation
2015-10-08 Alexander Aksenov[FIX] Us_manager: memory access on unregister
2015-10-01 Vyacheslav... [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-29 Anatolii Nikulin[FIX] error handling for copy from user
2015-09-26 Vyacheslav... [FIX] WSP: change path of web aux process
2015-09-24 Vyacheslav... [FIX] use d_path between path_get()/path_put()
2015-09-24 Vyacheslav... [FIX] add proc_probes_list usage synchronization
2015-09-24 Vyacheslav... [IMPROVE] call uprobe handler from specific context...
2015-09-24 Vyacheslav... [FIX] check return of set_kjump_cb() for error
2015-09-24 Vyacheslav... [REFACTOR] remove unnecessary warning
2015-09-24 Vyacheslav... [FIX] kprobe and kretprobe disarming synchronization
2015-09-24 Vyacheslav... [FIX] uprobe: memory access to US for x86
2015-09-24 Vyacheslav... [FIX] task_data: sync register/unregister probes
2015-09-24 Anatolii Nikulin[FIX] do not call dlopen in libpthread and libsmack
2015-09-23 Vyacheslav... Revert "[STYLE] Fix mr_pre_handler"
2015-09-22 Dmitry Kovalenko[STYLE] Fix __do_usm_stop
2015-09-22 Dmitry Kovalenko[STYLE] Fix mr_pre_handler
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] Task_data: helper probe reg/unreg
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-09-12 Alexander Aksenov[FIX] US Manager: kmalloc GFP flag
2015-09-07 Anatolii Nikulin[FIX] Define breakpoint instruction size for ARM/Thumb...
2015-09-07 Vyacheslav... [FIX] Acquire/release reference to the task in sspt_proc
2015-09-07 Vyacheslav... [FIX] Synchronize completion of US profiling
2015-09-07 Vyacheslav... [FIX] Take mmap_sem on urp disarming in mm_release
2015-09-07 Vyacheslav... [FIX] Move urp disarming from atomic context on mm_release
2015-09-07 Vyacheslav... [IMPROVE] Do not call cb_clean_child on non instrumente...
2015-09-03 Vyacheslav... [FIX] Remove masking oops_in_progress
2015-08-28 Vyacheslav... [FIX] preload library
2015-08-28 Vyacheslav... [FIX] mmap allocation atribute
2015-08-28 Vyacheslav... [FIX] Preload: dentry balance counter
2015-08-28 Vyacheslav... [FIX] Add chunk_init result checking
2015-08-28 Vyacheslav... [FIX] Add default case in swap_put_uarg switch(...) {}
2015-08-28 Vyacheslav... [FIX] Use GFP_ATOMIC flag for pl_struct allocation
2015-08-28 Vyacheslav... [FIX] sspt_filter handling
2015-08-28 Vasiliy Ulyanov[FIX] stop message handling in us_manager
2015-08-28 Vasiliy Ulyanov[FIX] Use stop_machine to disarm kretprobe_instance
2015-08-28 Vyacheslav... [FIX] Move call_mm_release invocation out of atomic...
2015-08-28 Vyacheslav... [FIX] Allocate uretprobe_instance with correct gfp...
2015-08-28 Vasiliy Ulyanov[FIX] Workaround to skip page faults from Preload
2015-08-28 Vasiliy Ulyanov[IMPROVE] Implement kretprobe skipping
2015-08-28 Vyacheslav... [FIX] Check for atomic context in swap_handle_mm_fault
2015-08-28 Vyacheslav... [FIX] Flush kretprobe instances after last put_task
2015-08-28 Vyacheslav... [FIX] Add reference counting to sspt_proc
2015-08-28 Vyacheslav... [FIX] Skip fixup do_page_fault for ARM
2015-08-28 Vyacheslav... [FIX] Preload: use get_user to obtain current linker...
2015-08-28 Vyacheslav... [FIX] Call call_mm_release using kjump
2015-08-28 Vyacheslav... [FIX] Avoid non-boot CPUs disabling on stop
2015-08-28 Vyacheslav... [FIX] Add spinlock for proc_list in pf_group
2015-08-28 Vyacheslav... [FIX] Use GFP_ATOMIC flag in retprobe_copy
2015-08-28 Vyacheslav... [FIX] probes disarming in fork'ed process
2015-08-28 Vyacheslav... [FIX] uprobe trampoline copying (ARM only)
2015-08-27 Vyacheslav... [FIX] preload: move swap_do_mmap out of atomic context
2015-08-27 Anatolii Nikulin[FIX] prevent issues
2015-08-25 Anatolii Nikulin[FIX] prevent issues
2015-08-07 Anatolii Nikulin[FIX] us_manager: memleak when deleting instrumentation...
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-08-06 Alexander Aksenov[FIX] Preload: probes in newly created threads
2015-08-04 Vyacheslav... [FIX] build for ARM
2015-07-31 Vitaliy Cherepanov[LICENSE] change to GPL-2.0+
2015-07-27 Vyacheslav... [FIX] memory leak in wsp
2015-07-27 Vyacheslav... [FIX] memory leak in nsp
2015-07-24 Vasiliy Ulyanov[FIX] Erroneous files struct put
2015-07-23 Vyacheslav... [FIX] remove modules striping from build.sh
2015-07-23 Vyacheslav... [FIX] wrong unregister
2015-07-23 Vyacheslav... [FIX] usage of kfree'd memory
2015-07-23 Vyacheslav... [FIX] Use proper structure in FILE_PROBE_INITIALIZER
2015-07-21 Vyacheslav... [FIX] types of wsi function addresses
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-20 Vasiliy Ulyanov[FIX] Init/uninit task_data at start/stop
2015-07-20 Vyacheslav... [FIX] call vmalloc with zero argument
2015-07-18 Vyacheslav... [FIX] slot_table items insertion/deletion
2015-07-18 Vyacheslav... [FIX] replace kmalloc/kfree with vmalloc/vfree
2015-07-18 Vyacheslav... [FIX] Save current uprobe state in stack (x86)
2015-07-16 Vyacheslav... [FIX] simultaneously work nsp and function profiling
2015-07-16 Vyacheslav... [FIX] uprobe build for x86
2015-07-16 Dmitry Kovalenko[REFACTOR] Fixed printk messages
2015-07-15 Vasiliy Ulyanov[FIX] Disable BUG() messages suppression
2015-07-15 Vyacheslav... [FIX] remove uprobe from hash table on error
2015-07-14 Vyacheslav... [FIX] deadlock during __switch_to() instrumentation
2015-07-13 Vasiliy Ulyanov[FIX] Preload: remove global irq flags
2015-07-13 Vasiliy Ulyanov[FIX] Preload: memleak when dropping handlers/linker...
next