summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook3-9/+8
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds4-8/+4
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds4-4/+4
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds36-87/+87
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook59-168/+166
5 daysMerge tag 'apparmor-pr-2026-02-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-240/+687
6 daysMerge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
7 daysapparmor: fix signedness bug in unpack_tags()Massimiliano Pellizzer1-1/+1
7 daysMerge tag 'sysctl-7.00-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-21/+16
11 daysMerge tag 'caps-pr-20260213' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+309
13 daysmm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes1-1/+1
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds9-0/+43
14 daysMerge tag 'landlock-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-377/+960
14 daysMerge tag 'integrity-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds4-28/+30
14 daysMerge tag 'Smack-for-7.0' of https://github.com/cschaufler/smack-nextLinus Torvalds2-30/+51
2026-02-11Merge tag 'powerpc-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-1/+205
2026-02-11Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+7
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-50/+123
2026-02-10Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2026-02-10landlock: Transpose the layer masks data structureGünther Noack9-341/+272
2026-02-10landlock: Add access_mask_subset() helperGünther Noack2-2/+9
2026-02-09Merge tag 'selinux-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-25/+151
2026-02-09Merge tag 'lsm-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2026-02-06landlock: Add errata documentation sectionSamasth Norway Ananda4-1/+28
2026-02-06landlock: Refactor TCP socket type checkMatthieu Buffet1-5/+16
2026-02-06landlock: Multithreading support for landlock_restrict_self()Günther Noack6-28/+635
2026-02-03apparmor: fix cast in format string DEBUG statementJohn Johansen1-1/+1
2026-02-02apparmor: fix aa_label to return state from compount and component matchJohn Johansen1-6/+6
2026-02-02apparmor: fix fmt string type error in process_strs_entryJohn Johansen1-2/+3
2026-02-02apparmor: fix kernel-doc comments for inviewJohn Johansen1-2/+2
2026-02-02apparmor: fix invalid deref of rawdata when export_binary is unsetGeorgia Garcia1-0/+9
2026-02-01apparmor: add .kunitconfigRyota Sakamoto1-0/+5
2026-01-30pkcs7, x509: Rename ->digest to ->mDavid Howells1-2/+2
2026-01-30keys/trusted_keys: establish PKWM as a trusted sourceSrish Srinivasan4-1/+205
2026-01-29lsm: preserve /proc/sys/vm/mmap_min_addr when !CONFIG_SECURITYPaul Moore3-18/+3
2026-01-29apparmor: cleanup remove unused percpu critical sections in buffer managementJohn Johansen1-5/+0
2026-01-29apparmor: document the buffer hold, add an overflow guardJohn Johansen1-2/+26
2026-01-29apparmor: avoid per-cpu hold underflow in aa_get_bufferZhengmian Hu1-1/+2
2026-01-29apparmor: split xxx_in_ns into its two separate semantic use casesJohn Johansen5-46/+61
2026-01-29apparmor: make label_match return a consistent valueJohn Johansen1-11/+9
2026-01-29apparmor: remove apply_modes_to_perms from label_matchJohn Johansen1-3/+0
2026-01-29apparmor: fix fast path cache check for unix socketsJohn Johansen1-14/+21
2026-01-29apparmor: fix rlimit for posix cpu timersJohn Johansen1-0/+5
2026-01-29apparmor: refactor/cleanup cred helper fns.John Johansen1-31/+69
2026-01-29apparmor: fix label and profile debug macrosJohn Johansen1-1/+3
2026-01-29apparmor: move check for aa_null file to cover all casesJohn Johansen2-6/+10
2026-01-29apparmor: guard against free routines being called with a NULLJohn Johansen1-0/+6
2026-01-29apparmor: return -ENOMEM in unpack_perms_table upon alloc failureRyan Lee1-2/+4
2026-01-29apparmor: account for in_atomic removal in common_file_permRyan Lee1-3/+2
2026-01-29apparmor: drop in_atomic flag in common_mmap, and common_file_permJohn Johansen1-12/+9