summaryrefslogtreecommitdiff
path: root/kernel/cred.c
AgeCommit message (Expand)Author
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe
2023-12-15cred: switch to using atomic_long_tJens Axboe
2023-10-30Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-29groups: Convert group_info.usage to refcount_tElena Reshetova
2023-09-21cred: add get_cred_many and put_cred_manyMateusz Guzik
2023-08-18cred: convert printks to pr_<level>tiozhang
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook
2022-03-15x86: Mark __invalid_creds() __noreturnPeter Zijlstra
2022-02-17ucounts: Base set_cred_ucounts changes on the real userEric W. Biederman
2021-10-20ucounts: In set_cred_ucounts assume new->ucounts is non-NULLEric W. Biederman
2021-10-20ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyringEric W. Biederman
2021-10-19ucounts: Proper error handling in set_cred_ucountsEric W. Biederman
2021-10-19ucounts: Pair inc_rlimit_ucounts with dec_rlimit_ucoutns in commit_credsEric W. Biederman
2021-08-23ucounts: Increase ucounts reference counter before the security hookAlexey Gladkov
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-05-28cred: add missing return error code when set_cred_ucounts() failedYang Yingliang
2021-05-06kernel/cred.c: make init_groups staticRasmus Villemoes
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov
2021-04-30Add a reference to ucounts for each credAlexey Gladkov
2020-05-20exec: Teach prepare_exec_creds how exec treats uids & gidsEric W. Biederman
2020-03-25kernel: doc: remove outdated comment cred.cBernd Edlinger
2020-01-14Merge branch 'dhowells' (patches from DavidH)Linus Torvalds
2020-01-14keys: Fix request_key() cacheDavid Howells
2020-01-04memcg: account security cred as well to kmemcgShakeel Butt
2019-07-25Merge branch 'access-creds'Linus Torvalds
2019-07-24access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds
2019-07-08Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-08Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-19keys: Cache result of request_key*() temporarily in task_structDavid Howells
2019-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2019-06-11ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-05-22keys: sparse: Fix key_fs[ug]id_changed()David Howells
2019-01-08SELinux: Remove cred security blob poisoningCasey Schaufler
2018-12-19cred: export get_task_cred().NeilBrown
2018-12-19cred: add get_cred_rcu()NeilBrown
2018-12-19cred: add cred_fscmp() for comparing creds.NeilBrown
2017-05-18doc: ReSTify credentials.txtKees Cook
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-06-30cred: Reject inodes with invalid ids in set_create_file_as()Seth Forshee
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-09-10kernel/cred.c: remove unnecessary kdebug atomic readsJoe Perches
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2012-12-14userns: Add a more complete capability subset test to commit_credsEric W. Biederman
2012-10-02KEYS: Make the session and process keyrings per-threadDavid Howells
2012-08-23userns: Make credential debugging user namespace safe.Eric W. Biederman
2012-05-23keys: kill task_struct->replacement_session_keyringOleg Nesterov
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds