messages from 2018-09-11 02:46:57 to 2018-09-19 14:56:55 UTC [more...]
[PATCH v3 00/20] tpm: separate tpm 1.x and tpm 2.x commands
2018-09-19 14:56 UTC (31+ messages)
` [PATCH v3 01/20] tpm2: add new tpm2 commands according to TCG 1.36
` [PATCH v3 02/20] tpm: sort objects in the Makefile
` [PATCH v3 03/20] tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
` [PATCH v3 04/20] tpm: add tpm_calc_ordinal_duration wrapper
` [PATCH v3 05/20] tpm: factor out tpm_get_timeouts
` [PATCH v3 06/20] tpm: move tpm1_pcr_extend to tpm1-cmd.c
` [PATCH v3 07/20] tpm: move tpm_getcap "
` [PATCH v3 08/20] tpm: factor out tpm1_get_random into tpm1-cmd.c
` [PATCH v3 09/20] tpm: move tpm1 selftest code from tpm-interface tpm1-cmd.c
` [PATCH v3 10/20] tpm: factor out tpm1 pm suspend flow into tpm1-cmd.c
` [PATCH v3 11/20] tpm: factor out tpm_startup function
` [PATCH v3 12/20] tpm: move pcr extend code to tpm2-cmd.c
` [PATCH v3 13/20] tpm: add tpm_auto_startup into tpm-interface
` [PATCH v3 14/20] tpm: tpm-interface.c drop unused macros
` [PATCH v3 15/20] tpm: tpm-space.c remove unneeded semicolon
` [PATCH v3 16/20] tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure
` [PATCH v3 17/20] tpm1: implement tpm1_pcr_read_dev() "
` [PATCH v3 18/20] tpm: use u32 instead of int for pcr index
` [PATCH v3 19/20] tpm1: reimplement SAVESTATE using tpm_buf
` [PATCH v3 20/20] tpm1: reimplement tpm1_continue_selftest() "
[PATCH v3 0/6] Add support for architecture specific IMA policies
2018-09-19 7:55 UTC (7+ messages)
` [PATCH v3 1/6] x86/ima: define arch_ima_get_secureboot
` [PATCH v3 2/6] ima: prevent kexec_load syscall based on runtime secureboot flag
` [PATCH v3 3/6] ima: refactor ima_init_policy()
` [PATCH v3 4/6] ima: add support for arch specific policies
` [PATCH v3 5/6] ima: add support for external setting of ima_appraise
` [PATCH v3 6/6] x86/ima: define arch_get_ima_policy() for x86
Hello Friend
2018-09-19 6:01 UTC
[PATCH v2 3/3] tpm: retrieve digest size of unknown algorithms with PCR read
2018-09-18 18:54 UTC (4+ messages)
[PATCH 00/22] KEYS: Support TPM-wrapped key and crypto ops
2018-09-18 17:18 UTC (15+ messages)
[PATCH v2 00/10] LSM: Module stacking in support of S.A.R.A and Landlock
2018-09-18 15:23 UTC (57+ messages)
` [PATCH 01/10] procfs: add smack subdir to attrs
` [PATCH 02/10] Smack: Abstract use of cred security blob
` [PATCH 03/10] SELinux: "
` [PATCH 04/10] LSM: Infrastructure management of the "
` [PATCH 05/10] SELinux: Abstract use of file "
` [PATCH 06/10] LSM: Infrastructure management of the "
` [PATCH 07/10] SELinux: Abstract use of inode "
` [PATCH 08/10] Smack: "
` [PATCH 09/10] LSM: Infrastructure management of the inode security
` [PATCH 10/10] LSM: Blob sharing support for S.A.R.A and LandLock
[PATCH 00/18] LSM: Prepare for explict LSM ordering
2018-09-18 1:08 UTC (49+ messages)
` [PATCH 01/18] vmlinux.lds.h: Avoid copy/paste of security_init section
` [PATCH 02/18] LSM: Rename .security_initcall section to .lsm_info
` [PATCH 03/18] LSM: Remove initcall tracing
` [PATCH 04/18] LSM: Convert from initcall to struct lsm_info
` [PATCH 05/18] vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
` [PATCH 06/18] LSM: Convert security_initcall() into DEFINE_LSM()
` [PATCH 07/18] LSM: Add minor LSM initialization loop
` [PATCH 08/18] integrity: Initialize as LSM_TYPE_MINOR
` [PATCH 09/18] LSM: Record LSM name in struct lsm_info
` [PATCH 10/18] LSM: Plumb visibility into optional "enabled" state
` [PATCH 11/18] LSM: Lift LSM selection out of individual LSMs
` [PATCH 12/18] LSM: Introduce ordering details in struct lsm_info
` [PATCH 13/18] LoadPin: Initialize as LSM_TYPE_MINOR
` [PATCH 14/18] Yama: "
` [PATCH 15/18] capability: "
` [PATCH 16/18] LSM: Allow arbitrary LSM ordering
` [PATCH 17/18] LSM: Provide init debugging
` [PATCH 18/18] LSM: Don't ignore initialization failures
[RFC 11/12] keys/mktme: Add a new key service type for memory encryption keys
2018-09-17 22:34 UTC (18+ messages)
` [RFC 00/12] Multi-Key Total Memory Encryption API (MKTME)
` [RFC 10/12] x86/pconfig: Program memory encryption keys on a system-wide basis
` [RFC 04/12] x86/mm: Add helper functions to manage memory encryption keys
` [RFC 12/12] keys/mktme: Do not revoke in use "
[PATCH v6 0/2] tpm: add support for nonblocking operation
2018-09-17 21:27 UTC (5+ messages)
[PATCH v2, RESEND 0/3] tpm: retrieve digest size of unknown algorithms from TPM
2018-09-17 9:38 UTC (4+ messages)
` [PATCH v2, RESEND 1/3] tpm: rename and export tpm2_digest and tpm2_algorithms
` [PATCH v2, RESEND 2/3] tpm: modify tpm_pcr_read() definition to pass TPM hash algorithms
` [PATCH v2, RESEND 3/3] tpm: retrieve digest size of unknown algorithms with PCR read
[PATCH v2 0/6] Add support for architecture specific IMA policies
2018-09-14 13:50 UTC (8+ messages)
` [PATCH v2 1/6] ima: define arch_ima_get_secureboot
` [PATCH v2 2/6] ima: prevent kexec_load syscall based on runtime secureboot flag
` [PATCH v2 3/6] ima: refactor ima_init_policy()
` [PATCH v2 4/6] ima: add support for arch specific policies
` [PATCH v2 5/6] ima: add support for external setting of ima_appraise
` [PATCH v2 6/6] x86/ima: define arch_get_ima_policy() for x86
[PATCH 0/3] keyutils: request_key and DNS resolver changes
2018-09-13 14:08 UTC (4+ messages)
` [PATCH 1/3] request-key: Provide a command line option to suppress execution
` [PATCH 2/3] request-key: Find best match rather than first match
` [PATCH 3/3] Remove the dependency on MIT Kerberos
[PATCH -next] Smack: remove set but not used variable 'root_inode'
2018-09-13 13:18 UTC
[PATCH 3/6] selinux: convert to kvmalloc
2018-09-13 2:27 UTC (4+ messages)
Compliment of the day to you Dear Friend
2018-09-13 1:28 UTC
[PATCH 1/3] selinux: make dentry_init_security() return security module name
2018-09-12 1:14 UTC (8+ messages)
Overlayfs @ Containers and checkpoint/restart micro-conference at LPC2018
2018-09-11 15:36 UTC (4+ messages)
INFO: rcu detected stall in pppol2tp_sendmsg
2018-09-11 6:06 UTC
[RFC 12/12] keys/mktme: Do not revoke in use memory encryption keys
2018-09-07 22:39 UTC
[RFC 04/12] x86/mm: Add helper functions to manage memory encryption keys
2018-09-07 22:36 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).