lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241206112812.32618-1-zhangzekun11@huawei.com>
Date: Fri, 6 Dec 2024 19:28:10 +0800
From: Zhang Zekun <zhangzekun11@...wei.com>
To: <xuwei5@...ilicon.com>, <lihuisong@...wei.com>,
	<Jonathan.Cameron@...wei.com>
CC: <linux-kernel@...r.kernel.org>, <liuyongqiang13@...wei.com>,
	<zhangzekun11@...wei.com>
Subject: [PATCH 0/2] soc: hisilicon: Add power control support for kunpeng HBM

Add power control support for High Bandwidth Memory (HBM) for Kunpeng SoC
platform. HBM devices on Kunpeng SoC can provide higher bandwidth at the
cost of higher power consumption. Providing power control methods can help
reducing the power when the workload does not need use HBM.

Zhang Zekun (2):
  soc: hisilicon: kunpeng_hbmdev: Add support for controling the power
    of hbm memory
  soc: hisilicon: kunpeng_hbmcache: Add support for online and offline
    the hbm cache

 MAINTAINERS                              |   7 +
 drivers/soc/hisilicon/Kconfig            |  23 +++
 drivers/soc/hisilicon/Makefile           |   2 +
 drivers/soc/hisilicon/kunpeng_hbm.h      |  31 ++++
 drivers/soc/hisilicon/kunpeng_hbmcache.c | 136 +++++++++++++++
 drivers/soc/hisilicon/kunpeng_hbmdev.c   | 210 +++++++++++++++++++++++
 6 files changed, 409 insertions(+)
 create mode 100644 drivers/soc/hisilicon/kunpeng_hbm.h
 create mode 100644 drivers/soc/hisilicon/kunpeng_hbmcache.c
 create mode 100644 drivers/soc/hisilicon/kunpeng_hbmdev.c

-- 
2.17.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