summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-04net: ethernet: dwmac: Fix an error code in imx_dwmac_probe()Dan Carpenter
2020-06-04net: mdiobus: Disable preemption upon u64_stats updateAhmed S. Darwish
2020-06-04u64_stats: Document writer non-preemptibility requirementAhmed S. Darwish
2020-06-04net: phy: fixed_phy: Remove unused seqcountAhmed S. Darwish
2020-06-04net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish
2020-06-04net: dsa: qca8k: Fix "Unexpected gfp" kernel exceptionMichal Vokáč
2020-06-04geneve: change from tx_error to tx_dropped on missing metadataJiri Benc
2020-06-04Merge branch 'ena-xdp-fixes'David S. Miller
2020-06-04net: ena: xdp: update napi budget for DROP and ABORTEDSameeh Jubran
2020-06-04net: ena: xdp: XDP_TX: fix memory leakSameeh Jubran
2020-06-04seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam
2020-06-04tipc: fix NULL pointer dereference in streamingTuong Lien
2020-06-04genetlink: fix memory leaks in genl_family_rcv_msg_dumpit()Cong Wang
2020-06-04crypto/chcr: error seen if CONFIG_CHELSIO_TLS_DEVICE isn't setRohit Maheshwari
2020-06-04bpf: Fix an error code in check_btf_func()Dan Carpenter
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-04Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2020-06-04bpf: Fix unused-var without NETDEVICESMatthieu Baerts
2020-06-04Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-04Merge tag 'zonefs-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2020-06-04virtio-mem: Don't rely on implicit compiler padding for requestsDavid Hildenbrand
2020-06-04virtio-mem: Try to unplug the complete online memory block firstDavid Hildenbrand
2020-06-04virtio-mem: Use -ETXTBSY as error code if the device is busyDavid Hildenbrand
2020-06-04virtio-mem: Unplug subblocks right-to-leftDavid Hildenbrand
2020-06-04virtio-mem: Drop manual check for already present memoryDavid Hildenbrand
2020-06-04virtio-mem: Add parent resource for all added "System RAM"David Hildenbrand
2020-06-04virtio-mem: Better retry handlingDavid Hildenbrand
2020-06-04virtio-mem: Offline and remove completely unplugged memory blocksDavid Hildenbrand
2020-06-04mm/memory_hotplug: Introduce offline_and_remove_memory()David Hildenbrand
2020-06-04virtio-mem: Allow to offline partially unplugged memory blocksDavid Hildenbrand
2020-06-04mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINEDavid Hildenbrand
2020-06-04virtio-mem: Paravirtualized memory hotunplug part 2David Hildenbrand
2020-06-04virtio-mem: Paravirtualized memory hotunplug part 1David Hildenbrand
2020-06-04virtio-mem: Allow to specify an ACPI PXM as nidDavid Hildenbrand
2020-06-04MAINTAINERS: Add myself as virtio-mem maintainerDavid Hildenbrand
2020-06-04virtio-mem: Paravirtualized memory hotplugDavid Hildenbrand
2020-06-04vdpasim: Fix some coccinelle warningsSamuel Zou
2020-06-04ifcvf: move IRQ request/free to status change handlersZhu Lingshan
2020-06-04vhost: (cosmetic) remove a superfluous variable initialisationGuennadi Liakhovetski
2020-06-04crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)
2020-06-04crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)
2020-06-04crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)
2020-06-04virtio-balloon: Disable free page reporting if page poison reporting is not e...Alexander Duyck
2020-06-04vhost_vdpa: disable doorbell mapping for !MMUMichael S. Tsirkin
2020-06-04vhost_vdpa: support doorbell mapping via mmapJason Wang
2020-06-04vdpa: introduce get_vq_notification methodJason Wang
2020-06-04vhost: use mmgrab() instead of mmget() for non worker deviceJason Wang
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang
2020-06-04Merge tag 'kvm-ppc-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini