index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
padata - share code between CPU_ONLINE and CPU_DOWN_FAILED, same to CPU_DOWN_...
Chen Gang
2013-08-29
1
-16
/
+4
*
hwrng: omap - reorder OMAP TRNG driver code
Olof Johansson
2013-08-21
1
-54
/
+54
*
crypto: omap-sham - correct dma burst size
Lokesh Vutla
2013-08-21
1
-7
/
+4
*
crypto: omap-sham - Enable Polling mode if DMA fails
Lokesh Vutla
2013-08-21
1
-19
/
+42
*
crypto: tegra-aes - bitwise vs logical and
Dan Carpenter
2013-08-21
1
-3
/
+3
*
crypto: sahara - checking the wrong variable
Dan Carpenter
2013-08-21
1
-1
/
+1
*
crypto: omap-aes - Kconfig: Add build support for AM437x
Joel Fernandes
2013-08-21
1
-1
/
+1
*
crypto: omap-aes - Convert request_irq to devm_request_irq
Joel Fernandes
2013-08-21
1
-4
/
+2
*
crypto: omap-aes - Convert kzalloc to devm_kzalloc
Joel Fernandes
2013-08-21
1
-3
/
+1
*
crypto: omap-aes - Add support for cases of unaligned lengths
Joel Fernandes
2013-08-21
1
-3
/
+83
*
crypto: omap-aes - Switch to PIO mode during probe
Joel Fernandes
2013-08-21
1
-5
/
+23
*
crypto: omap-aes - PIO mode: platform data for OMAP4/AM437x and trigger
Joel Fernandes
2013-08-21
1
-13
/
+30
*
crypto: omap-aes - PIO mode: Add IRQ handler and walk SGs
Joel Fernandes
2013-08-21
1
-0
/
+90
*
crypto: omap-aes - Add IRQ info and helper macros
Joel Fernandes
2013-08-21
1
-0
/
+8
*
crypto: omap-aes - Remove previously used intermediate buffers
Joel Fernandes
2013-08-21
1
-90
/
+0
*
crypto: omap-aes - Sync SG before DMA operation
Joel Fernandes
2013-08-21
1
-0
/
+4
*
crypto: omap-aes - Simplify DMA usage by using direct SGs
Joel Fernandes
2013-08-21
1
-122
/
+25
*
crypto: omap-aes - Populate number of SG elements
Joel Fernandes
2013-08-21
1
-0
/
+6
*
crypto: omap-aes - Add useful debug macros
Joel Fernandes
2013-08-21
1
-1
/
+23
*
crypto: scatterwalk - Add support for calculating number of SG elements
Joel Fernandes
2013-08-21
2
-0
/
+24
*
crypto: nx - fix nx-aes-gcm verification
jmlatten@linux.vnet.ibm.com
2013-08-21
1
-2
/
+2
*
crypto: caam - add option for enabling DEBUG mode
Alex Porosanu
2013-08-21
2
-0
/
+11
*
crypto: caam - replace xstr macro with __stringify
Alex Porosanu
2013-08-21
3
-75
/
+77
*
crypto: xor - Check for osxsave as well as avx in crypto/xor
John Haxby
2013-08-21
1
-2
/
+2
*
crypto: camellia_generic - replace commas by semicolons and adjust code align...
Julia Lawall
2013-08-21
1
-24
/
+24
*
crypto: camellia-x86-64 - replace commas by semicolons and adjust code alignment
Julia Lawall
2013-08-21
1
-24
/
+24
*
hwrng: tx4939 - simplify use of devm_ioremap_resource
Julia Lawall
2013-08-14
1
-3
/
+1
*
crypto: nx - fix concurrency issue
Marcelo Cerri
2013-08-14
10
-12
/
+87
*
crypto: make tables used from assembler __visible
Andi Kleen
2013-08-14
3
-16
/
+16
*
crypto: crypto4xx - Staticize local symbols
Jingoo Han
2013-08-14
1
-7
/
+8
*
crypto: sahara - Staticize local symbol
Jingoo Han
2013-08-14
1
-1
/
+1
*
hwrng: pixocel - Staticize 'rng_dev'
Jingoo Han
2013-08-09
1
-1
/
+1
*
crypto: nx - saves chaining value from co-processor
Fionnuala Gunter
2013-08-09
1
-0
/
+1
*
hwrng: omap - Add OMAP4 TRNG support
Lokesh Vutla
2013-08-09
2
-53
/
+305
*
ARM: OMAP2+: Only manually add hwmod data when DT not used.
Lokesh Vutla
2013-08-09
1
-1
/
+1
*
hwrng: omap - Add device tree support
Lokesh Vutla
2013-08-09
1
-0
/
+12
*
hwrng: omap - Remove duplicated function call
Lokesh Vutla
2013-08-09
1
-1
/
+0
*
hwrng: omap - Convert to devm_kzalloc()
Lokesh Vutla
2013-08-09
1
-7
/
+2
*
hwrng: omap - Use module_platform_driver macro
Lokesh Vutla
2013-08-09
1
-16
/
+2
*
crypto: nx - fix limits to sg lists for SHA-2
Marcelo Cerri
2013-08-09
2
-95
/
+132
*
crypto: nx - fix physical addresses added to sg lists
Marcelo Cerri
2013-08-09
1
-3
/
+19
*
crypto: testmgr - remove double execution of the same test suite
Cristian Stoica
2013-08-01
1
-1
/
+1
*
crypto: caam - Remove unused functions from Job Ring
Ruchika Gupta
2013-08-01
4
-77
/
+0
*
modules: add support for soft module dependencies
Andreas Robinson
2013-08-01
1
-0
/
+5
*
crypto: omap-sham - Convert to devm_kzalloc()
Lokesh Vutla
2013-08-01
1
-10
/
+5
*
crypto: omap-sham - Convert to devm_request_irq()
Lokesh Vutla
2013-08-01
1
-7
/
+5
*
crypto: omap-sham - Add OMAP5/AM43XX SHAM Support
Lokesh Vutla
2013-08-01
1
-0
/
+44
*
crypto: omap-sham - Add SHA384 and SHA512 Support
Lokesh Vutla
2013-08-01
2
-47
/
+209
*
hwrng: mxc-rnga - Check the return value from clk_prepare_enable()
Fabio Estevam
2013-08-01
1
-1
/
+3
*
crypto: ux500 - Fix logging, make arrays const, neatening
Joe Perches
2013-08-01
1
-307
/
+279
[next]