linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-22 16:01:09 to 2018-01-18 18:41:37 UTC [more...]

[RFC][PATCH 0/3] Export broken TPMs to user space
 2018-01-18 18:41 UTC  (4+ messages)
` [RFC][PATCH 1/3] tpm-chip: Move idr_replace calls to appropriate places

[RFC][PATCH 0/9] tpm: fix driver so that burstcount can be safely ignored
 2018-01-18 18:32 UTC  (32+ messages)
` [RFC][PATCH 1/9] tpm_tis_core: clean up whitespace
` [RFC][PATCH 2/9] tpm_tis_core: access single TIS registers before doing complex transfers
` [RFC][PATCH 3/9] tpm_tis_core: correctly wait for flags to become zero
` [RFC][PATCH 4/9] tpm_tis_core: send all data in single operation
` [RFC][PATCH 5/9] tpm_tis_core: use XDATA_FIFO for transfers if available
` [RFC][PATCH 6/9] tpm_tis_spi: fix sending wrong data during wait state handling
` [RFC][PATCH 7/9] tpm_tis_spi: release CS line when wait state handling fails
` [RFC][PATCH 8/9] tpm_tis_spi: add delay between wait state retries

[PATCH v3] fscrypt: add support for the encrypted key type
 2018-01-18 13:13 UTC 

[PATCH] ima/policy: fix parsing of fsuuid
 2018-01-17 21:36 UTC  (2+ messages)

[PATCH 1/3] encrypted-keys: add fscrypt format support
 2018-01-18  0:18 UTC  (9+ messages)
` [PATCH 2/3] fscrypt: add support for the encrypted key type
` [PATCH 3/3] encrypted-keys: document new fscrypt key format

[RFC PATCH v2] ima,fuse: introduce new fs flag FS_NO_IMA_CACHE
 2018-01-16 15:10 UTC 

[PATCH 1/2] fs/fuse: move SUPER_MAGIC definitions to linux/magic.h
 2018-01-16 11:35 UTC  (11+ messages)
` [PATCH 2/2] ima: turn on force option for FUSE in builtin policies
  ` [PATCH 0/2] "
  ` [PATCH] ima,fuse: introduce new fs flag FS_NO_IMA_CACHE

[PATCH] ima: define new policy condition based on the filesystem name
 2018-01-15 17:19 UTC  (4+ messages)

[PATCH v5 00/19] fs: rework and optimize i_version handling in filesystems
 2018-01-12 11:49 UTC  (28+ messages)
