platform/kernel/swap-modules.git
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-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 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...
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-12 Dmitry Kovalenko[IMPROVE] Add interface for syscalls patching
2015-07-12 Dmitry KovalenkoRevert "[FIX] workaround of hangs on multicores"
2015-07-09 Vyacheslav... [FIX] workaround of hangs on multicores
2015-07-09 Vyacheslav... [FIX] remove panic() from uprobe
2015-07-09 Vyacheslav... [FIX] remove panic() from uprobe (ARM)
2015-07-09 Vyacheslav... [FIX] remove panic() from uprobe (x86)
2015-07-09 Vyacheslav... [FIX] move trampoline alloc (for x86)
2015-07-09 Vyacheslav... [FIX] nsp stages determination
2015-07-08 Yurchenko Darya[FIX] LCD init
2015-07-06 Alexander Aksenov[FIX] Preload: total heap allocation data
2015-07-06 Dmitry Kovalenko[FIX] Build for 3.10 kernel
2015-07-06 Vyacheslav... [FIX] correct to call mod_us_app_inst() at the second...
2015-07-06 Vyacheslav... [FIX] NULL pointer dereference
2015-07-06 Vyacheslav... [FIX] filtering profiling tasks in debugfs
2015-07-06 Vyacheslav... [FIX] filtering sampling messeges
2015-07-03 Dmitry Kovalenko[FIX] build with old toolchain
2015-07-02 Vyacheslav... [FIX] invalid condition
2015-07-02 Vyacheslav... [FIX] installation of a few pfg on one process
2015-07-02 Anastasia Lyupa[FIX] packing web function entry message
2015-07-02 Alexander Aksenov[FIX] Writer: discarded events counting
2015-07-02 Alexander Aksenov[FIX] Energy: debugfs init order
next