summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-02-256-49/+59
|\
| * ext4: add .kunitconfig fragment to enable ext4-specific testsDaniel Latypov2021-02-111-0/+3
| * ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting itGeert Uytterhoeven2021-02-111-2/+1
| * ext4: reset retry counter when ext4_alloc_file_blocks() makes progressEric Whitney2021-02-081-8/+8
| * ext4: fix potential htree index checksum corruptionTheodore Ts'o2021-02-041-4/+3
| * ext4: factor out htree rep invariant checkVinicius Tinti2021-02-031-14/+24
| * ext4: Change list_for_each* to list_for_each_entry*Daejun Park2021-02-031-18/+11
| * ext4: don't try to processed freed blocks until mballoc is initializedTheodore Ts'o2021-02-021-1/+8
| * ext4: use DEFINE_MUTEX() for mutex lockZheng Yongjun2021-02-021-2/+1
* | Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-2573-781/+5543
|\ \
| * \ Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2021-02-247-31/+15
| |\ \
| | * | PCI: hv: Fix typoBjorn Helgaas2021-01-281-1/+1
| | * | PCI: xgene: Fix CRS SV commentBjorn Helgaas2021-01-281-6/+7
| | * | PCI: brcmstb: Remove chained IRQ handler and data in one goMartin Kaiser2021-01-191-2/+1
| | * | PCI: Drop PCIE_RCAR config optionLad Prabhakar2021-01-191-9/+0
| | * | PCI: xgene-msi: Fix race in installing chained irq handlerMartin Kaiser2021-01-181-7/+3
| | * | PCI: dwc: Remove IRQ handler and data in one goMartin Kaiser2021-01-181-4/+2
| | * | PCI: altera-msi: Remove IRQ handler and data in one goMartin Kaiser2021-01-181-2/+1
| * | | Merge branch 'remotes/lorenzo/pci/xilinx'Bjorn Helgaas2021-02-241-0/+1
| |\ \ \
| | * | | PCI: xilinx-cpm: Fix reference count leak on error pathPan Bian2021-01-251-0/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/tango'Bjorn Helgaas2021-02-243-356/+0
| |\ \ \
| | * | | PCI: Remove tango host controller driverArnd Bergmann2021-01-223-356/+0
| | |/ /
| * | | Merge branch 'pci/rockchip'Bjorn Helgaas2021-02-242-6/+7
| |\ \ \
| | * | | dt-bindings: arm: rockchip: Add FriendlyARM NanoPi M4BChen-Yu Tsai2021-02-231-0/+1
| | * | | PCI: rockchip: Make 'ep-gpios' DT property optionalChen-Yu Tsai2021-02-231-6/+6
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2021-02-241-1/+1
| |\ \ \
| | * | | PCI: rcar: Always allocate MSI addresses in 32bit spaceMarek Vasut2021-01-151-1/+1
| | |/ /
| * | | Merge branch 'pci/qcom'Bjorn Helgaas2021-02-242-8/+31
| |\ \ \
| | * | | PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064Ansuel Smith2021-02-241-1/+3
| | * | | PCI: qcom: Add support for ddrss_sf_tbu clockDmitry Baryshkov2021-02-241-5/+13
| | * | | dt-bindings: PCI: qcom: Document ddrss_sf_tbu clock for sm8250Dmitry Baryshkov2021-02-241-2/+15
| | |/ /
| * | | Merge branch 'pci/ntb'Bjorn Helgaas2021-02-2422-73/+3944
| |\ \ \
| | * | | Documentation: PCI: Add PCI endpoint NTB function user guideKishon Vijay Abraham I2021-02-232-0/+162
| | * | | Documentation: PCI: Add configfs binding documentation for pci-ntb endpoint f...Kishon Vijay Abraham I2021-02-232-0/+39
| | * | | NTB: Add support for EPF PCI Non-Transparent BridgeKishon Vijay Abraham I2021-02-235-0/+762
| | * | | PCI: Add TI J721E device to PCI IDsKishon Vijay Abraham I2021-02-232-1/+1
| | * | | PCI: endpoint: Add EP function driver to provide NTB functionalityKishon Vijay Abraham I2021-02-233-0/+2142
| | * | | PCI: cadence: Configure LM_EP_FUNC_CFG based on epc->function_num_mapKishon Vijay Abraham I2021-02-231-6/+1
| | * | | PCI: cadence: Implement ->msi_map_irq() opsKishon Vijay Abraham I2021-02-231-0/+53
| | * | | PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directoryKishon Vijay Abraham I2021-02-232-0/+26
| | * | | PCI: endpoint: Add pci_epf_ops to expose function-specific attrsKishon Vijay Abraham I2021-02-232-0/+37
| | * | | PCI: endpoint: Add pci_epc_ops to map MSI IRQKishon Vijay Abraham I2021-02-232-0/+49
| | * | | PCI: endpoint: Add support in configfs to associate two EPCs with EPFKishon Vijay Abraham I2021-02-232-0/+157
| | * | | PCI: endpoint: Add support to associate secondary EPC with EPFKishon Vijay Abraham I2021-02-236-38/+125
| | * | | PCI: endpoint: Remove unused pci_epf_match_device()Kishon Vijay Abraham I2021-02-232-18/+0
| | * | | PCI: endpoint: Make *_free_bar() to return error codes on failureKishon Vijay Abraham I2021-02-234-10/+13
| | * | | PCI: endpoint: Add helper API to get the 'next' unreserved BARKishon Vijay Abraham I2021-02-232-4/+24
| | * | | PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BARKishon Vijay Abraham I2021-02-231-2/+10
| | * | | Documentation: PCI: Add specification for the PCI NTB function deviceKishon Vijay Abraham I2021-02-232-0/+349
| | |/ /
| * | | Merge branch 'pci/microchip'Bjorn Helgaas2021-02-246-2/+1250
| |\ \ \