diff for duplicates of <20160419103510.GA5499@wintermute> diff --git a/a/1.txt b/N1/1.txt index b405487..b454151 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -39,29 +39,29 @@ On Mon, Apr 04, 2016 at 01:03:13PM +0200, Jan Glauber wrote: > ------------------------------------------------- > > 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 553b478..12e4827 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,12 @@ "ref\0cover.1457539621.git.jglauber@cavium.com\0" "ref\0CAEiAFz3eCsX3VoNus_Rq+En5zuB8fAxNCbC3ktw2NqLKwC=_kA@mail.gmail.com\0" - "From\0jglauber@cavium.com (Jan Glauber)\0" - "Subject\0[PATCH v2 0/5] Cavium ThunderX uncore PMU support\0" + "From\0Jan Glauber <jglauber@cavium.com>\0" + "Subject\0Re: [PATCH v2 0/5] Cavium ThunderX uncore PMU support\0" "Date\0Tue, 19 Apr 2016 12:35:10 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Mark Rutland <mark.rutland@arm.com>" + " Will Deacon <will.deacon@arm.com>\0" + "Cc\0linux-kernel@vger.kernel.org" + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Mark,\n" @@ -47,29 +50,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" @@ -77,4 +80,4 @@ "> \n" > -3f58effe96a1df6811fc2684b61657ab71f00d4a4467656091506c97a333d803 +909a64acdf7c8b4d46e919b971f0c457c72762cc2349ce6bd84ca3b49195c5e7
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.