On 28/09/06 16:54 -0700, Andrew Morton wrote:
> On Thu, 28 Sep 2006 17:17:39 -0600
> "Jordan Crouse" <[EMAIL PROTECTED]> wrote:
>
> > Add a driver to support the AES hardware on the Geode LX processor.
>
> So... what are you planning on doing with this? Ask Linus to pull
> that git tree, or what
On Thu, 28 Sep 2006 17:17:39 -0600
"Jordan Crouse" <[EMAIL PROTECTED]> wrote:
> Add a driver to support the AES hardware on the Geode LX processor.
So... what are you planning on doing with this? Ask Linus to pull
that git tree, or what?
-
To unsubscribe from this list: send the line "unsubscrib
> Does it depend on GEODE in some fashion too?
Its only available on the Geode platform, but there is no code it needs
that is only exposed by CONFIG_MGEODE_LX elsewhere in the kernel. This is
just appears as a regular, run of the mill PCI device.
> > + spin_lock_irqsave(&lock, iflags);
> > +
On Thu, 28 Sep 2006 15:47:50 -0600
"Jordan Crouse" <[EMAIL PROTECTED]> wrote:
> > As far as I can see, register access is not protected, how can your
> > driver handle the case when dm-crypt and IPsec simultaneously try to
> > encrypt/decrypt some data, it can happen even around
> > preemt_disabl
Sigh - forgot to do an 'stg refresh' before generating the diff. This one
actually compiles.
Jordan
--
Jordan Crouse
Senior Linux Engineer
Advanced Micro Devices, Inc.
[PATCH] crypto: Add support for the Geode LX AES hardware
This adds support for the AES engine on the Geode LX processor.
Si
> As far as I can see, register access is not protected, how can your
> driver handle the case when dm-crypt and IPsec simultaneously try to
> encrypt/decrypt some data, it can happen even around
> preemt_disable/enable calls and actually crypto processing can happen
> in interrupt context too (a
> As far as I can see, register access is not protected, how can your
> driver handle the case when dm-crypt and IPsec simultaneously try to
> encrypt/decrypt some data, it can happen even around
> preemt_disable/enable calls and actually crypto processing can happen
> in interrupt context too (a
On Thu, Sep 28, 2006 at 03:23:43PM +0200, Andreas Jellinghaus ([EMAIL
PROTECTED]) wrote:
> >I'm pleased to announce asynchronous crypto layer (acrypto) [1] release
> >for 2.6.18 kernel tree. Acrypto allows to handle crypto requests
> >asynchronously in hardware.
> >
> >Combined patchset includes
Evgeniy Polyakov wrote:
Hello.
I'm pleased to announce asynchronous crypto layer (acrypto) [1] release
for 2.6.18 kernel tree. Acrypto allows to handle crypto requests
asynchronously in hardware.
Combined patchset includes:
* acrypto core
* IPsec ESP4 port to acrypto
* dm-crypt port to ac
Hello.
I'm pleased to announce asynchronous crypto layer (acrypto) [1] release
for 2.6.18 kernel tree. Acrypto allows to handle crypto requests
asynchronously in hardware.
Combined patchset includes:
* acrypto core
* IPsec ESP4 port to acrypto
* dm-crypt port to acrypto
* OCF to acrypto bri
On Wed, Sep 27, 2006 at 01:31:47PM -0600, Jordan Crouse ([EMAIL PROTECTED])
wrote:
> Hey all -
>
> I've had a poor excuse for a crypto driver for the Geode LX AES hardware
> sitting in my Geode GIT tree (and -mm) for some time now. I sent out the
> original version some time ago (June) and I go
11 matches
Mail list logo