summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-28Linux 4.4.119v4.4.119Greg Kroah-Hartman1-1/+1
2018-02-28binder: add missing binder_unlock()Eric Biggers1-1/+3
2018-02-28drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)Alex Deucher1-2/+0
2018-02-28usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx pathYoshihiro Shimoda1-0/+5
2018-02-28usb: gadget: f_fs: Process all descriptors during bindJack Pham1-4/+2
2018-02-28usb: ldusb: add PIDs for new CASSY devices supported by this driverKarsten Koop3-0/+12
2018-02-28usb: dwc3: gadget: Set maxpacket size for ep0 INThinh Nguyen1-0/+2
2018-02-28drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LAKai-Heng Feng1-0/+3
2018-02-28Add delay-init quirk for Corsair K70 RGB keyboardsJack Stocker1-0/+3
2018-02-28arm64: Disable unhandled signal log messages by defaultMichael Weiser1-1/+1
2018-02-28usb: ohci: Proper handling of ed_rm_list to handle race condition between usb...AMAN DEEP1-7/+10
2018-02-28irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()Shanker Donthineni1-1/+1
2018-02-28x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()Arnd Bergmann1-1/+1
2018-02-28iio: adis_lib: Initialize trigger before requesting interruptLars-Peter Clausen1-3/+4
2018-02-28iio: buffer: check if a buffer has been set up when poll is calledStefan Windfeldt-Prytz1-1/+1
2018-02-28cfg80211: fix cfg80211_beacon_dupArnd Bergmann1-1/+1
2018-02-28scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_infoTyrel Datwyler1-1/+1
2018-02-28ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni1-2/+2
2018-02-28ip_tunnel: replace dst_cache with generic implementationPaolo Abeni4-80/+25
2018-02-28PCI: keystone: Fix interrupt-controller-node lookupJohan Hovold1-2/+7
2018-02-28powerpc/64s: Fix RFI flush dependency on HARDLOCKUP_DETECTORMichael Ellerman1-1/+1
2018-02-28netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2-14/+3
2018-02-25Linux 4.4.118v4.4.118Greg Kroah-Hartman1-1/+1
2018-02-25net: dst_cache_per_cpu_dst_set() can be staticWu Fengguang1-4/+4
2018-02-25crypto: s5p-sss - Fix kernel Oops in AES-ECB modeKamil Konieczny1-4/+9
2018-02-25KVM: nVMX: invvpid handling improvementsJan Dakinevich1-12/+24
2018-02-25KVM: VMX: clean up declaration of VPID/EPT invalidation typesJan Dakinevich1-1/+4
2018-02-25kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID typesJim Mattson1-2/+2
2018-02-25KVM: nVMX: vmx_complete_nested_posted_interrupt() can't failDavid Hildenbrand1-5/+5
2018-02-25KVM: nVMX: kmap() can't failDavid Hildenbrand1-9/+0
2018-02-25x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALLDarren Kenny1-1/+1
2018-02-25x86/spectre: Simplify spectre_v2 command line parsingKarimAllah Ahmed1-30/+56
2018-02-25x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse1-1/+8
2018-02-25x86/kvm: Update spectre-v1 mitigationDan Williams1-11/+9
2018-02-25x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf2-16/+0
2018-02-25x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"Colin Ian King1-1/+1
2018-02-25x86/spectre: Report get_user mitigation for spectre_v1Dan Williams1-1/+1
2018-02-25nl80211: Sanitize array index in parse_txq_paramsDan Williams1-3/+6
2018-02-25vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams1-1/+4
2018-02-25x86/syscall: Sanitize syscall table de-references under speculationDan Williams1-0/+2
2018-02-25x86/get_user: Use pointer masking to limit speculationDan Williams1-0/+10
2018-02-25x86: Introduce barrier_nospecDan Williams2-2/+5
2018-02-25x86: Implement array_index_mask_nospecDan Williams1-0/+24
2018-02-25array_index_nospec: Sanitize speculative array de-referencesDan Williams1-0/+72
2018-02-25Documentation: Document array_index_nospecMark Rutland1-0/+90
2018-02-25x86/spectre: Check CONFIG_RETPOLINE in command line parserDou Liyang1-3/+3
2018-02-25x86/cpu/bugs: Make retpoline module warning conditionalThomas Gleixner1-2/+10
2018-02-25x86/bugs: Drop one "mitigation" from dmesgBorislav Petkov1-1/+1
2018-02-25x86/nospec: Fix header guards namesBorislav Petkov1-3/+3
2018-02-25module/retpoline: Warn about missing retpoline in moduleAndi Kleen4-1/+46