summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-22ipe: Remove duplicated include in ipe.cYang Li1-1/+0
2024-08-22lsm: replace indirect LSM hook calls with static callsKP Singh2-73/+198
2024-08-22lsm: count the LSMs enabled at compile timeKP Singh2-3/+138
2024-08-20kernel: Add helper macros for loop unrollingKP Singh1-0/+36
2024-08-20init/main.c: Initialize early LSMs after arch code, static keys and calls.KP Singh1-2/+4
2024-08-20MAINTAINERS: add IPE entry with Fan Wu as maintainerFan Wu1-0/+10
2024-08-20documentation: add IPE documentationDeven Bowers6-1/+1255
2024-08-20ipe: kunit test for parserDeven Bowers3-0/+316
2024-08-20scripts: add boot policy generation programDeven Bowers10-0/+198
2024-08-20ipe: enable support for fs-verity as a trust providerFan Wu10-1/+237
2024-08-20fsverity: expose verified fsverity built-in signatures to LSMsFan Wu3-3/+39
2024-08-20lsm: add security_inode_setintegrity() hookFan Wu3-0/+32
2024-08-20ipe: add support for dm-verity as a trust providerDeven Bowers14-15/+460
2024-08-20dm-verity: expose root hash digest and signature data to LSMsDeven Bowers3-1/+130
2024-08-20block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers6-0/+145
2024-08-20ipe: add permissive toggleDeven Bowers5-4/+102
2024-08-20audit,ipe: add IPE auditing supportDeven Bowers11-18/+384
2024-08-20ipe: add userspace interfaceDeven Bowers8-0/+727
2024-08-20lsm: add new securityfs delete functionFan Wu2-0/+26
2024-08-20ipe: introduce 'boot_verified' as a trust providerFan Wu8-6/+101
2024-08-20initramfs,lsm: add a security hook to do_populate_rootfs()Fan Wu4-0/+23
2024-08-20ipe: add LSM hooks on execution and kernel readDeven Bowers6-0/+235
2024-08-20ipe: add evaluation loopDeven Bowers3-0/+127
2024-08-20ipe: add policy parserDeven Bowers5-0/+697
2024-08-19lsm: add IPE lsmDeven Bowers9-6/+97
2024-08-15lockdown: Make lockdown_lsmid staticYue Haibing1-1/+1
2024-08-12lsm: add the inode_free_security_rcu() LSM implementation hookPaul Moore6-33/+33
2024-08-12lsm: cleanup lsm_hooks.hPaul Moore2-45/+44
2024-07-31lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai5-17/+12
2024-07-31lsm: Refactor return value of LSM hook vm_enough_memoryXu Kuohai5-27/+14
2024-07-29lsm: infrastructure management of the perf_event security blobCasey Schaufler5-17/+29
2024-07-29lsm: infrastructure management of the infiniband blobCasey Schaufler5-17/+25
2024-07-29lsm: infrastructure management of the dev_tun blobCasey Schaufler5-20/+28
2024-07-29lsm: add helper for blob allocationsCasey Schaufler1-64/+33
2024-07-29lsm: infrastructure management of the key security blobCasey Schaufler7-38/+69
2024-07-29lsm: infrastructure management of the sock securityCasey Schaufler11-113/+133
2024-07-28Linux 6.11-rc1Linus Torvalds1-2/+2
2024-07-28Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-4/+4
2024-07-28minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds1-8/+11
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds7-10/+10
2024-07-28Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds21-214/+135
2024-07-29kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor2-2/+2
2024-07-28ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger1-1/+1
2024-07-28Merge tag 'v6.11-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb...Linus Torvalds5-495/+2274
2024-07-28Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds19-208/+438
2024-07-28Merge tag 'unicode-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-2/+5
2024-07-28kbuild: rpm-pkg: ghost modules.weakdep fileJose Ignacio Tornos Martinez1-1/+1
2024-07-27Merge tag '6.11-rc-smb-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds5-7/+203
2024-07-27Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linuxLinus Torvalds8-10/+39
2024-07-27Merge tag 'io_uring-6.11-20240726' of git://git.kernel.dk/linuxLinus Torvalds8-49/+51