index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
key.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-22
KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL
Roberto Sassu
1
-0
/
+6
2021-01-21
certs: Fix blacklist flag type confusion
David Howells
1
-0
/
+1
2021-01-21
keys: remove trailing semicolon in macro definition
Tom Rix
1
-2
/
+2
2020-05-19
keys: Make the KEY_NEED_* perms an enum rather than a mask
David Howells
1
-12
/
+18
2020-05-19
watch_queue: Add a key/keyring notification facility
David Howells
1
-0
/
+3
2019-09-02
afs: Provide an RCU-capable key lookup
David Howells
1
-1
/
+13
2019-08-19
keys: Fix description size
David Howells
1
-4
/
+4
2019-07-11
Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-66
/
+55
2019-07-09
Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-55
/
+66
2019-07-09
Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+75
2019-07-09
Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+3
2019-07-09
Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+9
2019-06-28
keys: Replace uid/gid/perm permissions checking with an ACL
David Howells
1
-55
/
+66
2019-06-28
keys: Pass the network namespace into request_key mechanism
David Howells
1
-4
/
+43
2019-06-26
keys: Garbage collect keys for which the domain has been removed
David Howells
1
-0
/
+2
2019-06-26
keys: Include target namespace in match criteria
David Howells
1
-0
/
+10
2019-06-26
keys: Namespace keyring names
David Howells
1
-0
/
+2
2019-06-26
keys: Add a 'recurse' flag for keyring searches
David Howells
1
-1
/
+2
2019-06-26
keys: Cache the hash value to avoid lots of recalculation
David Howells
1
-0
/
+3
2019-06-26
keys: Simplify key description management
David Howells
1
-1
/
+13
2019-06-26
keys: Kill off request_key_async{,_with_auxdata}
David Howells
1
-11
/
+0
2019-06-19
keys: Provide request_key_rcu()
David Howells
1
-0
/
+3
2019-05-31
keys: Add a keyctl to move a key between keyrings
David Howells
1
-0
/
+5
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2019-05-22
keys: sparse: Fix key_fs[ug]id_changed()
David Howells
1
-4
/
+4
2018-12-14
keys: Export lookup_user_key to external users
Dave Jiang
1
-0
/
+3
2017-11-15
security: keys: Replace time_t/timespec with time64_t
Baolin Wang
1
-3
/
+4
2017-10-18
KEYS: Fix race between updating and finding a negative key
David Howells
1
-17
/
+30
2017-09-25
KEYS: prevent creating a different user's keyrings
Eric Biggers
1
-0
/
+2
2017-07-04
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2017-06-09
KEYS: sanitize key structs before freeing
Eric Biggers
1
-1
/
+0
2017-05-18
doc: ReSTify keys.txt
Kees Cook
1
-1
/
+1
2017-04-05
KEYS: Add KEYCTL_RESTRICT_KEYRING
Mat Martineau
1
-1
/
+5
2017-04-05
KEYS: Use structure to capture key restriction function and data
Mat Martineau
1
-4
/
+4
2017-04-03
KEYS: Add a key restriction struct
Mat Martineau
1
-0
/
+6
2017-04-03
KEYS: Split role of the keyring pointer for keyring restrict functions
Mat Martineau
1
-3
/
+5
2017-04-03
KEYS: Use a typedef for restrict_link function pointers
Mat Martineau
1
-9
/
+7
2017-04-03
security, keys: convert key.usage from atomic_t to refcount_t
Elena Reshetova
1
-2
/
+3
2017-03-02
KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()
David Howells
1
-1
/
+4
2016-04-12
KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTED
David Howells
1
-16
/
+5
2016-04-12
KEYS: Add a facility to restrict new links into a keyring
David Howells
1
-10
/
+43
2016-02-09
KEYS: Add an alloc flag to convey the builtinness of a key
David Howells
1
-0
/
+1
2015-12-15
KEYS: prevent keys from being removed from specified keyrings
Mimi Zohar
1
-0
/
+1
2015-10-21
KEYS: Merge the type-specific data with the payload data
David Howells
1
-19
/
+14
2014-07-23
Merge branch 'keys-fixes' into keys-next
David Howells
1
-0
/
+1
2014-07-17
KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMIN
David Howells
1
-0
/
+1
2014-07-17
KEYS: validate certificate trust only with builtin keys
Dmitry Kasatkin
1
-0
/
+1
2014-06-10
Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+11
2014-06-07
key: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-1
/
+1
2014-03-14
KEYS: Move the flags representing required permission to linux/key.h
David Howells
1
-0
/
+11
[next]