summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner2016-10-051-1/+0
* mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner2016-10-053-30/+36
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-10-0426-253/+436
|\
| * Merge tag 'tpmdd-next-20160927' of git://git.infradead.org/users/jjs/linux-tp...James Morris2016-09-272-154/+24
| |\
| | * Revert "tpm/tpm_crb: implement tpm crb idle state"Jarkko Sakkinen2016-09-271-69/+0
| | * Revert "tmp/tpm_crb: fix Intel PTT hw bug during idle state"Jarkko Sakkinen2016-09-271-39/+8
| | * Revert "tpm/tpm_crb: open code the crb_init into acpi_add"Jarkko Sakkinen2016-09-271-10/+16
| | * Revert "tmp/tpm_crb: implement runtime pm for tpm_crb"Jarkko Sakkinen2016-09-272-39/+3
| |/
| * Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-09-213-8/+23
| |\
| | * lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILEVivek Goyal2016-09-193-8/+23
| * | Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-09-1913-65/+211
| |\|
| | * selinux: fix error return code in policydb_read()Wei Yongjun2016-09-131-0/+1
| | * selinux: fix overflow and 0 length allocationsWilliam Roberts2016-08-302-0/+5
| | * selinux: initialize structuresWilliam Roberts2016-08-291-4/+4
| | * selinux: detect invalid ebitmapWilliam Roberts2016-08-291-0/+3
| | * selinux: drop SECURITY_SELINUX_POLICYDB_VERSION_MAXWilliam Roberts2016-08-182-42/+0
| | * selinux: Implement dentry_create_files_as() hookVivek Goyal2016-08-101-0/+22
| | * security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal2016-08-084-0/+48
| | * selinux: Pass security pointer to determine_inode_label()Vivek Goyal2016-08-081-9/+10
| | * selinux: Implementation for inode_copy_up_xattr() hookVivek Goyal2016-08-081-0/+16
| | * security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal2016-08-084-0/+31
| | * selinux: Implementation for inode_copy_up() hookVivek Goyal2016-08-081-0/+21
| | * security, overlayfs: provide copy up security hook for unioned filesVivek Goyal2016-08-084-0/+40
| | * selinux: print leading 0x on ioctlcmd auditsWilliam Roberts2016-08-081-1/+1
| | * security: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-08-083-9/+9
| * | tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas2016-09-162-3/+39
| * | tpm/tpm_crb: open code the crb_init into acpi_addWinkler, Tomas2016-09-161-16/+10
| * | tmp/tpm_crb: fix Intel PTT hw bug during idle stateWinkler, Tomas2016-09-161-8/+39
| * | tpm/tpm_crb: implement tpm crb idle stateWinkler, Tomas2016-09-161-0/+69
| * | tpm: add check for minimum buffer size in tpm_transmit()Jarkko Sakkinen2016-09-151-0/+3
| * | tpm: constify TPM 1.x header structuresJulia Lawall2016-09-152-6/+6
| * | tpm/tpm_crb: fix the over 80 characters checkpatch warringTomas Winkler2016-09-151-2/+1
| * | tpm/tpm_crb: drop useless cpu_to_le32 when writing to registersTomas Winkler2016-09-151-2/+2
| * | tpm/tpm_crb: cache cmd_size register value.Tomas Winkler2016-09-151-5/+5
| * | tmp/tpm_crb: drop include to platform_deviceTomas Winkler2016-09-151-1/+0
| * | tpm/tpm_tis: remove unused itpm variableTomas Winkler2016-09-151-5/+0
| * | tpm_crb: fix incorrect values of cmdReady and goIdle bitsJarkko Sakkinen2016-09-151-2/+2
| * | tpm_crb: refine the naming of constantsJarkko Sakkinen2016-09-151-11/+11
| * | tpm_crb: remove wmb()'sJarkko Sakkinen2016-09-151-3/+0
| * | tpm_crb: fix crb_req_canceled behaviorJarkko Sakkinen2016-09-151-2/+5
| * | tpm: use tpm_pcr_read_dev() in tpm_do_selftest()Jarkko Sakkinen2016-09-151-5/+3
| * | tpm: use tpm_transmit_cmd() in tpm2_probe()Jarkko Sakkinen2016-09-151-3/+1
| * | tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen2016-09-154-38/+17
| * | tpm: remove unnecessary externs from tpm.hJarkko Sakkinen2016-09-151-18/+18
| * | tpm/st33zp24: Remove useless tpm_gen_interruptJason Gunthorpe2016-09-151-2/+0
| * | tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen2016-09-155-65/+103
| * | tpm: invalid self test error messageJarkko Sakkinen2016-09-151-2/+1
| * | Merge branch 'smack-for-4.9' of http://github.com/cschaufler/smack-next into ...James Morris2016-09-154-15/+32
| |\ \
| | * | Smack: Signal delivery as an append operationCasey Schaufler2016-09-083-7/+29
| | * | Smack: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-231-8/+3
| | |/