| Commit message (Expand) | Author | Age | Files | Lines |
* | tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend() | Roberto Sassu | 2019-02-13 | 8 | -38/+82 |
* | KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip() | Roberto Sassu | 2019-02-13 | 1 | -14/+24 |
* | tpm: move tpm_chip definition to include/linux/tpm.h | Roberto Sassu | 2019-02-13 | 2 | -97/+95 |
* | tpm: retrieve digest size of unknown algorithms with PCR read | Roberto Sassu | 2019-02-13 | 6 | -36/+96 |
* | tpm: rename and export tpm2_digest and tpm2_algorithms | Roberto Sassu | 2019-02-13 | 6 | -30/+33 |
* | tpm: dynamically allocate the allocated_banks array | Roberto Sassu | 2019-02-13 | 5 | -19/+44 |
* | tpm: remove @flags from tpm_transmit() | Jarkko Sakkinen | 2019-02-13 | 10 | -90/+73 |
* | tpm: take TPM chip power gating out of tpm_transmit() | Jarkko Sakkinen | 2019-02-13 | 6 | -37/+40 |
* | tpm: introduce tpm_chip_start() and tpm_chip_stop() | Jarkko Sakkinen | 2019-02-13 | 3 | -81/+116 |
* | tpm: remove TPM_TRANSMIT_UNLOCKED flag | Jarkko Sakkinen | 2019-02-13 | 6 | -38/+17 |
* | tpm: use tpm_try_get_ops() in tpm-sysfs.c. | Jarkko Sakkinen | 2019-02-13 | 1 | -45/+78 |
* | tpm: remove @space from tpm_transmit() | Jarkko Sakkinen | 2019-02-13 | 8 | -53/+43 |
* | tpm: move TPM space code out of tpm_transmit() | Jarkko Sakkinen | 2019-02-13 | 3 | -33/+34 |
* | tpm: move tpm_validate_commmand() to tpm2-space.c | Jarkko Sakkinen | 2019-02-13 | 3 | -64/+66 |
* | tpm: clean up tpm_try_transmit() error handling flow | Jarkko Sakkinen | 2019-02-13 | 3 | -52/+45 |
* | tpm: encapsulate tpm_dev_transmit() | Jarkko Sakkinen | 2019-02-13 | 1 | -7/+18 |
* | tpm: access command header through struct in tpm_try_transmit() | Jarkko Sakkinen | 2019-02-13 | 1 | -2/+2 |
* | tpm: declare struct tpm_header | Jarkko Sakkinen | 2019-02-13 | 7 | -43/+34 |
* | tpm: print tpm2_commit_space() error inside tpm2_commit_space() | Jarkko Sakkinen | 2019-02-13 | 2 | -5/+6 |
* | tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails | Jarkko Sakkinen | 2019-02-13 | 1 | -7/+6 |
* | tpm: fix invalid return value in pubek_show() | Jarkko Sakkinen | 2019-02-13 | 1 | -3/+2 |
* | tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter | Jarkko Sakkinen | 2019-02-13 | 7 | -80/+64 |
* | tpm: don't return bool from update_timeouts | Jerry Snitselaar | 2019-02-13 | 3 | -9/+11 |
* | tpm: don't print error message in tpm_transmit_cmd when tpm still testing | Jerry Snitselaar | 2019-02-13 | 1 | -1/+1 |
* | tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2 | Roberto Sassu | 2019-02-13 | 2 | -14/+10 |
* | tpm: Fix off-by-one when reading binary_bios_measurements | Jia Zhang | 2019-02-13 | 1 | -4/+4 |
* | tpm: Simplify the measurements loop | Jia Zhang | 2019-02-13 | 1 | -23/+14 |
* | tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incomplete | Jarkko Sakkinen | 2019-02-13 | 1 | -0/+4 |
* | tpm: Unify the send callback behaviour | Jarkko Sakkinen | 2019-02-13 | 12 | -16/+28 |
* | selftests: add TPM 2.0 tests | Jarkko Sakkinen | 2019-02-08 | 6 | -0/+936 |
* | tpm: Fix some name collisions with drivers/char/tpm.h | Jarkko Sakkinen | 2019-02-08 | 5 | -20/+19 |
* | tpm/tpm_crb: Avoid unaligned reads in crb_recv() | Jarkko Sakkinen | 2019-02-08 | 1 | -6/+16 |
* | LSM: SafeSetID: remove unused include | Micah Morton | 2019-01-30 | 1 | -1/+0 |
* | LSM: SafeSetID: 'depend' on CONFIG_SECURITY | Micah Morton | 2019-01-29 | 1 | -0/+2 |
* | LSM: Add 'name' field for SafeSetID in DEFINE_LSM | Micah Morton | 2019-01-28 | 1 | -0/+1 |
* | LSM: add SafeSetID module that gates setid calls | Micah Morton | 2019-01-25 | 9 | -1/+634 |
* | LSM: add SafeSetID module that gates setid calls | Micah Morton | 2019-01-25 | 3 | -5/+29 |
* | tomoyo: Allow multiple use_group lines. | Tetsuo Handa | 2019-01-24 | 3 | -22/+42 |
* | tomoyo: Coding style fix. | Tetsuo Handa | 2019-01-24 | 15 | -105/+309 |
* | tomoyo: Swicth from cred->security to task_struct->security. | Tetsuo Handa | 2019-01-23 | 5 | -122/+108 |
* | security: keys: annotate implicit fall throughs | Mathieu Malaterre | 2019-01-23 | 1 | -0/+4 |
* | security: keys: annotate implicit fall throughs | Mathieu Malaterre | 2019-01-23 | 1 | -0/+3 |
* | security: keys: annotate implicit fall through | Mathieu Malaterre | 2019-01-23 | 1 | -0/+1 |
* | capabilities:: annotate implicit fall through | Mathieu Malaterre | 2019-01-23 | 1 | -3/+1 |
* | apparmor: Adjust offset when accessing task blob. | Tetsuo Handa | 2019-01-22 | 1 | -1/+1 |
* | Merge tag 'v5.0-rc3' into next-general | James Morris | 2019-01-22 | 918 | -4628/+8861 |
|\ |
|
| * | Linux 5.0-rc3v5.0-rc3 | Linus Torvalds | 2019-01-21 | 1 | -1/+1 |
| * | Merge tag 'pstore-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-01-21 | 1 | -8/+4 |
| |\ |
|
| | * | pstore/ram: Avoid allocation and leak of platform data | Kees Cook | 2019-01-20 | 1 | -6/+3 |
| | * | pstore/ram: Fix console ramoops to show the previous boot logs | Sai Prakash Ranjan | 2019-01-17 | 1 | -2/+1 |