Files
linux/arch/s390/boot
Alexander Gordeev 28da1cce9e s390/mm: Complete ptep_get() conversion
Finalize commit c33c794828 ("mm: ptep_get() conversion") and
replace direct page table entry dereferencing with the proper
accessors (ptep_get(), pmdp_get(), etc.).

Override the default getter implementations even though they are
currently identical: pud_clear(), p4d_clear(), and pgd_clear()
require corresponding architecture-specific getters, but these
are not yet defined. This avoids a dependency loop.

Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
2026-06-16 17:30:31 +02:00
..
2025-03-18 17:13:05 +01:00
2025-11-24 11:45:21 +01:00
2025-03-04 17:25:22 +01:00
2025-11-17 11:10:38 +01:00
2025-11-24 11:45:21 +01:00
2024-07-03 19:30:24 -07:00
2026-06-16 17:30:31 +02:00