| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-28 | mm: remove PMD alignment constraint in execmem_vmalloc() | Dev Jain | 1 | -3/+0 |
| 2025-08-02 | mm: correct type for vmalloc vm_flags fields | Lorenzo Stoakes | 1 | -4/+4 |
| 2025-08-02 | execmem: drop writable parameter from execmem_fill_trapping_insns() | Mike Rapoport (Microsoft) | 1 | -2/+2 |
| 2025-08-02 | execmem: add fallback for failures in vmalloc(VM_ALLOW_HUGE_VMAP) | Mike Rapoport (Microsoft) | 1 | -1/+6 |
| 2025-08-02 | execmem: move execmem_force_rw() and execmem_restore_rox() before use | Mike Rapoport (Microsoft) | 1 | -23/+21 |
| 2025-08-02 | execmem: rework execmem_cache_free() | Mike Rapoport (Microsoft) | 1 | -23/+102 |
| 2025-08-02 | execmem: introduce execmem_alloc_rw() | Mike Rapoport (Microsoft) | 1 | -1/+26 |
| 2025-08-02 | execmem: drop unused execmem_update_copy() | Mike Rapoport (Microsoft) | 1 | -5/+0 |
| 2025-07-09 | mm: update core kernel code to use vm_flags_t consistently | Lorenzo Stoakes | 1 | -4/+4 |
| 2025-06-11 | Revert "mm/execmem: Unify early execmem_cache behaviour" | Mike Rapoport (Microsoft) | 1 | -37/+3 |
| 2025-05-31 | Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+2 |
| 2025-05-12 | execmem: enforce allocation size aligment to PAGE_SIZE | Mike Rapoport (Microsoft) | 1 | -0/+2 |
| 2025-05-09 | mm/execmem: Unify early execmem_cache behaviour | Peter Zijlstra | 1 | -3/+37 |
| 2025-02-03 | execmem: add API for temporal remapping as RW and restoring ROX afterwards | Mike Rapoport (Microsoft) | 1 | -0/+22 |
| 2025-02-03 | execmem: don't remove ROX cache from the direct map | Mike Rapoport (Microsoft) | 1 | -13/+4 |
| 2024-11-07 | alloc_tag: populate memory for module tags as needed | Suren Baghdasaryan | 1 | -0/+16 |
| 2024-11-07 | execmem: add support for cache of large ROX pages | Mike Rapoport (Microsoft) | 1 | -8/+317 |
| 2024-11-07 | module: prepare to handle ROX allocations for text | Mike Rapoport (Microsoft) | 1 | -0/+11 |
| 2024-05-14 | mm/execmem, arch: convert remaining overrides of module_alloc to execmem | Mike Rapoport (IBM) | 1 | -12/+62 |
| 2024-05-14 | mm/execmem, arch: convert simple overrides of module_alloc to execmem | Mike Rapoport (IBM) | 1 | -3/+64 |
| 2024-05-14 | mm: introduce execmem_alloc() and execmem_free() | Mike Rapoport (IBM) | 1 | -0/+32 |