summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-1419-43/+139
|\
| * Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC"Eric W. Biederman2016-12-021-2/+10
| * exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2016-11-223-4/+32
| * ptrace: Don't allow accessing an undumpable mmEric W. Biederman2016-11-2211-17/+52
| * ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2016-11-226-7/+30
| * mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2016-11-224-18/+20
* | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-149-243/+361
|\ \
| * | audit: use proper refcount locking on audit_sockRichard Guy Briggs2016-12-141-6/+24
| * | netns: avoid disabling irq for netns idPaul Moore2016-12-141-20/+15
| * | audit: don't ever sleep on a command record/messagePaul Moore2016-12-141-5/+13
| * | audit: handle a clean auditd shutdown with gracePaul Moore2016-12-141-0/+6
| * | audit: wake up kauditd_thread after auditd registersPaul Moore2016-12-141-0/+1
| * | audit: rework audit_log_start()Paul Moore2016-12-141-56/+36
| * | audit: rework the audit queue handlingPaul Moore2016-12-141-121/+226
| * | audit: rename the queues and kauditd related functionsPaul Moore2016-12-141-20/+20
| * | audit: queue netlink multicast sends just like we do for unicast sendsPaul Moore2016-12-141-35/+35
| * | audit: fixup audit_init()Paul Moore2016-12-141-6/+8
| * | audit: move kaudit thread start from auditd registration to kaudit init (#2)Richard Guy Briggs2016-12-141-10/+4
| * | audit: add support for session ID user filterRichard Guy Briggs2016-11-293-1/+11
| * | audit: fix formatting of AUDIT_CONFIG_CHANGE eventsSteve Grubb2016-11-204-10/+6
| * | audit: skip sessionid sentinel value when auto-incrementingRichard Guy Briggs2016-11-201-1/+4
| * | audit: tame initialization warning len_abuf in audit_log_execve_infoRichard Guy Briggs2016-11-141-1/+1
| * | audit: less stack usage for /proc/*/loginuidAlexey Dobriyan2016-11-031-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-1443-567/+832
|\ \ \
| * | | Yama: allow access for the current ptrace parentJosh Stone2016-12-051-1/+15
| * | | tpm: adjust return value of tpm_read_logJason Gunthorpe2016-11-281-2/+4
| * | | tpm: vtpm_proxy: conditionally call tpm_chip_unregisterJason Gunthorpe2016-11-281-7/+6
| * | | tpm: Fix handling of missing event logJason Gunthorpe2016-11-284-21/+26
| * | | tpm: Check the bios_dir entry for NULL before accessing itStefan Berger2016-11-281-5/+7
| * | | tpm: return -ENODEV if np is not setColin Ian King2016-11-281-1/+1
| * | | tpm: cleanup of printk error messagesNayna Jain2016-11-282-32/+13
| * | | tpm: replace of_find_node_by_name() with dev of_node propertyNayna Jain2016-11-281-4/+2
| * | | tpm: redefine read_log() to handle ACPI/OF at runtimeNayna Jain2016-11-285-33/+42
| * | | tpm: fix the missing .owner in tpm_bios_measurements_opsNayna Jain2016-11-281-0/+1
| * | | tpm: have event log use the tpm_chipNayna Jain2016-11-286-37/+84
| * | | tpm: drop tpm1_chip_register(/unregister)Jarkko Sakkinen2016-11-283-26/+11
| * | | tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen2016-11-284-54/+43
| * | | tpm: replace symbolic permission with octal for securityfs filesNayna Jain2016-11-281-2/+2
| * | | char: tpm: fix kerneldoc tpm2_unseal_trusted name typoBaruch Siach2016-11-281-1/+1
| * | | tpm_tis: Allow tpm_tis to be bound using DTJason Gunthorpe2016-11-283-1/+37
| * | | tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEVJarkko Sakkinen2016-11-282-30/+65
| * | | tpm: Only call pm_runtime_get_sync if device has a parentStefan Berger2016-11-281-2/+4
| * | | tpm: define a generic open() method for ascii & bios measurementsNayna Jain2016-11-281-48/+15
| * | | Documentation: tpm: add the Physical TPM device tree binding documentationNayna Jain2016-11-281-0/+21
| * | | Documentation: tpm: add the IBM Virtual TPM device tree binding documentationNayna Jain2016-11-281-0/+41
| * | | tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDJason Gunthorpe2016-11-282-6/+0
| * | | tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe2016-11-281-1/+0
| * | | tpm tis: Do not print timeout messages twiceJason Gunthorpe2016-11-283-10/+18
| * | | tpm_tis: Check return values from get_burstcount.Josh Zimmerman2016-11-281-2/+13
| * | | tpm: place kdoc just above tpm_pcr_extendWinkler, Tomas2016-11-281-8/+8