summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-14Linux 5.1.2v5.1.2Greg Kroah-Hartman1-1/+1
2019-05-14x86/speculation/mds: Fix documentation typoJosh Poimboeuf1-1/+1
2019-05-14Documentation: Correct the possible MDS sysfs valuesTyler Hicks1-16/+13
2019-05-14x86/mds: Add MDSUM variant to the MDS documentationspeck for Pawan Gupta2-2/+8
2019-05-14x86/speculation/mds: Add 'mitigations=' support for MDSJosh Poimboeuf2-2/+5
2019-05-14s390/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2-3/+5
2019-05-14powerpc/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf3-8/+9
2019-05-14x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf3-8/+23
2019-05-14cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf3-0/+63
2019-05-14x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations offKonrad Rzeszutek Wilk1-1/+2
2019-05-14x86/speculation/mds: Fix commentBoris Ostrovsky1-1/+1
2019-05-14x86/speculation/mds: Add SMT warning messageJosh Poimboeuf1-0/+8
2019-05-14x86/speculation: Move arch_smt_update() call to after mitigation decisionsJosh Poimboeuf1-3/+2
2019-05-14x86/speculation/mds: Add mds=full,nosmt cmdline optionJosh Poimboeuf3-2/+17
2019-05-14Documentation: Add MDS vulnerability documentationThomas Gleixner5-2/+312
2019-05-14Documentation: Move L1TF to separate directoryThomas Gleixner7-9/+19
2019-05-14x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner3-6/+40
2019-05-14x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner4-0/+36
2019-05-14x86/speculation/mds: Add mitigation control for MDSThomas Gleixner3-0/+97
2019-05-14x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner5-0/+68
2019-05-14x86/kvm/vmx: Add MDS protection when L1D Flush is not activeThomas Gleixner2-0/+4
2019-05-14x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner6-0/+83
2019-05-14x86/speculation/mds: Add mds_clear_cpu_buffers()Thomas Gleixner5-0/+143
2019-05-14x86/kvm: Expose X86_FEATURE_MD_CLEAR to guestsAndi Kleen1-1/+2
2019-05-14x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner2-8/+13
2019-05-14x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen3-9/+23
2019-05-14x86/speculation: Consolidate CPU whitelistsThomas Gleixner1-50/+60
2019-05-14x86/msr-index: Cleanup bit definesThomas Gleixner3-18/+20
2019-05-11Linux 5.1.1v5.1.1Greg Kroah-Hartman1-1/+1
2019-05-11arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OPWill Deacon1-21/+34
2019-05-11locking/futex: Allow low-level atomic operations to return -EAGAINWill Deacon1-71/+117
2019-05-11i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status()Dan Carpenter1-2/+3
2019-05-11ASoC: Intel: avoid Oops if DMA setup failsRoss Zwisler1-2/+6
2019-05-11UAS: fix alignment of scatter/gather segmentsOliver Neukum1-13/+22
2019-05-11Bluetooth: hci_bcm: Fix empty regulator supplies for Intel MacsChen-Yu Tsai1-4/+16
2019-05-11Bluetooth: Fix not initializing L2CAP tx_creditsLuiz Augusto von Dentz1-5/+4
2019-05-11Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2-0/+11
2019-05-11Bluetooth: hidp: fix buffer overflowYoung Xiao1-0/+1
2019-05-11scsi: qla2xxx: Fix device staying in blocked stateQuinn Tran1-2/+2
2019-05-11scsi: qla2xxx: Set remote port devloss timeout to 0Giridhar Malavali1-12/+7
2019-05-11scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routinesAndrew Vasquez1-2/+2
2019-05-11scsi: lpfc: change snprintf to scnprintf for possible overflowSilvio Cesare4-339/+349
2019-05-11soc: sunxi: Fix missing dependency on REGMAP_MMIOSamuel Holland2-1/+2
2019-05-11ACPI / LPSS: Use acpi_lpss_* instead of acpi_subsys_* functions for hibernateHans de Goede1-2/+2
2019-05-11cpufreq: armada-37xx: fix frequency calculation for oppGregory CLEMENT1-3/+19
2019-05-11iio: adc: qcom-spmi-adc5: Fix of-based module autoloadingBjorn Andersson1-0/+1
2019-05-11intel_th: pci: Add Comet Lake supportAlexander Shishkin1-0/+5
2019-05-11genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi1-1/+3
2019-05-11usb-storage: Set virt_boundary_mask to avoid SG overflowsAlan Stern1-14/+12
2019-05-11USB: cdc-acm: fix unthrottle racesJohan Hovold1-7/+25