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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-06
keys: remove unused key_alloc_sem
Daniel Walker
1
-1
/
+0
2008-04-29
keys: explicitly include required slab.h header file.
Robert P. J. Day
2
-0
/
+2
2008-04-29
keys: make the keyring quotas controllable through /proc/sys
David Howells
6
-15
/
+94
2008-04-29
keys: don't generate user and user session keyrings unless they're accessed
David Howells
4
-118
/
+92
2008-04-29
keys: allow clients to set key perms in key_create_or_update()
Arun Raghavan
2
-9
/
+12
2008-04-29
keys: switch to proc_create()
Alexey Dobriyan
1
-6
/
+2
2008-04-29
keys: add keyctl function to get a security label
David Howells
3
-1
/
+71
2008-04-29
keys: allow the callout data to be passed as a blob rather than a string
David Howells
4
-29
/
+48
2008-04-29
keys: check starting keyring as part of search
Kevin Coffman
1
-4
/
+31
2008-04-29
keys: increase the payload size when instantiating a key
David Howells
1
-8
/
+30
2008-04-18
security: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-4
/
+4
2008-02-07
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
David Howells
4
-4
/
+4
2008-01-25
security/selinux: constify function pointer tables and fields
Jan Engelhardt
1
-2
/
+2
2007-10-17
KEYS: Make request_key() and co fundamentally asynchronous
David Howells
5
-317
/
+335
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+1
2007-07-18
usermodehelper: Tidy up waiting
Jeremy Fitzhardinge
1
-1
/
+2
2007-04-27
[AF_RXRPC]: Key facility changes for AF_RXRPC
David Howells
1
-0
/
+2
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2
-2
/
+0
2007-02-12
[PATCH] mark struct file_operations const 9
Arjan van de Ven
1
-2
/
+2
2007-02-07
[PATCH] Keys: Fix key serial number collision handling
David Howells
1
-19
/
+14
2006-12-07
[PATCH] lockdep: name some old style locks
Peter Zijlstra
1
-1
/
+1
2006-12-07
[PATCH] security/keys/*: user kmemdup()
Eric Sesterhenn
2
-6
/
+2
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-29
[PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcaller
David Howells
3
-11
/
+36
2006-06-28
[PATCH] poison: add & use more constants
Randy Dunlap
1
-1
/
+2
2006-06-26
[PATCH] keys: restrict contents of /proc/keys to Viewable keys
Michael LeMay
1
-0
/
+7
2006-06-26
[PATCH] keys: allocate key serial numbers randomly
Michael LeMay
1
-14
/
+14
2006-06-26
[PATCH] keys: let keyctl_chown() change a key's owner
Fredrik Tolf
1
-8
/
+48
2006-06-26
[PATCH] keys: discard the contents of a key on revocation
David Howells
2
-1
/
+45
2006-06-26
[PATCH] keys: sort out key quota system
David Howells
7
-40
/
+60
2006-06-23
[PATCH] Keys: Fix race between two instantiators of a key
David Howells
3
-17
/
+74
2006-06-23
[PATCH] selinux: add hooks for key subsystem
Michael LeMay
5
-16
/
+20
2006-04-21
[RBTREE] Update key.c to use rb_parent() accessor macro.
David Woodhouse
1
-4
/
+4
2006-04-11
[PATCH] Keys: Improve usage of memory barriers and remove IRQ disablement
David Howells
1
-21
/
+20
2006-04-10
[Security] Keys: Fix oops when adding key to non-keyring
David Howells
2
-0
/
+5
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-03-24
[PATCH] strndup_user: convert keyctl
Davi Arnaut
1
-105
/
+50
2006-03-22
[PATCH] sem2mutex: security/
Ingo Molnar
1
-3
/
+4
2006-02-03
[PATCH] Fix keyctl usage of strnlen_user()
Davi Arnaut
1
-5
/
+10
2006-01-12
[PATCH] move capable() to capability.h
Randy.Dunlap
1
-0
/
+1
2006-01-09
[PATCH] keys: Permit running process to instantiate keys
David Howells
8
-235
/
+327
2006-01-09
[PATCH] keys: Discard duplicate keys from a keyring on link
David Howells
1
-23
/
+64
2006-01-09
[PATCH] keys: Permit key expiry time to be set
David Howells
3
-0
/
+48
2006-01-06
[PATCH] security/: possible cleanups
Adrian Bunk
3
-3
/
+2
2006-01-06
[PATCH] Keys: Remove key duplication
David Howells
3
-150
/
+3
2005-12-02
[PATCH] Keys: Fix permissions check for update vs add
David Howells
1
-1
/
+1
2005-11-07
[PATCH] kfree cleanup: security
Jesper Juhl
1
-2
/
+1
[next]