<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/net/can/nvsec, branch gpu-paging</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>kernel:nvidia:devices:disable nvseccan debug</title>
<updated>2018-07-09T12:10:34+00:00</updated>
<author>
<name>Yong Zhang</name>
<email>yongz@nvidia.com</email>
</author>
<published>2018-07-05T10:07: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=16380577990fe76ac47497f7da0fd26a74473347'/>
<id>16380577990fe76ac47497f7da0fd26a74473347</id>
<content type='text'>
remove the debug message from the virtual
CAN drive

Bug 200415395

Change-Id: I469b1f8a9797eaac079700dc0f3f2db49d6c6207
Signed-off-by: Yong Zhang &lt;yongz@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1771407
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bitan Biswas &lt;bbiswas@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>
remove the debug message from the virtual
CAN drive

Bug 200415395

Change-Id: I469b1f8a9797eaac079700dc0f3f2db49d6c6207
Signed-off-by: Yong Zhang &lt;yongz@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1771407
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bitan Biswas &lt;bbiswas@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>nvidia: use kernel overlay features</title>
<updated>2017-10-29T18:00:42+00:00</updated>
<author>
<name>Stephen Warren</name>
<email>swarren@nvidia.com</email>
</author>
<published>2017-09-14T16:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=20bb0324e532863cafc5dc41e8cd5a6ec28413d8'/>
<id>20bb0324e532863cafc5dc41e8cd5a6ec28413d8</id>
<content type='text'>
Update all Kconfig files and Makefiles to rely on the kernel overlay
feature. In particular, don't include any Kconfig files or Makefiles
from other overlays. -I directives in CFLAGS are not yet cleaned up.

Bug 1978395

Change-Id: I425d37d55f8ea61fb3a082a1504f994ff30cec03
Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1561187
Reviewed-by: Terje Bergstrom &lt;tbergstrom@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
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>
Update all Kconfig files and Makefiles to rely on the kernel overlay
feature. In particular, don't include any Kconfig files or Makefiles
from other overlays. -I directives in CFLAGS are not yet cleaned up.

Bug 1978395

Change-Id: I425d37d55f8ea61fb3a082a1504f994ff30cec03
Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1561187
Reviewed-by: Terje Bergstrom &lt;tbergstrom@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
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>kernel:nvidia:driver: move virtual CAN driver out</title>
<updated>2017-08-22T05:35:13+00:00</updated>
<author>
<name>Yong Zhang</name>
<email>yongz@nvidia.com</email>
</author>
<published>2017-08-10T10:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=17279b9a8c374dce322f632511ffb2aff9997f8f'/>
<id>17279b9a8c374dce322f632511ffb2aff9997f8f</id>
<content type='text'>
hypervisor security virtual CAN driver
This is to move the driver out of core kernel
it was in core pre kernel-4.9

Jira MAKO-463
Jira MAKO-212
bug 1825351

Signed-off-by: Yong Zhang  &lt;yongz@nvidia.com&gt;
Change-Id: I369e04c991fe7a0bbbfc1b3c140b75fde7a9d735
Reviewed-on: https://git-master.nvidia.com/r/1536632
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
hypervisor security virtual CAN driver
This is to move the driver out of core kernel
it was in core pre kernel-4.9

Jira MAKO-463
Jira MAKO-212
bug 1825351

Signed-off-by: Yong Zhang  &lt;yongz@nvidia.com&gt;
Change-Id: I369e04c991fe7a0bbbfc1b3c140b75fde7a9d735
Reviewed-on: https://git-master.nvidia.com/r/1536632
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
