<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/virt/tegra/userspace_ivc_mempool.c, branch rtss22-ae</title>
<subtitle>NVIDIA's kernel modules to support tegra chips (used in Jetson boards)</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/'/>
<entry>
<title>include: uapi: move nvhvivc_mempool_ioctl.h file</title>
<updated>2019-05-03T20:42:39+00:00</updated>
<author>
<name>Anuj Gangwar</name>
<email>anujg@nvidia.com</email>
</author>
<published>2019-02-28T07:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=79b98b138b63dc6edd104372b3a6eb0deb976bc8'/>
<id>79b98b138b63dc6edd104372b3a6eb0deb976bc8</id>
<content type='text'>
Move nvhvivc_mempool_ioctl header file from include/linux/ to
include/uapi/linux/.

Change the path for above header in the dependent file.

Bug 2062672

Change-Id: I3120e2d5aeb61be891709dc04193a87e6784df0d
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2029838
(cherry picked from commit 7abd341a471f870a8cfac1641c0e81f91a3f8ea3)
Reviewed-on: https://git-master.nvidia.com/r/2109962
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move nvhvivc_mempool_ioctl header file from include/linux/ to
include/uapi/linux/.

Change the path for above header in the dependent file.

Bug 2062672

Change-Id: I3120e2d5aeb61be891709dc04193a87e6784df0d
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2029838
(cherry picked from commit 7abd341a471f870a8cfac1641c0e81f91a3f8ea3)
Reviewed-on: https://git-master.nvidia.com/r/2109962
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>K4.14: L+EBP : Fix compilation error</title>
<updated>2018-09-20T10:31:12+00:00</updated>
<author>
<name>Vishal Annapurve</name>
<email>vannapurve@nvidia.com</email>
</author>
<published>2018-09-12T12:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=affcfb8277b28a607cf3cd1749be1ca8b8a42d43'/>
<id>affcfb8277b28a607cf3cd1749be1ca8b8a42d43</id>
<content type='text'>
Tegra HV k4.14 build error fix in ioctl and vblk sources

bug 200386262

Change-Id: I0fc9842e72403a8ab8674e689bdad47568dc2df6
Signed-off-by: Vishal Annapurve &lt;vannapurve@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1813899
Reviewed-by: Manish Bhardwaj &lt;mbhardwaj@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: Manish Bhardwaj &lt;mbhardwaj@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tegra HV k4.14 build error fix in ioctl and vblk sources

bug 200386262

Change-Id: I0fc9842e72403a8ab8674e689bdad47568dc2df6
Signed-off-by: Vishal Annapurve &lt;vannapurve@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1813899
Reviewed-by: Manish Bhardwaj &lt;mbhardwaj@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: Manish Bhardwaj &lt;mbhardwaj@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>virt: tegra_hv: remove parameter dn from tegra_hv_mempool_reserve()</title>
<updated>2018-08-27T23:55:04+00:00</updated>
<author>
<name>Richard Zhao</name>
<email>rizhao@nvidia.com</email>
</author>
<published>2018-01-27T00:21:59+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=5f28aeac1dcfeb1d973b9ad6810ce22770e7e406'/>
<id>5f28aeac1dcfeb1d973b9ad6810ce22770e7e406</id>
<content type='text'>
Device tree node was not used by the function, so remove it to make the
function more common.

Jira EVLR-2364

Change-Id: I0888773fa584eac2c2133c73d9385b700899fdf7
Signed-off-by: Richard Zhao &lt;rizhao@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1647029
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Dennis Kou &lt;dkou@nvidia.com&gt;
Reviewed-by: Nirav Patel &lt;nipatel@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Device tree node was not used by the function, so remove it to make the
function more common.

Jira EVLR-2364

Change-Id: I0888773fa584eac2c2133c73d9385b700899fdf7
Signed-off-by: Richard Zhao &lt;rizhao@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1647029
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Dennis Kou &lt;dkou@nvidia.com&gt;
Reviewed-by: Nirav Patel &lt;nipatel@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>soc: tegra: use soc/tegra/chip-id.h for soc header</title>
<updated>2018-08-27T23:55:04+00:00</updated>
<author>
<name>Shardar Shariff Md</name>
<email>smohammed@nvidia.com</email>
</author>
<published>2017-01-19T19:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=28b49acde2e85ab29538b58d24f8e7973b718596'/>
<id>28b49acde2e85ab29538b58d24f8e7973b718596</id>
<content type='text'>
The soc tegra headers are unified and moved all the content of
linux/tegra-soc.h to the soc/tegra/chip-id.h to have the
single soc header for Tegra.

