Kernel keyring development
 help / color / mirror / Atom feed
 messages from 2019-06-28 02:19:26 to 2019-07-31 15:07:37 UTC [more...]

[PATCHv2 00/59] Intel MKTME enabling
 2019-07-31 15:07 UTC  (24+ messages)
` [PATCHv2 01/59] mm: Do no merge VMAs with different encryption KeyIDs
` [PATCHv2 02/59] mm: Add helpers to setup zero page mappings
` [PATCHv2 03/59] mm/ksm: Do not merge pages with different KeyIDs
` [PATCHv2 04/59] mm/page_alloc: Unify alloc_hugepage_vma()
` [PATCHv2 05/59] mm/page_alloc: Handle allocation for encrypted memory
` [PATCHv2 06/59] mm/khugepaged: Handle encrypted pages
` [PATCHv2 07/59] x86/mm: Mask out KeyID bits from page table entry pfn
` [PATCHv2 08/59] x86/mm: Introduce helpers to read number, shift and mask of KeyIDs
` [PATCHv2 09/59] x86/mm: Store bitmask of the encryption algorithms supported by MKTME
` [PATCHv2 10/59] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify()
` [PATCHv2 11/59] x86/mm: Detect MKTME early
` [PATCHv2 12/59] x86/mm: Add a helper to retrieve KeyID for a page
` [PATCHv2 13/59] x86/mm: Add a helper to retrieve KeyID for a VMA
` [PATCHv2 14/59] x86/mm: Add hooks to allocate and free encrypted pages
` [PATCHv2 15/59] x86/mm: Map zero pages into encrypted mappings correctly
` [PATCHv2 16/59] x86/mm: Rename CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING
` [PATCHv2 17/59] x86/mm: Allow to disable MKTME after enumeration
` [PATCHv2 18/59] x86/mm: Calculate direct mapping size
` [PATCHv2 19/59] x86/mm: Implement syncing per-KeyID direct mappings
` [PATCHv2 20/59] x86/mm: Handle encrypted memory in page_to_virt() and __pa()
` [PATCHv2 21/59] mm/page_ext: Export lookup_page_ext() symbol
` [PATCHv2 22/59] mm/rmap: Clear vma->anon_vma on unlink_anon_vmas()
` [PATCHv2 23/59] x86/pconfig: Set an activated algorithm in all MKTME commands

[RFC v2 0/6] Introduce TEE based Trusted Keys support
 2019-07-31 14:35 UTC  (13+ messages)
` [RFC v2 1/6] tee: optee: allow kernel pages to register as shm
` [RFC v2 2/6] tee: enable support to register kernel memory
` [RFC v2 3/6] tee: add private login method for kernel clients
` [RFC v2 4/6] KEYS: trusted: Introduce TEE based Trusted Keys
` [RFC v2 5/6] doc: keys: Document usage of "
` [RFC v2 6/6] MAINTAINERS: Add entry for "

[PATCH 0/2] keys: ACLs
 2019-07-31  1:16 UTC  (8+ messages)
` [PATCH 1/2] KEYS: Replace uid/gid/perm permissions checking with an ACL
` [PATCH 2/2] KEYS: Provide KEYCTL_GRANT_PERMISSION

[PATCH v7 00/16] fscrypt: key management improvements
 2019-07-30  0:39 UTC  (39+ messages)
` [PATCH v7 01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [PATCH v7 02/16] fscrypt: use FSCRYPT_ prefix for uapi constants
` [PATCH v7 03/16] fscrypt: use FSCRYPT_* definitions, not FS_*
` [PATCH v7 04/16] fscrypt: add ->ci_inode to fscrypt_info
` [PATCH v7 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [PATCH v7 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v7 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [PATCH v7 09/16] fscrypt: add an HKDF-SHA512 implementation
` [PATCH v7 10/16] fscrypt: v2 encryption policy support
` [PATCH v7 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [PATCH v7 12/16] fscrypt: require that key be added when setting a v2 encryption policy
` [PATCH v7 13/16] ext4: wire up new fscrypt ioctls
` [PATCH v7 14/16] f2fs: "
` [PATCH v7 15/16] ubifs: "
` [PATCH v7 16/16] fscrypt: document the new ioctls and policy version

[RFC 0/7] Introduce TEE based Trusted Keys support
 2019-07-29 13:25 UTC  (11+ messages)
` [RFC 3/7] tee: add private login method for kernel clients

KASAN: use-after-free Read in keyring_compare_object
 2019-07-24 15:46 UTC 

[PATCH v12 00/11] Appended signatures support for IMA appraisal
 2019-07-23 22:39 UTC  (19+ messages)
` [PATCH v12 01/11] MODSIGN: Export module signature definitions
` [PATCH v12 03/11] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v12 04/11] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v12 05/11] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v12 06/11] ima: Factor xattr_verify() out of ima_appraise_measurement()
` [PATCH v12 07/11] ima: Implement support for module-style appended signatures
` [PATCH v12 08/11] ima: Collect modsig
` [PATCH v12 09/11] ima: Define ima-modsig template
` [PATCH v12 10/11] ima: Store the measurement again when appraising a modsig
` [PATCH v12 11/11] ima: Allow template= option for appraise rules as well

[RFC/RFT v2 0/2] KEYS: trusted: Add generic trusted keys framework
 2019-07-18 11:36 UTC  (3+ messages)
` [RFC/RFT v2 1/2] KEYS: trusted: create trusted keys subsystem
` [RFC/RFT v2 2/2] KEYS: trusted: Add generic trusted keys framework

[PATCH] X.509: Add messages for obsolete OIDs
 2019-07-16  4:51 UTC  (2+ messages)

[PATCH] KEYS: trusted: allow module init if TPM is inactive or deactivated
 2019-07-15 16:44 UTC  (7+ messages)

[PATCH AUTOSEL 4.9 61/73] crypto: asymmetric_keys - select CRYPTO_HASH where needed
 2019-07-15 14:36 UTC 

[PATCH AUTOSEL 4.14 085/105] crypto: asymmetric_keys - select CRYPTO_HASH where needed
 2019-07-15 14:28 UTC 

[PATCH AUTOSEL 4.19 119/158] crypto: asymmetric_keys - select CRYPTO_HASH where needed
 2019-07-15 14:17 UTC 

[PATCH AUTOSEL 5.1 162/219] crypto: asymmetric_keys - select CRYPTO_HASH where needed
 2019-07-15 14:02 UTC 

[PATCH AUTOSEL 5.2 184/249] crypto: asymmetric_keys - select CRYPTO_HASH where needed
 2019-07-15 13:45 UTC 

[PATCH, RFC 00/62] Intel MKTME enabling
 2019-07-15  9:02 UTC  (4+ messages)
` [PATCH, RFC 57/62] x86/mktme: Overview of Multi-Key Total Memory Encryption

