| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-22 | cdx: make cdx_bus_type constant | Greg Kroah-Hartman | 1 | -2/+2 |
| 2025-08-27 | cdx: don't select CONFIG_GENERIC_MSI_IRQ | Nipun Gupta | 1 | -2/+2 |
| 2025-03-20 | Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch... | Joerg Roedel | 1 | -1/+2 |
| 2025-03-11 | iommu: Get DT/ACPI parsing into the proper probe path | Robin Murphy | 1 | -1/+2 |
| 2025-02-20 | cdx: Fix possible UAF error in driver_override_show() | Qiu-ji Chen | 1 | -1/+5 |
| 2025-01-10 | cdx: disable cdx bus from bus shutdown callback | Abhijit Gangurde | 1 | -0/+3 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 1 | -4/+4 |
| 2024-11-10 | cdx: Fix cdx_mmap_resource() after constifying attr in ->mmap() | Nathan Chancellor | 1 | -1/+1 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
| 2024-03-07 | cdx: add MSI support for CDX bus | Nipun Gupta | 1 | -0/+20 |
| 2024-01-04 | cdx: Unlock on error path in rescan_store() | Dan Carpenter | 1 | -1/+3 |
| 2024-01-04 | cdx: call of_node_put() on error path | Dan Carpenter | 1 | -4/+3 |
| 2024-01-04 | cdx: Create resource debugfs file for cdx device | Abhijit Gangurde | 1 | -1/+38 |
| 2024-01-04 | cdx: create sysfs bin files for cdx resources | Abhijit Gangurde | 1 | -1/+117 |
| 2023-12-15 | cdx: Explicitly include correct DT includes, again | Rob Herring | 1 | -0/+3 |
| 2023-11-03 | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -28/+236 |
| 2023-10-27 | cdx: add sysfs for subsystem, class and revision | Abhijit Gangurde | 1 | -1/+28 |
| 2023-10-27 | cdx: add sysfs for bus reset | Abhijit Gangurde | 1 | -4/+22 |
| 2023-10-27 | cdx: add support for bus enable and disable | Abhijit Gangurde | 1 | -0/+72 |
| 2023-10-27 | cdx: Register cdx bus as a device on cdx subsystem | Abhijit Gangurde | 1 | -6/+71 |
| 2023-10-27 | cdx: Create symbol namespaces for cdx subsystem | Abhijit Gangurde | 1 | -3/+3 |
| 2023-10-27 | cdx: Introduce lock to protect controller ops | Abhijit Gangurde | 1 | -0/+12 |
| 2023-10-27 | cdx: Remove cdx controller list from cdx bus system | Abhijit Gangurde | 1 | -14/+28 |
| 2023-09-28 | cdx: add support for bus mastering | Nipun Gupta | 1 | -0/+32 |
| 2023-06-15 | cdx: fix driver managed dma support | Nipun Gupta | 1 | -0/+18 |
| 2023-04-27 | cdx: fix build failure due to sysfs 'bus_type' argument needing to be const | Linus Torvalds | 1 | -1/+1 |
| 2023-03-29 | cdx: add device attributes | Nipun Gupta | 1 | -0/+127 |
| 2023-03-29 | cdx: add the cdx bus driver | Nipun Gupta | 1 | -0/+408 |