summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu2019-02-138-38/+82
* KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip()Roberto Sassu2019-02-131-14/+24
* tpm: move tpm_chip definition to include/linux/tpm.hRoberto Sassu2019-02-132-97/+95
* tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu2019-02-136-36/+96
* tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu2019-02-136-30/+33
* tpm: dynamically allocate the allocated_banks arrayRoberto Sassu2019-02-135-19/+44
* tpm: remove @flags from tpm_transmit()Jarkko Sakkinen2019-02-1310-90/+73
* tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen2019-02-136-37/+40
* tpm: introduce tpm_chip_start() and tpm_chip_stop()Jarkko Sakkinen2019-02-133-81/+116
* tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen2019-02-136-38/+17
* tpm: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen2019-02-131-45/+78
* tpm: remove @space from tpm_transmit()Jarkko Sakkinen2019-02-138-53/+43
* tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen2019-02-133-33/+34
* tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen2019-02-133-64/+66
* tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen2019-02-133-52/+45
* tpm: encapsulate tpm_dev_transmit()Jarkko Sakkinen2019-02-131-7/+18
* tpm: access command header through struct in tpm_try_transmit()Jarkko Sakkinen2019-02-131-2/+2
* tpm: declare struct tpm_headerJarkko Sakkinen2019-02-137-43/+34
* tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen2019-02-132-5/+6
* tpm: return 0 from pcrs_show() when tpm1_pcr_read() failsJarkko Sakkinen2019-02-131-7/+6
* tpm: fix invalid return value in pubek_show()Jarkko Sakkinen2019-02-131-3/+2
* tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen2019-02-137-80/+64
* tpm: don't return bool from update_timeoutsJerry Snitselaar2019-02-133-9/+11
* tpm: don't print error message in tpm_transmit_cmd when tpm still testingJerry Snitselaar2019-02-131-1/+1
* tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2Roberto Sassu2019-02-132-14/+10
* tpm: Fix off-by-one when reading binary_bios_measurementsJia Zhang2019-02-131-4/+4
* tpm: Simplify the measurements loopJia Zhang2019-02-131-23/+14
* tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen2019-02-131-0/+4
* tpm: Unify the send callback behaviourJarkko Sakkinen2019-02-1312-16/+28
* selftests: add TPM 2.0 testsJarkko Sakkinen2019-02-086-0/+936
* tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen2019-02-085-20/+19
* tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen2019-02-081-6/+16
* LSM: SafeSetID: remove unused includeMicah Morton2019-01-301-1/+0
* LSM: SafeSetID: 'depend' on CONFIG_SECURITYMicah Morton2019-01-291-0/+2
* LSM: Add 'name' field for SafeSetID in DEFINE_LSMMicah Morton2019-01-281-0/+1
* LSM: add SafeSetID module that gates setid callsMicah Morton2019-01-259-1/+634
* LSM: add SafeSetID module that gates setid callsMicah Morton2019-01-253-5/+29
* tomoyo: Allow multiple use_group lines.Tetsuo Handa2019-01-243-22/+42
* tomoyo: Coding style fix.Tetsuo Handa2019-01-2415-105/+309
* tomoyo: Swicth from cred->security to task_struct->security.Tetsuo Handa2019-01-235-122/+108
* security: keys: annotate implicit fall throughsMathieu Malaterre2019-01-231-0/+4
* security: keys: annotate implicit fall throughsMathieu Malaterre2019-01-231-0/+3
* security: keys: annotate implicit fall throughMathieu Malaterre2019-01-231-0/+1
* capabilities:: annotate implicit fall throughMathieu Malaterre2019-01-231-3/+1
* apparmor: Adjust offset when accessing task blob.Tetsuo Handa2019-01-221-1/+1
* Merge tag 'v5.0-rc3' into next-generalJames Morris2019-01-22918-4628/+8861
|\
| * Linux 5.0-rc3v5.0-rc3Linus Torvalds2019-01-211-1/+1
| * Merge tag 'pstore-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-211-8/+4
| |\
| | * pstore/ram: Avoid allocation and leak of platform dataKees Cook2019-01-201-6/+3
| | * pstore/ram: Fix console ramoops to show the previous boot logsSai Prakash Ranjan2019-01-171-2/+1