index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
/
uprobes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-05
uprobes: Teach copy_insn() to support tmpfs
Oleg Nesterov
1
-5
/
+10
2014-06-05
uprobes: Shift ->readpage check from __copy_insn() to uprobe_register()
Oleg Nesterov
1
-3
/
+3
2014-05-14
uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap
Oleg Nesterov
1
-0
/
+10
2014-05-14
uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode()
Oleg Nesterov
1
-12
/
+11
2014-04-30
uprobes: Refuse to insert a probe into MAP_SHARED vma
Oleg Nesterov
1
-1
/
+1
2014-04-17
uprobes/x86: Send SIGILL if arch_uprobe_post_xol() fails
Oleg Nesterov
1
-1
/
+7
2014-04-17
uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep()
Oleg Nesterov
1
-21
/
+2
2014-03-19
uprobes: allow ignoring of probe hits
David A. Long
1
-0
/
+9
2014-01-23
Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-0
/
+4
2014-01-03
uprobes: Allocate ->utask before handler_chain() for tracing handlers
Oleg Nesterov
1
-0
/
+4
2013-11-20
uprobes: Document xol_area and arch_uprobe->insn/ixol
Oleg Nesterov
1
-0
/
+15
2013-11-20
uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_area
Oleg Nesterov
1
-0
/
+19
2013-11-20
uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]
Oleg Nesterov
1
-5
/
+5
2013-11-20
uprobes: Add uprobe_task->dup_xol_work/dup_xol_addr
Oleg Nesterov
1
-12
/
+4
2013-11-09
uprobes: Fix the memory out of bound overwrite in copy_insn()
Oleg Nesterov
1
-22
/
+21
2013-11-09
uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()
Oleg Nesterov
1
-1
/
+1
2013-11-06
uprobes: Export write_opcode() as uprobe_write_opcode()
Oleg Nesterov
1
-7
/
+7
2013-11-06
uprobes: Introduce arch_uprobe->ixol
Oleg Nesterov
1
-1
/
+2
2013-11-06
uprobes: Kill module_init() and module_exit()
Oleg Nesterov
1
-6
/
+1
2013-10-29
uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK
Oleg Nesterov
1
-2
/
+8
2013-10-29
uprobes: Change uprobe_copy_process() to dup xol_area
Oleg Nesterov
1
-0
/
+28
2013-10-29
uprobes: Change uprobe_copy_process() to dup return_instances
Oleg Nesterov
1
-0
/
+43
2013-10-29
uprobes: Teach __create_xol_area() to accept the predefined vaddr
Oleg Nesterov
1
-8
/
+12
2013-10-29
uprobes: Introduce __create_xol_area()
Oleg Nesterov
1
-22
/
+25
2013-10-29
uprobes: Change the callsite of uprobe_copy_process()
Oleg Nesterov
1
-8
/
+8
2013-09-12
uprobes: Fix utask->depth accounting in handle_trampoline()
Oleg Nesterov
1
-3
/
+1
2013-04-13
uretprobes: Remove -ENOSYS as return probes implemented
Anton Arapov
1
-4
/
+0
2013-04-13
uretprobes: Limit the depth of return probe nestedness
Anton Arapov
1
-0
/
+11
2013-04-13
uretprobes: Return probe exit, invoke handlers
Anton Arapov
1
-1
/
+64
2013-04-13
uretprobes: Return probe entry, prepare_uretprobe()
Anton Arapov
1
-1
/
+91
2013-04-13
uretprobes: Reserve the first slot in xol_vma for trampoline
Anton Arapov
1
-0
/
+25
2013-04-13
uretprobes: Introduce uprobe_consumer->ret_handler()
Anton Arapov
1
-3
/
+14
2013-04-04
uprobes: Change write_opcode() to use copy_*page()
Oleg Nesterov
1
-10
/
+2
2013-04-04
uprobes: Introduce copy_to_page()
Oleg Nesterov
1
-6
/
+8
2013-04-04
uprobes: Kill the unnecesary filp != NULL check in __copy_insn()
Oleg Nesterov
1
-3
/
+0
2013-04-04
uprobes: Change __copy_insn() to use copy_from_page()
Oleg Nesterov
1
-11
/
+2
2013-04-04
uprobes: Turn copy_opcode() into copy_from_page()
Oleg Nesterov
1
-4
/
+4
2013-04-04
uprobes: Add trap variant helper
Ananth N Mavinakayanahalli
1
-5
/
+29
2013-04-04
uprobes: Use file_inode()
Oleg Nesterov
1
-5
/
+5
2013-02-08
uprobes: Introduce uprobe_apply()
Oleg Nesterov
1
-4
/
+35
2013-02-08
uprobes: Add exports for module use
Josh Stone
1
-0
/
+3
2013-02-08
uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) check
Oleg Nesterov
1
-2
/
+1
2013-02-08
uprobes: Do not allocate current->utask unnecessary
Oleg Nesterov
1
-10
/
+6
2013-02-08
uprobes: Fix utask->xol_vaddr leak in pre_ssout()
Oleg Nesterov
1
-1
/
+8
2013-02-08
uprobes: Do not play with utask in xol_get_insn_slot()
Oleg Nesterov
1
-16
/
+21
2013-02-08
uprobes: Turn add_utask() into get_utask()
Oleg Nesterov
1
-18
/
+9
2013-02-08
uprobes: Fold xol_alloc_area() into get_xol_area()
Oleg Nesterov
1
-22
/
+16
2013-02-08
uprobes: Move alloc_page() from xol_add_vma() to xol_alloc_area()
Oleg Nesterov
1
-19
/
+13
2013-02-08
uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain()
Oleg Nesterov
1
-8
/
+7
2013-02-08
uprobes: Teach handler_chain() to filter out the probed task
Oleg Nesterov
1
-10
/
+48
[next]