summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-21Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris3-8/+23
2016-09-19lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILEVivek Goyal3-8/+23
2016-09-19Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris13-65/+211
2016-09-16tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas2-3/+39
2016-09-16tpm/tpm_crb: open code the crb_init into acpi_addWinkler, Tomas1-16/+10
2016-09-16tmp/tpm_crb: fix Intel PTT hw bug during idle stateWinkler, Tomas1-8/+39
2016-09-16tpm/tpm_crb: implement tpm crb idle stateWinkler, Tomas1-0/+69
2016-09-15tpm: add check for minimum buffer size in tpm_transmit()Jarkko Sakkinen1-0/+3
2016-09-15tpm: constify TPM 1.x header structuresJulia Lawall2-6/+6
2016-09-15tpm/tpm_crb: fix the over 80 characters checkpatch warringTomas Winkler1-2/+1
2016-09-15tpm/tpm_crb: drop useless cpu_to_le32 when writing to registersTomas Winkler1-2/+2
2016-09-15tpm/tpm_crb: cache cmd_size register value.Tomas Winkler1-5/+5
2016-09-15tmp/tpm_crb: drop include to platform_deviceTomas Winkler1-1/+0
2016-09-15tpm/tpm_tis: remove unused itpm variableTomas Winkler1-5/+0
2016-09-15tpm_crb: fix incorrect values of cmdReady and goIdle bitsJarkko Sakkinen1-2/+2
2016-09-15tpm_crb: refine the naming of constantsJarkko Sakkinen1-11/+11
2016-09-15tpm_crb: remove wmb()'sJarkko Sakkinen1-3/+0
2016-09-15tpm_crb: fix crb_req_canceled behaviorJarkko Sakkinen1-2/+5
2016-09-15tpm: use tpm_pcr_read_dev() in tpm_do_selftest()Jarkko Sakkinen1-5/+3
2016-09-15tpm: use tpm_transmit_cmd() in tpm2_probe()Jarkko Sakkinen1-3/+1
2016-09-15tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen4-38/+17
2016-09-15tpm: remove unnecessary externs from tpm.hJarkko Sakkinen1-18/+18
2016-09-15tpm/st33zp24: Remove useless tpm_gen_interruptJason Gunthorpe1-2/+0
2016-09-15tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen5-65/+103
2016-09-15tpm: invalid self test error messageJarkko Sakkinen1-2/+1
2016-09-15Merge branch 'smack-for-4.9' of http://github.com/cschaufler/smack-next into ...James Morris4-15/+32
2016-09-13selinux: fix error return code in policydb_read()Wei Yongjun1-0/+1
2016-09-08Smack: Signal delivery as an append operationCasey Schaufler3-7/+29
2016-08-30selinux: fix overflow and 0 length allocationsWilliam Roberts2-0/+5
2016-08-29selinux: initialize structuresWilliam Roberts1-4/+4
2016-08-29selinux: detect invalid ebitmapWilliam Roberts1-0/+3
2016-08-23Smack: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-8/+3
2016-08-18selinux: drop SECURITY_SELINUX_POLICYDB_VERSION_MAXWilliam Roberts2-42/+0
2016-08-10selinux: Implement dentry_create_files_as() hookVivek Goyal1-0/+22
2016-08-09seccomp: Remove 2-phase API documentationMickaël Salaün1-11/+0
2016-08-09um/ptrace: Fix the syscall number update after a ptraceMickaël Salaün3-5/+7
2016-08-09um/ptrace: Fix the syscall_trace_leave callMickaël Salaün1-2/+3
2016-08-09module: Fully remove the kernel_module_from_file hookMickaël Salaün2-2/+0
2016-08-08security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal4-0/+48
2016-08-08selinux: Pass security pointer to determine_inode_label()Vivek Goyal1-9/+10
2016-08-08selinux: Implementation for inode_copy_up_xattr() hookVivek Goyal1-0/+16
2016-08-08security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal4-0/+31
2016-08-08selinux: Implementation for inode_copy_up() hookVivek Goyal1-0/+21
2016-08-08security, overlayfs: provide copy up security hook for unioned filesVivek Goyal4-0/+40
2016-08-08selinux: print leading 0x on ioctlcmd auditsWilliam Roberts1-1/+1
2016-08-08security: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas3-9/+9
2016-08-07Linux 4.8-rc1v4.8-rc1Linus Torvalds1-2/+2
2016-08-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds62-213/+213
2016-08-07Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds22-156/+334
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe51-157/+158