index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
keys
/
key.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-18
keys: add a "logon" key type
Jeff Layton
1
-0
/
+1
2011-11-17
KEYS: Give key types their own lockdep class for key->sem
David Howells
1
-0
/
+3
2011-08-23
KEYS: Correctly destroy key payloads when their keytype is removed
David Howells
1
-47
/
+4
2011-08-23
KEYS: Make the key reaper non-reentrant
David Howells
1
-1
/
+1
2011-08-23
KEYS: Move the unreferenced key reaper to the keys garbage collector file
David Howells
1
-70
/
+2
2011-03-08
KEYS: Add a new keyctl op to reject a key with a specified error code
David Howells
1
-8
/
+11
2011-03-08
KEYS: Add a key type op to permit the key description to be vetted
David Howells
1
-0
/
+8
2011-01-26
KEYS: Fix __key_link_end() quota fixup on error
David Howells
1
-4
/
+4
2011-01-22
KEYS: Fix up comments in key management code
David Howells
1
-67
/
+173
2011-01-22
KEYS: Do some style cleanup in the key management code.
David Howells
1
-60
/
+20
2010-05-06
KEYS: Do preallocation for __key_link()
David Howells
1
-16
/
+29
2010-04-23
security: whitespace coding style fixes
Justin P. Mattock
1
-1
/
+1
2009-09-15
KEYS: Fix garbage collector
David Howells
1
-2
/
+2
2009-09-02
KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]
David Howells
1
-0
/
+14
2009-09-02
KEYS: Flag dead keys to induce EKEYREVOKED [try #6]
David Howells
1
-1
/
+3
2009-09-02
KEYS: Deal with dead-type keys appropriately [try #6]
David Howells
1
-4
/
+2
2009-02-27
keys: distinguish per-uid keys in different namespaces
Serge E. Hallyn
1
-2
/
+9
2008-11-14
CRED: Inaugurate COW credentials
David Howells
1
-12
/
+13
2008-11-14
CRED: Wrap task credential accesses in the key management code
David Howells
1
-1
/
+1
2008-04-29
keys: make the keyring quotas controllable through /proc/sys
David Howells
1
-5
/
+18
2008-04-29
keys: don't generate user and user session keyrings unless they're accessed
David Howells
1
-44
/
+1
2008-04-29
keys: allow clients to set key perms in key_create_or_update()
Arun Raghavan
1
-8
/
+10
2008-02-07
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
David Howells
1
-1
/
+1
2007-10-17
KEYS: Make request_key() and co fundamentally asynchronous
David Howells
1
-16
/
+18
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+1
2007-02-07
[PATCH] Keys: Fix key serial number collision handling
David Howells
1
-19
/
+14
2006-12-07
[PATCH] security/keys/*: user kmemdup()
Eric Sesterhenn
1
-3
/
+1
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-1
/
+1
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
1
-1
/
+1
2006-11-22
WorkStruct: Pass the work_struct pointer instead of context data
David Howells
1
-3
/
+3
2006-06-28
[PATCH] poison: add & use more constants
Randy Dunlap
1
-1
/
+2
2006-06-26
[PATCH] keys: allocate key serial numbers randomly
Michael LeMay
1
-14
/
+14
2006-06-26
[PATCH] keys: sort out key quota system
David Howells
1
-12
/
+14
2006-06-23
[PATCH] Keys: Fix race between two instantiators of a key
David Howells
1
-0
/
+4
2006-06-23
[PATCH] selinux: add hooks for key subsystem
Michael LeMay
1
-4
/
+4
2006-04-21
[RBTREE] Update key.c to use rb_parent() accessor macro.
David Woodhouse
1
-4
/
+4
2006-04-10
[Security] Keys: Fix oops when adding key to non-keyring
David Howells
1
-0
/
+4
2006-03-25
[PATCH] Keys: Replace duplicate non-updateable keys rather than failing
David Howells
1
-5
/
+9
2006-03-25
[PATCH] Keys: Fix key quota management on key allocation
David Howells
1
-2
/
+2
2006-01-06
[PATCH] security/: possible cleanups
Adrian Bunk
1
-1
/
+1
2006-01-06
[PATCH] Keys: Remove key duplication
David Howells
1
-53
/
+3
2005-11-07
[PATCH] kfree cleanup: security
Jesper Juhl
1
-2
/
+1
2005-10-31
[PATCH] Keys: Add LSM hooks for key management [try #3]
David Howells
1
-16
/
+40
2005-09-28
[PATCH] Keys: Add possessor permissions to keys [try #3]
David Howells
1
-36
/
+45
2005-06-26
[PATCH] RCU: clean up a few remaining synchronize_kernel() calls
Paul E. McKenney
1
-1
/
+1
2005-06-24
[PATCH] Keys: Make request-key create an authorisation key
David Howells
1
-6
/
+18
2005-06-24
[PATCH] keys: Discard key spinlock and use RCU for key payload
David Howells
1
-52
/
+42
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+1040