index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
module_64.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/ftrace: Add support for -fpatchable-function-entry
Naveen N Rao
2023-08-21
1
-1
/
+1
*
powerpc/64: modules support building with PCREL addresing
Nicholas Piggin
2023-04-20
1
-28
/
+291
*
powerpc/64: vmlinux support building with PCREL addresing
Nicholas Piggin
2023-04-20
1
-15
/
+45
*
powerpc/module_64: Fix "expected nop" error on module re-patching
Josh Poimboeuf
2023-01-26
1
-2
/
+12
*
powerpc/module_64: Improve restore_r2() return semantics
Josh Poimboeuf
2023-01-26
1
-9
/
+6
*
powerpc/64: Add module check for ELF ABI version
Nicholas Piggin
2022-12-02
1
-0
/
+10
*
powerpc/modules: Use PPC_LI macros instead of opencoding
Christophe Leroy
2022-05-22
1
-2
/
+1
*
powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}
Christophe Leroy
2022-05-19
1
-2
/
+2
*
powerpc: fix typos in comments
Julia Lawall
2022-05-05
1
-2
/
+2
*
Merge branch 'topic/func-desc-lkdtm' into next
Michael Ellerman
2022-03-07
1
-25
/
+17
|
\
|
*
asm-generic: Define 'func_desc_t' to commonly describe function descriptors
Christophe Leroy
2022-02-16
1
-8
/
+0
|
*
powerpc: Prepare func_desc_t for refactorisation
Christophe Leroy
2022-02-16
1
-18
/
+18
|
*
powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'
Christophe Leroy
2022-02-16
1
-5
/
+5
*
|
powerpc/module_64: fix array_size.cocci warning
Guo Zhengkui
2022-02-24
1
-1
/
+2
*
|
powerpc/module_64: use module_init_section instead of patching names
Wedson Almeida Filho
2022-02-03
1
-5
/
+6
|
/
*
powerpc/module_64: Fix livepatching for RO modules
Russell Currey
2021-12-14
1
-8
/
+34
*
powerpc/modules: Use PPC_RAW_xx() macros
Christophe Leroy
2021-06-15
1
-38
/
+17
*
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2020-06-17
1
-2
/
+4
*
powerpc/module_64: Use special stub for _mcount() with -mprofile-kernel
Naveen N. Rao
2020-06-02
1
-118
/
+104
*
powerpc/module_64: Simplify check for -mprofile-kernel ftrace relocations
Naveen N. Rao
2020-06-02
1
-14
/
+4
*
powerpc/module_64: Consolidate ftrace code
Naveen N. Rao
2020-06-02
1
-36
/
+33
*
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
2020-05-18
1
-1
/
+2
*
powerpc: module_[32|64].c: replace swap function with built-in one
Andrey Abramov
2020-05-11
1
-16
/
+1
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-14
1
-26
/
+36
|
\
|
*
powerpc/module64: Use symbolic instructions names.
Christophe Leroy
2019-07-05
1
-18
/
+35
|
*
powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.h
Christophe Leroy
2019-07-05
1
-7
/
+0
|
*
powerpc/module64: Fix comment in R_PPC64_ENTRY handling
Michael Ellerman
2019-07-05
1
-1
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-13
/
+1
|
/
*
powerpc/64/module: REL32 relocation range check
Nicholas Piggin
2018-10-20
1
-1
/
+8
*
powerpc64/module elfv1: Set opd addresses after module relocation
Naveen N. Rao
2018-10-20
1
-5
/
+0
*
powerpc/kbuild: move -mprofile-kernel check to Kconfig
Nicholas Piggin
2018-06-11
1
-2
/
+2
*
powerpc/modules: remove unused mod_arch_specific.toc field
Josh Poimboeuf
2018-05-28
1
-1
/
+0
*
powerpc64/ftrace: Implement support for ftrace_regs_caller()
Naveen N. Rao
2018-05-03
1
-7
/
+21
*
powerpc64/module: Tighten detection of mcount call sites with -mprofile-kernel
Naveen N. Rao
2018-05-03
1
-6
/
+9
*
Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-02-02
1
-9
/
+26
|
\
|
*
powerpc/modules: Fix alignment of .toc section in kernel modules
Alan Modra
2017-12-11
1
-5
/
+11
|
*
powerpc/modules: Improve restore_r2() error message
Josh Poimboeuf
2017-12-11
1
-2
/
+2
|
*
powerpc/modules: Don't try to restore r2 after a sibling call
Josh Poimboeuf
2017-12-11
1
-1
/
+11
|
*
powerpc/modules: Add REL24 relocation support of livepatch symbols
Kamalesh Babulal
2017-12-11
1
-1
/
+2
*
|
powerpc64: Add .opd based function descriptor dereference
Sergey Senozhatsky
2018-01-09
1
-0
/
+14
|
/
*
powerpc/modules: Use WARN_ON() in stub_for_addr()
Kamalesh Babulal
2017-10-13
1
-1
/
+2
*
modversions: treat symbol CRCs as 32 bit quantities
Ard Biesheuvel
2017-02-03
1
-8
/
+0
*
powerpc/module: Add support for R_PPC64_REL32 relocations
Michael Ellerman
2016-11-14
1
-0
/
+5
*
powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() call
Michael Ellerman
2016-07-21
1
-2
/
+3
*
powerpc: Define and use PPC64_ELF_ABI_v2/v1
Michael Ellerman
2016-06-14
1
-2
/
+2
*
Merge branch 'topic/mprofile-kernel' into next
Michael Ellerman
2016-03-11
1
-62
/
+152
|
\
|
*
powerpc/ftrace: Add support for -mprofile-kernel ftrace ABI
Torsten Duwe
2016-03-07
1
-3
/
+46
|
*
powerpc/module: Create a special stub for ftrace_caller()
Michael Ellerman
2016-03-07
1
-1
/
+68
|
*
powerpc/module: Mark module stubs with a magic value
Michael Ellerman
2016-03-07
1
-52
/
+26
|
*
powerpc/module: Only try to generate the ftrace_caller() stub once
Michael Ellerman
2016-03-07
1
-8
/
+14
[next]