summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-01net: mvneta: Fix the case where the last poll did not process all rxJisheng Zhang1-2/+1
2020-04-01net: ena: Add PCI shutdown handler to allow safe kexecGuilherme G. Piccoli1-10/+41
2020-04-01net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean3-60/+9
2020-04-01net: dsa: mt7530: Change the LINK bit to reflect the link statusRené van Dorst1-2/+2
2020-04-01net: dsa: Fix duplicate frames flooded by learningFlorian Fainelli1-0/+2
2020-04-01net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye1-1/+11
2020-04-01net/bpfilter: fix dprintf usage for /dev/kmsgBruno Meneguele1-6/+8
2020-04-01mlxsw: spectrum_mr: Fix list iteration in error pathIdo Schimmel1-4/+4
2020-04-01mlxsw: pci: Only issue reset when system is readyIdo Schimmel1-11/+39
2020-04-01macsec: restrict to ethernet devicesWillem de Bruijn1-0/+3
2020-04-01ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai1-0/+2
2020-04-01hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo1-4/+4
2020-04-01geneve: move debug check after netdev unregisterFlorian Westphal1-2/+6
2020-04-01cxgb4: fix Txq restart check during backpressureRahul Lakkireddy1-2/+8
2020-04-01cxgb4: fix throughput drop during Tx backpressureRahul Lakkireddy1-40/+2
2020-04-01crypto: arm64/chacha - correctly walk through blocksJason A. Donenfeld2-7/+12
2020-04-01crypto: chacha20poly1305 - add back missing test vectors and test chunkingJason A. Donenfeld1-14/+1698
2020-04-01mmc: sdhci-tegra: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSYUlf Hansson1-0/+3
2020-04-01mmc: sdhci-omap: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSYUlf Hansson1-0/+3
2020-04-01mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson1-2/+5
2020-04-01mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson1-1/+4
2020-04-01mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson2-3/+6
2020-03-25Linux 5.5.13v5.5.13Greg Kroah-Hartman1-1/+1
2020-03-25driver core: Skip unnecessary work when device doesn't have sync_state()Saravana Kannan1-1/+3
2020-03-25driver core: Add dev_has_sync_state()Saravana Kannan1-0/+11
2020-03-25Linux 5.5.12v5.5.12Greg Kroah-Hartman1-1/+1
2020-03-25int128: fix __uint128_t compiler test in KconfigMasahiro Yamada1-2/+1
2020-03-25kconfig: introduce m32-flag and m64-flagMasahiro Yamada1-0/+7
2020-03-25staging: greybus: loopback_test: fix potential path truncationsJohan Hovold1-7/+8
2020-03-25staging: greybus: loopback_test: fix potential path truncationJohan Hovold1-1/+1
2020-03-25drm/i915: Handle all MCR rangesMatt Roper1-3/+22
2020-03-25drm/i915/execlists: Track active elements during dequeueChris Wilson1-20/+12
2020-03-25drm/bridge: dw-hdmi: fix AVI frame colorimetryJernej Skrabec1-20/+26
2020-03-25Revert "drm/i915/tgl: Add extra hdc flush workaround"Caz Yokoyama1-20/+0
2020-03-25btrfs: fix removal of raid[56|1c34} incompat flags after removing block groupFilipe Manana1-2/+2
2020-03-25modpost: Get proper section index by get_secindex() instead of st_shndxXiao Yang1-1/+2
2020-03-25nvmet-tcp: set MSG_MORE only if we actually have more to sendSagi Grimberg1-3/+9
2020-03-25arm64: smp: fix crash_smp_send_stop() behaviourCristian Marussi1-2/+6
2020-03-25arm64: smp: fix smp_send_stop() behaviourCristian Marussi1-3/+14
2020-03-25thunderbolt: Fix error code in tb_port_is_width_supported()Dan Carpenter1-1/+1
2020-03-25ALSA: hda/realtek: Fix pop noise on ALC225Kai-Heng Feng1-0/+2
2020-03-25futex: Unbreak futex hashingThomas Gleixner1-2/+2
2020-03-25futex: Fix inode life-time issuePeter Zijlstra4-43/+65
2020-03-25io_uring: NULL-deref for IOSQE_{ASYNC,DRAIN}Pavel Begunkov1-0/+8
2020-03-25x86/mm: split vmalloc_sync_all()Joerg Roedel6-13/+43
2020-03-25page-flags: fix a crash at SetPageError(THP_SWAP)Qian Cai1-1/+1
2020-03-25mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka1-9/+17
2020-03-25mm: slub: be more careful about the double cmpxchg of freelistLinus Torvalds1-2/+4
2020-03-25epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev1-4/+4
2020-03-25mm: do not allow MADV_PAGEOUT for CoW pagesMichal Hocko1-3/+9