~pearlteam/ubuntu/+source/linux/+git/zesty:pearl-4.10.0-21.23

Last commit made on 2017-05-16
Get this branch:
git clone -b pearl-4.10.0-21.23 https://git.launchpad.net/~pearlteam/ubuntu/+source/linux/+git/zesty
Members of The Pearl Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
pearl-4.10.0-21.23
Repository:
lp:~pearlteam/ubuntu/+source/linux/+git/zesty

Recent commits

ef5f169... by dann frazier

UBUNTU: Ubuntu-4.10.0-21.23.23+pearl.2

Signed-off-by: dann frazier <email address hidden>

3bc28e1... by anurupvasu

UBUNTU: SAUCE: dts: arm64: hip07: Add Hisilicon SoC PMU support

Add nodes for djtag, L3 cache and MN to support uncore events.

Signed-off-by: Anurup M <email address hidden>
(v7 submission)

003c6e9... by Shaokun Zhang <email address hidden>

UBUNTU: SAUCE: drivers: perf: hisi: Miscellanous node(MN) event counting in perf

1. Add support to count MN hardware events.
2. Mn events are listed in sysfs at /sys/devices/hisi_mn_2/events/
   The events can be selected as shown in perf list
   e.g.: For MN_READ_REQUEST event for Super CPU cluster 2 the
   event format is -e "hisi_mn_2/read_req/"
3. MN PMU doesnot support counter overflow IRQ in HiP05/06/07, So
   use hrtimer to poll and avoid counter overflow.

Signed-off-by: Shaokun Zhang <email address hidden>
Signed-off-by: Dikshit N <email address hidden>
Signed-off-by: Anurup M <email address hidden>
(v7 submission)

2e43def... by anurupvasu

UBUNTU: SAUCE: drivers: perf: hisi: Add support for Hisilicon SoC event counters

1. HiP05/06/07 uncore PMU to support different hardware event counters.
2. Hisilicon PMU shall use the DJTAG hardware interface to access
   hardware event counters and configuration register.
3. Routines to enable/disable/add/del/start/stop hardware event counting.
4. Add support to count L3 cache hardware events. Each L3 cache banks will
   be registered as separate PMU with perf.
5. L3C events will be listed at /sys/devices/hisi_l3cX_Y/events/
6. L3C PMU in HiP05/06/07 does not support counter overflow IRQ. So hrtimer
   is used to poll and avoid overflow.

Signed-off-by: Anurup M <email address hidden>
Signed-off-by: Shaokun Zhang <email address hidden>
Signed-off-by: John Garry <email address hidden>
(v7 submission)

6fa46ef... by Tan Xiaojun <email address hidden>

UBUNTU: SAUCE: drivers: perf: hisi: Add support for Hisilicon Djtag driver

The Hisilicon Djtag is an independent component which connects
with some other components in the SoC by Debug Bus. This driver
can be configured to access the registers of connecting components
(like L3 cache) during real time debugging.

Signed-off-by: Tan Xiaojun <email address hidden>
Signed-off-by: John Garry <email address hidden>
Signed-off-by: Anurup M <email address hidden>
(v7 submission)

899fae8... by anurupvasu

UBUNTU: SAUCE: drivers: perf: hisi: Update Kconfig for Hisilicon PMU support

Update Kconfig for HiP05/06/07 PMU support.

Signed-off-by: Anurup M <email address hidden>
Signed-off-by: Shaokun Zhang <email address hidden>
Signed-off-by: John Garry <email address hidden>
(v7 submission)

fe1d361... by dann frazier

UBUNTU: [Config] CONFIG_HISI_PMU=y

Signed-off-by: dann frazier <email address hidden>

f4ffd71... by anurupvasu

UBUNTU: SAUCE: Documentation: perf: hisi: Documentation for HiP05/06/07 PMU event counting.

Documentation for perf usage and Hisilicon SoC PMU uncore events.
The Hisilicon SOC has event counters for hardware modules like
L3 cache, Miscellaneous node etc. These events are all uncore.

Signed-off-by: Anurup M <email address hidden>
Signed-off-by: Shaokun Zhang <email address hidden>
(v7 submission)

c4c0182... by anurupvasu

UBUNTU: SAUCE: dt-bindings: perf: hisi: Add Devicetree bindings for Hisilicon SoC PMU

1) Device tree bindings for Hisilicon SoC PMU.
2) Add example for Hisilicon L3 cache and MN PMU.
3) Add child nodes of L3C and MN in djtag bindings example.

Signed-off-by: Anurup M <email address hidden>
Signed-off-by: Shaokun Zhang <email address hidden>
(v7 submission)

0047cae... by Tan Xiaojun <email address hidden>

UBUNTU: SAUCE: dt-bindings: hisi: Add Hisilicon HiP05/06/07 Djtag dts bindings

Add Hisilicon HiP05/06/07 Djtag dts bindings for CPU and IO Die

Signed-off-by: Tan Xiaojun <email address hidden>
Signed-off-by: Anurup M <email address hidden>
Acked-by: Rob Herring <email address hidden>
(v7 submission)