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
*
X.509: remove possible code fragility: enumeration values not handled
Antonio Alecrim Jr
2013-09-25
1
-0
/
+2
*
X.509: add module description and license
Konstantin Khlebnikov
2013-09-25
1
-0
/
+3
*
MPILIB: add module description and license
Konstantin Khlebnikov
2013-09-25
1
-0
/
+3
*
KEYS: initialize root uid and session keyrings early
Mimi Zohar
2013-09-25
1
-0
/
+10
*
KEYS: verify a certificate is signed by a 'trusted' key
Mimi Zohar
2013-09-25
1
-1
/
+80
*
KEYS: Make the system 'trusted' keyring viewable by userspace
Mimi Zohar
2013-09-25
1
-3
/
+3
*
KEYS: Set the asymmetric-key type default search method
David Howells
2013-09-25
1
-0
/
+1
*
KEYS: Add a 'trusted' flag and a 'trusted only' flag
David Howells
2013-09-25
5
-1
/
+19
*
KEYS: Separate the kernel signature checking keyring from module signing
David Howells
2013-09-25
8
-115
/
+155
*
KEYS: Have make canonicalise the paths of the X.509 certs better to deduplicate
David Howells
2013-09-25
1
-3
/
+9
*
KEYS: Load *.x509 files into kernel keyring
David Howells
2013-09-25
2
-8
/
+30
*
X.509: Remove certificate date checks
David Howells
2013-09-25
1
-38
/
+0
*
X.509: Handle certificates that lack an authorityKeyIdentifier field
David Howells
2013-09-25
1
-4
/
+5
*
X.509: Check the algorithm IDs obtained from parsing an X.509 certificate
David Howells
2013-09-25
1
-0
/
+11
*
X.509: Embed public_key_signature struct and create filler function
David Howells
2013-09-25
3
-55
/
+74
*
X.509: struct x509_certificate needs struct tm declaring
David Howells
2013-09-25
1
-0
/
+1
*
KEYS: Store public key algo ID in public_key_signature struct
David Howells
2013-09-25
1
-0
/
+1
*
KEYS: Split public_key_verify_signature() and make available
David Howells
2013-09-25
3
-9
/
+39
*
KEYS: Store public key algo ID in public_key struct
David Howells
2013-09-25
4
-5
/
+6
*
KEYS: Move the algorithm pointer array from x509 to public_key.c
David Howells
2013-09-25
4
-11
/
+11
*
KEYS: Rename public key parameter name arrays
David Howells
2013-09-25
4
-16
/
+16
*
KEYS: Add per-user_namespace registers for persistent per-UID kerberos caches
David Howells
2013-09-24
11
-0
/
+230
*
KEYS: Implement a big key type that can save to tmpfs
David Howells
2013-09-24
5
-0
/
+242
*
KEYS: Expand the capacity of a keyring
David Howells
2013-09-24
9
-762
/
+803
*
Add a generic associative array implementation.
David Howells
2013-09-24
6
-0
/
+2608
*
KEYS: Drop the permissions argument from __keyring_search_one()
David Howells
2013-09-24
3
-9
/
+5
*
KEYS: Define a __key_get() wrapper to use rather than atomic_inc()
David Howells
2013-09-24
5
-20
/
+27
*
KEYS: Search for auth-key by name rather than target key ID
David Howells
2013-09-24
1
-14
/
+7
*
KEYS: Introduce a search context structure
David Howells
2013-09-24
8
-158
/
+179
*
KEYS: Consolidate the concept of an 'index key' for key access
David Howells
2013-09-24
5
-67
/
+83
*
KEYS: key_is_dead() should take a const key pointer argument
David Howells
2013-09-24
1
-1
/
+1
*
KEYS: Use bool in make_key_ref() and is_key_possessed()
David Howells
2013-09-24
3
-8
/
+8
*
KEYS: Skip key state checks when checking for possession
David Howells
2013-09-24
4
-6
/
+11
*
selinux: add Paul Moore as a SELinux maintainer
Paul Moore
2013-09-24
1
-1
/
+2
*
security: remove erroneous comment about capabilities.o link ordering
Eric Paris
2013-09-24
1
-1
/
+0
*
Linux 3.12-rc2
v3.12-rc2
Linus Torvalds
2013-09-23
1
-1
/
+1
*
Merge tag 'staging-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-09-23
35
-97
/
+160
|
\
|
*
Merge tag 'iio-fixes-for-3.12a' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
2013-09-21
13
-36
/
+91
|
|
\
|
|
*
iio:buffer_cb: Add missing iio_buffer_init()
Lars-Peter Clausen
2013-09-21
1
-0
/
+2
|
|
*
iio: Prevent race between IIO chardev opening and IIO device free
Lars-Peter Clausen
2013-09-21
1
-9
/
+12
|
|
*
iio: fix: Keep a reference to the IIO device for open file descriptors
Lars-Peter Clausen
2013-09-21
2
-5
/
+17
|
|
*
iio: Stop sampling when the device is removed
Lars-Peter Clausen
2013-09-21
3
-1
/
+28
|
|
*
iio: Fix crash when scan_bytes is computed with active_scan_mask == NULL
Peter Meerwald
2013-09-21
1
-2
/
+9
|
|
*
iio: Fix mcp4725 dev-to-indio_dev conversion in suspend/resume
Peter Meerwald
2013-09-21
1
-6
/
+6
|
|
*
iio: Fix bma180 dev-to-indio_dev conversion in suspend/resume
Peter Meerwald
2013-09-21
1
-2
/
+2
|
|
*
iio: Fix tmp006 dev-to-indio_dev conversion in suspend/resume
Peter Meerwald
2013-09-21
1
-2
/
+4
|
|
*
iio: iio_device_add_event_sysfs() bugfix
Lukasz Czerwinski
2013-09-18
1
-1
/
+1
|
|
*
staging: iio: ade7854-spi: Fix return value
Sachin Kamat
2013-09-18
1
-1
/
+1
|
|
*
staging:iio:hmc5843: Fix measurement conversion
Peter Meerwald
2013-09-18
1
-1
/
+1
|
|
*
iio: isl29018: Fix uninitialized value
Derek Basehore
2013-09-18
1
-0
/
+1
[next]