#!/bin/sh # description: produce callgraphs in short form for scripting use perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@" te' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/kernel/cred.c?h=linux-6.12.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/kernel/cred.c
AgeCommit message (Expand)Author
2024-02-23cred: Use KMEM_CACHE() instead of kmem_cache_create()Kunwu Chan
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