aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/extable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-21extable: Make init_kernel_text() globalJosh Poimboeuf1-1/+1
2017-11-07kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modulesZhou Chengming1-0/+2
2017-09-23extable: Enable RCU if it is not watching in kernel_text_address()Steven Rostedt (VMware)1-5/+30
2017-09-23extable: Consolidate *kernel_text_address() functionsSteven Rostedt (VMware)1-9/+1
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer1-1/+2
2017-07-06kernel/extable.c: mark core_kernel_text notraceMarcin Nowakowski1-1/+1
2017-05-23extable: Adjust system_state checksThomas Gleixner1-1/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+5
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann1-1/+8
2017-02-09core: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-0/+1
2017-01-14kprobes, extable: Identify kprobes trampolines as kernel text areaMasami Hiramatsu1-1/+8
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-09-10kernel/extable.c: remove duplicated includeWei Yongjun1-1/+0
2014-11-19ftrace/x86/extable: Add is_ftrace_trampoline() functionSteven Rostedt (Red Hat)1-1/+6
2014-02-13asmlinkage: Make main_extable_sort_needed visibleAndi Kleen1-1/+1
2013-11-28kernel/extable: fix address-checks for core_kernel and init areasHelge Deller1-2/+2
2013-09-11extable: skip sorting if the table is emptyUwe Kleine-König1-1/+1
2013-04-15extable: Flip the sorting messageBorislav Petkov1-3/+3
2012-04-19extable: Skip sorting if sorted at build time.David Daney1-1/+7
2011-05-20extable, core_kernel_data(): Make sure all archs define _sdataSteven Rostedt1-1/+11
2011-05-20core_kernel_data(): Fix architectures that do not define _sdataIngo Molnar1-1/+1
2011-05-18ftrace: Allow dynamically allocated function tracersSteven Rostedt1-0/+8
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+15
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-paramLinus Torvalds1-3/+3
2009-03-31module: remove module_text_address()Rusty Russell1-3/+3
2009-03-22tracing, Text Edit Lock: Fix one sparse warning in kernel/extable.cDmitri Vorobiev1-0/+1
2009-03-20tracing, Text Edit Lock - kprobes architecture independent support, nommu fixIngo Molnar1-2/+12
2009-03-19symbols, stacktrace: look up init symbols after module symbolsIngo Molnar1-3/+22
2009-02-09tracing/function-graph-tracer: drop the kernel_text_address checkFrederic Weisbecker1-2/+2
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+16
2008-12-08tracing/function-graph-tracer: introduce __notrace_funcgraph to filter special functionsFrederic Weisbecker1-2/+3
2008-09-10debug: add notifier chain debugging, v2Arjan van de Ven1-0/+16
2008-01-29module: Don't report discarded init pages as kernel text.Rusty Russell1-1/+2
2006-05-15[PATCH] symbol_put_addr() locks kernelTrent Piepho1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+67