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
/
arch
/
ia64
/
kernel
/
kprobes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-16
kprobes: check CONFIG_FREEZER instead of CONFIG_PM
Masami Hiramatsu
1
-1
/
+1
2009-01-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-01-07
kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()
Masami Hiramatsu
1
-3
/
+5
2009-01-06
trivial: fix then -> than typos in comments and documentation
Frederik Schwarzer
1
-1
/
+1
2008-07-25
kprobes: improve kretprobe scalability with hashed locking
Srinivasa D S
1
-4
/
+2
2008-04-09
[IA64] kprobes: kprobe-booster for ia64
Masami Hiramatsu
1
-26
/
+107
2008-03-06
[IA64] kprobes arch consolidation build fix
Harvey Harrison
1
-1
/
+1
2008-03-05
[IA64] fix ia64 kprobes compilation
Adrian Bunk
1
-0
/
+5
2008-02-05
[IA64] Fix the order of atomic operations in restore_previous_kprobes on ia64
Masami Hiramatsu
1
-3
/
+4
2007-12-08
[IA64] kprobe: make kreturn probe handler stack unwind correct
Shaohua Li
1
-2
/
+17
2007-12-08
[IA64] Add missing "space" to concatenated strings
Joe Perches
1
-5
/
+5
2007-10-16
kprobes: support kretprobe blacklist
Masami Hiramatsu
1
-0
/
+2
2007-07-19
jprobes: make jprobes a little safer for users
Michael Ellerman
1
-1
/
+6
2007-05-16
[IA64] optimize pagefaults a little
Christoph Hellwig
1
-8
/
+1
2007-05-12
[IA64] spelling fixes: arch/ia64/
Simon Arlott
1
-3
/
+3
2007-05-11
[IA64] fix Kprobes reentrancy
Anil S Keshavamurthy
1
-4
/
+8
2007-05-08
Kprobes: The ON/OFF knob thru debugfs
Ananth N Mavinakayanahalli
1
-0
/
+9
2007-05-08
kprobes: kretprobes simplifications
Christoph Hellwig
1
-14
/
+4
2007-05-08
Kprobes: print details of kretprobe on assertion failure
Ananth N Mavinakayanahalli
1
-1
/
+2
2007-05-08
move die notifier handling to common code
Christoph Hellwig
1
-1
/
+1
2006-12-12
[IA64] kprobe clears qp bits for special instructions
bibo,mao
1
-53
/
+122
2006-12-12
[IA64] enable trap code on slot 1
Tony Luck
1
-14
/
+37
2006-12-08
Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li...
Linus Torvalds
1
-1
/
+1
2006-12-07
[IA64] sparse cleanups
Matthew Wilcox
1
-1
/
+1
2006-12-07
[PATCH] kprobes: enable booster on the preemptible kernel
Masami Hiramatsu
1
-1
/
+1
2006-10-02
[PATCH] kretprobe spinlock deadlock patch
bibo,mao
1
-2
/
+7
2006-10-02
[PATCH] kprobe whitespace cleanup
bibo,mao
1
-44
/
+45
2006-09-26
[IA64] kprobes: fixup the pagefault exception caused by probehandlers
Keshavamurthy Anil S
1
-0
/
+6
2006-09-26
[IA64] kprobe opcode 16 bytes alignment on IA64
bibo mao
1
-26
/
+29
2006-08-01
[PATCH] IA64: kprobe invalidate icache of jump buffer
bibo, mao
1
-0
/
+9
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-04-19
[PATCH] Switch Kprobes inline functions to __kprobes for ia64
Prasanna S Panchamukhi
1
-5
/
+5
2006-03-26
[PATCH] kprobes: fix broken fault handling for ia64
Prasanna S Panchamukhi
1
-5
/
+43
2006-03-26
[PATCH] kprobe handler: discard user space trap
bibo,mao
1
-0
/
+3
2006-01-14
[IA64] prevent accidental modification of args in jprobe handler
Zhang Yanmin
1
-0
/
+57
2006-01-12
[PATCH] kprobes: fix race in recovery of reentrant probe
Keshavamurthy Anil S
1
-0
/
+7
2006-01-10
[PATCH] kprobes: arch_remove_kprobe
Anil S Keshavamurthy
1
-4
/
+0
2005-12-12
[PATCH] kprobes: increment kprobe missed count for multiprobes
Keshavamurthy Anil S
1
-1
/
+1
2005-11-29
[IA64] Remove getting break_num by decoding instruction
Keshavamurthy Anil S
1
-1
/
+1
2005-11-07
[IA64] Extend notify_die() hooks for IA64
Keith Owens
1
-9
/
+13
2005-11-07
[PATCH] Kprobes: preempt_disable/enable() simplification
Ananth N Mavinakayanahalli
1
-17
/
+20
2005-11-07
[PATCH] Kprobes: Use RCU for (un)register synchronization - arch changes
Ananth N Mavinakayanahalli
1
-10
/
+6
2005-11-07
[PATCH] Kprobes: Track kprobe on a per_cpu basis - ia64 changes
Ananth N Mavinakayanahalli
1
-38
/
+45
2005-11-07
[PATCH] Kprobes: rearrange preempt_disable/enable() calls
Ananth N Mavinakayanahalli
1
-8
/
+14
2005-09-08
[PATCH] kprobes: fix bug when probed on task and isr functions
Keshavamurthy Anil S
1
-3
/
+19
2005-09-08
[PATCH] Kprobes/IA64: fix race when break hits and kprobe not found
Keshavamurthy Anil S
1
-0
/
+45
2005-09-08
[PATCH] Kprobes: prevent possible race conditions ia64 changes
Prasanna S Panchamukhi
1
-24
/
+33
2005-07-06
[PATCH] kprobes: fix namespace problem and sparc64 build
Rusty Lynch
1
-1
/
+1
2005-06-28
[PATCH] kprobes/ia64: refuse kprobe on ivt code
Keshavamurthy Anil S
1
-2
/
+16
2005-06-28
[PATCH] kprobes/ia64: refuse inserting kprobe on slot 1
Rusty Lynch
1
-0
/
+7
[next]