platform/kernel/swap-modules.git
2014-07-11 Alexander Aksenov[STYLE] Kprobe: doxygen comments
2014-07-11 Alexander Aksenov[STYLE] Driver: doxygen comments
2014-07-11 Alexander Aksenov[FIX] Driver: remove duplicated file
2014-07-11 Alexander Aksenov[STYLE] Buffer: doxygen comments
2014-07-09 Alexander Aksenov[STYLE] Doxygen config file
2014-07-03 Vasiliy Ulyanov[FIX] .spec file for Kiran emulator (x86)
2014-07-03 Vasiliy Ulyanov[FIX] .spec file for Kiran target
2014-07-02 Alexander Aksenov[FIX] Spec: spec for private repo
2014-06-26 Alexander Aksenov[FIX] Kprobe: remove_kprobe() when unregister
2014-06-25 Alexander Aksenov[REFACTOR] Sampler: remove garbage
2014-06-25 Alexander Aksenov[FIX] Kprobe: remove aggrigated probe from list
2014-06-25 Vyacheslav... [FIX] build for kernel 3.4
2014-06-24 Alexander Aksenov[FIX] Spec: building for 3.12 emulator kernel
2014-06-24 Vyacheslav... [IMPROVE] add support kernel 3.12
2014-06-24 Dmitry KovalenkoMerge "[FIX] ret_handler_unmap() (deadlock on stop...
2014-06-23 Vyacheslav... [FIX] ret_handler_unmap() (deadlock on stop)
2014-06-06 Alexander Aksenov[FIX] Us_manager: slot manager deallocation
2014-06-06 Alexander Aksenov[FIX] Uprobe: slot free for unfired uprobes
2014-06-06 Alexander Aksenov[FIX] Us_manager: images memory deallocation
2014-06-06 Alexander Aksenov[FIX] Us_manager: now free img called at free pfg
2014-06-06 Alexander Aksenov[IMPROVE] Us_manager: new proc filter inteface
2014-06-04 Alexander Aksenov[FIX] Us_manager: dumb filter creation
2014-05-29 Alexander Aksenov[FIX] name conflicts with kernel kprobe
2014-05-28 Alexander Aksenov[IMPROVE] Build: add m0 support to spec file
2014-05-28 Vasiliy Ulyanov[FIX] buffer put in case of erroneous args packing...
2014-05-28 Vitaliy Cherepanov[FIX] tasks file
2014-05-27 Vasiliy Ulyanov[FEATURE] Add custom events support (with vargs fmt)
2014-05-27 Vyacheslav... [PROTO] add task->comm monitoring functionality
2014-05-23 Alexander Aksenov[FIX] Energy: replace export.h dependency
2014-05-21 Alexander Aksenov[IMPROVE] Build: arch dependent .spec
2014-05-12 Vasiliy Ulyanov[FIX] deadlock on modules unloading with one active CPU
2014-05-08 Vyacheslav... [REFACTOR] change prefix dbi* -> swap*
2014-05-07 Vyacheslav... [REFACTOR] remove unnecessary functions declaration
2014-05-07 Vyacheslav... [REFACTOR] slots manager
2014-05-05 Vyacheslav... [FIX] name conflict for building with kernel
2014-05-05 Vyacheslav... [CLEAN] remove unnecessary file
2014-05-05 Vasiliy Ulyanov[FIX] non boot cpus shutting down on uniprocessor devices
2014-04-30 Alexander Aksenov[IMPROVE] Build: spec file for separate modules
2014-04-30 Alexander Aksenov[IMPROVE] Build: add strip to build script
2014-04-30 Vasiliy Ulyanov[FIX] Add missing swap_ksyms module to the list
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-29 Vasiliy Ulyanov[FIX] race condition on probes disarming (at stop)
2014-04-29 Alexander Aksenov[IMPROVE] Gbs: add spec file
2014-04-28 Vyacheslav... [FIX] correct search vma at address
2014-04-28 Vyacheslav... [IMPROVE] ARM: workaround for already running
2014-04-22 Vyacheslav... [FIX] call un/kmap() if non-atomic context
2014-04-21 Vyacheslav... [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
2014-04-21 Vyacheslav... [IMPROVE] ARM: move uprobes installation out of exception
2014-04-21 Vyacheslav... [IMPROVE] ARM: create jumper
2014-04-15 Vasiliy Ulyanov[FIX] Error check on uprobes registration
2014-04-11 Vasiliy Ulyanov[FIX] 'repz ret' instruction instrumentation
2014-04-09 Vasiliy Ulyanov[FIX] synchronization in dbi_disarm_urp_inst_for_task()
2014-04-09 Vasiliy Ulyanov[FIX] Remove pending uretprobes in mm_release() handler
2014-04-08 Vyacheslav... [FIX] add uretprobe null check (ri->rp)
2014-04-08 Vasiliy Ulyanov[FIX] CBZ branch displacement calculation
2014-04-07 Vyacheslav... [FIX] optimize nested call US instrumentation
2014-04-07 Vyacheslav... [FIX] US probes removal synchronization
2014-04-07 Alexander Aksenov[FIX] Buffer: disabling irqs in the same func
2014-04-07 Vyacheslav... [REFACTOR] us_manager: install helper probes
2014-04-07 Vyacheslav... [IMPROVE] unregister kretprobe top/bottom interface
2014-04-07 Vasiliy Ulyanov[FIX] instrumentation for CLZ instruction
2014-04-03 Vyacheslav... [FIX] race condition, when stopped US instrumentation
2014-04-02 Vasiliy Ulyanov[FIX] userspace instrumentation for CBZ instruction
2014-03-29 Dmitry KovalenkoMerge "[FIX] smp_processor_id bug message" into prod_rel
2014-03-29 Vasiliy Ulyanov[FIX] wrong print in dbi_unregister_kretprobe_top()
2014-03-29 Vyacheslav... [FIX] multithread message write
2014-03-27 Vasiliy Ulyanov[FIX] missing syscalls issue
2014-03-27 Vasiliy Ulyanov[FIX] smp_processor_id bug message
2014-03-27 Alexander Aksenov[FIX] Driver: add maximum subbuffer size
2014-03-27 Vasiliy Ulyanov[IMPROVE] Energy coeffs for reference device
2014-03-27 Vasiliy Ulyanov[IMPROVE] Energy module CPU time calculation
2014-03-27 Alexander Aksenov[IMPROVE] Parser: implement system-wide instrumentation
2014-03-27 Alexander Aksenov[IMPROVE] Us_manager: implement 'dumb' filter
2014-03-27 Vyacheslav... [FIX] branch instrumentation for KS
2014-03-27 Alexander Aksenov[REFACTOR] Ksyms: move module declarations to separate...
2014-03-27 Alexander Aksenov[IMPROVE] Us_manager: correct searching for copy_process
2014-03-27 Alexander Aksenov[FIX] Ksyms: Fix warnings
2014-03-25 Alexander Aksenov[IMPROVE] Ksyms: Implement searching symbols
2014-03-12 Nikita Kalyazin[IMPROVE] add .gitignore file
2014-03-06 Alexander Aksenov[FIX] Driver: netlink build depend on config
2014-03-06 Vyacheslav... [FIX] loading swap_energy.ko
2014-03-05 Vyacheslav... [PROTO] send MSG_TERMINATE from KS
2014-02-27 Alexander Aksenov[IMPROVE] Us_manager: implement tasks list in debugfs
2014-02-27 Alexander Aksenov[IMPROVE] Driver: implement pause/continue msg send
2014-02-27 Alexander Aksenov[IMPROVE] Driver: implement kernel -> user connect
2014-02-27 Alexander Aksenov[IMPROVE] Buffer: add low and enough subbuffers callbac...
2014-02-27 Vyacheslav... Merge "[REFACTOR] Buffer: move getting next queue eleme...
2014-02-27 Vyacheslav... Merge changes I3a15fd6e,Iee675593
2014-02-27 Vyacheslav... Merge "[IMPROVE] Buffer: add counting in lists"
2014-02-27 Vyacheslav... Merge "[IMPROVE] Buffer: implement initialization with...
2014-01-29 Alexander Aksenov[FIX] Kprobe: replace kretprobe_lock spinlocks
2014-01-29 Alexander Aksenov[FIX] Kprobe: make kretprobe_lock static
2014-01-23 Nikita Kalyazin[FEATURE] parser: web app support
2014-01-23 Vyacheslav... [IMPROVE] parser: empty PID string support
2014-01-21 Alexander Aksenov[FIX] RCU waiting after removing each syscall
next