aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2020-01-04Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-47/+55
2020-01-04apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockGravatar John Johansen 3-42/+46
2020-01-02apparmor: only get a label reference if the fast path check failsGravatar John Johansen 1-4/+8
2020-01-02apparmor: fix bind mounts aborting with -ENOMEMGravatar Patrick Steinhardt 1-1/+1
2019-12-31Merge tag 'tomoyo-fixes-for-5.5' of git://git.osdn.net/gitroot/tomoyo/tomoyo-...Gravatar Linus Torvalds 5-44/+27
2019-12-18Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmddGravatar Linus Torvalds 5-12/+4
2019-12-17security: keys: trusted: fix lost handle flushGravatar James Bottomley 1-0/+1
2019-12-16tomoyo: Suppress RCU warning at list_for_each_entry_rcu().Gravatar Tetsuo Handa 4-13/+26
2019-12-12KEYS: remove CONFIG_KEYS_COMPATGravatar Eric Biggers 4-12/+3
2019-12-11tomoyo: Don't use nifty names on sockets.Gravatar Tetsuo Handa 1-31/+1
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-2/+2
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 15-165/+526
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+3
2019-11-30Merge tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 9-5/+74
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 12-97/+328
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+0
2019-11-29x86/efi: remove unused variablesGravatar YueHaibing 1-5/+0
2019-11-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-2/+13
2019-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-2/+2
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-1/+103
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Gravatar Maciej Żenczykowski 1-2/+2
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-1/+3
2019-11-22apparmor: make it so work buffers can be allocated from atomic contextGravatar John Johansen 6-38/+62
2019-11-22apparmor: reduce rcu_read_lock scope for aa_file_perm mediationGravatar John Johansen 1-3/+3
2019-11-22apparmor: fix wrong buffer allocation in aa_new_mountGravatar John Johansen 1-4/+4
2019-11-22apparmor: fix unsigned len comparison with less than zeroGravatar Colin Ian King 1-5/+7
2019-11-15y2038: move itimer reset into itimer.cGravatar Arnd Bergmann 1-7/+3
2019-11-14Merge v5.4-rc7 into drm-nextGravatar Dave Airlie 1-0/+1
2019-11-13Merge branch 'topic/secureboot' into nextGravatar Michael Ellerman 11-92/+326
2019-11-12KEYS: trusted: Remove set but not used variable 'keyhndl'Gravatar zhengbin 1-2/+0
2019-11-12KEYS: trusted: Move TPM2 trusted keys codeGravatar Sumit Garg 3-2/+317
2019-11-12KEYS: trusted: Create trusted keys subsystemGravatar Sumit Garg 3-2/+9
2019-11-12KEYS: Use common tpm_buf for trusted and asymmetric keysGravatar Sumit Garg 1-55/+43
2019-11-12tpm: Move tpm_buf code to include/linux/Gravatar Sumit Garg 1-6/+6
2019-11-13powerpc: Load firmware trusted keys/hashes into kernel keyringGravatar Nayna Jain 3-1/+108
2019-11-13x86/efi: move common keyring handler functions to new fileGravatar Nayna Jain 4-67/+115
2019-11-12ima: Check against blacklisted hashes for files with modsigGravatar Nayna Jain 5-6/+60
2019-11-12ima: Make process_buffer_measurement() genericGravatar Nayna Jain 2-18/+43
2019-11-11Merge tag 'v5.4-rc7' into perf/core, to pick up fixesGravatar Ingo Molnar 1-0/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+1
2019-10-31efi/efi_test: Lock down /dev/efi_test and require CAP_SYS_ADMINGravatar Javier Martinez Canillas 1-0/+1
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-2/+2
2019-10-30security/safesetid: Replace rcu_swap_protected() with rcu_replace_pointer()Gravatar Paul E. McKenney 1-2/+2
2019-10-28powerpc/xmon: Restrict when kernel is locked downGravatar Christopher M. Riedl 1-0/+2
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Gravatar Dave Airlie 1-2/+13
2019-10-23pipe: Reduce #inclusion of pipe_fs_i.hGravatar David Howells 1-1/+0
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+8
2019-10-17perf_event: Add support for LSM and SELinux checksGravatar Joel Fernandes (Google) 4-1/+103
2019-10-08Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+8