summaryrefslogtreecommitdiff
path: root/drivers/pci/rebar.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-22PCI: Fix Resizable BAR restore orderIlpo Järvinen1-17/+1
2025-11-25PCI: Validate pci_rebar_size_supported() inputIlpo Järvinen1-0/+3
2025-11-14PCI: Convert BAR sizes bitmasks to u64Ilpo Järvinen1-2/+2
2025-11-14PCI: Add pci_rebar_get_max_size()Ilpo Järvinen1-0/+23
2025-11-14PCI: Add pci_rebar_size_supported() helperIlpo Järvinen1-6/+19
2025-11-14PCI: Improve Resizable BAR functions kernel docIlpo Järvinen1-14/+21
2025-11-14PCI: Move pci_rebar_size_to_bytes() and export itIlpo Järvinen1-0/+12
2025-11-14PCI: Move pci_rebar_bytes_to_size() and clean it upIlpo Järvinen1-0/+23
2025-11-14PCI: Move Resizable BAR code to rebar.cIlpo Järvinen1-0/+247