index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
extable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
context_tracking: Take NMI eqs entrypoints over RCU
Frederic Weisbecker
2022-07-05
1
-2
/
+2
*
lkdtm: Really write into kernel text in WRITE_KERN
Christophe Leroy
2022-02-16
1
-0
/
+1
*
asm-generic: Refactor dereference_[kernel]_function_descriptor()
Christophe Leroy
2022-02-16
1
-1
/
+22
*
extable: use is_kernel_text() helper
Kefeng Wang
2021-11-09
1
-2
/
+1
*
sections: move is_kernel_inittext() into sections.h
Kefeng Wang
2021-11-09
1
-10
/
+2
*
sections: move and rename core_kernel_data() to is_kernel_core_data()
Kefeng Wang
2021-11-09
1
-18
/
+0
*
mm: create a new system state and fix core_kernel_text()
Christophe Leroy
2021-11-06
1
-1
/
+1
*
kernel/extable.c: use address-of operator on section symbols
Nathan Chancellor
2020-04-07
1
-1
/
+2
*
bpf: Remove bpf_image tree
Jiri Olsa
2020-03-13
1
-2
/
+0
*
bpf: Allow to resolve bpf trampoline and dispatcher in unwind
Jiri Olsa
2020-01-25
1
-2
/
+5
*
bpf: Add support for BTF pointers to x86 JIT
Alexei Starovoitov
2019-10-17
1
-0
/
+2
*
extable: Add function to search only kernel exception table
Santosh Sivaraj
2019-08-21
1
-2
/
+9
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-13
/
+1
*
extable: Make init_kernel_text() global
Josh Poimboeuf
2018-02-21
1
-1
/
+1
*
kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modules
Zhou Chengming
2017-11-07
1
-0
/
+2
*
extable: Enable RCU if it is not watching in kernel_text_address()
Steven Rostedt (VMware)
2017-09-23
1
-5
/
+30
*
extable: Consolidate *kernel_text_address() functions
Steven Rostedt (VMware)
2017-09-23
1
-9
/
+1
*
lib/extable.c: use bsearch() library function in search_extable()
Thomas Meyer
2017-07-10
1
-1
/
+2
*
kernel/extable.c: mark core_kernel_text notrace
Marcin Nowakowski
2017-07-06
1
-1
/
+1
*
extable: Adjust system_state checks
Thomas Gleixner
2017-05-23
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-02-22
1
-0
/
+5
|
\
|
*
bpf: make jited programs visible in traces
Daniel Borkmann
2017-02-17
1
-1
/
+8
*
|
Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-02-21
1
-0
/
+1
|
\
\
|
*
|
core: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2017-02-09
1
-0
/
+1
|
|
/
*
/
kprobes, extable: Identify kprobes trampolines as kernel text area
Masami Hiramatsu
2017-01-14
1
-1
/
+8
|
/
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
kernel/extable.c: remove duplicated include
Wei Yongjun
2015-09-10
1
-1
/
+0
*
ftrace/x86/extable: Add is_ftrace_trampoline() function
Steven Rostedt (Red Hat)
2014-11-19
1
-1
/
+6
*
asmlinkage: Make main_extable_sort_needed visible
Andi Kleen
2014-02-13
1
-1
/
+1
*
kernel/extable: fix address-checks for core_kernel and init areas
Helge Deller
2013-11-28
1
-2
/
+2
*
extable: skip sorting if the table is empty
Uwe Kleine-König
2013-09-11
1
-1
/
+1
*
extable: Flip the sorting message
Borislav Petkov
2013-04-15
1
-3
/
+3
*
extable: Skip sorting if sorted at build time.
David Daney
2012-04-19
1
-1
/
+7
*
extable, core_kernel_data(): Make sure all archs define _sdata
Steven Rostedt
2011-05-20
1
-1
/
+11
*
core_kernel_data(): Fix architectures that do not define _sdata
Ingo Molnar
2011-05-20
1
-1
/
+1
*
ftrace: Allow dynamically allocated function tracers
Steven Rostedt
2011-05-18
1
-0
/
+8
*
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-04-05
1
-4
/
+15
|
\
|
*
tracing, Text Edit Lock: Fix one sparse warning in kernel/extable.c
Dmitri Vorobiev
2009-03-22
1
-0
/
+1
|
*
tracing, Text Edit Lock - kprobes architecture independent support, nommu fix
Ingo Molnar
2009-03-20
1
-2
/
+12
|
*
tracing/function-graph-tracer: drop the kernel_text_address check
Frederic Weisbecker
2009-02-09
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...
Linus Torvalds
2009-04-05
1
-3
/
+3
|
\
\
|
*
|
module: remove module_text_address()
Rusty Russell
2009-03-31
1
-3
/
+3
|
|
/
*
/
symbols, stacktrace: look up init symbols after module symbols
Ingo Molnar
2009-03-19
1
-3
/
+22
|
/
*
Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2008-12-30
1
-0
/
+16
|
\
|
*
debug: add notifier chain debugging, v2
Arjan van de Ven
2008-09-10
1
-0
/
+16
*
|
tracing/function-graph-tracer: introduce __notrace_funcgraph to filter specia...
Frederic Weisbecker
2008-12-08
1
-2
/
+3
|
/
*
module: Don't report discarded init pages as kernel text.
Rusty Russell
2008-01-29
1
-1
/
+2
*
[PATCH] symbol_put_addr() locks kernel
Trent Piepho
2006-05-15
1
-1
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+67