messages from 2017-12-16 17:01:23 to 2018-01-02 16:50:38 UTC [more...]
[PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
2018-01-02 16:50 UTC (25+ messages)
` [PATCH v4 01/19] fs: new API for handling inode->i_version
` [PATCH v4 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v4 03/19] fat: convert to new i_version API
` [PATCH v4 04/19] affs: "
` [PATCH v4 05/19] afs: "
` [PATCH v4 06/19] btrfs: "
` [PATCH v4 07/19] exofs: switch "
` [PATCH v4 08/19] ext2: convert "
` [PATCH v4 09/19] ext4: "
` [PATCH v4 10/19] nfs: "
` [PATCH v4 11/19] nfsd: "
` [PATCH v4 12/19] ocfs2: "
` [PATCH v4 13/19] ufs: use "
` [PATCH v4 14/19] xfs: convert to "
` [PATCH v4 15/19] IMA: switch IMA over "
` [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] tpm: remove unused variables
2018-01-02 15:36 UTC (2+ 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 (13+ 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 (39+ 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
[RFC][PATCH 0/9] tpm: fix driver so that burstcount can be safely ignored
2017-12-24 20:41 UTC (6+ messages)
` [RFC][PATCH 4/9] tpm_tis_core: send all data in single operation
[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 (5+ messages)
[BISECTED] tpm CLKRUN breaks PS/2 keyboard and touchpad on Braswell system
2017-12-22 18:30 UTC (34+ messages)
` [PATCH 1/1] tpm: only attempt to disable the LPC CLKRUN if is already
[RFC PATCH] tpm: don't return -EINVAL if TPM command validation fails
2017-12-22 17:38 UTC (11+ 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)
[Regression 4.15-rc2] New messages `tpm tpm0: A TPM error (2314) occurred continue selftest`
2017-12-22 14:08 UTC (11+ messages)
[PATCH] tpm2-cmd: try full selftest once if continue selftest failed
2017-12-22 13:56 UTC
[PATCH] tpm: Fix the driver cleanup code
2017-12-21 22:30 UTC (6+ messages)
[PATCH] ima: Fix warn potential negative subtraction from max
2017-12-21 21:54 UTC (3+ messages)
` [PATCH v2] "
tpm_tis_spi gets initialized long after IMA
2017-12-21 13:59 UTC (10+ messages)
` Aw: "
` Aw: "
` Aw: "
` Aw: "
[PATCH v3 00/19] fs: rework and optimize i_version handling in filesystems
2017-12-21 11:48 UTC (34+ messages)
` [PATCH v3 01/19] fs: new API for handling inode->i_version
` [PATCH v3 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v3 03/19] fat: convert to new i_version API
` [PATCH v3 04/19] affs: "
` [PATCH v3 05/19] afs: "
` [PATCH v3 06/19] btrfs: "
` [PATCH v3 07/19] exofs: switch "
` [PATCH v3 08/19] ext2: convert "
` [PATCH v3 09/19] ext4: "
` [PATCH v3 10/19] nfs: "
` [PATCH v3 11/19] nfsd: "
` [PATCH v3 12/19] ocfs2: "
` [PATCH v3 13/19] ufs: use "
` [PATCH v3 14/19] xfs: convert to "
` [PATCH v3 15/19] IMA: switch IMA over "
` [PATCH v3 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v3 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH v3 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v3 19/19] fs: handle inode->i_version more efficiently
ima: temporary "next-queued-testing" branch
2017-12-18 20:43 UTC (4+ messages)
` ima: temporary "next-queued-testing" branch (UPDATE)
[PATCH V3 1/2] security: Add a cred_getsecid hook
2017-12-18 15:39 UTC (10+ messages)
` [PATCH V3 2/2] IMA: Support using new creds in appraisal policy
[PATCH] tpm: remove type and name fields from the I2C Infineon OF table entries
2017-12-17 18:19 UTC (5+ messages)
[PATCH v2 00/19] fs: rework and optimize i_version handling in filesystems
2017-12-17 1:05 UTC (4+ messages)
` [PATCH v2 01/19] fs: new API for handling inode->i_version
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).