summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-313-6/+20
|\
| * random: mix build-time latent entropy into pool at initJason A. Donenfeld2022-03-311-0/+5
| * virt: vmgenid: recognize new CID added by Hyper-VMichael Kelley2022-03-251-0/+1
| * random: re-add removed comment about get_random_{u32,u64} reseedingJason A. Donenfeld2022-03-251-3/+4
| * random: treat bootloader trust toggle the same way as cpu trust toggleJason A. Donenfeld2022-03-252-2/+9
| * random: skip fast_init if hwrng provides large chunk of entropyJason A. Donenfeld2022-03-251-1/+1
* | Merge tag 'linux-watchdog-5.18-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2022-03-3110-246/+404
|\ \
| * | Watchdog: sp5100_tco: Enable Family 17h+ CPUsTerry Bowman2022-03-272-12/+5
| * | Watchdog: sp5100_tco: Add initialization using EFCH MMIOTerry Bowman2022-03-272-1/+104
| * | Watchdog: sp5100_tco: Refactor MMIO base address initializationTerry Bowman2022-03-272-74/+82
| * | Watchdog: sp5100_tco: Move timer initialization into functionTerry Bowman2022-03-271-29/+36
| * | watchdog: ixp4xx: Implement restartLinus Walleij2022-03-271-0/+14
| * | watchdog: orion_wdt: support pretimeout on Armada-XPChris Packham2022-03-271-4/+9
| * | watchdog: allow building BCM7038_WDT for BCM4908Rafał Miłecki2022-03-271-1/+1
| * | watchdog: renesas_wdt: Add R-Car Gen4 supportThanh Quan2022-03-271-0/+1
| * | watchdog: Improve watchdog_dev function documentationDaniel Bristot de Oliveira2022-03-271-119/+125
| * | watchdog: aspeed: add nowayout supportEduardo Valentin2022-03-271-0/+7
| * | watchdog: rti-wdt: Add missing pm_runtime_disable() in probe functionMiaoqian Lin2022-03-271-0/+1
| * | watchdog: imx2_wdg: Alow ping on suspendAlistair Francis2022-03-271-7/+20
* | | Merge tag 'auxdisplay-for-linus-v5.18-rc1' of https://github.com/ojeda/linuxLinus Torvalds2022-03-311-38/+17
|\ \ \
| * | | auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy()Andy Shevchenko2022-03-181-1/+1
| * | | auxdisplay: lcd2s: Switch to i2c ->probe_new()Andy Shevchenko2022-03-181-3/+2
| * | | auxdisplay: lcd2s: use module_i2c_driver to simplify the codeAndy Shevchenko2022-03-181-18/+1
| * | | auxdisplay: lcd2s: make use of device property APIAndy Shevchenko2022-03-181-5/+3
| * | | auxdisplay: lcd2s: Fix multi-line comment styleAndy Shevchenko2022-03-181-11/+10
| |/ /
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-03-3124-253/+1522
|\ \ \
| * | | vdpa/mlx5: Avoid processing works if workqueue was destroyedEli Cohen2022-03-281-2/+5
| * | | vhost: handle error while adding split ranges to iotlbAnirudh Rayabharam2022-03-281-1/+5
| * | | vdpa: support exposing the count of vqs to userspaceLongpeng2022-03-281-0/+13
| * | | vdpa: change the type of nvqs to u32Longpeng2022-03-282-7/+9
| * | | vdpa: support exposing the config size to userspaceLongpeng2022-03-281-0/+17
| * | | vdpa/mlx5: re-create forwarding rules after mac modifiedMichael Qiu2022-03-281-1/+44
| * | | virtio: pci: check bar values read from virtio config spaceKeir Fraser2022-03-282-4/+17
| * | | Revert "virtio_pci: harden MSI-X interrupts"Jason Wang2022-03-284-32/+12
| * | | Revert "virtio-pci: harden INTX interrupts"Jason Wang2022-03-282-22/+2
| * | | drivers/net/virtio_net: Added RSS hash report control.Andrew Melnychenko2022-03-281-1/+140
| * | | drivers/net/virtio_net: Added RSS hash report.Andrew Melnychenko2022-03-281-6/+49
| * | | drivers/net/virtio_net: Added basic RSS support.Andrew Melnychenko2022-03-281-6/+186
| * | | drivers/net/virtio_net: Fixed padded vheader to use v1 with hash.Andrew Melnychenko2022-03-281-5/+6
| * | | virtio: use virtio_device_ready() in virtio_device_restore()Stefano Garzarella2022-03-281-2/+3
| * | | virtio_ring: remove flags check for unmap packed indirect descXuan Zhuo2022-03-281-13/+5
| * | | virtio_ring: remove flags check for unmap split indirect descXuan Zhuo2022-03-281-13/+5
| * | | virtio_ring: rename vring_unmap_state_packed() to vring_unmap_extra_packed()Xuan Zhuo2022-03-281-9/+8
| * | | net/mlx5: Add support for configuring max device MTUEli Cohen2022-03-281-1/+31
| * | | virtio-crypto: rename skcipher algszhenwei pi2022-03-284-9/+9
| * | | virtio-crypto: implement RSA algorithmzhenwei pi2022-03-286-1/+608
| * | | vDPA/ifcvf: cacheline alignment for ifcvf_hwZhu Lingshan2022-03-282-9/+5
| * | | vDPA/ifcvf: implement shared IRQ featureZhu Lingshan2022-03-283-57/+300
| * | | vDPA/ifcvf: implement device MSIX vector allocatorZhu Lingshan2022-03-281-5/+26
| * | | vhost_vdpa: don't setup irq offloading when irq_num < 0Zhu Lingshan2022-03-281-1/+4