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
/
security
/
keys
/
proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-16
keys: Fix proc_keys_next to increase position index
Vasily Averin
1
-0
/
+2
2019-07-11
Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-13
/
+9
2019-07-09
Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+13
2019-07-09
Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+2
2019-07-09
Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+3
2019-06-28
keys: Replace uid/gid/perm permissions checking with an ACL
David Howells
1
-9
/
+13
2019-06-26
keys: Add a 'recurse' flag for keyring searches
David Howells
1
-1
/
+2
2019-06-19
keys: Move the RCU locks outwards from the keyring search functions
David Howells
1
-1
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-02-22
KEYS: always initialize keyring_index_key::desc_len
Eric Biggers
1
-2
/
+1
2018-12-13
security: audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+0
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
1
-32
/
+2
2017-11-15
security: keys: Replace time_t/timespec with time64_t
Baolin Wang
1
-11
/
+10
2017-10-18
KEYS: load key flags and expiry time atomically in proc_keys_show()
Eric Biggers
1
-10
/
+14
2017-10-18
KEYS: Fix race between updating and finding a negative key
David Howells
1
-2
/
+5
2017-09-25
KEYS: restrict /proc/keys by credentials at open time
Eric Biggers
1
-6
/
+2
2017-04-03
security, keys: convert key_user.usage from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+1
2017-04-03
security, keys: convert key.usage from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+1
2016-10-27
KEYS: Fix short sprintf buffer in /proc/keys show function
David Howells
1
-1
/
+1
2015-01-23
KEYS: Make /proc/keys unconditional if CONFIG_KEYS=y
David Howells
1
-8
/
+0
2014-09-16
KEYS: Preparse match data
David Howells
1
-4
/
+4
2014-03-14
KEYS: Move the flags representing required permission to linux/key.h
David Howells
1
-1
/
+1
2013-09-24
KEYS: Introduce a search context structure
David Howells
1
-5
/
+12
2012-09-14
userns: Convert security/keys to the new userns infrastructure
Eric W. Biederman
1
-22
/
+22
2012-05-11
KEYS: Add invalidation support
David Howells
1
-1
/
+2
2011-03-17
KEYS: Improve /proc/keys
David Howells
1
-1
/
+1
2011-01-22
KEYS: Fix up comments in key management code
David Howells
1
-4
/
+6
2011-01-22
KEYS: Do some style cleanup in the key management code.
David Howells
1
-6
/
+1
2010-08-02
KEYS: Make /proc/keys check to see if a key is possessed before security check
David Howells
1
-2
/
+18
2010-05-06
Merge branch 'master' into next
James Morris
1
-1
/
+0
2010-04-23
security: whitespace coding style fixes
Justin P. Mattock
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2009-09-02
KEYS: Do some whitespace cleanups [try #6]
David Howells
1
-9
/
+3
2009-09-02
KEYS: Make /proc/keys use keyid not numread as file position [try #6]
Serge E. Hallyn
1
-22
/
+55
2009-06-24
keys: annotate seqfile ops with __releases and __acquires
James Morris
1
-0
/
+4
2009-02-27
keys: make procfiles per-user-namespace
Serge E. Hallyn
1
-6
/
+49
2008-11-14
CRED: Inaugurate COW credentials
David Howells
1
-2
/
+6
2008-04-29
keys: make the keyring quotas controllable through /proc/sys
David Howells
1
-3
/
+6
2008-04-29
keys: switch to proc_create()
Alexey Dobriyan
1
-6
/
+2
2008-01-25
security/selinux: constify function pointer tables and fields
Jan Engelhardt
1
-2
/
+2
2007-02-12
[PATCH] mark struct file_operations const 9
Arjan van de Ven
1
-2
/
+2
2006-06-26
[PATCH] keys: restrict contents of /proc/keys to Viewable keys
Michael LeMay
1
-0
/
+7
2005-09-28
[PATCH] Keys: Add possessor permissions to keys [try #3]
David Howells
1
-1
/
+1
2005-06-24
[PATCH] keys: Discard key spinlock and use RCU for key payload
David Howells
1
-8
/
+13
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+251