aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-29 10:42:38 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-29 10:42:38 +0200
commitfb6d8d12edea49bfa5c769be4f04c43570a1d197 (patch)
treef1b9e13c5c0f98d13e61cabda27eeb9013e32b1a /tools/perf/scripts/python
parentMerge tag 'extcon-next-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/... (diff)
parentgnss: replace zero-length array with flexible-array (diff)
downloadlinux-fb6d8d12edea49bfa5c769be4f04c43570a1d197.tar.gz
linux-fb6d8d12edea49bfa5c769be4f04c43570a1d197.zip
Merge tag 'gnss-5.8-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss into char-misc-next
Johan writes: GNSS updates for 5.8-rc1 Here are the GNSS updates for 5.8-rc1, including: - a fix for two broken probe errors paths in the sirf driver - a flexible array conversion Both have been in linux-next with no reported issues. * tag 'gnss-5.8-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss: gnss: replace zero-length array with flexible-array gnss: sirf: fix error return code in sirf_probe()
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
an> 2016-12-16tools/virtio: use {READ,WRITE}_ONCE() in uaccess.hMark Rutland1-4/+5 2016-12-16vringh: kill off ACCESS_ONCE()Mark Rutland1-2/+3 2016-12-16tools/virtio: fix READ_ONCE()Mark Rutland1-1/+1 2016-12-16crypto: add virtio-crypto driverGonglei12-0/+1887 2016-12-16vhost: cache used event for better performanceJason Wang2-6/+25 2016-12-16vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng1-8/+17 2016-12-16virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variantsChristoph Hellwig1-40/+57 2016-12-16virtio_pci: merge vp_free_vectors into vp_del_vqsChristoph Hellwig1-34/+27 2016-12-16virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectorsChristoph Hellwig1-1/+0 2016-12-16virtio_pci: use pci_alloc_irq_vectorsChristoph Hellwig2-26/+17 2016-12-16virtio: clean up handling of request_irq failureMichael S. Tsirkin1-3/+1 2016-12-15platform/x86: thinkpad_acpi: Initialize local in_tablet_mode and typeDarren Hart1-2/+2 2016-12-15rdma: fix buggy code that the compiler warns aboutLinus Torvalds1-1/+2 2016-12-15afs, rxrpc: Update the MAINTAINERS fileDavid Howells1-0/+1 2016-12-15redo: radix tree test suite: fix compilationMatthew Wilcox3-30/+1 2016-12-15printk: Remove no longer used second struct contGeert Uytterhoeven1-6/+0 2016-12-14printk: remove console flushing special cases for partial buffered linesLinus Torvalds1-103/+5 2016-12-14printk: remove games with previous record flagsLinus Torvalds1-85/+24 2016-12-15vsock/virtio: fix src/dst cid formatMichael S. Tsirkin1-7/+7 2016-12-15vsock/virtio: mark an internal function staticMichael S. Tsirkin1-2/+1 2016-12-15vsock/virtio: add a missing __le annotationMichael S. Tsirkin1-1/+1 2016-12-15vhost: add missing __user annotationsMichael S. Tsirkin1-5/+5 2016-12-15vhost: make interval tree static inlineMichael S. Tsirkin1-1/+1 2016-12-15drm/virtio: annotate virtio_gpu_queue_ctrl_buffer_lockedMichael S. Tsirkin1-0/+2 2016-12-15drm/virtio: fix lock context imbalanceMichael S. Tsirkin1-1/+3 2016-12-15drm/virtio: fix endianness in primary_plane_updateMichael S. Tsirkin1-2/+2 2016-12-15virtio_console: drop unused config fieldsMichael S. Tsirkin1-7/+7 2016-12-15virtio_ring: fix complaint by sparseGonglei1-2/+2 2016-12-15virtio_pci_modern: fix complaint by sparseGonglei1-4/+4