Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-03-03 | powerpc: Don't ignore errors from set_memory_{n}p() in __kernel_map_pages() | Christophe Leroy | 1 | -3/+7 |
2024-03-03 | powerpc: Refactor __kernel_map_pages() | Christophe Leroy | 1 | -0/+20 |
2024-02-22 | powerpc: Implement set_memory_rox() | Christophe Leroy | 1 | -0/+4 |
2022-05-08 | powerpc: align address to page boundary in change_page_attr() | Christophe Leroy | 1 | -0/+1 |
2022-02-12 | powerpc: Add set_memory_{p/np}() and remove set_memory_attr() | Christophe Leroy | 1 | -33/+6 |
2022-02-12 | powerpc/set_memory: Avoid spinlock recursion in change_page_attr() | Christophe Leroy | 1 | -19/+13 |
2021-08-19 | powerpc/mm: Fix set_memory_*() against concurrent accesses | Michael Ellerman | 1 | -13/+10 |
2021-06-21 | powerpc/mm: implement set_memory_attr() | Christophe Leroy | 1 | -0/+33 |
2021-06-21 | powerpc/mm: Implement set_memory() routines | Russell Currey | 1 | -0/+101 |