summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversionChristoffer Dall2017-12-041-4/+0
| | | * | | | | | | | KVM: arm/arm64: kvm_arch_destroy_vm cleanupsAndrew Jones2017-12-011-1/+1
| | | * | | | | | | | KVM: arm/arm64: Fix spinlock acquisition in vgic_set_ownerMarc Zyngier2017-12-011-2/+3
| | | * | | | | | | | kvm: arm: don't treat unavailable HYP mode as an errorArd Biesheuvel2017-11-291-1/+1
| | | * | | | | | | | KVM: arm/arm64: Avoid attempting to load timer vgic state without a vgicChristoffer Dall2017-11-291-1/+4
| | | * | | | | | | | kvm: arm64: handle single-step of hyp emulated mmio instructionsAlex Bennée2017-11-291-7/+30
| | | * | | | | | | | kvm: arm64: handle single-step during SError exceptionsAlex Bennée2017-11-291-1/+7
| | | * | | | | | | | kvm: arm64: handle single-step of userspace mmio instructionsAlex Bennée2017-11-291-0/+3
| | | * | | | | | | | kvm: arm64: handle single-stepping trapped instructionsAlex Bennée2017-11-291-14/+35
| | | * | | | | | | | KVM: arm/arm64: debug: Introduce helper for single-stepAlex Bennée2017-11-293-0/+27
| | | * | | | | | | | arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-oneMarc Zyngier2017-11-291-2/+1
| | | * | | | | | | | arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-oneKristina Martsenko2017-11-291-2/+1
| | | * | | | | | | | KVM: arm/arm64: vgic-v4: Only perform an unmap for valid vLPIsMarc Zyngier2017-11-291-2/+4
| | | * | | | | | | | KVM: arm/arm64: vgic-its: Check result of allocation before useMarc Zyngier2017-11-291-0/+2
| | | * | | | | | | | KVM: arm/arm64: vgic-its: Preserve the revious read from the pending tableMarc Zyngier2017-11-291-1/+1
| | | * | | | | | | | KVM: arm/arm64: vgic: Preserve the revious read from the pending tableMarc Zyngier2017-11-291-1/+1
| | | * | | | | | | | KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocationMarc Zyngier2017-11-291-2/+1
| | | * | | | | | | | KVM: arm/arm64: VGIC: extend !vgic_is_initialized guardAndre Przywara2017-11-291-1/+2
| | | * | | | | | | | KVM: arm/arm64: Don't enable/disable physical timer access on VHEChristoffer Dall2017-11-293-37/+20
| | | |/ / / / / / /
| * | | | | | | | | Merge tag 'keys-fixes-20171208' of git://git.kernel.org/pub/scm/linux/kernel/...James Morris2017-12-0911-69/+101
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | X.509: fix comparisons of ->pkey_algoEric Biggers2017-12-082-2/+2
| | * | | | | | | | | KEYS: reject NULL restriction string when type is specifiedEric Biggers2017-12-081-14/+10
| | * | | | | | | | | security: keys: remove redundant assignment to key_refColin Ian King2017-12-081-1/+0
| | * | | | | | | | | X.509: use crypto_shash_digest()Eric Biggers2017-12-081-5/+1
| | * | | | | | | | | KEYS: be careful with error codes in public_key_verify_signature()Eric Biggers2017-12-081-2/+5
| | * | | | | | | | | pkcs7: use crypto_shash_digest()Eric Biggers2017-12-081-5/+2
| | * | | | | | | | | pkcs7: fix check for self-signed certificateEric Biggers2017-12-081-1/+1
| | * | | | | | | | | pkcs7: return correct error code if pkcs7_check_authattrs() failsEric Biggers2017-12-081-1/+3
| | * | | | | | | | | 509: fix printing uninitialized stack memory when OID is emptyEric Biggers2017-12-081-2/+6
| | * | | | | | | | | X.509: fix buffer overflow detection in sprint_oid()Eric Biggers2017-12-081-4/+4
| | * | | | | | | | | X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers2017-12-081-0/+2
| | * | | | | | | | | ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers2017-12-081-0/+2
| | * | | | | | | | | ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers2017-12-081-21/+26
| | * | | | | | | | | KEYS: add missing permission check for request_key() destinationEric Biggers2017-12-081-9/+37
| | * | | | | | | | | KEYS: remove unnecessary get/put of explicit dest_keyringEric Biggers2017-12-081-2/+0
| * | | | | | | | | | kmemcheck: rip it out for realMichal Hocko2017-12-0813-13/+0
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-08113-367/+1052
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge tag 'linux-can-fixes-for-4.15-20171208' of git://git.kernel.org/pub/scm...David S. Miller2017-12-086-6/+12
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | can: peak/pcie_fd: fix potential bug in restarting tx queueStephane Grosjean2017-12-081-6/+3
| | | * | | | | | | | | | can: usb_8dev: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-081-0/+2
| | | * | | | | | | | | | can: kvaser_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-081-0/+2
| | | * | | | | | | | | | can: esd_usb2: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-081-0/+2
| | | * | | | | | | | | | can: ems_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-081-0/+2
| | | * | | | | | | | | | can: mcba_usb: cancel urb on -EPROTOMartin Kelly2017-12-081-0/+1
| | * | | | | | | | | | | Merge tag 'wireless-drivers-for-davem-2017-12-08' of git://git.kernel.org/pub...David S. Miller2017-12-0815-27/+122
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge tag 'iwlwifi-for-kalle-2017-12-05' of git://git.kernel.org/pub/scm/linu...Kalle Valo2017-12-075-6/+40
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | iwlwifi: mvm: mark MIC stripped MPDUsSara Sharon2017-12-051-0/+2
| | | | * | | | | | | | | | | iwlwifi: mvm: enable RX offloading with TKIP and WEPDavid Spinadel2017-12-052-4/+12
| | | | * | | | | | | | | | | iwlwifi: mvm: flush queue before deleting ROCJohannes Berg2017-12-052-2/+24
| | | | * | | | | | | | | | | iwlwifi: add new cards for 9260 and 22000 seriesIhab Zhaika2017-12-051-0/+2