summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Merge tag 'mailbox-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds8-489/+1608
2024-05-21Merge tag 'rproc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds7-206/+444
2024-05-21Merge tag 'rpmsg-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds5-10/+13
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds81-571/+819
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-8/+10
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-33/+9
2024-05-21Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-05-21Merge tag 'vfio-v6.10-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds11-65/+1098
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds12-27/+31
2024-05-20Merge tag 'dmi-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jd...Linus Torvalds2-1/+23
2024-05-20Merge tag 'linux-watchdog-6.10-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds9-68/+370
2024-05-20Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds72-750/+1253
2024-05-20Merge tag 'pinctrl-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds23-215/+533
2024-05-20Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-14/+5
2024-05-20mailbox: Convert from tasklet to BH workqueueAllen Pais2-18/+19
2024-05-20mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdownJason-JH.Lin1-1/+1
2024-05-20mailbox: mtk-cmdq-mailbox: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-05-20mailbox: zynqmp: handle SGI for shared IPITanmay Shah1-7/+152
2024-05-20mailbox: arm_mhuv3: Add driverCristian Marussi3-0/+1117
2024-05-20mailbox: omap: Remove kernel FIFO message queuingAndrew Davis2-111/+5
2024-05-20mailbox: omap: Reverse FIFO busy check logicAndrew Davis1-17/+16
2024-05-20mailbox: omap: Remove mbox_chan_to_omap_mbox()Andrew Davis1-11/+3
2024-05-20mailbox: omap: Use mbox_controller channel list directlyAndrew Davis1-31/+11
2024-05-20mailbox: omap: Use function local struct mbox_controllerAndrew Davis1-9/+12
2024-05-20mailbox: omap: Merge mailbox child node setup loopsAndrew Davis1-73/+46
2024-05-20mailbox: omap: Use devm_pm_runtime_enable() helperAndrew Davis1-15/+3
2024-05-20mailbox: omap: Remove device classAndrew Davis1-87/+2
2024-05-20mailbox: omap: Remove unneeded header omap-mailbox.hAndrew Davis1-5/+2
2024-05-20mailbox: omap: Move fifo size check to point of useAndrew Davis1-5/+5
2024-05-20mailbox: omap: Move omap_mbox_irq_t into driverAndrew Davis1-0/+5
2024-05-20mailbox: omap: Remove unused omap_mbox_request_channel() functionAndrew Davis1-36/+0
2024-05-20mailbox: omap: Remove unused omap_mbox_{enable,disable}_irq() functionsAndrew Davis1-32/+10
2024-05-20Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds8-8/+13
2024-05-19Merge tag 'kgdb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds1-1/+29
2024-05-19Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds43-101/+142
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds63-735/+1327
2024-05-18Merge tag 'hsi-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2-8/+4
2024-05-18Merge tag 'for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds5-75/+121
2024-05-18Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds127-994/+10150
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds40-101/+66
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds53-1542/+3411
2024-05-18Merge tag 'random-6.10-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-35/+115
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds1-1/+5
2024-05-18Merge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds15-43/+164
2024-05-18Merge tag 'devicetree-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-206/+153
2024-05-17net: dsa: microchip: Correct initialization order for KSZ88x3 portsOleksij Rempel1-0/+10
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-21/+17
2024-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds20-24/+40
2024-05-17vfio/pci: Restore zero affected bus reset devices warningAlex Williamson1-0/+3