diff for duplicates of <op.vh2qypgm7p4s8u@localhost> diff --git a/a/1.txt b/N1/1.txt index 0e59b27..f280a58 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -117,7 +117,7 @@ CMA defaults to n. >> +/* >> + * Contiguous Memory Allocator framework >> + * Copyright (c) 2010 by Samsung Electronics. ->> + * Written by Michal Nazarewicz (m.nazarewicz at samsung.com) +>> + * Written by Michal Nazarewicz (m.nazarewicz@samsung.com) >> + * >> + * This program is free software; you can redistribute it and/or >> + * modify it under the terms of the GNU General Public License as @@ -140,11 +140,11 @@ There is no difference between licensing GPLv2/BSD and GPLv2/GPLv3+. > allocator. It's a bitmap allocator too and would be less code in the kernel? I haven't looked at bootmem in such perspective. I'll add that to my TODO list. -On the other hand, however, it seems bootmem is pass?e so I'm not sure if it's a +On the other hand, however, it seems bootmem is passée so I'm not sure if it's a good idea to integrate with it that much. -- Best regards, _ _ | Humble Liege of Serenely Enlightened Majesty of o' \,=./ `o -| Computer Science, Micha? "mina86" Nazarewicz (o o) +| Computer Science, Michał "mina86" Nazarewicz (o o) +----[mina86*mina86.com]---[mina86*jabber.org]----ooO--(_)--Ooo-- diff --git a/a/content_digest b/N1/content_digest index 27669e8..9a77aa4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,10 +2,25 @@ "ref\00b02e05fc21e70a3af39e65e628d117cd89d70a1.1282286941.git.m.nazarewicz@samsung.com\0" "ref\0343f4b0edf9b5eef598831700cb459cd428d3f2e.1282286941.git.m.nazarewicz@samsung.com\0" "ref\020100826134736.GG20944@csn.ul.ie\0" - "From\0m.nazarewicz@samsung.com (Micha\305\202 Nazarewicz)\0" - "Subject\0[PATCH/RFCv4 2/6] mm: cma: Contiguous Memory Allocator added\0" + "From\0Micha\305\202 Nazarewicz <m.nazarewicz@samsung.com>\0" + "Subject\0Re: [PATCH/RFCv4 2/6] mm: cma: Contiguous Memory Allocator added\0" "Date\0Fri, 27 Aug 2010 04:09:51 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Mel Gorman <mel@csn.ul.ie>\0" + "Cc\0Hans Verkuil <hverkuil@xs4all.nl>" + Daniel Walker <dwalker@codeaurora.org> + Russell King <linux@arm.linux.org.uk> + Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> + Pawel Osciak <p.osciak@samsung.com> + Jonathan Corbet <corbet@lwn.net> + linux-kernel@vger.kernel.org + FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> + linux-mm@kvack.org + Kyungmin Park <kyungmin.park@samsung.com> + Zach Pfeffer <zpfeffer@codeaurora.org> + Mark Brown <broonie@opensource.wolfsonmicro.com> + linux-media@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " Marek Szyprowski <m.szyprowski@samsung.com>\0" "\00:1\0" "b\0" "> An important consideration is if the alignment is always a natural\n" @@ -127,7 +142,7 @@ ">> +/*\n" ">> + * Contiguous Memory Allocator framework\n" ">> + * Copyright (c) 2010 by Samsung Electronics.\n" - ">> + * Written by Michal Nazarewicz (m.nazarewicz at samsung.com)\n" + ">> + * Written by Michal Nazarewicz (m.nazarewicz@samsung.com)\n" ">> + *\n" ">> + * This program is free software; you can redistribute it and/or\n" ">> + * modify it under the terms of the GNU General Public License as\n" @@ -150,13 +165,13 @@ "> allocator. It's a bitmap allocator too and would be less code in the kernel?\n" "\n" "I haven't looked at bootmem in such perspective. I'll add that to my TODO list.\n" - "On the other hand, however, it seems bootmem is pass?e so I'm not sure if it's a\n" + "On the other hand, however, it seems bootmem is pass\303\251e so I'm not sure if it's a\n" "good idea to integrate with it that much.\n" "\n" "-- \n" "Best regards, _ _\n" "| Humble Liege of Serenely Enlightened Majesty of o' \\,=./ `o\n" - "| Computer Science, Micha? \"mina86\" Nazarewicz (o o)\n" + "| Computer Science, Micha\305\202 \"mina86\" Nazarewicz (o o)\n" +----[mina86*mina86.com]---[mina86*jabber.org]----ooO--(_)--Ooo-- -eef825868b9a548a4faca23456593da21c071410546297c6774b2ed9dc8687f0 +50ee4de8036cb4b2ea4da2fa2fd6c14b91ff408961f47df2f49f0e06b20e61c4
diff --git a/a/1.txt b/N2/1.txt index 0e59b27..1a39c72 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -117,7 +117,7 @@ CMA defaults to n. >> +/* >> + * Contiguous Memory Allocator framework >> + * Copyright (c) 2010 by Samsung Electronics. ->> + * Written by Michal Nazarewicz (m.nazarewicz at samsung.com) +>> + * Written by Michal Nazarewicz (m.nazarewicz@samsung.com) >> + * >> + * This program is free software; you can redistribute it and/or >> + * modify it under the terms of the GNU General Public License as @@ -140,11 +140,17 @@ There is no difference between licensing GPLv2/BSD and GPLv2/GPLv3+. > allocator. It's a bitmap allocator too and would be less code in the kernel? I haven't looked at bootmem in such perspective. I'll add that to my TODO list. -On the other hand, however, it seems bootmem is pass?e so I'm not sure if it's a +On the other hand, however, it seems bootmem is passée so I'm not sure if it's a good idea to integrate with it that much. -- Best regards, _ _ | Humble Liege of Serenely Enlightened Majesty of o' \,=./ `o -| Computer Science, Micha? "mina86" Nazarewicz (o o) +| Computer Science, Michał "mina86" Nazarewicz (o o) +----[mina86*mina86.com]---[mina86*jabber.org]----ooO--(_)--Ooo-- + +-- +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 27669e8..2d8b542 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,10 +2,25 @@ "ref\00b02e05fc21e70a3af39e65e628d117cd89d70a1.1282286941.git.m.nazarewicz@samsung.com\0" "ref\0343f4b0edf9b5eef598831700cb459cd428d3f2e.1282286941.git.m.nazarewicz@samsung.com\0" "ref\020100826134736.GG20944@csn.ul.ie\0" - "From\0m.nazarewicz@samsung.com (Micha\305\202 Nazarewicz)\0" - "Subject\0[PATCH/RFCv4 2/6] mm: cma: Contiguous Memory Allocator added\0" + "From\0Micha\305\202 Nazarewicz <m.nazarewicz@samsung.com>\0" + "Subject\0Re: [PATCH/RFCv4 2/6] mm: cma: Contiguous Memory Allocator added\0" "Date\0Fri, 27 Aug 2010 04:09:51 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Mel Gorman <mel@csn.ul.ie>\0" + "Cc\0Hans Verkuil <hverkuil@xs4all.nl>" + Daniel Walker <dwalker@codeaurora.org> + Russell King <linux@arm.linux.org.uk> + Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> + Pawel Osciak <p.osciak@samsung.com> + Jonathan Corbet <corbet@lwn.net> + linux-kernel@vger.kernel.org + FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> + linux-mm@kvack.org + Kyungmin Park <kyungmin.park@samsung.com> + Zach Pfeffer <zpfeffer@codeaurora.org> + Mark Brown <broonie@opensource.wolfsonmicro.com> + linux-media@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " Marek Szyprowski <m.szyprowski@samsung.com>\0" "\00:1\0" "b\0" "> An important consideration is if the alignment is always a natural\n" @@ -127,7 +142,7 @@ ">> +/*\n" ">> + * Contiguous Memory Allocator framework\n" ">> + * Copyright (c) 2010 by Samsung Electronics.\n" - ">> + * Written by Michal Nazarewicz (m.nazarewicz at samsung.com)\n" + ">> + * Written by Michal Nazarewicz (m.nazarewicz@samsung.com)\n" ">> + *\n" ">> + * This program is free software; you can redistribute it and/or\n" ">> + * modify it under the terms of the GNU General Public License as\n" @@ -150,13 +165,19 @@ "> allocator. It's a bitmap allocator too and would be less code in the kernel?\n" "\n" "I haven't looked at bootmem in such perspective. I'll add that to my TODO list.\n" - "On the other hand, however, it seems bootmem is pass?e so I'm not sure if it's a\n" + "On the other hand, however, it seems bootmem is pass\303\251e so I'm not sure if it's a\n" "good idea to integrate with it that much.\n" "\n" "-- \n" "Best regards, _ _\n" "| Humble Liege of Serenely Enlightened Majesty of o' \\,=./ `o\n" - "| Computer Science, Micha? \"mina86\" Nazarewicz (o o)\n" - +----[mina86*mina86.com]---[mina86*jabber.org]----ooO--(_)--Ooo-- + "| Computer Science, Micha\305\202 \"mina86\" Nazarewicz (o o)\n" + "+----[mina86*mina86.com]---[mina86*jabber.org]----ooO--(_)--Ooo--\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>" -eef825868b9a548a4faca23456593da21c071410546297c6774b2ed9dc8687f0 +9e714f5f85d4a1acd1450ecfa7ceeb599b87748ce7bf4d45aff204e1394df540
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.