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