index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
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
|
*
|
|
|
|
crypto: caam - RNG instantiation by directly programming DECO
Ruchika Gupta
2013-08-01
2
-39
/
+47
|
*
|
|
|
|
crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.h
Vakul Garg
2013-07-10
3
-4
/
+1
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2013-09-07
6
-21
/
+67
|
\
\
\
\
\
\
|
*
|
|
|
|
|
tcp: properly increase rcv_ssthresh for ofo packets
Eric Dumazet
2013-09-06
1
-1
/
+4
|
*
|
|
|
|
|
net: add documentation for BQL helpers
Florian Fainelli
2013-09-06
1
-0
/
+26
|
*
|
|
|
|
|
mlx5: remove unused MLX5_DEBUG param in Kconfig
Michael Opdenacker
2013-09-06
1
-10
/
+0
|
*
|
|
|
|
|
bnx2x: Restore a call to config_init
Eilon Greenstein
2013-09-06
1
-6
/
+3
|
*
|
|
|
|
|
bnx2x: fix broken compilation with CONFIG_BNX2X_SRIOV is not set
Dmitry Kravkov
2013-09-06
1
-0
/
+2
|
*
|
|
|
|
|
tcp: fix no cwnd growth after timeout
Yuchung Cheng
2013-09-06
1
-4
/
+2
|
*
|
|
|
|
|
net: netlink: filter particular protocols from analyzers
Daniel Borkmann
2013-09-06
1
-0
/
+30
*
|
|
|
|
|
|
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2013-09-07
4
-6
/
+5
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
hwmon: (emc6w201) Do not declare enum variable
Guenter Roeck
2013-09-06
1
-1
/
+1
|
*
|
|
|
|
|
|
hwmon: (w83792d) Update module author
Shane Huang
2013-09-06
3
-5
/
+4
*
|
|
|
|
|
|
|
Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2013-09-07
58
-1031
/
+1967
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
gpio: return -ENOTSUPP if debounce cannot be set
Linus Walleij
2013-09-04
1
-2
/
+5
|
*
|
|
|
|
|
|
|
gpio: improve error path in gpiolib
Linus Walleij
2013-09-03
1
-16
/
+25
|
*
|
|
|
|
|
|
|
gpio: add GPIO support for F71882FG and F71889F
Simon Guinot
2013-08-30
3
-0
/
+480
|
*
|
|
|
|
|
|
|
of: add vendor prefix for Microchip Technology Inc
Lars Poeschel
2013-08-30
1
-0
/
+1
|
*
|
|
|
|
|
|
|
gpio: mcp23s08: rename the device tree property
Lars Poeschel
2013-08-30
2
-15
/
+52
|
*
|
|
|
|
|
|
|
gpio: samsung: Drop support for Exynos SoCs
Tomasz Figa
2013-08-29
1
-871
/
+0
|
*
|
|
|
|
|
|
|
gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()
Laurent Pinchart
2013-08-23
1
-5
/
+4
|
*
|
|
|
|
|
|
|
gpio: pcf857x: Sort headers alphabetically
Laurent Pinchart
2013-08-23
1
-2
/
+2
[prev]
[next]