index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-02-23
35
-516
/
+287
|
\
|
*
module: potential uninitialized return in module_kallsyms_on_each_symbol()
Dan Carpenter
2021-02-10
1
-1
/
+1
|
*
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
2021-02-08
24
-193
/
+13
|
*
module: remove EXPORT_SYMBOL_GPL_FUTURE
Christoph Hellwig
2021-02-08
9
-65
/
+5
|
*
module: move struct symsearch to module.c
Christoph Hellwig
2021-02-08
2
-11
/
+11
|
*
module: pass struct find_symbol_args to find_symbol
Christoph Hellwig
2021-02-08
1
-61
/
+52
|
*
module: merge each_symbol_section into find_symbol
Christoph Hellwig
2021-02-08
1
-79
/
+69
|
*
module: remove each_symbol_in_section
Christoph Hellwig
2021-02-08
1
-22
/
+7
|
*
module: mark module_mutex static
Christoph Hellwig
2021-02-08
3
-6
/
+1
|
*
kallsyms: only build {,module_}kallsyms_on_each_symbol when required
Christoph Hellwig
2021-02-08
4
-25
/
+12
|
*
kallsyms: refactor {,module_}kallsyms_on_each_symbol
Christoph Hellwig
2021-02-08
3
-12
/
+9
|
*
module: use RCU to synchronize find_module
Christoph Hellwig
2021-02-08
4
-6
/
+6
|
*
module: unexport find_module and module_mutex
Christoph Hellwig
2021-02-08
1
-2
/
+0
|
*
drm: remove drm_fb_helper_modinit
Christoph Hellwig
2021-02-08
3
-44
/
+12
|
*
powerpc/powernv: remove get_cxl_module
Christoph Hellwig
2021-02-08
1
-22
/
+0
|
*
module: harden ELF info handling
Frank van der Linden
2021-01-19
3
-21
/
+126
|
*
module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbols
Fangrui Song
2021-01-18
1
-2
/
+19
*
|
Merge tag 'microblaze-v5.12' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
2021-02-23
3
-28
/
+1
|
\
\
|
*
|
microblaze: Fix built-in DTB alignment to be 8-byte aligned
Rob Herring
2021-02-16
1
-1
/
+1
|
*
|
microblaze: Remove support for gcc < 4
Geert Uytterhoeven
2021-02-11
1
-26
/
+0
|
*
|
microblaze: do not select TRACING_SUPPORT directly
Masahiro Yamada
2021-01-04
1
-1
/
+0
*
|
|
Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-02-23
49
-597
/
+962
|
\
\
\
|
*
|
|
objtool: Support stack-swizzle
Peter Zijlstra
2021-02-10
1
-0
/
+45
|
*
|
|
objtool,x86: Additionally decode: mov %rsp, (%reg)
Peter Zijlstra
2021-02-10
1
-8
/
+34
|
*
|
|
x86/unwind/orc: Change REG_SP_INDIRECT
Peter Zijlstra
2021-02-10
2
-2
/
+5
|
*
|
|
x86/power: Support objtool validation in hibernate_asm_64.S
Josh Poimboeuf
2021-01-26
2
-5
/
+4
|
*
|
|
x86/power: Move restore_registers() to top of the file
Josh Poimboeuf
2021-01-26
1
-46
/
+46
|
*
|
|
x86/power: Annotate indirect branches as safe
Josh Poimboeuf
2021-01-26
1
-0
/
+3
|
*
|
|
x86/acpi: Support objtool validation in wakeup_64.S
Josh Poimboeuf
2021-01-26
2
-1
/
+2
|
*
|
|
x86/acpi: Annotate indirect branch as safe
Josh Poimboeuf
2021-01-26
1
-0
/
+2
|
*
|
|
x86/ftrace: Support objtool vmlinux.o validation in ftrace_64.S
Josh Poimboeuf
2021-01-26
1
-3
/
+2
|
*
|
|
x86/xen/pvh: Annotate indirect branch as safe
Josh Poimboeuf
2021-01-26
1
-0
/
+2
|
*
|
|
x86/xen: Support objtool vmlinux.o validation in xen-head.S
Josh Poimboeuf
2021-01-26
1
-2
/
+3
|
*
|
|
x86/xen: Support objtool validation in xen-asm.S
Josh Poimboeuf
2021-01-26
2
-11
/
+19
|
*
|
|
objtool: Add xen_start_kernel() to noreturn list
Josh Poimboeuf
2021-01-26
1
-0
/
+1
|
*
|
|
objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC
Josh Poimboeuf
2021-01-26
8
-40
/
+29
|
*
|
|
objtool: Add asm version of STACK_FRAME_NON_STANDARD
Josh Poimboeuf
2021-01-26
2
-0
/
+16
|
*
|
|
objtool: Assume only ELF functions do sibling calls
Josh Poimboeuf
2021-01-26
1
-14
/
+22
|
*
|
|
x86/ftrace: Add UNWIND_HINT_FUNC annotation for ftrace_stub
Josh Poimboeuf
2021-01-26
1
-0
/
+1
|
*
|
|
objtool: Support retpoline jump detection for vmlinux.o
Josh Poimboeuf
2021-01-26
1
-4
/
+4
|
*
|
|
objtool: Fix ".cold" section suffix check for newer versions of GCC
Josh Poimboeuf
2021-01-26
1
-2
/
+2
|
*
|
|
objtool: Fix retpoline detection in asm code
Josh Poimboeuf
2021-01-26
3
-2
/
+14
|
*
|
|
objtool: Fix error handling for STD/CLD warnings
Josh Poimboeuf
2021-01-26
1
-2
/
+6
|
*
|
|
objtool: Support stack layout changes in alternatives
Josh Poimboeuf
2021-01-14
4
-111
/
+159
|
*
|
|
objtool: Add 'alt_group' struct
Josh Poimboeuf
2021-01-14
2
-7
/
+35
|
*
|
|
objtool: Refactor ORC section generation
Josh Poimboeuf
2021-01-14
7
-159
/
+140
|
*
|
|
x86/insn: Fix vector instruction decoding on big endian cross-compiles
Vasily Gorbik
2021-01-14
4
-18
/
+42
|
*
|
|
objtool: Rework header include paths
Vasily Gorbik
2021-01-14
26
-47
/
+48
|
*
|
|
objtool: Fix x86 orc generation on big endian cross-compiles
Vasily Gorbik
2021-01-14
8
-6
/
+80
|
*
|
|
objtool: Fix reloc generation on big endian cross-compiles
Martin Schwidefsky
2021-01-14
1
-15
/
+19
[next]