summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-12KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini1-0/+7
2019-02-12scsi: aic94xx: fix module loadingJames Bottomley1-4/+4
2019-02-12scsi: cxlflash: Prevent deadlock when adapter probe failsVaibhav Jain1-0/+2
2019-02-12staging: speakup: fix tty-operation NULL derefsJohan Hovold1-2/+4
2019-02-12usb: gadget: musb: fix short isoc packets with inventra dmaPaul Elder2-22/+12
2019-02-12usb: gadget: udc: net2272: Fix bitwise and boolean operationsGustavo A. R. Silva1-1/+1
2019-02-12usb: dwc3: gadget: Handle 0 xfer length for OUT EPTejas Joglekar1-1/+1
2019-02-12usb: phy: am335x: fix race condition in _probeBin Liu1-4/+1
2019-02-12irqchip/gic-v3-its: Plug allocation race for devices sharing a DevIDMarc Zyngier1-5/+27
2019-02-12futex: Handle early deadlock return correctlyThomas Gleixner2-15/+50
2019-02-12dmaengine: imx-dma: fix wrong callback invokeLeonid Iziumtsev1-4/+4
2019-02-12dmaengine: bcm2835: Fix abort of transactionsLukas Wunner1-32/+9
2019-02-12dmaengine: bcm2835: Fix interrupt race on RTLukas Wunner1-15/+18
2019-02-12HID: debug: fix the ring buffer implementationVladis Dronov2-78/+51
2019-02-12fuse: handle zero sized retrieve correctlyMiklos Szeredi1-1/+1
2019-02-12fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi1-1/+1
2019-02-12fuse: call pipe_buf_release() under pipe lockJann Horn1-0/+2
2019-02-12ALSA: hda/realtek - Headset microphone support for System76 darp5Jeremy Soller1-0/+11
2019-02-12ALSA: hda/realtek - Use a common helper for hp pin referenceTakashi Iwai1-72/+24
2019-02-12ALSA: hda/realtek - Fix lose hp_pins for disable auto muteKailang Yang1-0/+45
2019-02-12ALSA: hda - Serialize codec registrationsTakashi Iwai3-1/+5
2019-02-12ALSA: usb-audio: Add support for new T+A USB DACUdo Eberhardt1-0/+1
2019-02-12ALSA: compress: Fix stop handling on compressed capture streamsCharles Keepax1-1/+5
2019-02-12xfs: eof trim writeback mapping as soon as it is cachedBrian Foster1-0/+2
2019-02-12net/mlx5e: FPGA, fix Innova IPsec TX offload data path performanceRaed Salem1-0/+6
2019-02-12virtio_net: Account for tx bytes and packets on sending xdp_framesToshiaki Makita1-4/+16
2019-02-12skge: potential memory corruption in skge_get_regs()Dan Carpenter1-2/+4
2019-02-12sctp: walk the list of asoc safelyGreg Kroah-Hartman1-2/+2
2019-02-12sctp: check and update stream->out_curr when allocating stream_outXin Long1-0/+20
2019-02-12rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet1-1/+2
2019-02-12Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King1-12/+0
2019-02-12rds: fix refcount bug in rds_sock_addrefEric Dumazet1-3/+3
2019-02-12net: systemport: Fix WoL with password after deep sleepFlorian Fainelli2-15/+12
2019-02-12net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet framesCong Wang1-0/+14
2019-02-12net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge1-5/+8
2019-02-12net: dsa: mv88e6xxx: Fix counting of ATU violationsAndrew Lunn1-9/+12
2019-02-12net: dsa: Fix NULL checking in dsa_slave_set_eee()Dan Carpenter1-2/+2
2019-02-12net: dsa: Fix lockdep false positive splatMarc Zyngier1-0/+4
2019-02-12net: dp83640: expire old TX-skbSebastian Andrzej Siewior1-3/+10
2019-02-12lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche1-8/+15
2019-02-12enic: fix checksum validation for IPv6Govindarajulu Varadarajan1-1/+2
2019-02-12dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet1-2/+2
2019-02-12thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not setEduardo Valentin1-2/+2
2019-02-12xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen1-1/+1
2019-02-12xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong1-2/+2
2019-02-12fs/xfs: fix f_ffree value for statfs when project quota is setYe Yin1-1/+1
2019-02-12xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner1-1/+4
2019-02-12xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffersDave Chinner1-7/+21
2019-02-12xfs: fix shared extent data corruption due to missing cow reservationBrian Foster1-0/+1
2019-02-12xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner1-2/+9