summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tpm: enhance TPM 2.0 PCR extend to support multiple banksNayna Jain2017-02-034-44/+71
* tpm: implement TPM 2.0 capability to get active PCR banksNayna Jain2017-02-032-0/+82
* tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen2017-02-032-1/+6
* tpm_tis: fix iTPM probe via probe_itpm() functionMaciej S. Szmigiero2017-02-031-12/+13
* tpm: Begin the process to deprecate user_read_timerJason Gunthorpe2017-02-031-1/+4
* tpm: remove tpm_read_index and tpm_write_index from tpm.hJarkko Sakkinen2017-02-033-11/+18
* ima: allow to check MAY_APPENDLans Zhang2017-01-272-4/+5
* ima: fix ima_d_path() possible race with renameMimi Zohar2017-01-273-6/+24
* Merge branch 'smack-for-4.11' of git://github.com/cschaufler/smack-next into ...James Morris2017-01-263-27/+95
|\
| * Smack: ignore private inode for file functionsSeung-Woo Kim2017-01-101-0/+12
| * Smack: fix d_instantiate logic for sockfs and pipefsRafal Krypa2017-01-101-7/+7
| * SMACK: Use smk_tskacc() instead of smk_access() for proper loggingHimanshu Shukla2017-01-101-4/+1
| * Smack: Traverse the smack_known_list using list_for_each_entry_rcu macroVishal Goel2017-01-101-1/+1
| * SMACK: Free the i_security blob in inode using RCUHimanshu Shukla2017-01-102-4/+29
| * SMACK: Delete list_head repeated initializationHimanshu Shukla2017-01-101-4/+0
| * SMACK: Add new lock for adding entry in smack master listVishal Goel2017-01-101-0/+5
| * Smack: Fix the issue of wrong SMACK label update in socket bind fail caseVishal Goel2017-01-102-0/+21
| * Smack: Fix the issue of permission denied error in ipv6 hookVishal Goel2017-01-102-2/+4
| * SMACK: Add the rcu synchronization mechanism in ipv6 hooksVishal Goel2017-01-101-5/+15
* | tpm: Check size of response before accessing dataStefan Berger2017-01-235-51/+123
* | tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero2017-01-234-26/+37
* | tpm: Do not print an error message when doing TPM auto startupJason Gunthorpe2017-01-231-3/+6
* | tpm, tpm_crb: Handle 64-bit resource in crb_check_resource()Jiandi An2017-01-231-3/+5
* | tpm/tpm_tis_spi: drop duplicate header module.hGeliang Tang2017-01-231-1/+0
* | tpm/st33zp24: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-01-231-1/+0
* | tpm/vtpm: fix kdoc warningsWinkler, Tomas2017-01-232-63/+91
* | tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas2017-01-231-4/+4
* | tpm/tpm2-chip: fix kdoc errorsWinkler, Tomas2017-01-231-48/+56
* | tpm: add kdoc for tpm_transmit and tpm_transmit_cmdWinkler, Tomas2017-01-231-5/+28
* | seccomp: dump core when using SECCOMP_RET_KILLMike Frysinger2017-01-231-8/+21
* | LSM: Add /sys/kernel/security/lsmCasey Schaufler2017-01-1911-17/+82
* | apparmor: fix undefined reference to `aa_g_hash_policy'John Johansen2017-01-161-1/+1
* | apparmor: replace remaining BUG_ON() asserts with AA_BUG()John Johansen2017-01-164-5/+5
* | apparmor: fix restricted endian type warnings for policy unpackJohn Johansen2017-01-161-6/+6
* | apparmor: fix restricted endian type warnings for dfa unpackJohn Johansen2017-01-162-12/+12
* | apparmor: add check for apparmor enabled in module parameters missing itJohn Johansen2017-01-161-0/+10
* | apparmor: add per cpu work buffers to avoid allocating buffers at every hookJohn Johansen2017-01-162-1/+103
* | apparmor: sysctl to enable unprivileged user ns AppArmor policy loadingTyler Hicks2017-01-162-1/+47
* | apparmor: support querying extended trusted helper extra dataWilliam Hua2017-01-165-0/+245
* | apparmor: update cap audit to check SECURITY_CAP_NOAUDITJohn Johansen2017-01-161-6/+10
* | apparmor: make computing policy hashes conditional on kernel parameterJohn Johansen2017-01-162-29/+32
* | apparmor: convert change_profile to use fqname later to give better controlJohn Johansen2017-01-165-66/+28
* | apparmor: fix change_hat debug outputJohn Johansen2017-01-161-4/+5
* | apparmor: remove unused op parameter from simple_write_to_buffer()John Johansen2017-01-161-6/+3
* | apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen2017-01-1612-161/+155
* | apparmor: change op from int to const char *John Johansen2017-01-1610-134/+84
* | apparmor: rename context abreviation cxt to the more standard ctxJohn Johansen2017-01-165-144/+150
* | apparmor: fail task profile update if current_cred isn't real_credJohn Johansen2017-01-161-0/+3
* | apparmor: add per policy ns .load, .replace, .remove interface filesJohn Johansen2017-01-162-22/+130
* | apparmor: pass the subject profile into profile replace/removeJohn Johansen2017-01-163-16/+21