summaryrefslogtreecommitdiff
path: root/arch/ia64/kernel/kprobes.c
AgeCommit message (Expand)Author
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2022-04-28ia64: replace comments with C99 initializersBenjamin Stürz
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu
2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu
2021-09-30ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2020-09-08ia64: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2019-12-08sched/rt, ia64: Use CONFIG_PREEMPTIONThomas Gleixner
2019-08-12ia64/kprobes: remove the unused ia64_get_bsp_cfm functionChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu
2018-06-21ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes codeMasami Hiramatsu
2018-06-21ia64/kprobes: Remove jprobe implementationMasami Hiramatsu
2017-01-24ia64: ensure exception table search users include extable.hPaul Gortmaker
2017-01-24ia64: move ia64_done_with_exception out of asm/uaccess.hPaul Gortmaker
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2014-08-26ia64: Replace __get_cpu_var usesChristoph Lameter
2013-10-14doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2010-02-04kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu
2009-01-16kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer
2008-07-25kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S
2008-04-09[IA64] kprobes: kprobe-booster for ia64Masami Hiramatsu
2008-03-06[IA64] kprobes arch consolidation build fixHarvey Harrison
2008-03-04[IA64] fix ia64 kprobes compilationAdrian Bunk
2008-02-04[IA64] Fix the order of atomic operations in restore_previous_kprobes on ia64Masami Hiramatsu
2007-12-07[IA64] kprobe: make kreturn probe handler stack unwind correctShaohua Li
2007-12-07[IA64] Add missing "space" to concatenated stringsJoe Perches
2007-10-16kprobes: support kretprobe blacklistMasami Hiramatsu
2007-07-19jprobes: make jprobes a little safer for usersMichael Ellerman
2007-05-16[IA64] optimize pagefaults a littleChristoph Hellwig
2007-05-11[IA64] spelling fixes: arch/ia64/Simon Arlott
2007-05-11[IA64] fix Kprobes reentrancyAnil S Keshavamurthy
2007-05-08Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli
2007-05-08kprobes: kretprobes simplificationsChristoph Hellwig
2007-05-08Kprobes: print details of kretprobe on assertion failureAnanth N Mavinakayanahalli
2007-05-08move die notifier handling to common codeChristoph Hellwig
2006-12-12[IA64] kprobe clears qp bits for special instructionsbibo,mao
2006-12-12[IA64] enable trap code on slot 1Tony Luck
2006-12-07Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li...Linus Torvalds
2006-12-07[IA64] sparse cleanupsMatthew Wilcox
2006-12-07[PATCH] kprobes: enable booster on the preemptible kernelMasami Hiramatsu
2006-10-02[PATCH] kretprobe spinlock deadlock patchbibo,mao