summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-22prctl: Add speculation control prctlsThomas Gleixner
2018-05-22x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner
2018-05-22x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk
2018-05-22x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requestedDavid Woodhouse
2018-05-22x86/bugs: Whitelist allowed SPEC_CTRL MSR valuesKonrad Rzeszutek Wilk
2018-05-22x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk
2018-05-22x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigationKonrad Rzeszutek Wilk
2018-05-22x86/cpufeatures: Add X86_FEATURE_RDSKonrad Rzeszutek Wilk
2018-05-22x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk
2018-05-22x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk
2018-05-22x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bitsKonrad Rzeszutek Wilk
2018-05-22x86/bugs: Concentrate bug reporting into a separate functionKonrad Rzeszutek Wilk
2018-05-22x86/bugs: Concentrate bug detection into a separate functionKonrad Rzeszutek Wilk
2018-05-22x86/nospec: Simplify alternative_msr_write()Linus Torvalds
2018-05-22btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo
2018-05-22x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenDavid Woodhouse
2018-05-22btrfs: fix crash when trying to resume balance without the resume flagAnand Jain
2018-05-22Btrfs: fix xattr loss after power failureFilipe Manana
2018-05-22ARM: 8772/1: kprobes: Prohibit kprobes on get_user functionsMasami Hiramatsu
2018-05-22ARM: 8770/1: kprobes: Prohibit probing on optimized_callbackMasami Hiramatsu
2018-05-22ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabedMasami Hiramatsu
2018-05-22tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui
2018-05-22ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstrMasami Hiramatsu
2018-05-22efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel
2018-05-22x86/pkeys: Do not special case protection key 0Dave Hansen
2018-05-22x86/pkeys: Override pkey when moving away from PROT_EXECDave Hansen
2018-05-22s390: remove indirect branch from do_softirq_own_stackMartin Schwidefsky
2018-05-22s390/qdio: don't release memory in qdio_setup_irq()Julian Wiedmann
2018-05-22s390/cpum_sf: ensure sample frequency of perf event attributes is non-zeroHendrik Brueckner
2018-05-22s390/qdio: fix access to uninitialized qdio_q fieldsJulian Wiedmann
2018-05-22mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin
2018-05-22powerpc/powernv: Fix NVRAM sleep in invalid context when crashingNicholas Piggin
2018-05-22i2c: designware: fix poll-after-enable regressionAlexander Monakov
2018-05-22netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal
2018-05-22tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...Steven Rostedt (VMware)
2018-05-22signals: avoid unnecessary taking of sighand->siglockWaiman Long
2018-05-22powerpc: Don't preempt_disable() in show_cpuinfo()Benjamin Herrenschmidt
2018-05-22KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara
2018-05-22spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRLKamal Dasu
2018-05-22spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor masterKamal Dasu
2018-05-22spi: pxa2xx: Allow 64-bit DMAAndy Shevchenko
2018-05-22ALSA: control: fix a redundant-copy issueWenwen Wang
2018-05-22ALSA: hda: Add Lenovo C50 All in one to the power_save blacklistHans de Goede
2018-05-22ALSA: usb: mixer: volume quirk for CM102-A+/102S+Federico Cuello
2018-05-22usbip: usbip_host: fix bad unlock balance during stub_probe()Shuah Khan (Samsung OSG)
2018-05-22usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)
2018-05-22usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)
2018-05-22usbip: usbip_host: delete device from busid_table after rebindShuah Khan (Samsung OSG)
2018-05-22usbip: usbip_host: refine probe and disconnect debug msgs to be usefulShuah Khan
2018-05-19Linux 4.9.101v4.9.101Greg Kroah-Hartman