` [PATCH v5 01/19] fs: new API for handling inode->i_version
` [PATCH v5 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v5 03/19] fat: convert to new i_version API
` [PATCH v5 04/19] affs: "
` [PATCH v5 05/19] afs: "
` [PATCH v5 06/19] btrfs: "
` [PATCH v5 07/19] exofs: switch "
` [PATCH v5 08/19] ext2: convert "
` [PATCH v5 09/19] ext4: "
` [PATCH v5 10/19] nfs: "
` [PATCH v5 11/19] nfsd: "
` [PATCH v5 12/19] ocfs2: "
` [PATCH v5 13/19] ufs: use "
` [PATCH v5 14/19] xfs: convert to "
` [PATCH v5 15/19] IMA: switch IMA over "
` [PATCH v5 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v5 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH v5 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v5 19/19] fs: handle inode->i_version more efficiently

[RFC PATCH 0/2] IMA: Rewrite tests into new API + fixes
 2018-01-11 20:28 UTC  (3+ messages)
` [RFC PATCH 1/2] security/ima: "
` [RFC PATCH 2/2] security/ima: Run measurements after policy

[GIT PULL] tpmdd updates for v4.16
 2018-01-11 17:29 UTC  (6+ messages)

[PATCH] ima: define a new policy option named "force"
 2018-01-11 13:59 UTC  (5+ messages)

[bug report] ima: re-introduce own integrity cache lock
 2018-01-09  9:32 UTC 

[PATCH v4 05/19] afs: convert to new i_version API
 2018-01-09  9:27 UTC  (38+ messages)
` [PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
  ` [PATCH v4 01/19] fs: new API for handling inode->i_version
  ` [PATCH v4 06/19] btrfs: convert to new i_version API
  ` [PATCH v4 12/19] ocfs2: "
  ` [PATCH v4 14/19] xfs: "
  ` [PATCH v4 16/19] fs: only set S_VERSION when updating times if necessary
  ` [PATCH v4 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
  ` [PATCH v4 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
  ` [PATCH v4 19/19] fs: handle inode->i_version more efficiently

[PATCH V6 1/2] security: Add a cred_getsecid hook
 2018-01-08 21:36 UTC  (2+ messages)
` [PATCH V6 2/2] IMA: Support using new creds in appraisal policy

[PATCH V5 1/2] security: Add a cred_getsecid hook
 2018-01-08 19:55 UTC  (5+ messages)
` [PATCH V5 2/2] IMA: Support using new creds in appraisal policy

[PATCH -next] tpm_tis: Remove unused variables
 2018-01-08 10:47 UTC 

[GIT PULL] linux-integrity patches for 4.16-security-next-general
 2018-01-08  0:04 UTC  (5+ messages)

[PATCH] tpm: remove unused variables
 2018-01-07 23:40 UTC  (3+ messages)

[tpmdd-devel] tpm device not showing up in /dev anymore
 2018-01-05 19:01 UTC  (14+ messages)

[PATCH V4 1/3] security: Add a cred_getsecid hook
 2018-01-04 19:17 UTC  (9+ messages)
` [PATCH V4 2/3] IMA: Use consistent creds
` [PATCH V4 3/3] IMA: Support using new creds in appraisal policy

Business Possibility
 2018-01-04 16:13 UTC 

[PATCHv6 1/1] ima: re-introduce own integrity cache lock
 2018-01-03  4:03 UTC  (6+ messages)

[BISECTED] tpm CLKRUN breaks PS/2 keyboard and touchpad on Braswell system
 2018-01-02 20:53 UTC  (17+ messages)

[PATCH v8 0/2] Fix corner cases with disabling CLKRUN in tpm_tis
 2018-01-02 14:57 UTC  (7+ messages)
` [PATCH v8 1/2] tpm_tis: Move ilb_base_addr to tpm_tis_data
` [PATCH v8 2/2] tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()

[PATCH v2] tpm: remove unused data fields from I2C and OF device ID tables
 2018-01-02 14:46 UTC  (4+ messages)

TPM driver breaks S3 suspend
 2018-01-02 14:43 UTC  (10+ messages)

[PATCH v2 0/3] tpm: fix PS/2 devices not working on Braswell systems due CLKRUN enabled
 2018-01-02 14:41 UTC  (5+ messages)
` [PATCH v2 1/3] tpm: delete the TPM_TIS_CLK_ENABLE flag
` [PATCH v2 2/3] tpm: follow coding style for variable declaration in tpm_tis_core_init()
` [PATCH v2 3/3] tpm: only attempt to disable the LPC CLKRUN if is already enabled

[PATCH 0/4] tpm: fix PS/2 devices not working on Braswell systems due CLKRUN enabled
 2017-12-24 20:57 UTC  (16+ messages)
` [PATCH 1/4] tpm: fix access attempt to an already unmapped I/O memory region
` [PATCH 2/4] tpm: delete the TPM_TIS_CLK_ENABLE flag
` [PATCH 3/4] tpm: follow coding style for variable declaration in tpm_tis_core_init()
` [PATCH 4/4] tpm: only attempt to disable the LPC CLKRUN if is already enabled

[PATCH v6 0/2] Fix corner cases with disabling CLKRUN in tpm_tis
 2017-12-24 19:47 UTC  (4+ messages)
` [PATCH v7 1/2] tpm_tis: Move ilb_base_addr to tpm_tis_data
` [PATCH v7 2/2] tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()

[PATCH 11/11] evm: Don't update hmacs in user ns mounts
 2017-12-24  5:56 UTC  (4+ messages)

[PATCH v2] tpm: Fix the driver cleanup code
 2017-12-22 19:27 UTC  (4+ messages)

[RFC PATCH] tpm: don't return -EINVAL if TPM command validation fails
 2017-12-22 17:38 UTC  (10+ messages)

[PATCH] tpm: remove unused data fields from I2C and OF device ID tables
 2017-12-22 16:06 UTC  (2+ messages)

[PATCH v2 00/15] ima: digest list feature
 2017-12-22 15:56 UTC  (6+ messages)


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).