summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PCI: rcar-gen2: Convert to use modern host bridge probe functionsRob Herring2020-08-041-126/+46
* PCI: of: Reduce missing non-prefetchable memory region to a warningRob Herring2020-07-231-4/+3
* PCI: rcar: Use struct pci_host_bridge.windows list directlyRob Herring2020-07-231-41/+4
* PCI: rcar: Use devm_pci_alloc_host_bridge()Rob Herring2020-07-231-5/+2
* PCI: cadence: Remove private bus number and range storageRob Herring2020-07-234-26/+24
* PCI: cadence: Use bridge resources for outbound window setupRob Herring2020-07-231-21/+16
* PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring2020-07-238-18/+4
* PCI: rcar: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-14/+5
* PCI: rockchip: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-232-11/+7
* PCI: xilinx: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-7/+4
* PCI: xilinx-nwl: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-7/+3
* PCI: mobiveil: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-232-8/+3
* PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-234-15/+10
* PCI: aardvark: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-7/+6
* PCI: Drop unnecessary zeroing of bridge fieldsRob Herring2020-07-2310-13/+0
* PCI: Set default bridge parent deviceRob Herring2020-07-2321-21/+2
* PCI: versatile: Drop flag PCI_ENABLE_PROC_DOMAINSRob Herring2020-07-231-1/+0
* PCI: controller: Remove duplicate error messageDejin Zheng2020-07-234-15/+4
* PCI: controller: Convert to devm_platform_ioremap_resource()Dejin Zheng2020-07-105-16/+7
* PCI: controller: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng2020-07-108-25/+13
* PCI: xilinx: Use pci_host_probe() to register hostRob Herring2020-07-101-12/+1
* PCI: xilinx-nwl: Use pci_host_probe() to register hostRob Herring2020-07-101-13/+1
* PCI: rockchip: Use pci_host_probe() to register hostRob Herring2020-07-102-15/+4
* PCI: rcar: Use pci_host_probe() to register hostRob Herring2020-07-101-17/+1
* PCI: iproc: Use pci_host_probe() to register hostRob Herring2020-07-102-15/+5
* PCI: altera: Use pci_host_probe() to register hostRob Herring2020-07-101-16/+1
* PCI: xgene: Use pci_host_probe() to register hostRob Herring2020-07-101-12/+1
* PCI: versatile: Use pci_host_probe() to register hostRob Herring2020-07-101-13/+1
* PCI: v3: Use pci_host_probe() to register hostRob Herring2020-07-101-12/+1
* PCI: tegra: Use pci_host_probe() to register hostRob Herring2020-07-101-10/+1
* PCI: mobiveil: Use pci_host_probe() to register hostRob Herring2020-07-101-15/+1
* PCI: brcmstb: Use pci_host_probe() to register hostRob Herring2020-07-101-16/+4
* PCI: host-common: Use struct pci_host_bridge.windows list directlyRob Herring2020-07-101-28/+14
* PCI: mvebu: Use struct pci_host_bridge.windows list directlyRob Herring2020-07-061-8/+5
* PCI: cadence: Use struct pci_host_bridge.windows list directlyRob Herring2020-07-061-19/+7
* Linux 5.8-rc1v5.8-rc1Linus Torvalds2020-06-141-2/+2
* Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-145-1/+40
|\
| * security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-145-1/+40
* | Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-147-234/+286
|\ \
| * | Revert "btrfs: switch to iomap_dio_rw() for dio"David Sterba2020-06-144-166/+169
| * | Revert "fs: remove dio_end_io()"David Sterba2020-06-092-0/+21
| * | Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"David Sterba2020-06-092-0/+21
| * | Revert "btrfs: split btrfs_direct_IO to read and write part"David Sterba2020-06-093-83/+90
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-13111-647/+1344
|\ \ \
| * | | net: ethernet: ti: ale: fix allmulti for nu type aleGrygorii Strashko2020-06-131-9/+40
| * | | net: ethernet: ti: am65-cpsw-nuss: fix ale parameters initGrygorii Strashko2020-06-131-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-1327-93/+348
| |\ \ \
| | * | | bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpAndrii Nakryiko2020-06-121-5/+12
| | * | | libbpf: Support pre-initializing .bss global variablesAndrii Nakryiko2020-06-123-13/+55
| | * | | tools/bpftool: Fix skeleton codegenAndrii Nakryiko2020-06-121-2/+0