Change-Id: I8119717635823a642a08ba3e5eeed4e599f8d0df
Signed-off-by: Shardar Shariff Md &lt;smohammed@nvidia.com&gt;
Reviewed-on: http://git-master/r/1288269
(cherry picked from commit 7c1c5eecae76aad99c6d28c1a812722c8471e448)
Reviewed-on: http://git-master/r/1489076
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The soc tegra headers are unified and moved all the content of
linux/tegra-soc.h to the soc/tegra/chip-id.h to have the
single soc header for Tegra.

Change-Id: I8119717635823a642a08ba3e5eeed4e599f8d0df
Signed-off-by: Shardar Shariff Md &lt;smohammed@nvidia.com&gt;
Reviewed-on: http://git-master/r/1288269
(cherry picked from commit 7c1c5eecae76aad99c6d28c1a812722c8471e448)
Reviewed-on: http://git-master/r/1489076
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: ivc: exit init if not hypervisor mode</title>
<updated>2018-08-27T23:55:04+00:00</updated>
<author>
<name>John Moser</name>
<email>jmoser@nvidia.com</email>
</author>
<published>2016-11-19T22:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=14297a43c7d3d85c43a493738c8e41abfcfda99d'/>
<id>14297a43c7d3d85c43a493738c8e41abfcfda99d</id>
<content type='text'>
Add platform hypervisor mode check during driver initialization and
exit is not enabled.

Add tag to all debug output to identify ivc mempool output in the
debug log.

Bug 200249255

Change-Id: Ic0749ac7fec3dab0e64f5515eff75e62d4ac4dc2
Signed-off-by: John Moser &lt;jmoser@nvidia.com&gt;
Reviewed-on: http://git-master/r/1256802
(cherry picked from commit b7d39ad9d199463a65d6502d63228be67fa1a455)
Reviewed-on: http://git-master/r/1489075
Tested-by: Haley Teng &lt;hteng@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add platform hypervisor mode check during driver initialization and
exit is not enabled.

Add tag to all debug output to identify ivc mempool output in the
debug log.

Bug 200249255

Change-Id: Ic0749ac7fec3dab0e64f5515eff75e62d4ac4dc2
Signed-off-by: John Moser &lt;jmoser@nvidia.com&gt;
Reviewed-on: http://git-master/r/1256802
(cherry picked from commit b7d39ad9d199463a65d6502d63228be67fa1a455)
Reviewed-on: http://git-master/r/1489075
Tested-by: Haley Teng &lt;hteng@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: ivc: add ivc mempool kernel driver</title>
<updated>2018-08-27T23:55:04+00:00</updated>
<author>
<name>John Moser</name>
<email>jmoser@nvidia.com</email>
</author>
<published>2016-09-16T00:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=ce80f21af85e733d2c9b4cc57fd64ca7dbf47d29'/>
<id>ce80f21af85e733d2c9b4cc57fd64ca7dbf47d29</id>
<content type='text'>
This check-in adds an ivc mempool companion driver
required by the userspace ivc library. The driver
implements mempool support services that cannot be
implemented inside lower-privileged userspace code, e.g.
mapping ivc mempool memory to user-space.

Jira VFND-2036

Change-Id: Ic85dbced933095b8de4ac0cb86b09e311e3b2a2e
Signed-off-by: John Moser &lt;jmoser@nvidia.com&gt;
Reviewed-on: http://git-master/r/1221653
Reviewed-on: http://git-master/r/1245385
(cherry picked from commit 774439a50ac9d3c48e832b252b8e3b1f47a9acb1)
Reviewed-on: http://git-master/r/1489074
Tested-by: Haley Teng &lt;hteng@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This check-in adds an ivc mempool companion driver
required by the userspace ivc library. The driver
implements mempool support services that cannot be
implemented inside lower-privileged userspace code, e.g.
mapping ivc mempool memory to user-space.

Jira VFND-2036

Change-Id: Ic85dbced933095b8de4ac0cb86b09e311e3b2a2e
Signed-off-by: John Moser &lt;jmoser@nvidia.com&gt;
Reviewed-on: http://git-master/r/1221653
Reviewed-on: http://git-master/r/1245385
(cherry picked from commit 774439a50ac9d3c48e832b252b8e3b1f47a9acb1)
Reviewed-on: http://git-master/r/1489074
Tested-by: Haley Teng &lt;hteng@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
