summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu2019-01-311-4/+10
| * | ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann2019-01-311-3/+3
| * | tun: move the call to tun_set_real_num_queuesGeorge Amanakis2019-01-311-2/+1
| * | virtio_net: Differentiate sk_buff and xdp_frame on freeingToshiaki Makita2019-01-301-12/+42
| * | virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqsToshiaki Makita2019-01-301-1/+1
| * | virtio_net: Don't process redirected XDP frames when XDP is disabledToshiaki Makita2019-01-301-7/+26
| * | virtio_net: Fix out of bounds access of sqToshiaki Makita2019-01-301-10/+7
| * | virtio_net: Fix not restoring real_num_rx_queuesToshiaki Makita2019-01-301-1/+1
| * | virtio_net: Don't call free_old_xmit_skbs for xdp_framesToshiaki Makita2019-01-301-16/+33
| * | virtio_net: Don't enable NAPI when interface is downToshiaki Makita2019-01-301-2/+4
| * | ucc_geth: Reset BQL queue when stopping deviceMathias Thore2019-01-301-0/+2
* | | Merge tag 'char-misc-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-02-088-54/+93
|\ \ \
| * | | mic: vop: Fix crash on removeVincent Whitchurch2019-02-011-3/+6
| * | | mic: vop: Fix use-after-free on removeVincent Whitchurch2019-02-011-1/+3
| * | | binderfs: remove separate device_initcall()Christian Brauner2019-02-013-4/+16
| * | | fpga: stratix10-soc: fix wrong of_node_put() in init functionNicolas Saenz Julienne2019-01-311-4/+1
| * | | mic: vop: Fix broken virtqueuesVincent Whitchurch2019-01-301-26/+34
| * | | mei: free read cb on ctrl_wr list flushAlexander Usyskin2019-01-301-1/+4
| * | | mei: me: add ice lake point device id.Tomas Winkler2019-01-302-0/+4
| * | | binderfs: respect limit on binder control creationChristian Brauner2019-01-301-1/+9
| * | | binder: fix CONFIG_ANDROID_BINDER_DEVICESChristian Brauner2019-01-301-14/+16
* | | | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-02-081-4/+2
|\ \ \ \
| * | | | cacheinfo: Keep the old value if of_property_read_u32 failsHuacai Chen2019-01-221-4/+2
* | | | | Merge tag 'staging-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-02-084-22/+66
|\ \ \ \ \
| * \ \ \ \ Merge tag 'iio-fixes-5.0a' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2019-02-033-21/+65
| |\ \ \ \ \
| | * | | | | iio: ti-ads8688: Update buffer allocation for timestampsDan Murphy2019-01-121-1/+2
| | * | | | | iio: adc: axp288: Fix TS-pin handlingHans de Goede2019-01-121-16/+60
| | * | | | | iio: chemical: atlas-ph-sensor: correct IIO_TEMP values to millicelsiusMatt Ranostay2019-01-121-4/+3
| * | | | | | Revert "staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()"Greg Kroah-Hartman2019-01-301-89/+78
| * | | | | | staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()Gao Xiang2019-01-301-78/+89
| * | | | | | staging: octeon: fix broken phylib usageAaro Koskinen2019-01-301-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'tty-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-02-085-7/+26
|\ \ \ \ \ \
| * | | | | | serial: fix race between flush_to_ldisc and tty_openGreg Kroah-Hartman2019-01-311-0/+6
| * | | | | | staging: speakup: fix tty-operation NULL derefsJohan Hovold2019-01-301-2/+4
| * | | | | | serial: sh-sci: Do not free irqs that have already been freedChris Brandt2019-01-301-1/+8
| * | | | | | serial: 8250_pci: Make PCI class test non fatalAndy Shevchenko2019-01-301-4/+5
| * | | | | | tty: serial: 8250_mtk: Fix potential NULL pointer dereferenceGustavo A. R. Silva2019-01-301-0/+3
| |/ / / / /
* | | | | | Merge tag 'usb-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-02-088-32/+20
|\ \ \ \ \ \
| * | | | | | usb: typec: tcpm: Correct the PPS out_volt calculationKyle Tso2019-01-311-1/+2
| * | | | | | Merge tag 'fixes-for-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-01-315-9/+6
| |\ \ \ \ \ \
| | * | | | | | usb: phy: am335x: fix race condition in _probeBin Liu2019-01-281-4/+1
| | * | | | | | usb: dwc3: exynos: Fix error handling of clk_prepare_enableAlexey Khoroshilov2019-01-281-2/+2
| | * | | | | | usb: phy: fix link errorsAnders Roxell2019-01-281-1/+1
| | * | | | | | usb: gadget: udc: net2272: Fix bitwise and boolean operationsGustavo A. R. Silva2019-01-281-1/+1
| | * | | | | | usb: dwc3: gadget: Handle 0 xfer length for OUT EPTejas Joglekar2019-01-281-1/+1
| | |/ / / / /
| * / / / / / usb: gadget: musb: fix short isoc packets with inventra dmaPaul Elder2019-01-302-22/+12
| |/ / / / /
* | | | | | Merge tag 'drm-fixes-2019-02-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-02-0822-110/+198
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'drm-misc-fixes-2019-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-02-085-29/+24
| |\ \ \ \ \ \
| | * | | | | | drm/omap: dsi: Hack-fix DSI bus flagsTomi Valkeinen2019-02-061-0/+11
| | * | | | | | drm/omap: dsi: Fix OF platform depopulateTomi Valkeinen2019-02-061-2/+2