aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/kprobes.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-911/+0
2022-04-28ia64: replace comments with C99 initializersBenjamin Stürz1-32/+32
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-4/+4
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-3/+2
2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu1-5/+0
2021-09-30ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu1-4/+5
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-9/+0
2020-09-08ia64: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-75/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2019-12-08sched/rt, ia64: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2019-08-12ia64/kprobes: remove the unused ia64_get_bsp_cfm functionChristoph Hellwig1-26/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-9/+4
2018-06-21ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes codeMasami Hiramatsu1-10/+0
2018-06-21ia64/kprobes: Remove jprobe implementationMasami Hiramatsu1-70/+0
2017-01-24ia64: ensure exception table search users include extable.hPaul Gortmaker1-1/+1
2017-01-24ia64: move ia64_done_with_exception out of asm/uaccess.hPaul Gortmaker1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-08-26ia64: Replace __get_cpu_var usesChristoph Lameter1-3/+3
2013-10-14doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+4
2010-02-04kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu1-1/+1
2009-01-16kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu1-1/+1
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu1-3/+5
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-07-25kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S1-4/+2
2008-04-09[IA64] kprobes: kprobe-booster for ia64Masami Hiramatsu1-26/+107
2008-03-06[IA64] kprobes arch consolidation build fixHarvey Harrison1-1/+1
2008-03-04[IA64] fix ia64 kprobes compilationAdrian Bunk1-0/+5
2008-02-04[IA64] Fix the order of atomic operations in restore_previous_kprobes on ia64Masami Hiramatsu1-3/+4
2007-12-07[IA64] kprobe: make kreturn probe handler stack unwind correctShaohua Li1-2/+17
2007-12-07[IA64] Add missing "space" to concatenated stringsJoe Perches1-5/+5
2007-10-16kprobes: support kretprobe blacklistMasami Hiramatsu1-0/+2
2007-07-19jprobes: make jprobes a little safer for usersMichael Ellerman1-1/+6
2007-05-16[IA64] optimize pagefaults a littleChristoph Hellwig1-8/+1
2007-05-11[IA64] spelling fixes: arch/ia64/Simon Arlott1-3/+3
2007-05-11[IA64] fix Kprobes reentrancyAnil S Keshavamurthy1-4/+8
2007-05-08Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli1-0/+9
2007-05-08kprobes: kretprobes simplificationsChristoph Hellwig1-14/+4
2007-05-08Kprobes: print details of kretprobe on assertion failureAnanth N Mavinakayanahalli1-1/+2
2007-05-08move die notifier handling to common codeChristoph Hellwig1-1/+1
2006-12-12[IA64] kprobe clears qp bits for special instructionsbibo,mao1-53/+122
2006-12-12[IA64] enable trap code on slot 1Tony Luck1-14/+37
2006-12-07Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li...Linus Torvalds1-1/+1
2006-12-07[IA64] sparse cleanupsMatthew Wilcox1-1/+1
2006-12-07[PATCH] kprobes: enable booster on the preemptible kernelMasami Hiramatsu1-1/+1
2006-10-02[PATCH] kretprobe spinlock deadlock patchbibo,mao1-2/+7
2006-10-02[PATCH] kprobe whitespace cleanupbibo,mao1-44/+45
2006-09-26[IA64] kprobes: fixup the pagefault exception caused by probehandlersKeshavamurthy Anil S1-0/+6
2006-09-26[IA64] kprobe opcode 16 bytes alignment on IA64bibo mao1-26/+29
2006-07-31[PATCH] IA64: kprobe invalidate icache of jump bufferbibo, mao1-0/+9
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-19[PATCH] Switch Kprobes inline functions to __kprobes for ia64Prasanna S Panchamukhi1-5/+5
2006-03-26[PATCH] kprobes: fix broken fault handling for ia64Prasanna S Panchamukhi1-5/+43
2006-03-26[PATCH] kprobe handler: discard user space trapbibo,mao1-0/+3
2006-01-13[IA64] prevent accidental modification of args in jprobe handlerZhang Yanmin1-0/+57
2006-01-11[PATCH] kprobes: fix race in recovery of reentrant probeKeshavamurthy Anil S1-0/+7
2006-01-10[PATCH] kprobes: arch_remove_kprobeAnil S Keshavamurthy1-4/+0
2005-12-12[PATCH] kprobes: increment kprobe missed count for multiprobesKeshavamurthy Anil S1-1/+1
2005-11-29[IA64] Remove getting break_num by decoding instructionKeshavamurthy Anil S1-1/+1
2005-11-07[IA64] Extend notify_die() hooks for IA64Keith Owens1-9/+13
2005-11-07[PATCH] Kprobes: preempt_disable/enable() simplificationAnanth N Mavinakayanahalli1-17/+20
2005-11-07[PATCH] Kprobes: Use RCU for (un)register synchronization - arch changesAnanth N Mavinakayanahalli1-10/+6
2005-11-07[PATCH] Kprobes: Track kprobe on a per_cpu basis - ia64 changesAnanth N Mavinakayanahalli1-38/+45
2005-11-07[PATCH] Kprobes: rearrange preempt_disable/enable() callsAnanth N Mavinakayanahalli1-8/+14
2005-09-07[PATCH] kprobes: fix bug when probed on task and isr functionsKeshavamurthy Anil S1-3/+19
2005-09-07[PATCH] Kprobes/IA64: fix race when break hits and kprobe not foundKeshavamurthy Anil S1-0/+45
2005-09-07[PATCH] Kprobes: prevent possible race conditions ia64 changesPrasanna S Panchamukhi1-24/+33
2005-07-05[PATCH] kprobes: fix namespace problem and sparc64 buildRusty Lynch1-1/+1
2005-06-27[PATCH] kprobes/ia64: refuse kprobe on ivt codeKeshavamurthy Anil S1-2/+16
2005-06-27[PATCH] kprobes/ia64: refuse inserting kprobe on slot 1Rusty Lynch1-0/+7
2005-06-27[PATCH] Return probe redesign: ia64 specific implementationRusty Lynch1-2/+101
2005-06-23[PATCH] Kprobes/ia64: temporary disarming of reentrant probeAnil S Keshavamurthy1-6/+43
2005-06-23[PATCH] Kprobes/IA64: check jprobe break before handlingKeshavamurthy Anil S1-3/+7
2005-06-23[PATCH] Kprobes IA64: safe register kprobeAnil S Keshavamurthy1-0/+45
2005-06-23[PATCH] Kprobes IA64: cmp ctype unc supportAnil S Keshavamurthy1-2/+41
2005-06-23[PATCH] Kprobes IA64: arch_prepare_kprobes() cleanupAnil S Keshavamurthy1-70/+121
2005-06-23[PATCH] Kprobes ia64 qp fixRusty Lynch1-3/+3
2005-06-23[PATCH] Kprobes ia64 cleanupRusty Lynch1-101/+77
2005-06-23[PATCH] Kprobes/IA64: support kprobe on branch/call instructionsAnil S Keshavamurthy1-15/+116
2005-06-23[PATCH] Kprobes/IA64: architecture specific JProbes supportAnil S Keshavamurthy1-6/+22
2005-06-23[PATCH] Kprobes/IA64: arch specific handlingAnil S Keshavamurthy1-0/+332