summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socketMickaël Salaün2024-01-041-0/+7
| * | selinux: fix style issues in security/selinux/include/initial_sid_to_string.hPaul Moore2023-12-221-29/+28
| * | selinux: fix style issues in security/selinux/include/xfrm.hPaul Moore2023-12-221-2/+2
| * | selinux: fix style issues in security/selinux/include/security.hPaul Moore2023-12-221-80/+75
| * | selinux: fix style issues with security/selinux/include/policycap_names.hPaul Moore2023-12-221-0/+3
| * | selinux: fix style issues in security/selinux/include/policycap.hPaul Moore2023-12-221-0/+1
| * | selinux: fix style issues in security/selinux/include/objsec.hPaul Moore2023-12-221-64/+65
| * | selinux: fix style issues with security/selinux/include/netlabel.hPaul Moore2023-12-221-33/+20
| * | selinux: fix style issues in security/selinux/include/netif.hPaul Moore2023-12-221-2/+2
| * | selinux: fix style issues in security/selinux/include/ima.hPaul Moore2023-12-221-1/+1
| * | selinux: fix style issues in security/selinux/include/conditional.hPaul Moore2023-12-221-2/+2
| * | selinux: fix style issues in security/selinux/include/classmap.hPaul Moore2023-12-221-210/+132
| * | selinux: fix style issues in security/selinux/include/avc_ss.hPaul Moore2023-12-221-1/+1
| * | selinux: align avc_has_perm_noaudit() prototype with definitionPaul Moore2023-12-221-1/+1
| * | selinux: fix style issues in security/selinux/include/avc.hPaul Moore2023-12-221-26/+15
| * | selinux: fix style issues in security/selinux/include/audit.hPaul Moore2023-12-221-1/+0
| * | selinux: remove the wrong comment about multithreaded process handlingMunehisa Kamata2023-12-071-1/+0
| * | selinux: introduce an initial SID for early boot processesOndrej Mosnacek2023-11-217-2/+76
| * | selinux: refactor avtab_node comparisonsJacob Satterfield2023-11-201-60/+41
| * | selinux: update filenametr_hash() to use full_name_hash()Paul Moore2023-11-161-9/+2
| * | selinux: saner handling of policy reloadsAl Viro2023-11-161-78/+66
| |/
* | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-091-2/+2
|\ \
| * | kexec_file: print out debugging message if requiredBaoquan He2023-12-201-2/+2
| |/
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-1/+1
|\ \
| * | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
| |/
* | Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-081-3/+2
|\ \
| * | iov_iter: replace import_single_range() with import_ubuf()Jens Axboe2023-12-051-2/+2
| * | iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe2023-12-051-2/+1
| |/
* | Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-01-081-8/+2
|\ \
| * | fsnotify: optionally pass access range in file permission hooksAmir Goldstein2023-12-121-7/+1
| * | fsnotify: split fsnotify_perm() into two hooksAmir Goldstein2023-12-121-2/+2
| |/
* | apparmor: Fix move_mount mediation by detecting if source is detachedJohn Johansen2024-01-032-0/+5
* | keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells2023-12-214-22/+37
* | cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-151-6/+0
|/
* Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-11-0332-848/+1336
|\
| * apparmor: Fix some kernel-doc commentsYang Li2023-10-231-2/+2
| * apparmor: Fix one kernel-doc commentYang Li2023-10-231-1/+1
| * apparmor: Fix some kernel-doc commentsYang Li2023-10-231-2/+2
| * apparmor: mark new functions staticArnd Bergmann2023-10-221-2/+2
| * apparmor: Fix regression in mount mediationJohn Johansen2023-10-183-22/+51
| * apparmor: cache buffers on percpu list if there is lock contentionJohn Johansen2023-10-181-5/+62
| * apparmor: add io_uring mediationGeorgia Garcia2023-10-186-2/+131
| * apparmor: add user namespace creation mediationJohn Johansen2023-10-187-2/+75
| * apparmor: allow restricting unprivileged change_profileJohn Johansen2023-10-185-0/+39
| * apparmor: advertise disconnected.path is availableJohn Johansen2023-10-181-0/+1
| * apparmor: refcount the pdbJohn Johansen2023-10-1815-210/+260
| * apparmor: provide separate audit messages for file and policy checksJohn Johansen2023-10-181-5/+11
| * apparmor: pass cred through to audit info.John Johansen2023-10-1820-211/+388
| * apparmor: rename audit_data->label to audit_data->subj_labelJohn Johansen2023-10-1810-18/+17
| * apparmor: combine common_audit_data and apparmor_audit_dataJohn Johansen2023-10-1815-245/+257