| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-05-03 | parisc: remove unused flags parameter in __patch_text() | Sven Schnelle | 1 | -5/+4 | |
| It's not used by patch_map()/patch_unmap(), so lets remove it. Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: Helge Deller <deller@gmx.de> | |||||
| 2019-05-03 | parisc: add parisc code patching | Sven Schnelle | 1 | -0/+78 | |
| Instead of re-mapping the whole kernel text with RWX rights add a patch_text() which can be used to replace instructions in the kernel .text section. Based on the ARM implementation. Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: Helge Deller <deller@gmx.de> | |||||
