summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-2149-967/+1726
|\
| * xen/privcmd: add IOCTL_PRIVCMD_RESTRICTPaul Durrant2017-02-142-9/+81
| * xen/privcmd: Add IOCTL_PRIVCMD_DM_OPPaul Durrant2017-02-149-0/+196
| * xen/privcmd: return -ENOTTY for unimplemented IOCTLsPaul Durrant2017-02-131-2/+1
| * xen: optimize xenbus driver for multiple concurrent xenstore accessesJuergen Gross2017-02-094-391/+672
| * xen: modify xenstore watch event interfaceJuergen Gross2017-02-0914-69/+59
| * xen: clean up xenbus internal headersJuergen Gross2017-02-0913-100/+52
| * xenbus: Neaten xenbus_va_dev_errorJoe Perches2017-02-081-29/+10
| * xen/pvh: Use Xen's emergency_restart op for PVH guestsBoris Ostrovsky2017-02-071-0/+3
| * xen/pvh: Enable CPU hotplugBoris Ostrovsky2017-02-071-1/+1
| * xen/pvh: PVH guests always have PV devicesBoris Ostrovsky2017-02-071-2/+2
| * xen/pvh: Initialize grant table for PVH guestsBoris Ostrovsky2017-02-071-4/+4
| * xen/pvh: Make sure we don't use ACPI_IRQ_MODEL_PIC for SCIBoris Ostrovsky2017-02-071-0/+12
| * xen/pvh: Bootstrap PVH guestBoris Ostrovsky2017-02-075-11/+282
| * xen/pvh: Import PVH-related Xen public interfacesBoris Ostrovsky2017-02-073-1/+252
| * xen/x86: Remove PVH supportBoris Ostrovsky2017-02-079-307/+54
| * x86/boot/32: Convert the 32-bit pgtable setup code from assembly to CBoris Ostrovsky2017-02-073-114/+101
| * xen/manage: correct return value check on xenbus_scanf()Jan Beulich2017-02-031-1/+1
| * x86/xen: Fix APIC id mismatch warning on IntelMohit Gambhir2017-01-291-1/+1
| * xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross2017-01-291-2/+4
| * xen/netfront: set default upper limit of tx/rx queues to 8Juergen Gross2017-01-291-2/+4
* | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-02-217-20/+96
|\ \
| * | audit: remove unnecessary curly braces from switch/case statementsPaul Moore2017-02-141-12/+12
| * | audit: log module name on init_moduleRichard Guy Briggs2017-02-135-1/+34
| * | audit: log 32-bit socketcallsRichard Guy Briggs2017-01-182-3/+34
| * | audit: add feature audit_lost resetRichard Guy Briggs2017-01-182-2/+12
| * | audit: Make AUDIT_ANOM_ABEND event normalizedSteve Grubb2016-12-141-1/+1
| * | audit: Make AUDIT_KERNEL event conform to the specificationSteve Grubb2016-12-141-1/+3
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-02-2186-2250/+4276
|\ \ \
| * | | tpm: declare tpm2_get_pcr_allocation() as staticJarkko Sakkinen2017-02-202-50/+45
| * | | tpm: Fix expected number of response bytes of TPM1.2 PCR ExtendStefan Berger2017-02-151-1/+1
| * | | tpm xen: drop unneeded chip variableJulia Lawall2017-02-141-2/+0
| * | | tpm: fix misspelled "facilitate" in module parameter descriptionDmitry Torokhov2017-02-141-1/+1
| * | | tpm_tis: fix the error handling of init_tis()Wei Yongjun2017-02-141-1/+1
| * | | KEYS: Use memzero_explicit() for secret dataDan Carpenter2017-02-101-1/+1
| * | | KEYS: Fix an error code in request_master_key()Dan Carpenter2017-02-101-1/+1
| * | | sign-file: fix build error in sign-file.c with libresslFelix Fietkau2017-02-101-1/+3
| * | | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-02-1013-314/+341
| |\ \ \
| | * | | selinux: allow changing labels for cgroupfsAntonio Murdaca2017-02-071-0/+2
| | * | | security,selinux,smack: kill security_task_wait hookStephen Smalley2017-01-126-63/+2
| | * | | selinux: drop unused socket security classesStephen Smalley2017-01-122-12/+0
| | * | | selinux: default to security isid in sel_make_bools() if no sid is foundGary Tierney2017-01-091-3/+3
| | * | | selinux: log errors when loading new policyGary Tierney2017-01-091-5/+16
| | * | | proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley2017-01-097-37/+18
| | * | | selinux: clean up cred usage and simplifyStephen Smalley2017-01-093-211/+166
| | * | | selinux: allow context mounts on tmpfs, ramfs, devpts within user namespacesStephen Smalley2017-01-091-3/+7
| | * | | selinux: handle ICMPv6 consistently with ICMPStephen Smalley2017-01-091-1/+2
| | * | | selinux: add security in-core xattr support for tracefsYongqin Liu2017-01-091-0/+1
| | * | | selinux: support distinctions among all network address familiesStephen Smalley2017-01-095-2/+147
| * | | | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-02-081-1/+1
| |\ \ \ \