Age | Commit message (Expand) | Author | Files | Lines |
2021-11-09 | extable: use is_kernel_text() helper | Kefeng Wang | 1 | -2/+1 |
2021-11-09 | sections: move is_kernel_inittext() into sections.h | Kefeng Wang | 1 | -10/+2 |
2021-11-09 | sections: move and rename core_kernel_data() to is_kernel_core_data() | Kefeng Wang | 1 | -18/+0 |
2021-11-06 | mm: create a new system state and fix core_kernel_text() | Christophe Leroy | 1 | -1/+1 |
2020-04-07 | kernel/extable.c: use address-of operator on section symbols | Nathan Chancellor | 1 | -1/+2 |
2020-03-13 | bpf: Remove bpf_image tree | Jiri Olsa | 1 | -2/+0 |
2020-01-25 | bpf: Allow to resolve bpf trampoline and dispatcher in unwind | Jiri Olsa | 1 | -2/+5 |
2019-10-17 | bpf: Add support for BTF pointers to x86 JIT | Alexei Starovoitov | 1 | -0/+2 |
2019-08-21 | extable: Add function to search only kernel exception table | Santosh Sivaraj | 1 | -2/+9 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -13/+1 |
2018-02-21 | extable: Make init_kernel_text() global | Josh Poimboeuf | 1 | -1/+1 |
2017-11-07 | kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modules | Zhou Chengming | 1 | -0/+2 |
2017-09-23 | extable: Enable RCU if it is not watching in kernel_text_address() | Steven Rostedt (VMware) | 1 | -5/+30 |
2017-09-23 | extable: Consolidate *kernel_text_address() functions | Steven Rostedt (VMware) | 1 | -9/+1 |
2017-07-11 | lib/extable.c: use bsearch() library function in search_extable() | Thomas Meyer | 1 | -1/+2 |
2017-07-07 | kernel/extable.c: mark core_kernel_text notrace | Marcin Nowakowski | 1 | -1/+1 |
2017-05-23 | extable: Adjust system_state checks | Thomas Gleixner | 1 | -1/+1 |
2017-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+5 |
2017-02-22 | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
2017-02-17 | bpf: make jited programs visible in traces | Daniel Borkmann | 1 | -1/+8 |
2017-02-10 | core: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 1 | -0/+1 |
2017-01-14 | kprobes, extable: Identify kprobes trampolines as kernel text area | Masami Hiramatsu | 1 | -1/+8 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2015-09-10 | kernel/extable.c: remove duplicated include | Wei Yongjun | 1 | -1/+0 |
2014-11-19 | ftrace/x86/extable: Add is_ftrace_trampoline() function | Steven Rostedt (Red Hat) | 1 | -1/+6 |
2014-02-14 | asmlinkage: Make main_extable_sort_needed visible | Andi Kleen | 1 | -1/+1 |
2013-11-28 | kernel/extable: fix address-checks for core_kernel and init areas | Helge Deller | 1 | -2/+2 |
2013-09-12 | extable: skip sorting if the table is empty | Uwe Kleine-König | 1 | -1/+1 |
2013-04-15 | extable: Flip the sorting message | Borislav Petkov | 1 | -3/+3 |
2012-04-20 | extable: Skip sorting if sorted at build time. | David Daney | 1 | -1/+7 |
2011-05-20 | extable, core_kernel_data(): Make sure all archs define _sdata | Steven Rostedt | 1 | -1/+11 |
2011-05-20 | core_kernel_data(): Fix architectures that do not define _sdata | Ingo Molnar | 1 | -1/+1 |
2011-05-18 | ftrace: Allow dynamically allocated function tracers | Steven Rostedt | 1 | -0/+8 |
2009-04-05 | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+15 |
2009-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an... | Linus Torvalds | 1 | -3/+3 |
2009-03-31 | module: remove module_text_address() | Rusty Russell | 1 | -3/+3 |
2009-03-22 | tracing, Text Edit Lock: Fix one sparse warning in kernel/extable.c | Dmitri Vorobiev | 1 | -0/+1 |
2009-03-20 | tracing, Text Edit Lock - kprobes architecture independent support, nommu fix | Ingo Molnar | 1 | -2/+12 |
2009-03-19 | symbols, stacktrace: look up init symbols after module symbols | Ingo Molnar | 1 | -3/+22 |
2009-02-09 | tracing/function-graph-tracer: drop the kernel_text_address check | Frederic Weisbecker | 1 | -2/+2 |
2008-12-31 | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+16 |
2008-12-08 | tracing/function-graph-tracer: introduce __notrace_funcgraph to filter specia... | Frederic Weisbecker | 1 | -2/+3 |
2008-09-10 | debug: add notifier chain debugging, v2 | Arjan van de Ven | 1 | -0/+16 |
2008-01-29 | module: Don't report discarded init pages as kernel text. | Rusty Russell | 1 | -1/+2 |
2006-05-15 | [PATCH] symbol_put_addr() locks kernel | Trent Piepho | 1 | -1/+1 |
2005-04-17 | Linux-2.6.12-rc2 | Linus Torvalds | 1 | -0/+67 |