index
:
kernel/git/peterz/queue.git
auto-latest
core/bugs
core/build
core/core
core/debugobjects
core/documentation
core/entry
core/headers
core/kprobes
core/merge
core/mm
core/rcu
core/rseq
core/static_call
core/urgent
debug/experimental
efi/core
efi/urgent
futex/scope
irq/core
irq/msi
irq/urgent
locking/core
locking/debug
locking/futex
locking/header
locking/kcsan
locking/nmi
locking/rcuref
locking/rwsem
locking/test
locking/urgent
locking/wwmutex
master
mm/core
module/namespace
objtool/core
objtool/urgent
perf/core
perf/guards
perf/kprobes
perf/pmu-unregister
perf/resched
perf/uprobes
perf/urgent
perf/vlbr
perf/wip.self
ras/core
ras/urgent
rcu/urgent
sched/arm64
sched/cleanup
sched/cleanup-pick
sched/core
sched/dl-server
sched/eevdf
sched/exp
sched/fifo
sched/flat
sched/hrtick
sched/lazy
sched/migrate-disable
sched/more
sched/newidle
sched/prep
sched/psi
sched/reweight
sched/rt
sched/scx
sched/smp
sched/ttwu
sched/urgent
sched/wip
smp/core
smp/urgent
timers/core
timers/nohz
timers/urgent
tip
unwind/cleanup
x86/acpi
x86/alternatives
x86/apic
x86/asm
x86/boot
x86/bugs
x86/build
x86/cache
x86/call-stuff
x86/cc
x86/cfi
x86/cleanups
x86/core
x86/cpu
x86/entry
x86/fineibt-bhi
x86/fineibt-bhi2
x86/fpu
x86/fsgsbase
x86/headers
x86/hyperv
x86/ibt
x86/irq
x86/kaslr
x86/kdump
x86/kvm
x86/lazy
x86/merge
x86/microcode
x86/misc
x86/mm
x86/mtrr
x86/paravirt
x86/pasid
x86/percpu
x86/platform
x86/sev
x86/seves
x86/sgx
x86/shstk
x86/splitlock
x86/tdx
x86/text_poke_early
x86/timers
x86/urgent
x86/vdso
x86/vmware
peterz's fork of tip.git
Peter Zijlstra
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
extable.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-05
context_tracking: Take NMI eqs entrypoints over RCU
Frederic Weisbecker
1
-2
/
+2
2022-02-16
lkdtm: Really write into kernel text in WRITE_KERN
Christophe Leroy
1
-0
/
+1
2022-02-16
asm-generic: Refactor dereference_[kernel]_function_descriptor()
Christophe Leroy
1
-1
/
+22
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-10
lib/extable.c: use bsearch() library function in search_extable()
Thomas Meyer
1
-1
/
+2
2017-07-06
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-21
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-09
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-13
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-11
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-19
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-30
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-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+67