summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-08-25PCI: Fix typos in docs and commentsBjorn Helgaas8-27/+27
2023-08-25PCI: Fix pci_bus_resetable(), pci_slot_resetable() name typosBjorn Helgaas1-6/+6
2023-08-25PCI: Simplify pci_dev_driver()Bjorn Helgaas1-6/+7
2023-08-25PCI: Simplify pci_pio_to_address()Bjorn Helgaas1-7/+3
2023-08-25PCI/AER: Simplify AER_RECOVER_RING_SIZE definitionBjorn Helgaas1-2/+1
2023-08-25PCI: Use consistent put_user() pointer typesBjorn Helgaas1-6/+6
2023-08-25PCI: Fix printk field formattingBjorn Helgaas1-2/+2
2023-08-25PCI: Remove unnecessary initializationsBjorn Helgaas1-2/+2
2023-08-25PCI: Unexport pcie_port_bus_typeBjorn Helgaas1-1/+0
2023-08-25PCI: mvebu: Remove unused busn memberPali Rohár1-1/+0
2023-08-24PCI: Remove unused function declarationsYue Haibing3-5/+0
2023-08-14PCI/P2PDMA: Use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-08-08PCI/IOV: Use pci_dev_id() to simplify the codeXiongfeng Wang1-2/+1
2023-08-08PCI/AER: Use pci_dev_id() to simplify the codeXiongfeng Wang1-2/+2
2023-08-08PCI: apple: Use pci_dev_id() to simplify the codeXiongfeng Wang1-2/+2
2023-07-27PCI/DOE: Fix destroy_work_on_stack() raceIra Weiny1-1/+1
2023-07-18PCI: Explicitly include correct DT includesRob Herring28-36/+25
2023-07-09Merge tag 'ntb-6.5' of https://github.com/jonmason/ntbLinus Torvalds8-30/+33
2023-07-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-39/+28
2023-07-08Merge tag 'i2c-for-6.5-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+2
2023-07-08Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2023-07-08ntb: hw: amd: Fix debugfs_create_dir error checkingAnup Sharma1-1/+1
2023-07-08ntb_netdev: Fix module_init problemGeoff Levand1-1/+1
2023-07-08ntb: intel: Remove redundant pci_clear_masterCai Huoqing1-2/+0
2023-07-08ntb: epf: Remove redundant pci_clear_masterCai Huoqing1-8/+4
2023-07-08ntb_hw_amd: Remove redundant pci_clear_masterCai Huoqing1-2/+0
2023-07-08ntb: idt: drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-12/+5
2023-07-08NTB: EPF: fix possible memory leak in pci_vntb_probe()ruanjinjie1-0/+1
2023-07-08NTB: ntb_tool: Add check for devm_kcallocJiasheng Jiang1-0/+2
2023-07-08NTB: ntb_transport: fix possible memory leak while device_register() failsYang Yingliang1-1/+1
2023-07-08ntb: intel: Fix error handling in intel_ntb_pci_driver_init()Yuan Can1-1/+6
2023-07-08NTB: amd: Fix error handling in amd_ntb_pci_driver_init()Yuan Can1-1/+6
2023-07-08ntb: idt: Fix error handling in idt_pci_driver_init()Yuan Can1-1/+6
2023-07-08Merge tag 'mmc-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-11/+4
2023-07-07Merge tag 'drm-next-2023-07-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds113-349/+1249
2023-07-07Merge tag 'acpi-6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds6-26/+69
2023-07-07Merge tag 'spi-fix-v6.5-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-10/+12
2023-07-07Merge tag 'regulator-fix-v6.5-merge-window' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-0/+1
2023-07-07Merge tag 'drm-misc-next-fixes-2023-07-06' of git://anongit.freedesktop.org/d...Dave Airlie1-3/+3
2023-07-07Merge tag 'drm-intel-next-fixes-2023-07-06' of git://anongit.freedesktop.org/...Dave Airlie2-22/+25
2023-07-07Merge tag 'amd-drm-fixes-6.5-2023-06-30-1' of https://gitlab.freedesktop.org/...Dave Airlie103-311/+1201
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds25-203/+42
2023-07-06i2c: mpc: Drop unused variableGuenter Roeck1-1/+0
2023-07-06i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET1-2/+0
2023-07-06i2c: xiic: Don't try to handle more interrupt events after errorRobert Hancock1-0/+2
2023-07-06Merge branches 'acpi-bus' and 'acpi-scan'Rafael J. Wysocki6-26/+69
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2023-07-06Merge tag 'soc-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-07-06Merge tag 'dmaengine-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds25-289/+1114
2023-07-06Merge tag 'linux-watchdog-6.5-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds17-36/+247