summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/sidtab.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: fix style issues in security/selinux/ss/sidtab.cPaul Moore2024-02-231-32/+37
* selinux: Annotate struct sidtab_str_cache with __counted_byKees Cook2023-09-121-1/+1
* selinux: update my email addressStephen Smalley2023-07-191-1/+1
* Merge tag 'selinux-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-131-9/+14
|\
| * selinux: remove the sidtab context conversion indirect callsPaul Moore2022-11-091-9/+12
* | selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()GONG, Ruiqi2022-10-191-2/+2
|/
* selinux: enclose macro arguments in parenthesisChristian Göttsche2022-01-261-2/+2
* selinux: Use struct_size() helper in kmalloc()Xiu Jianfeng2021-12-051-1/+1
* selinux: fix race between old and new sidtabOndrej Mosnacek2021-04-071-0/+21
* selinux: move policy commit after updating selinuxfsStephen Smalley2020-08-171-0/+10
* selinux: move context hashing under sidtabOndrej Mosnacek2020-04-171-13/+19
* selinux: drop unnecessary smp_load_acquire() callOndrej Mosnacek2020-04-151-2/+1
* selinux: fix sidtab string cache lockingOndrej Mosnacek2020-02-051-9/+3
* selinux: cache the SID -> context string translationOndrej Mosnacek2019-12-091-31/+144
* selinux: sidtab reverse lookup hash tableJeff Vander Stoep2019-12-091-136/+127
* selinux: avoid atomic_t usage in sidtabOndrej Mosnacek2019-08-271-27/+21
* selinux: check sidtab limit before adding a new entryOndrej Mosnacek2019-07-241-0/+5
* selinux: overhaul sidtab to fix bug and improve performanceOndrej Mosnacek2018-12-051-217/+346
* selinux: use separate table for initial SID lookupOndrej Mosnacek2018-12-051-65/+103
* selinux: refactor sidtab conversionOndrej Mosnacek2018-11-201-14/+36
* selinux: Cleanup printk logging in sidtabpeter enderborg2018-06-191-3/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* selinux: update my email addressStephen Smalley2017-08-171-1/+1
* selinux: Return an error code only as a constant in sidtab_insert()Markus Elfring2017-05-231-17/+10
* selinux: Adjust two checks for null pointersMarkus Elfring2017-03-291-2/+2
* selinux: Use kmalloc_array() in sidtab_init()Markus Elfring2017-03-291-1/+1
* selinux: cache sidtab_context_to_sid resultsEric Paris2010-12-071-2/+37
* selinux: Unify for- and while-loop styleVesa-Matti Kari2008-08-151-6/+6
* SELinux: open code sidtab lockJames Morris2008-07-141-11/+7
* selinux: support deferred mapping of contextsStephen Smalley2008-07-141-39/+19
* SELinux: sidtab.c whitespace, syntax, and static declaraction cleanupsEric Paris2008-04-211-4/+2
* Reassign printk levels in selinux kernel codeEric Paris2007-02-261-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+305