diff for duplicates of <1506864327.1916.3.camel@icloud.com> diff --git a/a/1.txt b/N1/1.txt index 84d17d4..8538678 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -128,7 +128,7 @@ Am Samstag, den 30.09.2017, 12:05 +0800 schrieb Wei Wang: > v10->v11: > 1) virtio_balloon: use vring_desc to describe a chunk; > 2) virtio_ring: support to add an indirect desc table to virtqueue; -> 3) virtio_balloon: use cmdq to report guest memory statistics. +> 3)A A virtio_balloon: use cmdq to report guest memory statistics. > > v9->v10: > 1) mm: put report_unused_page_block() under CONFIG_VIRTIO_BALLOON; @@ -151,35 +151,35 @@ Am Samstag, den 30.09.2017, 12:05 +0800 schrieb Wei Wang: > 4) patch re-org > > Matthew Wilcox (2): -> lib/xbitmap: Introduce xbitmap -> radix tree test suite: add tests for xbitmap +> A lib/xbitmap: Introduce xbitmap +> A radix tree test suite: add tests for xbitmap > > Wei Wang (3): -> virtio-balloon: VIRTIO_BALLOON_F_SG -> mm: support reporting free page blocks -> virtio-balloon: VIRTIO_BALLOON_F_CTRL_VQ +> A virtio-balloon: VIRTIO_BALLOON_F_SG +> A mm: support reporting free page blocks +> A virtio-balloon: VIRTIO_BALLOON_F_CTRL_VQ > -> drivers/virtio/virtio_balloon.c | 437 +> A drivers/virtio/virtio_balloon.cA A A A A A A A A | 437 > +++++++++++++++++++++++++++++--- -> include/linux/mm.h | 6 + -> include/linux/radix-tree.h | 2 + -> include/linux/xbitmap.h | 66 +++++ -> include/uapi/linux/virtio_balloon.h | 16 ++ -> lib/Makefile | 2 +- -> lib/radix-tree.c | 42 ++- -> lib/xbitmap.c | 264 +++++++++++++++++++ -> mm/page_alloc.c | 91 +++++++ -> tools/include/linux/bitmap.h | 34 +++ -> tools/include/linux/kernel.h | 2 + -> tools/testing/radix-tree/Makefile | 7 +- -> tools/testing/radix-tree/linux/kernel.h | 2 - -> tools/testing/radix-tree/main.c | 5 + -> tools/testing/radix-tree/test.h | 1 + -> tools/testing/radix-tree/xbitmap.c | 269 ++++++++++++++++++++ -> 16 files changed, 1203 insertions(+), 43 deletions(-) -> create mode 100644 include/linux/xbitmap.h -> create mode 100644 lib/xbitmap.c -> create mode 100644 tools/testing/radix-tree/xbitmap.c +> A include/linux/mm.hA A A A A A A A A A A A A A A A A A A A A A |A A A 6 + +> A include/linux/radix-tree.hA A A A A A A A A A A A A A |A A A 2 + +> A include/linux/xbitmap.hA A A A A A A A A A A A A A A A A |A A 66 +++++ +> A include/uapi/linux/virtio_balloon.hA A A A A |A A 16 ++ +> A lib/MakefileA A A A A A A A A A A A A A A A A A A A A A A A A A A A |A A A 2 +- +> A lib/radix-tree.cA A A A A A A A A A A A A A A A A A A A A A A A |A A 42 ++- +> A lib/xbitmap.cA A A A A A A A A A A A A A A A A A A A A A A A A A A | 264 +++++++++++++++++++ +> A mm/page_alloc.cA A A A A A A A A A A A A A A A A A A A A A A A A |A A 91 +++++++ +> A tools/include/linux/bitmap.hA A A A A A A A A A A A |A A 34 +++ +> A tools/include/linux/kernel.hA A A A A A A A A A A A |A A A 2 + +> A tools/testing/radix-tree/MakefileA A A A A A A |A A A 7 +- +> A tools/testing/radix-tree/linux/kernel.h |A A A 2 - +> A tools/testing/radix-tree/main.cA A A A A A A A A |A A A 5 + +> A tools/testing/radix-tree/test.hA A A A A A A A A |A A A 1 + +> A tools/testing/radix-tree/xbitmap.cA A A A A A | 269 ++++++++++++++++++++ +> A 16 files changed, 1203 insertions(+), 43 deletions(-) +> A create mode 100644 include/linux/xbitmap.h +> A create mode 100644 lib/xbitmap.c +> A create mode 100644 tools/testing/radix-tree/xbitmap.c > -- diff --git a/a/content_digest b/N1/content_digest index 8e4e1eb..31e27af 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -155,7 +155,7 @@ "> v10->v11:\n" "> 1) virtio_balloon: use vring_desc to describe a chunk;\n" "> 2) virtio_ring: support to add an indirect desc table to virtqueue;\n" - "> 3)\302\240\302\240virtio_balloon: use cmdq to report guest memory statistics.\n" + "> 3)A A virtio_balloon: use cmdq to report guest memory statistics.\n" "> \n" "> v9->v10:\n" "> 1) mm: put report_unused_page_block() under CONFIG_VIRTIO_BALLOON;\n" @@ -178,35 +178,35 @@ "> 4) patch re-org\n" "> \n" "> Matthew Wilcox (2):\n" - "> \302\240 lib/xbitmap: Introduce xbitmap\n" - "> \302\240 radix tree test suite: add tests for xbitmap\n" + "> A lib/xbitmap: Introduce xbitmap\n" + "> A radix tree test suite: add tests for xbitmap\n" "> \n" "> Wei Wang (3):\n" - "> \302\240 virtio-balloon: VIRTIO_BALLOON_F_SG\n" - "> \302\240 mm: support reporting free page blocks\n" - "> \302\240 virtio-balloon: VIRTIO_BALLOON_F_CTRL_VQ\n" + "> A virtio-balloon: VIRTIO_BALLOON_F_SG\n" + "> A mm: support reporting free page blocks\n" + "> A virtio-balloon: VIRTIO_BALLOON_F_CTRL_VQ\n" "> \n" - "> \302\240drivers/virtio/virtio_balloon.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 437\n" + "> A drivers/virtio/virtio_balloon.cA A A A A A A A A | 437\n" "> +++++++++++++++++++++++++++++---\n" - "> \302\240include/linux/mm.h\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2406 +\n" - "> \302\240include/linux/radix-tree.h\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2402 +\n" - "> \302\240include/linux/xbitmap.h\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24066 +++++\n" - "> \302\240include/uapi/linux/virtio_balloon.h\302\240\302\240\302\240\302\240\302\240|\302\240\302\24016 ++\n" - "> \302\240lib/Makefile\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2402 +-\n" - "> \302\240lib/radix-tree.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24042 ++-\n" - "> \302\240lib/xbitmap.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 264 +++++++++++++++++++\n" - "> \302\240mm/page_alloc.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24091 +++++++\n" - "> \302\240tools/include/linux/bitmap.h\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24034 +++\n" - "> \302\240tools/include/linux/kernel.h\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2402 +\n" - "> \302\240tools/testing/radix-tree/Makefile\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2407 +-\n" - "> \302\240tools/testing/radix-tree/linux/kernel.h |\302\240\302\240\302\2402 -\n" - "> \302\240tools/testing/radix-tree/main.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2405 +\n" - "> \302\240tools/testing/radix-tree/test.h\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2401 +\n" - "> \302\240tools/testing/radix-tree/xbitmap.c\302\240\302\240\302\240\302\240\302\240\302\240| 269 ++++++++++++++++++++\n" - "> \302\24016 files changed, 1203 insertions(+), 43 deletions(-)\n" - "> \302\240create mode 100644 include/linux/xbitmap.h\n" - "> \302\240create mode 100644 lib/xbitmap.c\n" - "> \302\240create mode 100644 tools/testing/radix-tree/xbitmap.c\n" + "> A include/linux/mm.hA A A A A A A A A A A A A A A A A A A A A A |A A A 6 +\n" + "> A include/linux/radix-tree.hA A A A A A A A A A A A A A |A A A 2 +\n" + "> A include/linux/xbitmap.hA A A A A A A A A A A A A A A A A |A A 66 +++++\n" + "> A include/uapi/linux/virtio_balloon.hA A A A A |A A 16 ++\n" + "> A lib/MakefileA A A A A A A A A A A A A A A A A A A A A A A A A A A A |A A A 2 +-\n" + "> A lib/radix-tree.cA A A A A A A A A A A A A A A A A A A A A A A A |A A 42 ++-\n" + "> A lib/xbitmap.cA A A A A A A A A A A A A A A A A A A A A A A A A A A | 264 +++++++++++++++++++\n" + "> A mm/page_alloc.cA A A A A A A A A A A A A A A A A A A A A A A A A |A A 91 +++++++\n" + "> A tools/include/linux/bitmap.hA A A A A A A A A A A A |A A 34 +++\n" + "> A tools/include/linux/kernel.hA A A A A A A A A A A A |A A A 2 +\n" + "> A tools/testing/radix-tree/MakefileA A A A A A A |A A A 7 +-\n" + "> A tools/testing/radix-tree/linux/kernel.h |A A A 2 -\n" + "> A tools/testing/radix-tree/main.cA A A A A A A A A |A A A 5 +\n" + "> A tools/testing/radix-tree/test.hA A A A A A A A A |A A A 1 +\n" + "> A tools/testing/radix-tree/xbitmap.cA A A A A A | 269 ++++++++++++++++++++\n" + "> A 16 files changed, 1203 insertions(+), 43 deletions(-)\n" + "> A create mode 100644 include/linux/xbitmap.h\n" + "> A create mode 100644 lib/xbitmap.c\n" + "> A create mode 100644 tools/testing/radix-tree/xbitmap.c\n" "> \n" "\n" "--\n" @@ -215,4 +215,4 @@ "see: http://www.linux-mm.org/ .\n" "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -0793ee4ed2ec192ee890b95665ece2aed9d3434f6ad4d01859452f35c4781019 +e1ed81898755fc74546aee421182bfb6499680a4478ac402899b888dd562f5f3
diff --git a/a/1.txt b/N2/1.txt index 84d17d4..58a09dc 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -180,10 +180,4 @@ Am Samstag, den 30.09.2017, 12:05 +0800 schrieb Wei Wang: > create mode 100644 include/linux/xbitmap.h > create mode 100644 lib/xbitmap.c > create mode 100644 tools/testing/radix-tree/xbitmap.c -> - --- -To unsubscribe, send a message with 'unsubscribe linux-mm' in -the body to majordomo@kvack.org. For more info on Linux MM, -see: http://www.linux-mm.org/ . -Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> +> diff --git a/a/content_digest b/N2/content_digest index 8e4e1eb..fc275bc 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -207,12 +207,6 @@ "> \302\240create mode 100644 include/linux/xbitmap.h\n" "> \302\240create mode 100644 lib/xbitmap.c\n" "> \302\240create mode 100644 tools/testing/radix-tree/xbitmap.c\n" - "> \n" - "\n" - "--\n" - "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" - "the body to majordomo@kvack.org. For more info on Linux MM,\n" - "see: http://www.linux-mm.org/ .\n" - "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" + > -0793ee4ed2ec192ee890b95665ece2aed9d3434f6ad4d01859452f35c4781019 +98486a519e5cc6d0f8960b7a763f4f9c219b741bfc95cb903063651e62cfa26e
diff --git a/a/1.txt b/N3/1.txt index 84d17d4..58a09dc 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -180,10 +180,4 @@ Am Samstag, den 30.09.2017, 12:05 +0800 schrieb Wei Wang: > create mode 100644 include/linux/xbitmap.h > create mode 100644 lib/xbitmap.c > create mode 100644 tools/testing/radix-tree/xbitmap.c -> - --- -To unsubscribe, send a message with 'unsubscribe linux-mm' in -the body to majordomo@kvack.org. For more info on Linux MM, -see: http://www.linux-mm.org/ . -Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> +> diff --git a/a/content_digest b/N3/content_digest index 8e4e1eb..9aabef0 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,6 +1,6 @@ "ref\01506744354-20979-1-git-send-email-wei.w.wang@intel.com\0" "From\0Damian Tometzki <damian.tometzki@icloud.com>\0" - "Subject\0Re: [PATCH v16 0/5] Virtio-balloon Enhancement\0" + "Subject\0Re: [Qemu-devel] [PATCH v16 0/5] Virtio-balloon Enhancement\0" "Date\0Sun, 01 Oct 2017 15:25:27 +0200\0" "To\0Wei Wang <wei.w.wang@intel.com>" virtio-dev@lists.oasis-open.org @@ -207,12 +207,6 @@ "> \302\240create mode 100644 include/linux/xbitmap.h\n" "> \302\240create mode 100644 lib/xbitmap.c\n" "> \302\240create mode 100644 tools/testing/radix-tree/xbitmap.c\n" - "> \n" - "\n" - "--\n" - "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" - "the body to majordomo@kvack.org. For more info on Linux MM,\n" - "see: http://www.linux-mm.org/ .\n" - "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" + > -0793ee4ed2ec192ee890b95665ece2aed9d3434f6ad4d01859452f35c4781019 +a332e39328fcd22ecaee5175b275ec94a734e042e6aef62c70f34c57d0f6309b
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.