summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorDavid Hildenbrand <david@redhat.com>2023-01-13 18:10:05 +0100
committerAndrew Morton <akpm@linux-foundation.org>2023-02-02 22:33:06 -0800
commit41e0d49104dbff888ef6446ea46842fde66c0a76 (patch)
tree80f4e075cc2fa864733031c9d47d124e03de5dba /tools/perf/scripts/python/libxed.py
parent20aae9eff5acd8f50f72adca1176f9269a46b827 (diff)
downloadkernel-41e0d49104dbff888ef6446ea46842fde66c0a76.tar.gz
csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
Let's support __HAVE_ARCH_PTE_SWP_EXCLUSIVE by stealing one bit from the offset. This reduces the maximum swap space per file to 16 GiB (was 32 GiB). We might actually be able to reuse one of the other software bits (_PAGE_READ / PAGE_WRITE) instead, because we only have to keep pte_present(), pte_none() and HW happy. For now, let's keep it simple because there might be something non-obvious. Link: https://lkml.kernel.org/r/20230113171026.582290-6-david@redhat.com Signed-off-by: David Hildenbrand <david@redhat.com> Cc: Guo Ren <guoren@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
7256b565657c2cdd47'>drm/msm/dpu: use defined symbol for sc8280xp's maxwidthDmitry Baryshkov 2023-04-07drm/msm/dpu: expand sm8550 catalogDmitry Baryshkov 2023-04-07drm/msm/dpu: expand sm6115 catalogDmitry Baryshkov 2023-04-07drm/msm/dpu: expand sc7180 catalogDmitry Baryshkov 2023-04-07drm/msm/dpu: expand sc8180x catalogDmitry Baryshkov 2023-04-07drm/msm/dpu: duplicate sm8350 catalog entriesDmitry Baryshkov 2023-04-07drm/msm/dpu: duplicate sm8250 catalog entriesDmitry Baryshkov 2023-04-07drm/msm/dpu: duplicate sm8150 catalog entriesDmitry Baryshkov 2023-04-07drm/msm/dpu: duplicate sc7180 catalog entriesDmitry Baryshkov 2023-04-07drm/msm/dpu: duplicate sdm845 catalog entriesDmitry Baryshkov 2023-04-07drm/msm/dpu: split SDM845 catalog entry to the separate fileDmitry Baryshkov 2023-04-07drm/msm/dpu: split MSM8998 catalog entry to the separate fileDmitry Baryshkov 2023-04-07drm/msm/dpu: split SM8150 catalog entry to the separate fileDmitry Baryshkov 2023-04-07drm/msm/dpu: split SC8180X catalog entry to the separate fileDmitry Baryshkov 2023-04-07drm/msm/dpu: split SM8250 catalog entry to the separate fileDmitry Baryshkov 2023-04-07drm/msm/dpu: split SC7180 catalog entry to the separate fileDmitry Baryshkov 2023-04-07drm/msm/dpu: split QCM2290 catalog entry to the separate fileDmitry Baryshkov 2023-04-07drm/msm/dpu: split SM6115 catalog entry to the separate fileDmitry Baryshkov 2023-04-07drm/msm/dpu: split SM8350 catalog entry to the separate fileDmitry Baryshkov 2023-04-07drm/msm/dpu: split SC7280 catalog entry to the separate fileDmitry Baryshkov 2023-04-07drm/msm/dpu: split SC8280XP catalog entry to the separate fileDmitry Baryshkov 2023-04-07drm/msm/dpu: split SM8550 catalog entry to the separate fileDmitry Baryshkov