Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1442005
| From | "Alastair D'Silva" <alastair@au1.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/2] Automatically load the vmx_crypto module if supported |
| Date | 2016-07-13 08:00 +0200 |
| Message-ID | <rUlnc-7gz-11@gated-at.bofh.it> (permalink) |
| References | <rUldv-7d1-3@gated-at.bofh.it> |
| Organization | IBM Australia |
On Wed, 2016-07-13 at 15:47 +1000, alastair@au1.ibm.com wrote: > From: Alastair D'Silva <alastair@d-silva.org> > > This series allows the vmx_crypto module to be detected and > automatically > loaded via UDEV if the CPU supports the vector crypto feature. > > Alastair D'Silva (2): > powerpc: Add module autoloading based on CPU features > crypto: vmx - Convert to CPU feature based module autoloading > > arch/powerpc/Kconfig | 1 + > arch/powerpc/include/asm/cpufeature.h | 70 > +++++++++++++++++++++++++++++++++++ > drivers/crypto/vmx/Kconfig | 2 +- > drivers/crypto/vmx/vmx.c | 6 +-- > 4 files changed, 74 insertions(+), 5 deletions(-) > create mode 100644 arch/powerpc/include/asm/cpufeature.h Please ignore the following: [PATCH 1/2] Allow drivers to be autoloaded. [PATCH 2/2] Automatically load the vmx_crypto module if supported. -- Alastair D'Silva Open Source Developer Linux Technology Centre, IBM Australia mob: 0423 762 819
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] Automatically load the vmx_crypto module if supported alastair@au1.ibm.com - 2016-07-13 07:50 +0200
[PATCH 1/2] powerpc: Add module autoloading based on CPU features alastair@au1.ibm.com - 2016-07-13 07:50 +0200
[PATCH 1/2] Allow drivers to be autoloaded. alastair@au1.ibm.com - 2016-07-13 08:00 +0200
Re: [PATCH 0/2] Automatically load the vmx_crypto module if supported "Alastair D'Silva" <alastair@au1.ibm.com> - 2016-07-13 08:00 +0200
Re: [PATCH 0/2] Automatically load the vmx_crypto module if supported Balbir Singh <bsingharora@gmail.com> - 2016-07-14 05:40 +0200
Re: [PATCH 0/2] Automatically load the vmx_crypto module if supported Herbert Xu <herbert@gondor.apana.org.au> - 2016-07-18 12:30 +0200
Re: [PATCH 0/2] Automatically load the vmx_crypto module if supported Herbert Xu <herbert@gondor.apana.org.au> - 2016-07-19 06:10 +0200
Re: [PATCH 0/2] Automatically load the vmx_crypto module if supported Herbert Xu <herbert@gondor.apana.org.au> - 2016-07-19 12:00 +0200
csiph-web