diff for duplicates of <ZlelW93_T6P-ZuSZ@google.com> diff --git a/a/1.txt b/N1/1.txt index d8aa3e4..6244c47 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ On Wed, May 29, 2024, Yu Zhao wrote: -> On Wed, May 29, 2024 at 12:05?PM James Houghton <jthoughton@google.com> wrote: +> On Wed, May 29, 2024 at 12:05 PM James Houghton <jthoughton@google.com> wrote: > > > > Secondary MMUs are currently consulted for access/age information at > > eviction time, but before then, we don't get accurate age information. diff --git a/a/content_digest b/N1/content_digest index f976043..eff41d9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,13 +2,54 @@ "ref\020240529180510.2295118-3-jthoughton@google.com\0" "ref\0CAOUHufYFHKLwt1PWp2uS6g174GZYRZURWJAmdUWs5eaKmhEeyQ@mail.gmail.com\0" "From\0Sean Christopherson <seanjc@google.com>\0" - "Subject\0[PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging\0" + "Subject\0Re: [PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging\0" "Date\0Wed, 29 May 2024 14:59:55 -0700\0" - "To\0kvm-riscv@lists.infradead.org\0" + "To\0Yu Zhao <yuzhao@google.com>\0" + "Cc\0James Houghton <jthoughton@google.com>" + Andrew Morton <akpm@linux-foundation.org> + Paolo Bonzini <pbonzini@redhat.com> + Albert Ou <aou@eecs.berkeley.edu> + Ankit Agrawal <ankita@nvidia.com> + Anup Patel <anup@brainfault.org> + Atish Patra <atishp@atishpatra.org> + Axel Rasmussen <axelrasmussen@google.com> + Bibo Mao <maobibo@loongson.cn> + Catalin Marinas <catalin.marinas@arm.com> + David Matlack <dmatlack@google.com> + David Rientjes <rientjes@google.com> + Huacai Chen <chenhuacai@kernel.org> + James Morse <james.morse@arm.com> + Jonathan Corbet <corbet@lwn.net> + Marc Zyngier <maz@kernel.org> + Michael Ellerman <mpe@ellerman.id.au> + Nicholas Piggin <npiggin@gmail.com> + Oliver Upton <oliver.upton@linux.dev> + Palmer Dabbelt <palmer@dabbelt.com> + Paul Walmsley <paul.walmsley@sifive.com> + Raghavendra Rao Ananta <rananta@google.com> + Ryan Roberts <ryan.roberts@arm.com> + Shaoqin Huang <shahuang@redhat.com> + Shuah Khan <shuah@kernel.org> + Suzuki K Poulose <suzuki.poulose@arm.com> + Tianrui Zhao <zhaotianrui@loongson.cn> + Will Deacon <will@kernel.org> + Zenghui Yu <yuzenghui@huawei.com> + kvm-riscv@lists.infradead.org + kvm@vger.kernel.org + kvmarm@lists.linux.dev + linux-arm-kernel@lists.infradead.org + linux-doc@vger.kernel.org + linux-kernel@vger.kernel.org + linux-kselftest@vger.kernel.org + linux-mips@vger.kernel.org + linux-mm@kvack.org + linux-riscv@lists.infradead.org + linuxppc-dev@lists.ozlabs.org + " loongarch@lists.linux.dev\0" "\00:1\0" "b\0" "On Wed, May 29, 2024, Yu Zhao wrote:\n" - "> On Wed, May 29, 2024 at 12:05?PM James Houghton <jthoughton@google.com> wrote:\n" + "> On Wed, May 29, 2024 at 12:05\342\200\257PM James Houghton <jthoughton@google.com> wrote:\n" "> >\n" "> > Secondary MMUs are currently consulted for access/age information at\n" "> > eviction time, but before then, we don't get accurate age information.\n" @@ -37,4 +78,4 @@ "IIUC, by \"existing approach\" you mean completely ignore secondary MMUs that don't\n" implement a lockless walk? -6362efc022cb093fe659dd47047c8ca1d4d69d30c32570900b4e4018a047fe6e +91f4f35de8cf05231dc42e003ddeeab81dc41d9af626a73f1703a3e0024bc762
diff --git a/a/1.txt b/N2/1.txt index d8aa3e4..fea15ed 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,5 +1,5 @@ On Wed, May 29, 2024, Yu Zhao wrote: -> On Wed, May 29, 2024 at 12:05?PM James Houghton <jthoughton@google.com> wrote: +> On Wed, May 29, 2024 at 12:05 PM James Houghton <jthoughton@google.com> wrote: > > > > Secondary MMUs are currently consulted for access/age information at > > eviction time, but before then, we don't get accurate age information. @@ -27,3 +27,8 @@ On Wed, May 29, 2024, Yu Zhao wrote: IIUC, by "existing approach" you mean completely ignore secondary MMUs that don't implement a lockless walk? + +_______________________________________________ +linux-riscv mailing list +linux-riscv@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-riscv diff --git a/a/content_digest b/N2/content_digest index f976043..c1137c1 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,13 +2,54 @@ "ref\020240529180510.2295118-3-jthoughton@google.com\0" "ref\0CAOUHufYFHKLwt1PWp2uS6g174GZYRZURWJAmdUWs5eaKmhEeyQ@mail.gmail.com\0" "From\0Sean Christopherson <seanjc@google.com>\0" - "Subject\0[PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging\0" + "Subject\0Re: [PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging\0" "Date\0Wed, 29 May 2024 14:59:55 -0700\0" - "To\0kvm-riscv@lists.infradead.org\0" + "To\0Yu Zhao <yuzhao@google.com>\0" + "Cc\0James Houghton <jthoughton@google.com>" + Andrew Morton <akpm@linux-foundation.org> + Paolo Bonzini <pbonzini@redhat.com> + Albert Ou <aou@eecs.berkeley.edu> + Ankit Agrawal <ankita@nvidia.com> + Anup Patel <anup@brainfault.org> + Atish Patra <atishp@atishpatra.org> + Axel Rasmussen <axelrasmussen@google.com> + Bibo Mao <maobibo@loongson.cn> + Catalin Marinas <catalin.marinas@arm.com> + David Matlack <dmatlack@google.com> + David Rientjes <rientjes@google.com> + Huacai Chen <chenhuacai@kernel.org> + James Morse <james.morse@arm.com> + Jonathan Corbet <corbet@lwn.net> + Marc Zyngier <maz@kernel.org> + Michael Ellerman <mpe@ellerman.id.au> + Nicholas Piggin <npiggin@gmail.com> + Oliver Upton <oliver.upton@linux.dev> + Palmer Dabbelt <palmer@dabbelt.com> + Paul Walmsley <paul.walmsley@sifive.com> + Raghavendra Rao Ananta <rananta@google.com> + Ryan Roberts <ryan.roberts@arm.com> + Shaoqin Huang <shahuang@redhat.com> + Shuah Khan <shuah@kernel.org> + Suzuki K Poulose <suzuki.poulose@arm.com> + Tianrui Zhao <zhaotianrui@loongson.cn> + Will Deacon <will@kernel.org> + Zenghui Yu <yuzenghui@huawei.com> + kvm-riscv@lists.infradead.org + kvm@vger.kernel.org + kvmarm@lists.linux.dev + linux-arm-kernel@lists.infradead.org + linux-doc@vger.kernel.org + linux-kernel@vger.kernel.org + linux-kselftest@vger.kernel.org + linux-mips@vger.kernel.org + linux-mm@kvack.org + linux-riscv@lists.infradead.org + linuxppc-dev@lists.ozlabs.org + " loongarch@lists.linux.dev\0" "\00:1\0" "b\0" "On Wed, May 29, 2024, Yu Zhao wrote:\n" - "> On Wed, May 29, 2024 at 12:05?PM James Houghton <jthoughton@google.com> wrote:\n" + "> On Wed, May 29, 2024 at 12:05\342\200\257PM James Houghton <jthoughton@google.com> wrote:\n" "> >\n" "> > Secondary MMUs are currently consulted for access/age information at\n" "> > eviction time, but before then, we don't get accurate age information.\n" @@ -35,6 +76,11 @@ "> version.\n" "\n" "IIUC, by \"existing approach\" you mean completely ignore secondary MMUs that don't\n" - implement a lockless walk? + "implement a lockless walk?\n" + "\n" + "_______________________________________________\n" + "linux-riscv mailing list\n" + "linux-riscv@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-riscv -6362efc022cb093fe659dd47047c8ca1d4d69d30c32570900b4e4018a047fe6e +903c92d9c3b79402f9f4d54a6bad964173b0be99a71ae663be3e24efd661bd47
diff --git a/a/1.txt b/N3/1.txt index d8aa3e4..6244c47 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -1,5 +1,5 @@ On Wed, May 29, 2024, Yu Zhao wrote: -> On Wed, May 29, 2024 at 12:05?PM James Houghton <jthoughton@google.com> wrote: +> On Wed, May 29, 2024 at 12:05 PM James Houghton <jthoughton@google.com> wrote: > > > > Secondary MMUs are currently consulted for access/age information at > > eviction time, but before then, we don't get accurate age information. diff --git a/a/content_digest b/N3/content_digest index f976043..913c8ec 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,13 +2,53 @@ "ref\020240529180510.2295118-3-jthoughton@google.com\0" "ref\0CAOUHufYFHKLwt1PWp2uS6g174GZYRZURWJAmdUWs5eaKmhEeyQ@mail.gmail.com\0" "From\0Sean Christopherson <seanjc@google.com>\0" - "Subject\0[PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging\0" + "Subject\0Re: [PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging\0" "Date\0Wed, 29 May 2024 14:59:55 -0700\0" - "To\0kvm-riscv@lists.infradead.org\0" + "To\0Yu Zhao <yuzhao@google.com>\0" + "Cc\0James Houghton <jthoughton@google.com>" + kvm@vger.kernel.org + linux-doc@vger.kernel.org + Catalin Marinas <catalin.marinas@arm.com> + Atish Patra <atishp@atishpatra.org> + linux-kernel@vger.kernel.org + kvmarm@lists.linux.dev + linux-kselftest@vger.kernel.org + Raghavendra Rao Ananta <rananta@google.com> + linux-riscv@lists.infradead.org + Shuah Khan <shuah@kernel.org> + Jonathan Corbet <corbet@lwn.net> + Anup Patel <anup@brainfault.org> + Huacai Chen <chenhuacai@kernel.org> + David Rientjes <rientjes@google.com> + Zenghui Yu <yuzenghui@huawei.com> + Axel Rasmussen <axelrasmussen@google.com> + linux-mips@vger.kernel.org + Albert Ou <aou@eecs.berkeley.edu> + Ryan Roberts <ryan.roberts@arm.com> + Will Deacon <will@kernel.org> + Suzuki K Poulose <suzuki.poulose@arm.com> + Shaoqin Huang <shahuang@redhat.com> + Nicholas Piggin <npiggin@gmail.com> + Bibo Mao <maobibo@loongson.cn> + loongarch@lists.linux.dev + Paul Walmsley <paul.walmsley@sifive.com> + David Matlack <dmatlack@google.com> + Palmer Dabbelt <palmer@ dabbelt.com> + linux-arm-kernel@lists.infradead.org + linux-mm@kvack.org + Ankit Agrawal <ankita@nvidia.com> + Oliver Upton <oliver.upton@linux.dev> + James Morse <james.morse@arm.com> + kvm-riscv@lists.infradead.org + Marc Zyngier <maz@kernel.org> + Paolo Bonzini <pbonzini@redhat.com> + Andrew Morton <akpm@linux-foundation.org> + Tianrui Zhao <zhaotianrui@loongson.cn> + " linuxppc-dev@lists.ozlabs.org\0" "\00:1\0" "b\0" "On Wed, May 29, 2024, Yu Zhao wrote:\n" - "> On Wed, May 29, 2024 at 12:05?PM James Houghton <jthoughton@google.com> wrote:\n" + "> On Wed, May 29, 2024 at 12:05\342\200\257PM James Houghton <jthoughton@google.com> wrote:\n" "> >\n" "> > Secondary MMUs are currently consulted for access/age information at\n" "> > eviction time, but before then, we don't get accurate age information.\n" @@ -37,4 +77,4 @@ "IIUC, by \"existing approach\" you mean completely ignore secondary MMUs that don't\n" implement a lockless walk? -6362efc022cb093fe659dd47047c8ca1d4d69d30c32570900b4e4018a047fe6e +1cf483d9ffec7584f840cbb0dee09b49831ea6880cdbd1e190810e67a5bf7292
diff --git a/a/1.txt b/N4/1.txt index d8aa3e4..aced859 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -1,5 +1,5 @@ On Wed, May 29, 2024, Yu Zhao wrote: -> On Wed, May 29, 2024 at 12:05?PM James Houghton <jthoughton@google.com> wrote: +> On Wed, May 29, 2024 at 12:05 PM James Houghton <jthoughton@google.com> wrote: > > > > Secondary MMUs are currently consulted for access/age information at > > eviction time, but before then, we don't get accurate age information. @@ -27,3 +27,8 @@ On Wed, May 29, 2024, Yu Zhao wrote: IIUC, by "existing approach" you mean completely ignore secondary MMUs that don't implement a lockless walk? + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N4/content_digest index f976043..86b8a41 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -2,13 +2,54 @@ "ref\020240529180510.2295118-3-jthoughton@google.com\0" "ref\0CAOUHufYFHKLwt1PWp2uS6g174GZYRZURWJAmdUWs5eaKmhEeyQ@mail.gmail.com\0" "From\0Sean Christopherson <seanjc@google.com>\0" - "Subject\0[PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging\0" + "Subject\0Re: [PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging\0" "Date\0Wed, 29 May 2024 14:59:55 -0700\0" - "To\0kvm-riscv@lists.infradead.org\0" + "To\0Yu Zhao <yuzhao@google.com>\0" + "Cc\0James Houghton <jthoughton@google.com>" + Andrew Morton <akpm@linux-foundation.org> + Paolo Bonzini <pbonzini@redhat.com> + Albert Ou <aou@eecs.berkeley.edu> + Ankit Agrawal <ankita@nvidia.com> + Anup Patel <anup@brainfault.org> + Atish Patra <atishp@atishpatra.org> + Axel Rasmussen <axelrasmussen@google.com> + Bibo Mao <maobibo@loongson.cn> + Catalin Marinas <catalin.marinas@arm.com> + David Matlack <dmatlack@google.com> + David Rientjes <rientjes@google.com> + Huacai Chen <chenhuacai@kernel.org> + James Morse <james.morse@arm.com> + Jonathan Corbet <corbet@lwn.net> + Marc Zyngier <maz@kernel.org> + Michael Ellerman <mpe@ellerman.id.au> + Nicholas Piggin <npiggin@gmail.com> + Oliver Upton <oliver.upton@linux.dev> + Palmer Dabbelt <palmer@dabbelt.com> + Paul Walmsley <paul.walmsley@sifive.com> + Raghavendra Rao Ananta <rananta@google.com> + Ryan Roberts <ryan.roberts@arm.com> + Shaoqin Huang <shahuang@redhat.com> + Shuah Khan <shuah@kernel.org> + Suzuki K Poulose <suzuki.poulose@arm.com> + Tianrui Zhao <zhaotianrui@loongson.cn> + Will Deacon <will@kernel.org> + Zenghui Yu <yuzenghui@huawei.com> + kvm-riscv@lists.infradead.org + kvm@vger.kernel.org + kvmarm@lists.linux.dev + linux-arm-kernel@lists.infradead.org + linux-doc@vger.kernel.org + linux-kernel@vger.kernel.org + linux-kselftest@vger.kernel.org + linux-mips@vger.kernel.org + linux-mm@kvack.org + linux-riscv@lists.infradead.org + linuxppc-dev@lists.ozlabs.org + " loongarch@lists.linux.dev\0" "\00:1\0" "b\0" "On Wed, May 29, 2024, Yu Zhao wrote:\n" - "> On Wed, May 29, 2024 at 12:05?PM James Houghton <jthoughton@google.com> wrote:\n" + "> On Wed, May 29, 2024 at 12:05\342\200\257PM James Houghton <jthoughton@google.com> wrote:\n" "> >\n" "> > Secondary MMUs are currently consulted for access/age information at\n" "> > eviction time, but before then, we don't get accurate age information.\n" @@ -35,6 +76,11 @@ "> version.\n" "\n" "IIUC, by \"existing approach\" you mean completely ignore secondary MMUs that don't\n" - implement a lockless walk? + "implement a lockless walk?\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -6362efc022cb093fe659dd47047c8ca1d4d69d30c32570900b4e4018a047fe6e +6276e983b8076b39bf5f5ab3438d3cb74438d652c1a9f401a1823a2407b3293a
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.