hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/Documentation/vm/ksm.rst
....@@ -6,7 +6,7 @@
66
77 KSM is a memory-saving de-duplication feature, enabled by CONFIG_KSM=y,
88 added to the Linux kernel in 2.6.32. See ``mm/ksm.c`` for its implementation,
9
-and http://lwn.net/Articles/306704/ and http://lwn.net/Articles/330589/
9
+and http://lwn.net/Articles/306704/ and https://lwn.net/Articles/330589/
1010
1111 The userspace interface of KSM is described in :ref:`Documentation/admin-guide/mm/ksm.rst <admin_guide_ksm>`
1212
....@@ -26,7 +26,7 @@
2626
2727 If a KSM page is shared between less than ``max_page_sharing`` VMAs,
2828 the node of the stable tree that represents such KSM page points to a
29
-list of :c:type:`struct rmap_item` and the ``page->mapping`` of the
29
+list of struct rmap_item and the ``page->mapping`` of the
3030 KSM page points to the stable tree node.
3131
3232 When the sharing passes this threshold, KSM adds a second dimension to