index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
auditsc.c
Age
Commit message (
Expand
)
Author
9 days
audit: fix incorrect inheritable capability in CAPSET records
Sergio Correia
2026-03-06
audit: widen ino fields to u64
Jeff Layton
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-13
struct filename ->refcnt doesn't need to be atomic
Al Viro
2026-01-13
get rid of audit_reusename()
Al Viro
2025-11-07
audit: merge loops in __audit_inode_child()
Ricardo Robaina
2025-08-30
audit: add record for multiple object contexts
Casey Schaufler
2025-08-30
lsm: security_lsmblob_to_secctx module selection
Casey Schaufler
2025-08-30
audit: create audit_stamp structure
Casey Schaufler
2025-08-13
audit: add a missing tab
Dan Carpenter
2025-08-11
audit: fix indentation in audit_log_exit()
Casey Schaufler
2025-06-16
audit,module: restore audit logging in load failure case
Richard Guy Briggs
2025-03-18
fs: dedup handling of struct filename init and refcounts bumps
Mateusz Guzik
2025-01-21
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-12-04
audit: workaround a GCC bug triggered by task comm changes
Yafang shao
2024-12-04
lsm: replace context+len with lsm_context
Casey Schaufler
2024-12-04
lsm: ensure the correct LSM context releaser
Casey Schaufler
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-11-18
Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-11-05
auditsc: replace memcpy() with strscpy()
Yafang Shao
2024-10-22
audit: Use str_yes_no() helper function
Thorsten Blum
2024-10-11
audit: change context data from secid to lsm_prop
Casey Schaufler
2024-10-11
audit: use an lsm_prop in audit_names
Casey Schaufler
2024-10-11
lsm: use lsm_prop in security_inode_getsecid
Casey Schaufler
2024-10-11
lsm: use lsm_prop in security_current_getsecid
Casey Schaufler
2024-10-11
lsm: use lsm_prop in security_ipc_getsecid
Casey Schaufler
2024-10-11
audit: maintain an lsm_prop in audit_context
Casey Schaufler
2024-10-11
lsm: use lsm_prop in security_audit_rule_match
Casey Schaufler
2024-08-28
audit: use task_tgid_nr() instead of task_pid_nr()
Ricardo Robaina
2023-10-13
audit,io_uring: io_uring openat triggers audit reference count underflow
Dan Clash
2023-09-07
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-08-31
netfilter: nf_tables: Audit log rule reset
Phil Sutter
2023-08-31
netfilter: nf_tables: Audit log setelem reset
Phil Sutter
2023-08-15
audit: cleanup function braces and assignment-in-if-condition
Atul Kumar Pant
2023-08-15
audit: add space before parenthesis and around '=', "==", and '<'
Atul Kumar Pant
2023-08-08
audit: fix possible soft lockup in __audit_inode_child()
Gaosheng Cui
2023-03-01
capability: just use a 'u64' instead of a 'u32[2]' array
Linus Torvalds
2023-02-20
Merge tag 'fsnotify_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-02-07
fanotify,audit: Allow audit to use the full permission event response
Richard Guy Briggs
2023-02-07
fanotify: Ensure consistent variable type for response
Richard Guy Briggs
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
2022-10-17
audit: unify audit_filter_{uring(), inode_name(), syscall()}
Ankur Arora
2022-10-17
audit: cache ctx->major in audit_filter_syscall()
Ankur Arora
2022-10-04
Merge tag 'audit-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-08-26
audit: free audit_proctitle only on task exit
Richard Guy Briggs
2022-08-26
audit: explicitly check audit_context->context enum value
Richard Guy Briggs
2022-08-26
audit: audit_context pid unused, context enum comment fix
Richard Guy Briggs
2022-08-25
audit: move audit_return_fixup before the filters
Richard Guy Briggs
2022-08-15
audit: fix repeated words in comments
Jilin Yuan
[next]