Loan offer !!
 2019-07-15  8:11 UTC 

[PATCH 0/6] Mount and superblock notifications [ver #5]
 2019-07-12 20:11 UTC  (12+ messages)
` [PATCH 1/6] security: Add hooks to rule on setting a superblock or mount watch "
` [PATCH 2/6] Adjust watch_queue documentation to mention mount and superblock watches. "
` [PATCH 3/6] vfs: Add a mount-notification facility "
` [PATCH 4/6] vfs: Add superblock notifications "
` [PATCH 5/6] fsinfo: Export superblock notification counter "
` [PATCH 6/6] Add sample notification program "

[RFC/RFT] KEYS: trusted: Add generic trusted keys framework
 2019-07-12  5:25 UTC  (3+ messages)

[RFC PATCH 4/5] crypto: Adds user space interface for ALG_SET_KEY_TYPE
 2019-07-11 11:10 UTC  (5+ messages)

[GIT PULL] Keys: Set 4 - Key ACLs for 5.3
 2019-07-11  3:07 UTC  (7+ messages)

next-20190705 - problems generating certs/x509_certificate_list
 2019-07-10  1:32 UTC  (3+ messages)

keyrings pull requests for the next merge window
 2019-07-09  3:25 UTC 

[GIT PULL] Keys: Set 1 - Miscellany for 5.3
 2019-07-09  3:15 UTC  (2+ messages)

[GIT PULL] Keys: Set 2 - request_key() improvements for 5.3
 2019-07-09  3:15 UTC  (2+ messages)

[GIT PULL] Keys: Set 3 - Keyrings namespacing for 5.3
 2019-07-09  3:15 UTC  (2+ messages)

[PATCH 0/9] Keyrings, Block and USB notifications [ver #5]
 2019-07-08 19:13 UTC  (22+ messages)
` [PATCH 1/9] uapi: General notification ring definitions "
` [PATCH 2/9] security: Add hooks to rule on setting a watch "
` [PATCH 3/9] security: Add a hook for the point of notification insertion "
` [PATCH 4/9] General notification queue with user mmap()'able ring buffer "
` [PATCH 5/9] keys: Add a notification facility "
` [PATCH 6/9] Add a general, global device notification watch list "
` [PATCH 7/9] block: Add block layer notifications "
` [PATCH 8/9] usb: Add USB subsystem "
` [PATCH 9/9] Add sample notification program "

[PATCH] Revert "tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()"
 2019-07-05 15:20 UTC  (9+ messages)

Problem with the kernels trusted module on "inactive" TPM
 2019-07-04 12:42 UTC  (5+ messages)

[PATCH v2] Revert "tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()"
 2019-07-04 10:01 UTC 

[PATCH v3] scripts: use pkg-config to locate libcrypto
 2019-07-03 11:20 UTC  (3+ messages)

[PATCH] crypto: asymmetric_keys - select CRYPTO_HASH where needed
 2019-06-28  4:19 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox