diff for duplicates of <20160419160350.GE20991@leverpostej> diff --git a/a/1.txt b/N1/1.txt index bdc8fa4..0e5f5d1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -55,29 +55,29 @@ Mark. > > ------------------------------------------------- > > > > Jan Glauber (5): -> > ? arm64/perf: Basic uncore counter support for Cavium ThunderX -> > ? arm64/perf: Cavium ThunderX L2C TAD uncore support -> > ? arm64/perf: Cavium ThunderX L2C CBC uncore support -> > ? arm64/perf: Cavium ThunderX LMC uncore support -> > ? arm64/perf: Cavium ThunderX OCX TLK uncore support +> > arm64/perf: Basic uncore counter support for Cavium ThunderX +> > arm64/perf: Cavium ThunderX L2C TAD uncore support +> > arm64/perf: Cavium ThunderX L2C CBC uncore support +> > arm64/perf: Cavium ThunderX LMC uncore support +> > arm64/perf: Cavium ThunderX OCX TLK uncore support > > -> > ?drivers/perf/Makefile? ? ? ? ? ? ? ? ? ? ? ?|? ?1 + -> > ?drivers/perf/uncore/Makefile? ? ? ? ? ? ? ? |? ?5 + -> > ?drivers/perf/uncore/uncore_cavium.c? ? ? ? ?| 314 +++++++++++++++ -> > ?drivers/perf/uncore/uncore_cavium.h? ? ? ? ?|? 95 +++++ -> > ?drivers/perf/uncore/uncore_cavium_l2c_cbc.c | 237 +++++++++++ -> > ?drivers/perf/uncore/uncore_cavium_l2c_tad.c | 600 +> > drivers/perf/Makefile | 1 + +> > drivers/perf/uncore/Makefile | 5 + +> > drivers/perf/uncore/uncore_cavium.c | 314 +++++++++++++++ +> > drivers/perf/uncore/uncore_cavium.h | 95 +++++ +> > drivers/perf/uncore/uncore_cavium_l2c_cbc.c | 237 +++++++++++ +> > drivers/perf/uncore/uncore_cavium_l2c_tad.c | 600 > > ++++++++++++++++++++++++++++ -> > ?drivers/perf/uncore/uncore_cavium_lmc.c? ? ?| 196 +++++++++ -> > ?drivers/perf/uncore/uncore_cavium_ocx_tlk.c | 380 ++++++++++++++++++ -> > ?8 files changed, 1828 insertions(+) -> > ?create mode 100644 drivers/perf/uncore/Makefile -> > ?create mode 100644 drivers/perf/uncore/uncore_cavium.c -> > ?create mode 100644 drivers/perf/uncore/uncore_cavium.h -> > ?create mode 100644 drivers/perf/uncore/uncore_cavium_l2c_cbc.c -> > ?create mode 100644 drivers/perf/uncore/uncore_cavium_l2c_tad.c -> > ?create mode 100644 drivers/perf/uncore/uncore_cavium_lmc.c -> > ?create mode 100644 drivers/perf/uncore/uncore_cavium_ocx_tlk.c +> > drivers/perf/uncore/uncore_cavium_lmc.c | 196 +++++++++ +> > drivers/perf/uncore/uncore_cavium_ocx_tlk.c | 380 ++++++++++++++++++ +> > 8 files changed, 1828 insertions(+) +> > create mode 100644 drivers/perf/uncore/Makefile +> > create mode 100644 drivers/perf/uncore/uncore_cavium.c +> > create mode 100644 drivers/perf/uncore/uncore_cavium.h +> > create mode 100644 drivers/perf/uncore/uncore_cavium_l2c_cbc.c +> > create mode 100644 drivers/perf/uncore/uncore_cavium_l2c_tad.c +> > create mode 100644 drivers/perf/uncore/uncore_cavium_lmc.c +> > create mode 100644 drivers/perf/uncore/uncore_cavium_ocx_tlk.c > > > > -- > > 1.9.1 diff --git a/a/content_digest b/N1/content_digest index 9afbdc6..b14b69b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,13 @@ "ref\0cover.1457539621.git.jglauber@cavium.com\0" "ref\0CAEiAFz3eCsX3VoNus_Rq+En5zuB8fAxNCbC3ktw2NqLKwC=_kA@mail.gmail.com\0" "ref\020160419103510.GA5499@wintermute\0" - "From\0mark.rutland@arm.com (Mark Rutland)\0" - "Subject\0[PATCH v2 0/5] Cavium ThunderX uncore PMU support\0" + "From\0Mark Rutland <mark.rutland@arm.com>\0" + "Subject\0Re: [PATCH v2 0/5] Cavium ThunderX uncore PMU support\0" "Date\0Tue, 19 Apr 2016 17:03:50 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jan Glauber <jglauber@cavium.com>\0" + "Cc\0Will Deacon <will.deacon@arm.com>" + linux-kernel@vger.kernel.org + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Tue, Apr 19, 2016 at 12:35:10PM +0200, Jan Glauber wrote:\n" @@ -64,29 +67,29 @@ "> > -------------------------------------------------\n" "> > \n" "> > Jan Glauber (5):\n" - "> > ? arm64/perf: Basic uncore counter support for Cavium ThunderX\n" - "> > ? arm64/perf: Cavium ThunderX L2C TAD uncore support\n" - "> > ? arm64/perf: Cavium ThunderX L2C CBC uncore support\n" - "> > ? arm64/perf: Cavium ThunderX LMC uncore support\n" - "> > ? arm64/perf: Cavium ThunderX OCX TLK uncore support\n" + "> > \302\240 arm64/perf: Basic uncore counter support for Cavium ThunderX\n" + "> > \302\240 arm64/perf: Cavium ThunderX L2C TAD uncore support\n" + "> > \302\240 arm64/perf: Cavium ThunderX L2C CBC uncore support\n" + "> > \302\240 arm64/perf: Cavium ThunderX LMC uncore support\n" + "> > \302\240 arm64/perf: Cavium ThunderX OCX TLK uncore support\n" "> > \n" - "> > ?drivers/perf/Makefile? ? ? ? ? ? ? ? ? ? ? ?|? ?1 +\n" - "> > ?drivers/perf/uncore/Makefile? ? ? ? ? ? ? ? |? ?5 +\n" - "> > ?drivers/perf/uncore/uncore_cavium.c? ? ? ? ?| 314 +++++++++++++++\n" - "> > ?drivers/perf/uncore/uncore_cavium.h? ? ? ? ?|? 95 +++++\n" - "> > ?drivers/perf/uncore/uncore_cavium_l2c_cbc.c | 237 +++++++++++\n" - "> > ?drivers/perf/uncore/uncore_cavium_l2c_tad.c | 600\n" + "> > \302\240drivers/perf/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\2401 +\n" + "> > \302\240drivers/perf/uncore/Makefile\302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 |\302\240 \302\2405 +\n" + "> > \302\240drivers/perf/uncore/uncore_cavium.c\302\240 \302\240 \302\240 \302\240 \302\240| 314 +++++++++++++++\n" + "> > \302\240drivers/perf/uncore/uncore_cavium.h\302\240 \302\240 \302\240 \302\240 \302\240|\302\240 95 +++++\n" + "> > \302\240drivers/perf/uncore/uncore_cavium_l2c_cbc.c | 237 +++++++++++\n" + "> > \302\240drivers/perf/uncore/uncore_cavium_l2c_tad.c | 600\n" "> > ++++++++++++++++++++++++++++\n" - "> > ?drivers/perf/uncore/uncore_cavium_lmc.c? ? ?| 196 +++++++++\n" - "> > ?drivers/perf/uncore/uncore_cavium_ocx_tlk.c | 380 ++++++++++++++++++\n" - "> > ?8 files changed, 1828 insertions(+)\n" - "> > ?create mode 100644 drivers/perf/uncore/Makefile\n" - "> > ?create mode 100644 drivers/perf/uncore/uncore_cavium.c\n" - "> > ?create mode 100644 drivers/perf/uncore/uncore_cavium.h\n" - "> > ?create mode 100644 drivers/perf/uncore/uncore_cavium_l2c_cbc.c\n" - "> > ?create mode 100644 drivers/perf/uncore/uncore_cavium_l2c_tad.c\n" - "> > ?create mode 100644 drivers/perf/uncore/uncore_cavium_lmc.c\n" - "> > ?create mode 100644 drivers/perf/uncore/uncore_cavium_ocx_tlk.c\n" + "> > \302\240drivers/perf/uncore/uncore_cavium_lmc.c\302\240 \302\240 \302\240| 196 +++++++++\n" + "> > \302\240drivers/perf/uncore/uncore_cavium_ocx_tlk.c | 380 ++++++++++++++++++\n" + "> > \302\2408 files changed, 1828 insertions(+)\n" + "> > \302\240create mode 100644 drivers/perf/uncore/Makefile\n" + "> > \302\240create mode 100644 drivers/perf/uncore/uncore_cavium.c\n" + "> > \302\240create mode 100644 drivers/perf/uncore/uncore_cavium.h\n" + "> > \302\240create mode 100644 drivers/perf/uncore/uncore_cavium_l2c_cbc.c\n" + "> > \302\240create mode 100644 drivers/perf/uncore/uncore_cavium_l2c_tad.c\n" + "> > \302\240create mode 100644 drivers/perf/uncore/uncore_cavium_lmc.c\n" + "> > \302\240create mode 100644 drivers/perf/uncore/uncore_cavium_ocx_tlk.c\n" "> > \n" "> > --\n" "> > 1.9.1\n" @@ -95,4 +98,4 @@ "> > \n" > -c72919ab8f7f1c6bbd9742196e01d1a5015cb5a142bab53c9c70d873b4e6a715 +5ef83dc9545d9cf4fe5d591c8952116330637dedc9864e0d95c2d554f9e14af5
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.