On Sat, 30 Jan 2016 21:53:53 +0100
Peter Loeffler wrote:
> cor...@lwn.net told me that these regression postings haven't happened for
> several years. So i think we can remove it.
I reckon we can. But...
> Signed-off-by: Peter Loeffler
> ---
> Documentation/HOWTO | 7 +--
> 1 file change
Added rdma cgroup controller that does accounting, limit enforcement
on rdma/IB verbs and hw resources.
Added rdma cgroup header file which defines its APIs to perform
charing/uncharing functionality and device registration which will
participate in controller functions of accounting and limit
enf
Added support APIs for IB core to register/unregister every RDMA device
with rdma cgroup for tracking verbs and hw resources.
IB core registers with rdma cgroup controller and also defines resources
that can be accounted.
Added support APIs for uverbs layer to make use of rdma controller.
Added uve
Added documentation for rdma controller to use in v1 mode and
using new unified hirerchy mode v2.
Signed-off-by: Parav Pandit
---
Documentation/cgroup-v1/rdma.txt | 117 +++
Documentation/cgroup-v2.txt | 43 ++
2 files changed, 160 insertions
This patchset adds support for RDMA cgroup by addressing review comments
of [2], [1] and by implementing published RFC [3].
Overview:
Currently user space applications can easily take away all the rdma
device specific resources such as AH, CQ, QP, MR etc. Due to which other
applications in other c
Hi Parav,
[auto build test ERROR on cgroup/for-next]
[also build test ERROR on v4.5-rc1 next-20160129]
[if your patch is applied to the wrong git tree, please drop us a note to help
improving the system]
url:
https://github.com/0day-ci/linux/commits/Parav-Pandit/rdmacg-IB-core-rdma-controlle
Hi Parav,
[auto build test ERROR on cgroup/for-next]
[cannot apply to v4.5-rc1 next-20160129]
[if your patch is applied to the wrong git tree, please drop us a note to help
improving the system]
url:
https://github.com/0day-ci/linux/commits/Parav-Pandit/rdmacg-IB-core-rdma-controller-support
Hi Parav,
[auto build test ERROR on cgroup/for-next]
[also build test ERROR on v4.5-rc1 next-20160129]
[if your patch is applied to the wrong git tree, please drop us a note to help
improving the system]
url:
https://github.com/0day-ci/linux/commits/Parav-Pandit/rdmacg-IB-core-rdma-controlle
kernel/cgroup_rdma.c:787:2-3: Unneeded semicolon
kernel/cgroup_rdma.c:611:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Parav Pandit
Signed-off-by: Fengguang Wu
---
cgroup_rdma.c |4 ++--
1 file changed, 2 insertions(+), 2
Hi Parav,
[auto build test ERROR on cgroup/for-next]
[also build test ERROR on v4.5-rc1 next-20160129]
[if your patch is applied to the wrong git tree, please drop us a note to help
improving the system]
url:
https://github.com/0day-ci/linux/commits/Parav-Pandit/rdmacg-IB-core-rdma-controlle
Added rdma cgroup controller that does accounting, limit enforcement
on rdma/IB verbs and hw resources.
Added rdma cgroup header file which defines its APIs to perform
charing/uncharing functionality and device registration which will
participate in controller functions of accounting and limit
enf
Added documentation for rdma controller to use in v1 mode and
using new unified hirerchy mode v2.
Signed-off-by: Parav Pandit
---
Documentation/cgroup-v1/rdma.txt | 117 +++
Documentation/cgroup-v2.txt | 43 ++
2 files changed, 160 insertions
Added support APIs for IB core to register/unregister every RDMA device
with rdma cgroup for tracking verbs and hw resources.
IB core registers with rdma cgroup controller and also defines resources
that can be accounted.
Added support APIs for uverbs layer to make use of rdma controller.
Added uve
This patchset adds support for RDMA cgroup by addressing review comments
of [2], [1] and by implementing published RFC [3].
Overview:
Currently user space applications can easily take away all the rdma
device specific resources such as AH, CQ, QP, MR etc. Due to which other
applications in other c
On Fri, Jan 29, 2016 at 01:18:05PM -0500, Chris Metcalf wrote:
> On 01/27/2016 07:28 PM, Frederic Weisbecker wrote:
> >On Tue, Jan 19, 2016 at 03:45:04PM -0500, Chris Metcalf wrote:
> >>You asked what happens if nohz_full= is given as well, which is a very
> >>good question. Perhaps the right answ
cor...@lwn.net told me that these regression postings haven't happened for
several years. So i think we can remove it.
Signed-off-by: Peter Loeffler
---
Documentation/HOWTO | 7 +--
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/Documentation/HOWTO b/Documentation/HOWTO
index d
Hi Tejun,
On Sun, Jan 31, 2016 at 12:00 AM, Tejun Heo wrote:
> Hello,
>
> On Sat, Jan 30, 2016 at 08:53:05PM +0530, Parav Pandit wrote:
>> +#ifdef CONFIG_CGROUP_RDMA
>> +#define RDMACG_MAX_RESOURCE_INDEX (64)
>
> The list of resources are known at compile time. Why is this separate
> fixed numbe
Hello,
On Sat, Jan 30, 2016 at 08:53:05PM +0530, Parav Pandit wrote:
> +#ifdef CONFIG_CGROUP_RDMA
> +#define RDMACG_MAX_RESOURCE_INDEX (64)
The list of resources are known at compile time. Why is this separate
fixed number necessary?
> +struct match_token;
There's no circular dependency issue
Added rdma cgroup controller that does accounting, limit enforcement
on rdma/IB verbs and hw resources.
Added rdma cgroup header file which defines its APIs to perform
charing/uncharing functionality and device registration which will
participate in controller functions of accounting and limit
enf
- Added support APIs for IB core to register/unregister every RDMA device
with rdma cgroup for tracking verbs and hw resources.
- IB core registers with rdma cgroup controller and also defines resources
that can be accounted.
- Added support APIs for uverbs layer to make use of rdma controller.
- A
This patchset adds support for RDMA cgroup by addressing review comments
of [2], [1] and by implementing published RFC [3].
Overview:
Currently user space applications can easily take away all the rdma
device specific resources such as AH, CQ, QP, MR etc. Due to which other
applications in other c
Added documentation for rdma controller to use in v1 mode and
using new unified hirerchy mode v2.
Signed-off-by: Parav Pandit
---
Documentation/cgroup-v1/rdma.txt | 122 +++
Documentation/cgroup-v2.txt | 43 ++
2 files changed, 165 insertions
ed to the wrong git tree, please drop us a note to
> help improving the system]
>
> url:
> https://github.com/0day-ci/linux/commits/Parav-Pandit/rdma-controller-support/20160130-194534
> base: https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-next
> config:
Hi Parav,
[auto build test ERROR on cgroup/for-next]
[cannot apply to v4.5-rc1 next-20160129]
[if your patch is applied to the wrong git tree, please drop us a note to help
improving the system]
url:
https://github.com/0day-ci/linux/commits/Parav-Pandit/rdma-controller-support/20160130
Added support APIs for IB core to register/unregister every RDMA device
with rdma cgroup for tracking verbs and hw resources.
IB core registers with rdma cgroup controller and also defines resources
that can be accounted.
Added support APIs for uverbs layer to make use of rdma controller.
Added uv
Added rdma cgroup controller that does accounting, limit enforcement
on rdma/IB verbs and hw resources.
Added rdma cgroup header file which defines its APIs to perform
charing/uncharing functionality and device registration which will
participate in controller functions of accounting and limit
enf
Added documentation for rdma controller to use in legacy mode and
using new unified hirerchy.
Signed-off-by: Parav Pandit
---
Documentation/cgroup-v1/rdma.txt | 122 +++
Documentation/cgroup-v2.txt | 43 ++
2 files changed, 165 insertions(+)
This patchset adds support for RDMA cgroup by addressing review comments
of [2], [1] and by implementing published RFC [3].
Overview:
Currently user space applications can easily take away all the rdma
device specific resources such as AH, CQ, QP, MR etc. Due to which other
applications in other c
On Sat, Jan 30, 2016 at 11:56 AM, Xinliang Liu wrote:
> This patch cleans up the Makefile of drm root directory.
> Make core and device drivers configuration list sorted Alphabetically.
>
> Signed-off-by: Xinliang Liu
> Reviewed-by: Xinwei Kong
> Reviewed-by: Yifan Liu
> ---
> drivers/gpu/drm/
This patch cleans up the Makefile of drm root directory.
Make core and device drivers configuration list sorted Alphabetically.
Signed-off-by: Xinliang Liu
Reviewed-by: Xinwei Kong
Reviewed-by: Yifan Liu
---
drivers/gpu/drm/Makefile | 102 ---
1 file
Add maintainer and reviewer for hisilicon DRM driver.
Signed-off-by: Xinliang Liu
---
MAINTAINERS | 9 +
1 file changed, 9 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 30aca4aa5467..92353c6afc66 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3777,6 +3777,15 @@ S: Mai
Add support for external HDMI bridge.
Signed-off-by: Xinliang Liu
v3:
- Fix a typo: s/exteranl/external.
v2:
- Remove abtraction layer.
---
drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c | 52
1 file changed, 52 insertions(+)
diff --git a/drivers/gpu/drm/hisilicon/k
Add DesignWare dsi host driver for hi6220 SoC.
Signed-off-by: Xinliang Liu
v3: None.
v2:
- Remove abtraction layer.
---
drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c | 50
1 file changed, 50 insertions(+)
diff --git a/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c
b
Add cma Fbdev, Fbdev is legency and optional, you can enable/disable it by
configuring DRM_FBDEV_EMULATION.
Add hotplug.
Signed-off-by: Xinliang Liu
v3: None
v2:
- Use CONFIG_DRM_FBDEV_EMULATION instead of CONFIG_DRM_HISI_FBDEV.
---
drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c | 34
Add DesignWare MIPI DSI Host Controller v1.02 encoder driver
for hi6220 SoC.
Signed-off-by: Andy Green
Signed-off-by: Xinwei Kong
Signed-off-by: Xinliang Liu
v3:
- Rename file name to dw_drm_dsi.c
- Make encoder type as DRM_MODE_ENCODER_DSI.
- A few cleanup.
v2:
- Remove abtraction layer.
---
Add vblank irq handle.
Signed-off-by: Xinliang Liu
v3:
- Remove hisi_get_crtc_from_index func.
- A few cleanup.
v2:
- Remove abtraction layer.
---
drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | 62 +
drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c | 14 +-
2 file
Add plane funcs and helper funcs for ADE.
Signed-off-by: Xinliang Liu
v3:
- A few cleanup.
v2:
- Remove abtraction layer.
---
drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | 535 +++-
1 file changed, 534 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/hisilicon
Add crtc funcs and helper funcs for ADE.
Signed-off-by: Xinwei Kong
Signed-off-by: Xinliang Liu
v3:
- Make ade as the master driver.
- Use port to connect with encoder.
- A few cleanup.
v2:
- Remove abtraction layer.
---
drivers/gpu/drm/hisilicon/kirin/Makefile| 3 +-
drivers/gpu/dr
Add kirin DRM master driver for hi6220 SoC which used in HiKey board.
Add dumb buffer feature.
Add prime dmabuf feature.
Signed-off-by: Xinwei Kong
Signed-off-by: Xinliang Liu
v3:
- Move and rename all the files to kirin sub-directory.
So that we could separate different seires SoCs' driver.
Add ADE display controller binding doc.
Add DesignWare DSI Host Controller v1.20a binding doc.
Signed-off-by: Xinliang Liu
v3:
- Make ade as the drm master node.
- Use assigned-clocks to set clock rate.
- Use ports to connect display relavant nodes.
v2:
- Move dt binding docs to bindings/display
This patch set adds a new drm driver for HiSilicon Kirin hi6220 SoC.
Current testing and support board is Hikey board which is one of Linaro
96boards. It is an arm64 open source board. For more information about
this board, please access https://www.96boards.org.
Hardware Detail
---
41 matches
Mail list logo