summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pageattr.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Don't ignore errors from set_memory_{n}p() in __kernel_map_pages()Christophe Leroy2024-03-031-3/+7
* powerpc: Refactor __kernel_map_pages()Christophe Leroy2024-03-031-0/+20
* powerpc: Implement set_memory_rox()Christophe Leroy2024-02-221-0/+4
* powerpc: align address to page boundary in change_page_attr()Christophe Leroy2022-05-081-0/+1
* powerpc: Add set_memory_{p/np}() and remove set_memory_attr()Christophe Leroy2022-02-121-33/+6
* powerpc/set_memory: Avoid spinlock recursion in change_page_attr()Christophe Leroy2022-02-121-19/+13
* powerpc/mm: Fix set_memory_*() against concurrent accessesMichael Ellerman2021-08-191-13/+10
* powerpc/mm: implement set_memory_attr()Christophe Leroy2021-06-211-0/+33
* powerpc/mm: Implement set_memory() routinesRussell Currey2021-06-211-0/+101