summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* efi/esrt: Use memunmap() instead of kfree() to free the remappingPan Bian2017-12-141-1/+1
* efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman2017-12-143-16/+12
* scsi: use dma_get_cache_alignment() as minimum DMA alignmentHuacai Chen2017-12-141-4/+6
* isa: Prevent NULL dereference in isa_bus driver callbacksWilliam Breathitt Gray2017-12-141-5/+5
* virtio: release virtio index when fail to device_registerweiping zhang2017-12-141-0/+2
* can: usb_8dev: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-141-0/+2
* can: esd_usb2: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-141-0/+2
* can: ems_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-141-0/+2
* can: kvaser_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-141-0/+2
* can: kvaser_usb: ratelimit errors if incomplete messages are receivedJimmy Assarsson2017-12-141-3/+4
* can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback()Jimmy Assarsson2017-12-141-1/+1
* can: kvaser_usb: free buf in error pathsJimmy Assarsson2017-12-141-0/+2
* can: ti_hecc: Fix napi poll return value for repollOliver Stäbler2017-12-141-0/+3
* usb: gadget: udc: renesas_usb3: fix number of the pipesYoshihiro Shimoda2017-12-141-1/+1
* xen-netfront: avoid crashing on resume after a failure in talk_to_netback()Vitaly Kuznetsov2017-12-091-2/+1
* usb: host: fix incorrect updating of offsetColin Ian King2017-12-091-1/+1
* USB: usbfs: Filter flags passed in from user spaceOliver Neukum2017-12-091-5/+9
* USB: devio: Prevent integer overflow in proc_do_submiturb()Dan Carpenter2017-12-091-0/+5
* USB: Increase usbfs transfer limitMateusz Berezecki2017-12-091-27/+16
* USB: core: Add type-specific length check of BOS descriptorsMasakazu Mokuno2017-12-091-4/+24
* usb: xhci: fix panic in xhci_free_virt_devices_depth_firstYu Chen2017-12-091-0/+7
* usb: hub: Cycle HUB power when initialization failsMike Looijmans2017-12-091-0/+9
* dma-buf: Update kerneldoc for sync_file_createDaniel Vetter2017-12-091-10/+4
* dma-buf/sync_file: hold reference to fence when creating sync_fileGustavo Padovan2017-12-091-1/+1
* dma-buf/sw_sync: force signal all unsignaled fences on dying timelineDominik Behr2017-12-091-1/+9
* dma-fence: Introduce drm_fence_set_error() helperChris Wilson2017-12-091-1/+1
* dma-fence: Wrap querying the fence->statusChris Wilson2017-12-093-14/+37
* dma-fence: Clear fence->status during dma_fence_init()Chris Wilson2017-12-091-0/+1
* dma-buf/sw_sync: clean up list before signaling the fenceGustavo Padovan2017-12-091-1/+11
* dma-buf/sw_sync: move timeline_fence_ops aroundGustavo Padovan2017-12-091-69/+69
* dma-buf/sw-sync: Use an rbtree to sort fences in the timelineChris Wilson2017-12-092-6/+48
* dma-buf/sw-sync: Fix locking around sync_timeline listsChris Wilson2017-12-093-48/+31
* dma-buf/sw-sync: sync_pt is private and of fixed sizeChris Wilson2017-12-091-8/+4
* dma-buf/sw-sync: Reduce irqsave/irqrestore from known contextChris Wilson2017-12-092-14/+15
* dma-buf/sw-sync: Prevent user overflow on timeline advanceChris Wilson2017-12-091-0/+5
* dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparoundChris Wilson2017-12-091-1/+1
* net: fec: fix multicast filtering hardware setupRui Sousa2017-12-091-14/+9
* xen-netback: vif counters from int/long to u64Mart van Santen2017-12-092-8/+8
* cec: initiator should be the same as the destination for, pollHans Verkuil2017-12-091-4/+3
* xen-netfront: Improve error handling during initializationRoss Lagerwall2017-12-091-18/+11
* mm: avoid returning VM_FAULT_RETRY from ->page_mkwrite handlersJan Kara2017-12-091-3/+1
* vfio/spapr: Fix missing mutex unlock when creating a windowAlexey Kardashevskiy2017-12-091-6/+5
* be2net: fix initial MAC settingIvan Vecera2017-12-091-5/+28
* net: thunderx: avoid dereferencing xcv when NULLVincent2017-12-091-2/+1
* net: phy: micrel: KSZ8795 do not set SUPPORTED_[Asym_]PauseSean Nyekjaer2017-12-091-1/+1
* gtp: fix cross netns recv on gtp socketAndreas Schultz2017-12-091-6/+4
* gtp: clear DF bit on GTP packet txAndreas Schultz2017-12-091-1/+1
* nvmet: cancel fatal error and flush async work before free controllerSagi Grimberg2017-12-091-0/+3
* i2c: i2c-cadence: Initialize configuration before probing devicesMike Looijmans2017-12-091-4/+4
* dmaengine: pl330: fix double lockIago Abal2017-12-091-13/+6