summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-27[FIX] Preload: use get_user to obtain current linker stateVyacheslav Cherkashin6-104/+4
2015-08-27[FIX] Call call_mm_release using kjumpVyacheslav Cherkashin1-8/+22
2015-08-27[FIX] Avoid non-boot CPUs disabling on stopVyacheslav Cherkashin1-8/+1
2015-08-27[FIX] Add spinlock for proc_list in pf_groupVyacheslav Cherkashin1-1/+7
2015-08-27[FIX] Use GFP_ATOMIC flag in retprobe_copyVyacheslav Cherkashin1-1/+1
2015-08-27[FIX] probes disarming in fork'ed processVyacheslav Cherkashin14-62/+310
2015-08-27[FIX] uprobe trampoline copying (ARM only)Vyacheslav Cherkashin1-34/+61
2015-08-27[FIX] preload: move swap_do_mmap out of atomic contextVyacheslav Cherkashin6-142/+146
2015-08-27[FIX] prevent issuesAnatolii Nikulin3-5/+14
2015-08-25[FIX] prevent issuesAnatolii Nikulin23-63/+136
2015-08-06[FIX] Preload: probes in newly created threadsAlexander Aksenov3-18/+30
2015-08-04[FIX] build for ARMVyacheslav Cherkashin5-1/+9
2015-07-31[LICENSE] change to GPL-2.0+Vitaliy Cherepanov3-340/+5
2015-07-27[FIX] memory leak in wspVyacheslav Cherkashin1-0/+2
2015-07-27[FIX] memory leak in nspVyacheslav Cherkashin1-0/+13
2015-07-24[FIX] Erroneous files struct putVasiliy Ulyanov1-4/+2
2015-07-23[FIX] remove modules striping from build.shVyacheslav Cherkashin1-61/+0
2015-07-23[FIX] wrong unregisterVyacheslav Cherkashin1-1/+1
2015-07-23[FIX] usage of kfree'd memoryVyacheslav Cherkashin1-1/+3
2015-07-23[FIX] Use proper structure in FILE_PROBE_INITIALIZERVyacheslav Cherkashin1-1/+1
2015-07-21[FIX] types of wsi function addressesVyacheslav Cherkashin1-6/+6
2015-07-21[FIX] Preload: use caller address from userspaceVitaliy Cherepanov1-0/+6
2015-07-21[FIX] Preload: use task data for storing slotsVasiliy Ulyanov3-140/+58
2015-07-20[FIX] Init/uninit task_data at start/stopVasiliy Ulyanov1-4/+36
2015-07-20[FIX] call vmalloc with zero argumentVyacheslav Cherkashin1-30/+42
2015-07-19[FIX] slot_table items insertion/deletionVyacheslav Cherkashin2-27/+26
2015-07-19[FIX] replace kmalloc/kfree with vmalloc/vfreeVyacheslav Cherkashin1-11/+10
2015-07-18[FIX] Save current uprobe state in stack (x86)Vyacheslav Cherkashin1-26/+46
2015-07-16[FIX] simultaneously work nsp and function profilingVyacheslav Cherkashin2-2/+49
2015-07-16[FIX] uprobe build for x86Vyacheslav Cherkashin1-13/+19
2015-07-16[REFACTOR] Fixed printk messagesDmitry Kovalenko3-17/+24
2015-07-15[FIX] remove uprobe from hash table on errorVyacheslav Cherkashin1-1/+4
2015-07-14[FIX] deadlock during __switch_to() instrumentationVyacheslav Cherkashin10-31/+38
2015-07-13[FIX] Preload: remove global irq flagsVasiliy Ulyanov1-3/+2
2015-07-13[FIX] Preload: memleak when dropping handlers/linker infoVasiliy Ulyanov1-2/+4
2015-07-13[FIX] Preload: move dentry lookup out of uprobe handlerVasiliy Ulyanov3-6/+41
2015-07-12[FIX] Preload: thumb -> arm mode switchVasiliy Ulyanov4-4/+26
2015-07-12[IMPROVE] Add interface for syscalls patchingDmitry Kovalenko3-1/+92
2015-07-12Revert "[FIX] workaround of hangs on multicores"Dmitry Kovalenko1-10/+11
2015-07-10[FIX] workaround of hangs on multicoresVyacheslav Cherkashin1-11/+10
2015-07-10[FIX] remove panic() from uprobeVyacheslav Cherkashin1-6/+13
2015-07-09[FIX] remove panic() from uprobe (ARM)Vyacheslav Cherkashin1-5/+9
2015-07-09[FIX] remove panic() from uprobe (x86)Vyacheslav Cherkashin5-38/+58
2015-07-09[FIX] move trampoline alloc (for x86)Vyacheslav Cherkashin2-55/+17
2015-07-09[FIX] nsp stages determinationVyacheslav Cherkashin4-230/+185
2015-07-08[FIX] LCD initYurchenko Darya1-1/+0
2015-07-06[FIX] Preload: total heap allocation dataAlexander Aksenov4-9/+80
2015-07-06[FIX] Build for 3.10 kernelDmitry Kovalenko1-0/+1
2015-07-06[FIX] correct to call mod_us_app_inst() at the second startVyacheslav Cherkashin3-22/+28
2015-07-06[FIX] NULL pointer dereferenceVyacheslav Cherkashin1-2/+4