<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/crypto/qat, branch v4.11.5</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v4.11.5</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v4.11.5'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2016-12-30T11:52:36+00:00</updated>
<entry>
<title>crypto: qat - increase number of supported devices</title>
<updated>2016-12-30T11:52:36+00:00</updated>
<author>
<name>Xin Zeng</name>
<email>xin.zeng@intel.com</email>
</author>
<published>2016-12-22T15:01:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1043c5146877ea48e4c8569a1c7931e1bfb6acb5'/>
<id>urn:sha1:1043c5146877ea48e4c8569a1c7931e1bfb6acb5</id>
<content type='text'>
The unsigned long type for init_status and start_status in
service_hndl are not long enough to represent more than 64
acceleration devices. Use an array instead.

Signed-off-by: Xin Zeng &lt;xin.zeng@intel.com&gt;
Signed-off-by: Giovanni Cabiddu &lt;giovanni.cabiddu@intel.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: qat - modify format of dev top level debugfs entries</title>
<updated>2016-12-30T11:52:34+00:00</updated>
<author>
<name>Pablo Marcos Oltra</name>
<email>pablo.marcos.oltra@intel.com</email>
</author>
<published>2016-12-22T15:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=21aad0b6ca4d203b2486dfbf97921a2ecd768bcc'/>
<id>urn:sha1:21aad0b6ca4d203b2486dfbf97921a2ecd768bcc</id>
<content type='text'>
Remove leading zeros in pci function number to be consistent
with output from lspci.

Signed-off-by: Pablo Marcos Oltra &lt;pablo.marcos.oltra@intel.com&gt;
Signed-off-by: Giovanni Cabiddu &lt;giovanni.cabiddu@intel.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: qat - zero esram only for DH85x devices</title>
<updated>2016-12-30T11:52:28+00:00</updated>
<author>
<name>Giovanni Cabiddu</name>
<email>giovanni.cabiddu@intel.com</email>
</author>
<published>2016-12-22T15:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=841d6d10b38a2508c640ce7784bad825e2d76fe8'/>
<id>urn:sha1:841d6d10b38a2508c640ce7784bad825e2d76fe8</id>
<content type='text'>
Zero embedded ram in DH85x devices. This is not
needed for newer generations as it is done by HW.

Signed-off-by: Giovanni Cabiddu &lt;giovanni.cabiddu@intel.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: qat - fix bar discovery for c62x</title>
<updated>2016-12-30T11:52:27+00:00</updated>
<author>
<name>Giovanni Cabiddu</name>
<email>giovanni.cabiddu@intel.com</email>
</author>
<published>2016-12-22T15:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=4f78ce870a4da0cf4db265ec4fd31eb4fb7f9c57'/>
<id>urn:sha1:4f78ce870a4da0cf4db265ec4fd31eb4fb7f9c57</id>
<content type='text'>
Some accelerators of the c62x series have only two bars.
This patch skips BAR0 if the accelerator does not have it.

Signed-off-by: Giovanni Cabiddu &lt;giovanni.cabiddu@intel.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: qat - replace hardcoded BIT(0) in vf_isr</title>
<updated>2016-12-30T11:52:24+00:00</updated>
<author>
<name>Giovanni Cabiddu</name>
<email>giovanni.cabiddu@intel.com</email>
</author>
<published>2016-12-22T14:59:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ac6d9a2cec195a7778e013f405cfb86c1dd244a7'/>
<id>urn:sha1:ac6d9a2cec195a7778e013f405cfb86c1dd244a7</id>
<content type='text'>
Replace BIT(0) macro with proper definition in pf2vf path

Signed-off-by: Giovanni Cabiddu &lt;giovanni.cabiddu@intel.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: qat - fix comments describing adf_disable_sriov()</title>
<updated>2016-12-30T11:52:23+00:00</updated>
<author>
<name>Ahsan Atta</name>
<email>ahsan.atta@intel.com</email>
</author>
<published>2016-12-22T14:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=aebeff888256a8c6915c8f264746aa721487183c'/>
<id>urn:sha1:aebeff888256a8c6915c8f264746aa721487183c</id>
<content type='text'>
Signed-off-by: Ahsan Atta &lt;ahsan.atta@intel.com&gt;
Signed-off-by: Giovanni Cabiddu &lt;giovanni.cabiddu@intel.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: qat - fix indentation</title>
<updated>2016-12-30T11:52:20+00:00</updated>
<author>
<name>Ahsan Atta</name>
<email>ahsan.atta@intel.com</email>
</author>
<published>2016-12-22T14:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=0a3b1abedf265fe524dd19be39c85ba8af5e2bc6'/>
<id>urn:sha1:0a3b1abedf265fe524dd19be39c85ba8af5e2bc6</id>
<content type='text'>
Signed-off-by: Ahsan Atta &lt;ahsan.atta@intel.com&gt;
Signed-off-by: Giovanni Cabiddu &lt;giovanni.cabiddu@intel.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6</title>
<updated>2016-10-10T03:19:47+00:00</updated>
<author>
<name>Herbert Xu</name>
<email>herbert@gondor.apana.org.au</email>
</author>
<published>2016-10-10T03:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c3afafa47898e34eb49828ec4ac92bcdc81c8f0c'/>
<id>urn:sha1:c3afafa47898e34eb49828ec4ac92bcdc81c8f0c</id>
<content type='text'>
Merge the crypto tree to pull in vmx ghash fix.
</content>
</entry>
<entry>
<title>crypto: qat - fix leak on error path</title>
<updated>2016-09-13T12:27:22+00:00</updated>
<author>
<name>Giovanni Cabiddu</name>
<email>giovanni.cabiddu@intel.com</email>
</author>
<published>2016-09-06T10:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=378bc4ed74a6c30c25012935c7af175501dda374'/>
<id>urn:sha1:378bc4ed74a6c30c25012935c7af175501dda374</id>
<content type='text'>
Fix a memory leak in an error path in uc loader.

Signed-off-by: Giovanni Cabiddu &lt;giovanni.cabiddu@intel.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: qat - fix incorrect accelerator mask for C3X devices</title>
<updated>2016-09-07T13:08:25+00:00</updated>
<author>
<name>Maksim Lukoshkov</name>
<email>maksim.lukoshkov@intel.com</email>
</author>
<published>2016-08-30T17:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1548a37da044aa123492638e61283a23cb4b475d'/>
<id>urn:sha1:1548a37da044aa123492638e61283a23cb4b475d</id>
<content type='text'>
Fix incorrect value of ADF_C3XXX_ACCELERATORS_MASK.

Signed-off-by: Maksim Lukoshkov &lt;maksim.lukoshkov@intel.com&gt;
Signed-off-by: Giovanni Cabiddu &lt;giovanni.cabiddu@intel.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
</feed>
