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: testmgr - add lrw(serpent) test vectors
Jussi Kivilinna
2011-11-09
2
-0
/
+517
|
*
crypto: lrw - add interface for parallelized cipher implementions
Jussi Kivilinna
2011-11-09
2
-20
/
+129
|
*
crypto: lrw - split gf128mul table initialization from setkey
Jussi Kivilinna
2011-11-09
1
-21
/
+40
|
*
crypto: lrw - use blocksize constant
Jussi Kivilinna
2011-11-09
1
-3
/
+5
|
*
crypto: lrw - fix memleak
Jussi Kivilinna
2011-11-09
1
-0
/
+1
|
*
crypto: serpent - rename module from serpent to serpent_generic
Jussi Kivilinna
2011-11-09
2
-1
/
+6
|
*
crypto: serpent - export common functions for x86_64/i386-sse2 assembler impl...
Jussi Kivilinna
2011-11-09
2
-19
/
+47
|
*
crypto: tcrypt - add serpent speed tests
Jussi Kivilinna
2011-11-09
1
-0
/
+30
|
*
crypto: tcrypt - add test_acipher_speed
Jussi Kivilinna
2011-11-09
1
-0
/
+250
|
*
crypto: testmgr - add new serpent test vectors
Jussi Kivilinna
2011-11-09
3
-2
/
+423
*
|
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
2012-01-10
59
-143
/
+7026
|
\
\
|
*
\
Merge branch 'next' into for-linus
James Morris
2012-01-09
59
-143
/
+7026
|
|
\
\
|
|
*
|
ima: fix invalid memory reference
Roberto Sassu
2011-12-19
1
-5
/
+11
|
|
*
|
ima: free duplicate measurement memory
Roberto Sassu
2011-12-19
2
-2
/
+3
|
|
*
|
security: update security_file_mmap() docs
Kees Cook
2011-12-20
1
-0
/
+2
|
|
*
|
selinux: Casting (void *) value returned by kmalloc is useless
Thomas Meyer
2011-12-19
1
-1
/
+1
|
|
*
|
apparmor: fix module parameter handling
Rusty Russell
2011-12-16
1
-3
/
+3
|
|
*
|
Security: tomoyo: add .gitignore file
Greg Kroah-Hartman
2011-12-12
1
-0
/
+2
|
|
*
|
tomoyo: add missing rcu_dereference()
Kees Cook
2011-12-12
1
-1
/
+1
|
|
*
|
apparmor: add missing rcu_dereference()
Kees Cook
2011-12-09
1
-1
/
+1
|
|
*
|
evm: prevent racing during tfm allocation
Dmitry Kasatkin
2011-12-08
1
-3
/
+11
|
|
*
|
evm: key must be set once during initialization
Dmitry Kasatkin
2011-12-08
1
-7
/
+8
|
|
*
|
mpi/mpi-mpow: NULL dereference on allocation failure
Dan Carpenter
2011-12-08
1
-1
/
+2
|
|
*
|
digsig: build dependency fix
Dmitry Kasatkin
2011-11-22
2
-2
/
+2
|
|
*
|
Merge branch 'next-evm-digsig' of git://git.kernel.org/pub/scm/linux/kernel/g...
James Morris
2011-11-18
41
-30
/
+6797
|
|
|
\
\
|
|
|
*
|
evm: digital signature verification support
Dmitry Kasatkin
2011-11-09
3
-30
/
+142
|
|
|
*
|
integrity: digital signature verification using multiple keyrings
Dmitry Kasatkin
2011-11-09
4
-0
/
+84
|
|
|
*
|
crypto: digital signature verification support
Dmitry Kasatkin
2011-11-09
5
-0
/
+453
|
|
|
*
|
crypto: GnuPG based MPI lib - additional sources (part 4)
Dmitry Kasatkin
2011-11-09
12
-0
/
+1400
|
|
|
*
|
crypto: GnuPG based MPI lib - make files (part 3)
Dmitry Kasatkin
2011-11-09
3
-0
/
+30
|
|
|
*
|
crypto: GnuPG based MPI lib - header files (part 2)
Dmitry Kasatkin
2011-11-09
4
-0
/
+2007
|
|
|
*
|
crypto: GnuPG based MPI lib - source files (part 1)
Dmitry Kasatkin
2011-11-09
14
-0
/
+2681
|
|
|
|
/
|
|
*
|
Merge branch 'for-james' of git://github.com/srajiv/tpm into next
James Morris
2011-11-17
4
-80
/
+152
|
|
|
\
\
|
|
|
*
|
TPM: fix transmit_cmd error logic
Rajiv Andrade
2011-11-16
3
-10
/
+9
|
|
|
*
|
TPM: NSC and TIS drivers X86 dependency fix
Rajiv Andrade
2011-11-16
1
-0
/
+2
|
|
|
*
|
TPM: Export wait_for_stat for other vendor specific drivers
Rajiv Andrade
2011-11-16
3
-53
/
+55
|
|
|
*
|
TPM: Use vendor specific function for status probe
Rajiv Andrade
2011-11-16
1
-5
/
+5
|
|
|
*
|
tpm_tis: add delay after aborting command
Stefan Berger
2011-11-16
1
-0
/
+3
|
|
|
*
|
tpm_tis: Check return code from getting timeouts/durations
Stefan Berger
2011-11-16
1
-1
/
+5
|
|
|
*
|
tpm: Introduce function to poll for result of self test
Stefan Berger
2011-11-16
3
-6
/
+51
|
|
|
*
|
tpm: Cleanup tpm_continue_selftest
Stefan Berger
2011-11-16
2
-8
/
+24
|
|
|
*
|
tpm: Have tpm_get_timeouts return an error code
Stefan Berger
2011-11-16
2
-5
/
+6
|
|
*
|
|
KEYS: Give key types their own lockdep class for key->sem
David Howells
2011-11-17
2
-0
/
+4
|
|
*
|
|
Merge branch 'master'; commit 'v3.2-rc2' into next
James Morris
2011-11-16
12121
-1203037
/
+1431402
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
Documentation: clarify the purpose of LSMs
Kees Cook
2011-11-16
3
-3
/
+39
|
|
*
|
|
include/linux/security.h: fix security_inode_init_security() arg
Andrew Morton
2011-11-16
1
-1
/
+1
|
|
*
|
|
selinuxfs: remove custom hex_to_bin()
Andy Shevchenko
2011-11-16
1
-10
/
+4
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-01-10
12
-214
/
+137
|
\
\
\
\
\
|
*
|
|
|
|
autofs4: deal with autofs4_write/autofs4_write races
Al Viro
2012-01-11
3
-4
/
+7
|
*
|
|
|
|
autofs4: catatonic_mode vs. notify_daemon race
Al Viro
2012-01-11
1
-11
/
+14
[prev]
[next]