summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Mark Brown2023-04-273-21/+3
|\
| * yama: simplfy sysctls with register_sysctl()Luis Chamberlain2023-04-131-7/+1
| * loadpin: simplify sysctls use with register_sysctl()Luis Chamberlain2023-04-131-7/+1
| * apparmor: simplify sysctls with register_sysctl_init()Luis Chamberlain2023-04-131-7/+1
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown2023-04-271-1/+1
|\ \
| * | IMA: allow/fix UML buildsRandy Dunlap2023-03-151-1/+1
| |/
* | Merge branch 'apparmor-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown2023-04-279-29/+26
|\ \
| * | apparmor: fix missing error check for rhashtable_insert_fastDanila Chernetsov2023-04-131-2/+7
| * | apparmor: Return directly after a failed kzalloc() in two functionsMarkus Elfring2023-04-131-5/+5
| * | AppArmor: Fix some kernel-doc commentsYang Li2023-04-091-1/+1
| * | apparmor: fix use of strcpy in policy_unpack_testRae Moar2023-01-291-7/+6
| * | apparmor: make aa_set_current_onexec return voidQuanfa Fu2023-01-173-6/+3
| * | apparmor: fix kernel-doc complaintsRandy Dunlap2023-01-103-8/+4
* | | Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/akp...Mark Brown2023-04-271-1/+1
|\ \ \
| * | | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* | | | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-261-3/+3
|\ \ \ \
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-3/+6
| |\| | |
| * | | | af_unix: preserve const qualifier in unix_sk()Eric Dumazet2023-03-181-1/+1
| * | | | inet: preserve const qualifier in inet_sk()Eric Dumazet2023-03-171-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds2023-04-241-1/+1
|\ \ \ \
| * | | | docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-301-1/+1
| |/ / /
* | | | Merge tag 'tpmdd-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2023-04-242-3/+28
|\ \ \ \
| * | | | integrity: machine keyring CA configurationEric Snowberg2023-04-242-3/+28
| | |/ / | |/| |
* | | | Merge tag 'Smack-for-6.4' of https://github.com/cschaufler/smack-nextLinus Torvalds2023-04-241-40/+24
|\ \ \ \
| * | | | Smack: Improve mount process memory useCasey Schaufler2023-04-051-39/+23
| * | | | smack_lsm: remove unnecessary type castingXU pengfei2023-03-081-1/+1
| | |/ / | |/| |
* | | | Merge tag 'tomoyo-pr-20230424' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2023-04-243-48/+4
|\ \ \ \
| * | | | tomoyo: replace tomoyo_round2() with kmalloc_size_roundup()Vlastimil Babka2023-03-013-48/+4
* | | | | Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-244-118/+2639
|\ \ \ \ \
| * | | | | security: Remove security_old_inode_init_security()Roberto Sassu2023-03-231-11/+0
| * | | | | security: Remove integrity from the LSM list in KconfigRoberto Sassu2023-03-101-7/+9
| * | | | | Revert "integrity: double check iint_cache was initialized"Roberto Sassu2023-03-101-8/+0
| * | | | | security: Introduce LSM_ORDER_LAST and set it for the integrity LSMRoberto Sassu2023-03-102-3/+10
| * | | | | device_cgroup: Fix typo in devcgroup_css_alloc descriptionKamalesh Babulal2023-03-081-1/+1
| * | | | | lsm: fix a badly named parameter in security_get_getsecurity()Paul Moore2023-03-081-5/+5
| * | | | | lsm: fix doc warnings in the LSM hook commentsPaul Moore2023-03-081-16/+17
| * | | | | lsm: styling fixes to security/security.cPaul Moore2023-03-061-84/+98
| * | | | | lsm: move the remaining LSM hook comments to security/security.cPaul Moore2023-03-061-0/+231
| * | | | | lsm: move the io_uring hook comments to security/security.cPaul Moore2023-03-061-0/+26
| * | | | | lsm: move the perf hook comments to security/security.cPaul Moore2023-03-061-0/+39
| * | | | | lsm: move the bpf hook comments to security/security.cPaul Moore2023-03-061-0/+65
| * | | | | lsm: move the audit hook comments to security/security.cPaul Moore2023-03-061-0/+41
| * | | | | lsm: move the binder hook comments to security/security.cPaul Moore2023-03-061-0/+36
| * | | | | lsm: move the sysv hook comments to security/security.cPaul Moore2023-03-061-0/+191
| * | | | | lsm: move the key hook comments to security/security.cPaul Moore2023-03-061-0/+40
| * | | | | lsm: move the xfrm hook comments to security/security.cPaul Moore2023-03-061-0/+103
| * | | | | lsm: move the Infiniband hook comments to security/security.cPaul Moore2023-03-061-0/+34
| * | | | | lsm: move the SCTP hook comments to security/security.cPaul Moore2023-03-061-0/+43
| * | | | | lsm: move the socket hook comments to security/security.cPaul Moore2023-03-061-0/+322
| * | | | | lsm: move the AF_UNIX hook comments to security/security.cPaul Moore2023-03-061-1/+41