summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand2021-02-263-3/+3
| * | | | | | | | | | | | | | | mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual2021-02-261-5/+5
* | | | | | | | | | | | | | | | Merge tag 'pwm/for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-256-352/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | pwm: lpc18xx-sct: remove unneeded semicolonYang Li2021-02-221-1/+1
| * | | | | | | | | | | | | | | | pwm: iqs620a: Correct a stale state variableJeff LaBundy2021-02-221-51/+37
| * | | | | | | | | | | | | | | | pwm: iqs620a: Fix overflow and optimize calculationsUwe Kleine-König2021-02-221-3/+5
| * | | | | | | | | | | | | | | | pwm: rockchip: Enable clock before calling clk_get_rate()Simon South2021-01-201-0/+10
| * | | | | | | | | | | | | | | | pwm: rockchip: Eliminate potential race condition when probingSimon South2021-01-201-3/+6
| * | | | | | | | | | | | | | | | pwm: rockchip: Replace "bus clk" with "PWM clk"Simon South2021-01-201-2/+2
| * | | | | | | | | | | | | | | | pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()Simon South2021-01-201-1/+0
| * | | | | | | | | | | | | | | | pwm: rockchip: Enable APB clock during register access while probingSimon South2021-01-201-3/+5
| * | | | | | | | | | | | | | | | pwm: Remove ZTE ZX driverArnd Bergmann2021-01-203-289/+0
* | | | | | | | | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-02-2519-503/+1301
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | virtio-input: add multi-touch supportMathias Crombez2021-02-231-1/+10
| * | | | | | | | | | | | | | | | | virtio_mmio: fix one typoXianting Tian2021-02-231-1/+1
| * | | | | | | | | | | | | | | | | vdpa/mlx5: fix param validation in mlx5_vdpa_get_config()Stefano Garzarella2021-02-231-1/+1
| * | | | | | | | | | | | | | | | | virtio_net: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-231-0/+1
| * | | | | | | | | | | | | | | | | virtio_input: Prevent EV_MSC/MSC_TIMESTAMP loop storm for MT.Colin Xu2021-02-231-0/+15
| * | | | | | | | | | | | | | | | | virtio-blk: support per-device queue depthJoseph Qi2021-02-231-4/+7
| * | | | | | | | | | | | | | | | | virtio_vdpa: don't warn when fail to disable vqJason Wang2021-02-231-2/+1
| * | | | | | | | | | | | | | | | | virtio-pci: introduce modern device moduleJason Wang2021-02-235-643/+610
| * | | | | | | | | | | | | | | | | virito-pci-modern: rename map_capability() to vp_modern_map_capability()Jason Wang2021-02-231-16/+30
| * | | | | | | | | | | | | | | | | virtio-pci-modern: introduce helper to get notification offsetJason Wang2021-02-231-5/+16
| * | | | | | | | | | | | | | | | | virtio-pci-modern: introduce helper for getting queue numsJason Wang2021-02-231-1/+12
| * | | | | | | | | | | | | | | | | virtio-pci-modern: introduce helper for setting/geting queue sizeJason Wang2021-02-231-2/+32
| * | | | | | | | | | | | | | | | | virtio-pci-modern: introduce helper to set/get queue_enableJason Wang2021-02-231-6/+31
| * | | | | | | | | | | | | | | | | virtio-pci-modern: introduce vp_modern_queue_address()Jason Wang2021-02-231-6/+27
| * | | | | | | | | | | | | | | | | virtio-pci-modern: introduce vp_modern_set_queue_vector()Jason Wang2021-02-231-12/+23
| * | | | | | | | | | | | | | | | | virtio-pci-modern: introduce vp_modern_generation()Jason Wang2021-02-231-3/+14
| * | | | | | | | | | | | | | | | | virtio-pci-modern: introduce helpers for setting and getting featuresJason Wang2021-02-231-10/+33
| * | | | | | | | | | | | | | | | | virtio-pci-modern: introduce helpers for setting and getting statusJason Wang2021-02-231-8/+29
| * | | | | | | | | | | | | | | | | virtio-pci-modern: introduce helper to set config vectorJason Wang2021-02-231-2/+14
| * | | | | | | | | | | | | | | | | virtio-pci-modern: introduce vp_modern_remove()Jason Wang2021-02-231-2/+12
| * | | | | | | | | | | | | | | | | virtio-pci-modern: factor out modern device initialization logicJason Wang2021-02-231-14/+36
| * | | | | | | | | | | | | | | | | virtio-pci: split out modern deviceJason Wang2021-02-232-79/+105
| * | | | | | | | | | | | | | | | | virtio-pci: do not access iomem via struct virtio_pci_device directlyJason Wang2021-02-231-30/+46
| * | | | | | | | | | | | | | | | | vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delayDongli Zhang2021-02-231-6/+3
| * | | | | | | | | | | | | | | | | vdpa_sim_net: Add support for user supported devicesParav Pandit2021-02-233-26/+75
| * | | | | | | | | | | | | | | | | vdpa: Enable user to query vdpa device infoParav Pandit2021-02-231-0/+131
| * | | | | | | | | | | | | | | | | vdpa: Enable a user to add and delete a vdpa deviceParav Pandit2021-02-231-10/+133
| * | | | | | | | | | | | | | | | | vdpa: Define vdpa mgmt device, ops and a netlink interfaceParav Pandit2021-02-232-1/+213
| * | | | | | | | | | | | | | | | | vdpa: Extend routine to accept vdpa device nameParav Pandit2021-02-234-7/+35
| * | | | | | | | | | | | | | | | | vdpa_sim_net: Make mac address array staticParav Pandit2021-02-231-1/+1
| * | | | | | | | | | | | | | | | | virtio-mem: Assign boolean values to a bool variableJiapeng Zhong2021-02-231-1/+1
* | | | | | | | | | | | | | | | | | Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2021-02-253-0/+185
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | n64: store dev instance into disk private dataChaitanya Kulkarni2021-02-211-3/+2
| * | | | | | | | | | | | | | | | | | n64: cleanup n64cart_probe()Chaitanya Kulkarni2021-02-211-22/+11
| * | | | | | | | | | | | | | | | | | n64: cosmetics changesChaitanya Kulkarni2021-02-211-4/+2
| * | | | | | | | | | | | | | | | | | n64: remove curly bracketsChaitanya Kulkarni2021-02-211-2/+1
| * | | | | | | | | | | | | | | | | | n64: use sector SECTOR_SHIFT instead 512Chaitanya Kulkarni2021-02-211-1/+1