summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | seccomp: Remove 2-phase API documentationMickaël Salaün2016-08-091-11/+0
* | um/ptrace: Fix the syscall number update after a ptraceMickaël Salaün2016-08-093-5/+7
* | um/ptrace: Fix the syscall_trace_leave callMickaël Salaün2016-08-091-2/+3
* | module: Fully remove the kernel_module_from_file hookMickaël Salaün2016-08-092-2/+0
|/
* Linux 4.8-rc1v4.8-rc1Linus Torvalds2016-08-071-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-0762-213/+213
|\
| * block: rename bio bi_rw to bi_opfJens Axboe2016-08-0751-157/+158
| * target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe2016-08-071-1/+1
| * mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe2016-08-071-2/+3
| * block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-0711-53/+51