summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-10USB: ldusb: fix NULL-derefs on driver unbindJohan Hovold1-12/+12
2019-10-10USB: legousbtower: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-10usb: cdns3: Fix for incorrect DMA mask.Pawel Laszczak1-0/+7
2019-10-10usb: cdns3: fix cdns3_core_init_role()Roger Quadros1-1/+19
2019-10-10usb: cdns3: gadget: Fix full-speed modeRoger Quadros1-0/+1
2019-10-10USB: usb-skeleton: drop redundant in-urb checkJohan Hovold1-2/+1
2019-10-10USB: usb-skeleton: fix use-after-free after driver unbindJohan Hovold1-0/+1
2019-10-10USB: usb-skeleton: fix NULL-deref on disconnectJohan Hovold1-3/+4
2019-10-10Merge tag 'iio-fixes-for-5.4a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman16-182/+290
2019-10-10drm/bridge: tc358767: fix max_tu_symbol valueTomi Valkeinen1-1/+6
2019-10-10PM: sleep: include <linux/pm_runtime.h> for pm_wqBen Dooks1-0/+1
2019-10-10cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki2-10/+3
2019-10-10ACPI: PM: Drop Dell XPS13 9360 from LPS0 Idle _DSM blacklistMario Limonciello1-13/+0
2019-10-10s390/cio: fix virtio-ccw DMA without PVHalil Pasic3-2/+8
2019-10-10net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet4-4/+5
2019-10-10net: annotate sk->sk_rcvlowat lockless readsEric Dumazet5-5/+7
2019-10-10net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet6-10/+10
2019-10-10tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2-3/+3
2019-10-10net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet3-4/+4
2019-10-10net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet1-2/+2
2019-10-10tun: remove possible false sharing in tun_flow_update()Eric Dumazet1-2/+2
2019-10-10netfilter: conntrack: avoid possible false sharingEric Dumazet1-2/+2
2019-10-10netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel1-6/+11
2019-10-10scsi: ch: Make it possible to open a ch device multiple times againBart Van Assche1-1/+0
2019-10-10scsi: fix kconfig dependency warning related to 53C700_LE_ON_BEThomas Bogendoerfer1-1/+1
2019-10-10scsi: sni_53c710: fix compilation errorThomas Bogendoerfer1-3/+1
2019-10-10scsi: scsi_dh_alua: handle RTPG sense code correctly during state transitionsHannes Reinecke1-5/+16
2019-10-10scsi: qla2xxx: fix a potential NULL pointer dereferenceAllen Pais1-0/+4
2019-10-10null_blk: Fix zoned command return codeKeith Busch1-2/+1
2019-10-10net: usb: qmi_wwan: add Telit 0x1050 compositionDaniele Palmas1-0/+1
2019-10-10libfs: take cursors out of list when moving past the end of directoryAl Viro1-24/+25
2019-10-10vfs: add missing blkdev_put() in get_tree_bdev()Ian Kent1-1/+4
2019-10-10shmem: fix LSM options parsingAl Viro1-0/+6
2019-10-10act_mirred: Fix mirred_init_module error handlingYueHaibing1-1/+5
2019-10-10net: taprio: Fix returning EINVAL when configuring without flagsVinicius Costa Gomes1-0/+4
2019-10-10Merge branch 's390-qeth-fixes'Jakub Kicinski1-8/+15
2019-10-10s390/qeth: Fix initialization of vnicc cmd masks during set onlineAlexandra Winter1-4/+8
2019-10-10s390/qeth: Fix error handling during VNICC initializationAlexandra Winter1-4/+7
2019-10-10phylink: fix kernel-doc warningsRandy Dunlap1-1/+1
2019-10-10RISC-V: entry: Remove unneeded need_resched() loopValentin Schneider1-2/+1
2019-10-10sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long2-3/+14
2019-10-10bonding: fix potential NULL deref in bond_update_slave_arrEric Dumazet1-1/+1
2019-10-10net: stmmac: fix disabling flexible PPS outputAntonio Borneo1-0/+1
2019-10-10net: stmmac: fix length of PTP clock's name stringAntonio Borneo1-1/+1
2019-10-10ARM: mm: alignment: use "u32" for 32-bit instructionsRussell King1-14/+14
2019-10-10ARM: mm: fix alignment handler faults under memory pressureRussell King1-8/+36
2019-10-10ARM: dts: Use level interrupt for omap4 & 5 wlcoreTony Lindgren5-5/+5
2019-10-10drivers/amba: fix reset control error handlingRussell King1-3/+11
2019-10-10drm/i915/gt: execlists->active is serialised by the taskletChris Wilson3-9/+27
2019-10-10drm/i915/execlists: Protect peeking at execlists->activeChris Wilson1-2/+5