Age | Commit message (Expand) | Author |
---|---|---|
2024-02-16 | module: Don't ignore errors from set_memory_XX() | Christophe Leroy |
2024-02-02 | modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabled | Christophe Leroy |
2024-01-29 | module: Change module_enable_{nx/x/ro}() to more explicit names | Christophe Leroy |
2024-01-29 | module: Use set_memory_rox() | Christophe Leroy |
2023-03-09 | module: replace module_layout with module_memory | Song Liu |
2022-04-05 | module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC | Christophe Leroy |
2022-04-05 | module: Introduce data_layout | Christophe Leroy |
2022-04-05 | module: Rework layout alignment to avoid BUG_ON()s | Christophe Leroy |
2022-04-05 | module: Move module_enable_x() and frob_text() in strict_rwx.c | Christophe Leroy |
2022-04-05 | module: Move strict rwx support to a separate file | Aaron Tomlin |