| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | powerpc: Fix dedotify for binutils >= 2.26 | Andreas Schwab | 2016-02-08 | 1 | -1/+1 |
|/ |
|
* | powerpc: Simplify module TOC handling | Alan Modra | 2016-01-21 | 1 | -3/+9 |
* | powerpc/module: Handle R_PPC64_ENTRY relocations | Ulrich Weigand | 2016-01-13 | 1 | -0/+27 |
* | powerpc: Use pr_fmt in module loader code | Anton Blanchard | 2014-10-02 | 1 | -19/+17 |
* | powerpc/module: Fix TOC symbol CRC | Laurent Dufour | 2014-06-25 | 1 | -1/+10 |
* | powerpc/module: Fix stubs for BE | Rusty Russell | 2014-05-20 | 1 | -1/+1 |
* | powerpc/modules: Create module_trampoline_target() | Anton Blanchard | 2014-04-23 | 1 | -0/+29 |
* | powerpc/modules: Create is_module_trampoline() | Anton Blanchard | 2014-04-23 | 1 | -5/+46 |
* | powerpc: modules: implement stubs for ELFv2 ABI. | Rusty Russell | 2014-04-23 | 1 | -12/+61 |
* | powerpc: modules: skip r2 setup for ELFv2 | Rusty Russell | 2014-04-23 | 1 | -6/+16 |
* | powerpc: modules: use r12 for stub jump address. | Rusty Russell | 2014-04-23 | 1 | -5/+5 |
* | powerpc: modules: change r2 save/restore offset for ELFv2 ABI. | Rusty Russell | 2014-04-23 | 1 | -8/+15 |
* | powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI. | Rusty Russell | 2014-04-23 | 1 | -1/+2 |
* | powerpc: Handle new ELFv2 module relocations | Rusty Russell | 2014-04-23 | 1 | -0/+17 |
* | powerpc: Fix up TOC. for modules. | Rusty Russell | 2014-04-23 | 1 | -0/+29 |
* | powerpc: modules implement R_PPC64_TOCSAVE relocation. | Rusty Russell | 2014-04-23 | 1 | -0/+8 |
* | powerpc: make module stub code endian independent | Rusty Russell | 2014-04-23 | 1 | -31/+11 |
* | powerpc: Move local setup.h declarations to arch includes | Robert Jennings | 2013-10-30 | 1 | -2/+1 |
* | powerpc: Make kernel module helper endian-safe. | Eugene Surovegin | 2013-10-11 | 1 | -0/+16 |
* | powerpc: Build kernel with -mcmodel=medium | Anton Blanchard | 2013-01-10 | 1 | -0/+30 |
* | modules: make arch's use default loader hooks | Jonas Bonn | 2011-07-24 | 1 | -10/+0 |
* | powerpc: Unify opcode definitions and support | Kumar Gala | 2009-02-23 | 1 | -1/+1 |
* | powerpc/ppc64: ftrace, handle module trampolines for dyn ftrace | Steven Rostedt | 2008-11-20 | 1 | -0/+13 |