Linus Torvalds
00937f36b0
Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull PCI updates from Bjorn Helgaas:
"Enumeration:
- Print IRQ number used by PCIe Link Bandwidth Notification (Dongdong
Liu)
- Add schedule point in pci_read_config() to reduce max latency
(Jiang Biao)
- Add Kconfig options for MPS/MRRS strategy (Jim Quinlan)
Resource management:
- Fix pci_iounmap() memory leak when !CONFIG_GENERIC_IOMAP (Lorenzo
Pieralisi)
PCIe native device hotplug:
- Reduce noisiness on hot removal (Lukas Wunner)
Power management:
- Revert "PCI/PM: Apply D2 delay as milliseconds, not microseconds"
that was done on the basis of spec typo (Bjorn Helgaas)
- Rename pci_dev.d3_delay to d3hot_delay to remove D3hot/D3cold
ambiguity (Krzysztof Wilczyński)
- Remove unused pcibios_pm_ops (Vaibhav Gupta)
IOMMU:
- Enable Translation Blocking for external devices to harden against
DMA attacks (Rajat Jain)
Error handling:
- Add an ACPI APEI notifier chain for vendor CPER records to enable
device-specific error handling (Shiju Jose)
ASPM:
- Remove struct aspm_register_info to simplify code (Saheed O.
Bolarinwa)
Amlogic Meson PCIe controller driver:
- Build as module by default (Kevin Hilman)
Ampere Altra PCIe controller driver:
- Add MCFG quirk to work around non-standard ECAM implementation
(Tuan Phan)
Broadcom iProc PCIe controller driver:
- Set affinity mask on MSI interrupts (Mark Tomlinson)
Broadcom STB PCIe controller driver:
- Make PCIE_BRCMSTB depend on ARCH_BRCMSTB (Jim Quinlan)
- Add DT bindings for more Brcmstb chips (Jim Quinlan)
- Add bcm7278 register info (Jim Quinlan)
- Add bcm7278 PERST# support (Jim Quinlan)
- Add suspend and resume pm_ops (Jim Quinlan)
- Add control of rescal reset (Jim Quinlan)
- Set additional internal memory DMA viewport sizes (Jim Quinlan)
- Accommodate MSI for older chips (Jim Quinlan)
- Set bus max burst size by chip type (Jim Quinlan)
- Add support for bcm7211, bcm7216, bcm7445, bcm7278 (Jim Quinlan)
Freescale i.MX6 PCIe controller driver:
- Use dev_err_probe() to reduce redundant messages (Anson Huang)
Freescale Layerscape PCIe controller driver:
- Enforce 4K DMA buffer alignment in endpoint test (Hou Zhiqiang)
- Add DT compatible strings for ls1088a, ls2088a (Xiaowei Bao)
- Add endpoint support for ls1088a, ls2088a (Xiaowei Bao)
- Add endpoint test support for lS1088a (Xiaowei Bao)
- Add MSI-X support for ls1088a (Xiaowei Bao)
HiSilicon HIP PCIe controller driver:
- Handle HIP-specific errors via ACPI APEI (Yicong Yang)
HiSilicon Kirin PCIe controller driver:
- Return -EPROBE_DEFER if the GPIO isn't ready (Bean Huo)
Intel VMD host bridge driver:
- Factor out physical offset, bus offset, IRQ domain, IRQ allocation
(Jon Derrick)
- Use generic PCI PM correctly (Jon Derrick)
Marvell Aardvark PCIe controller driver:
- Fix compilation on s390 (Pali Rohár)
- Implement driver 'remove' function and allow to build it as module
(Pali Rohár)
- Move PCIe reset card code to advk_pcie_train_link() (Pali Rohár)
- Convert mvebu a3700 internal SMCC firmware return codes to errno
(Pali Rohár)
- Fix initialization with old Marvell's Arm Trusted Firmware (Pali
Rohár)
Microsoft Hyper-V host bridge driver:
- Fix hibernation in case interrupts are not re-created (Dexuan Cui)
NVIDIA Tegra PCIe controller driver:
- Stop checking return value of debugfs_create() functions (Greg
Kroah-Hartman)
- Convert to use DEFINE_SEQ_ATTRIBUTE macro (Liu Shixin)
Qualcomm PCIe controller driver:
- Reset PCIe to work around Qsdk U-Boot issue (Ansuel Smith)
Renesas R-Car PCIe controller driver:
- Add DT documentation for r8a774a1, r8a774b1, r8a774e1 endpoints
(Lad Prabhakar)
- Add RZ/G2M, RZ/G2N, RZ/G2H IDs to endpoint test (Lad Prabhakar)
- Add DT support for r8a7742 (Lad Prabhakar)
Socionext UniPhier Pro5 controller driver:
- Add DT descriptions of iATU register (host and endpoint) (Kunihiko
Hayashi)
Synopsys DesignWare PCIe controller driver:
- Add link up check in dw_child_pcie_ops.map_bus() (racy, but seems
unavoidable) (Hou Zhiqiang)
- Fix endpoint Header Type check so multi-function devices work (Hou
Zhiqiang)
- Skip PCIE_MSI_INTR0* programming if MSI is disabled (Jisheng Zhang)
- Stop leaking MSI page in suspend/resume (Jisheng Zhang)
- Add common iATU register support instead of keystone-specific code
(Kunihiko Hayashi)
- Major config space access and other cleanups in dwc core and
drivers that use it (al, exynos, histb, imx6, intel-gw, keystone,
kirin, meson, qcom, tegra) (Rob Herring)
- Add multiple PFs support for endpoint (Xiaowei Bao)
- Add MSI-X doorbell mode in endpoint mode (Xiaowei Bao)
Miscellaneous:
- Use fallthrough pseudo-keyword (Gustavo A. R. Silva)
- Fix "0 used as NULL pointer" warnings (Gustavo Pimentel)
- Fix "cast truncates bits from constant value" warnings (Gustavo
Pimentel)
- Remove redundant zeroing for sg_init_table() (Julia Lawall)
- Use scnprintf(), not snprintf(), in sysfs "show" functions
(Krzysztof Wilczyński)
- Remove unused assignments (Krzysztof Wilczyński)
- Fix "0 used as NULL pointer" warning (Krzysztof Wilczyński)
- Simplify bool comparisons (Krzysztof Wilczyński)
- Use for_each_child_of_node() and for_each_node_by_name() (Qinglang
Miao)
- Simplify return expressions (Qinglang Miao)"
* tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: (147 commits)
PCI: vmd: Update VMD PM to correctly use generic PCI PM
PCI: vmd: Create IRQ allocation helper
PCI: vmd: Create IRQ Domain configuration helper
PCI: vmd: Create bus offset configuration helper
PCI: vmd: Create physical offset helper
PCI: v3-semi: Remove unneeded break
PCI: dwc: Add link up check in dw_child_pcie_ops.map_bus()
PCI/ASPM: Remove struct pcie_link_state.l1ss
PCI/ASPM: Remove struct aspm_register_info.l1ss_cap
PCI/ASPM: Pass L1SS Capabilities value, not struct aspm_register_info
PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl1
PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl2 (unused)
PCI/ASPM: Remove struct aspm_register_info.l1ss_cap_ptr
PCI/ASPM: Remove struct aspm_register_info.latency_encoding
PCI/ASPM: Remove struct aspm_register_info.enabled
PCI/ASPM: Remove struct aspm_register_info.support
PCI/ASPM: Use 'parent' and 'child' for readability
PCI/ASPM: Move LTR path check to where it's used
PCI/ASPM: Move pci_clear_and_set_dword() earlier
PCI: dwc: Fix MSI page leakage in suspend/resume
...
2020-10-22 12:41:00 -07:00
..
2020-09-30 16:37:39 +02:00
2020-10-12 10:06:39 +02:00
2020-10-12 15:29:27 +02:00
2020-07-24 02:19:08 -07:00
2020-10-12 15:29:26 +02:00
2020-07-31 11:49:08 +02:00
2020-08-12 10:57:59 -07:00
2020-09-20 19:01:34 -07:00
2020-08-05 11:43:47 -07:00
2020-10-15 18:42:13 -07:00
2020-09-14 10:54:42 +02:00
2020-10-15 09:46:23 -07:00
2020-10-15 07:57:55 +02:00
2020-08-12 10:57:59 -07:00
2020-08-07 12:58:11 -07:00
2020-08-27 06:55:50 -07:00
2020-10-21 11:22:08 -07:00
2020-06-05 14:05:57 -07:00
2020-10-17 11:18:18 -07:00
2020-09-07 09:16:31 +02:00
2020-10-11 22:08:21 +02:00
2020-06-25 22:25:13 -07:00
2020-09-09 11:21:19 -07:00
2020-06-25 00:50:31 +02:00
2020-06-25 00:50:31 +02:00
2020-08-27 06:55:50 -07:00
2020-09-28 14:53:45 +01:00
2020-09-16 17:38:02 +05:30
2020-10-17 10:45:42 -07:00
2020-10-02 00:01:42 +02:00
2020-10-17 11:18:18 -07:00
2020-07-16 15:35:21 +02:00
2020-09-21 17:43:47 +01:00
2020-07-28 17:11:02 -07:00
2020-06-16 14:19:57 +02:00
2020-10-18 09:27:09 -07:00
2020-10-14 12:08:34 -07:00
2020-09-23 15:29:29 +05:30
2020-08-28 12:08:08 +02:00
2020-10-22 09:44:27 -07:00
2020-10-16 15:02:21 -07:00
2020-07-15 20:34:02 -07:00
2020-07-28 15:51:31 +01:00
2020-10-14 11:42:04 -07:00
2020-09-12 10:45:56 -07:00
2020-09-17 19:21:16 +02:00
2020-10-08 17:17:27 +02:00
2020-08-03 19:30:59 -07:00
2020-09-24 16:44:44 -07:00
2020-07-19 18:16:40 -07:00
2020-06-11 08:03:24 +02:00
2020-06-25 08:23:22 -07:00
2020-06-11 08:03:24 +02:00
2020-07-21 11:12:31 -04:00
2020-07-08 17:20:46 -06:00
2020-09-24 13:43:39 -06:00
2020-07-20 10:27:11 +01:00
2020-08-17 13:47:28 +02:00
2020-10-13 11:37:11 +02:00
2020-07-21 08:24:52 -05:00
2020-06-29 09:09:08 -06:00
2020-08-10 12:16:51 -07:00
2020-10-16 11:11:20 -07:00
2020-07-08 10:48:35 -07:00
2020-10-13 12:12:44 -07:00
2020-07-08 17:05:53 -06:00
2020-10-05 10:47:43 -06:00
2020-09-03 15:20:47 -06:00
2020-10-16 11:11:19 -07:00
2020-08-25 15:00:04 -07:00
2020-08-25 15:00:04 -07:00
2020-08-25 15:00:04 -07:00
2020-10-02 14:59:25 -07:00
2020-10-22 09:59:21 -07:00
2020-07-17 20:18:16 -07:00
2020-10-11 10:21:04 -07:00
2020-07-24 15:41:54 -07:00
2020-09-21 17:16:17 -07:00
2020-06-11 15:14:53 +02:00
2020-09-21 15:00:40 -07:00
2020-10-02 15:00:49 -07:00
2020-08-12 10:57:59 -07:00
2020-06-24 09:16:02 -06:00
2020-10-16 11:11:19 -07:00
2020-06-09 09:39:16 -07:00
2020-08-19 11:04:23 +02:00
2020-07-19 20:14:42 +02:00
2020-06-15 23:08:31 -05:00
2020-07-08 16:20:01 -06:00
2020-07-09 16:28:44 -07:00
2020-07-07 13:34:11 -07:00
2020-08-03 15:07:18 -07:00
2020-09-01 09:19:43 +02:00
2020-10-13 18:38:34 -07:00
2020-10-12 16:44:57 -07:00
2020-08-27 09:53:06 +02:00
2020-08-29 09:29:32 +02:00
2020-10-13 18:38:26 -07:00
2020-10-13 18:38:26 -07:00
2020-10-13 18:38:26 -07:00
2020-06-24 17:08:33 +02:00
2020-08-18 13:45:20 +02:00
2020-08-18 13:45:20 +02:00
2020-06-11 15:14:36 +02:00
2020-07-24 13:56:23 +02:00
2020-09-30 11:50:35 -07:00
2020-10-16 11:11:21 -07:00
2020-09-28 19:47:41 +02:00
2020-09-17 10:19:52 +03:00
2020-06-17 17:28:08 +02:00
2020-10-08 17:17:27 +02:00
2020-10-16 12:21:15 -07:00
2020-09-23 14:10:31 +02:00
2020-10-13 15:58:10 -07:00
2020-06-09 09:39:13 -07:00
2020-07-16 21:49:09 +10:00
2020-06-24 09:16:02 -06:00
2020-10-19 14:28:30 -07:00
2020-09-23 21:29:49 -07:00
2020-09-15 13:51:08 +02:00
2020-07-10 13:54:00 -07:00
2020-09-24 21:56:24 +02:00
2020-08-12 10:57:59 -07:00
2020-09-22 11:27:48 +02:00
2020-07-30 19:26:10 +02:00
2020-09-29 17:50:10 +09:00
2020-10-16 07:28:20 +02:00
2020-10-07 18:08:41 -04:00
2020-10-15 14:43:29 -07:00
2020-06-05 14:59:41 -04:00
2020-09-02 14:39:44 +02:00
2020-10-06 07:07:06 +02:00
2020-09-25 06:12:25 +02:00
2020-07-21 09:42:19 +02:00
2020-10-07 11:09:20 +02:00
2020-10-06 07:07:05 +02:00
2020-07-29 16:14:25 +02:00
2020-09-03 12:21:03 +05:30
2020-07-24 14:33:39 +02:00
2020-09-04 17:21:56 +02:00
2020-08-06 16:13:13 +02:00
2020-06-16 19:25:20 +02:00
2020-09-10 18:19:16 +02:00
2020-10-12 13:38:31 +02:00
2020-07-27 14:29:22 -04:00
2020-07-27 14:29:23 -04:00
2020-06-04 19:06:25 -07:00
2020-06-24 17:16:42 +02:00
2020-10-12 10:51:02 -07:00
2020-07-24 15:03:42 +02:00
2020-06-05 13:17:05 -07:00
2020-10-06 06:16:01 -07:00
2020-10-13 18:38:26 -07:00
2020-08-12 10:57:59 -07:00
2020-09-10 14:03:31 -07:00
2020-07-27 23:24:00 +02:00
2020-10-16 11:11:22 -07:00
2020-08-12 20:42:08 +02:00
2020-06-17 00:07:38 +02:00
2020-07-13 11:03:45 -07:00
2020-09-23 13:11:11 -07:00
2020-10-05 13:37:04 +02:00
2020-10-15 10:46:16 -07:00
2020-07-17 13:12:44 -04:00
2020-08-12 10:57:57 -07:00
2020-07-14 14:45:41 +02:00
2020-09-16 19:12:27 -04:00
2020-07-29 16:14:27 +02:00
2020-10-22 09:59:21 -07:00
2020-06-15 23:08:31 -05:00
2020-09-28 14:44:51 -07:00
2020-07-27 23:25:50 +02:00
2020-07-27 23:24:00 +02:00
2020-07-21 16:02:41 -07:00
2020-10-08 15:29:06 -04:00
2020-08-12 10:57:59 -07:00
2020-09-23 10:43:18 -06:00
2020-10-15 14:43:29 -07:00
2020-07-10 12:00:01 +02:00
2020-07-20 17:00:02 -07:00
2020-06-24 15:45:51 +10:00
2020-09-30 22:44:26 +02:00
2020-08-14 12:52:34 +02:00
2020-08-12 10:57:57 -07:00
2020-07-10 16:24:28 -03:00
2020-08-28 15:12:38 +02:00
2020-08-06 16:13:13 +02:00
2020-10-13 18:38:32 -07:00
2020-10-02 13:16:33 +02:00
2020-08-06 17:54:04 +02:00
2020-09-23 09:42:39 -07:00
2020-09-28 08:55:13 +00:00
2020-09-09 10:22:40 +02:00
2020-09-09 10:38:28 +02:00
2020-09-21 11:45:43 +02:00
2020-07-24 17:12:41 -07:00
2020-06-19 13:41:59 -07:00
2020-09-10 09:32:31 -06:00
2020-10-12 12:08:35 +02:00
2020-10-16 11:11:20 -07:00
2020-09-28 15:07:41 +02:00
2020-09-23 13:24:34 -07:00
2020-08-19 14:02:49 -07:00
2020-07-07 15:48:38 -07:00
2020-10-05 13:37:03 +02:00
2020-06-23 15:11:19 -07:00
2020-09-03 15:17:28 -07:00
2020-08-04 21:02:38 -04:00
2020-07-30 08:22:33 +02:00
2020-07-24 13:56:23 +02:00
2020-08-24 15:09:58 -07:00
2020-07-27 14:17:36 +02:00
2020-10-14 12:08:34 -07:00
2020-09-17 19:21:16 +02:00
2020-09-18 09:13:40 +03:00
2020-09-08 16:28:49 +03:00
2020-07-30 11:16:01 -07:00
2020-10-17 09:25:47 -06:00
2020-08-14 19:56:57 -07:00
2020-08-14 19:56:57 -07:00
2020-07-24 12:42:42 -07:00
2020-09-04 11:16:09 +02:00
2020-09-28 08:51:08 -07:00
2020-10-14 12:08:34 -07:00
2020-09-25 16:30:06 +02:00
2020-10-16 11:11:18 -07:00
2020-06-08 11:05:56 -07:00
2020-09-16 08:54:53 -05:00
2020-08-31 13:08:10 -07:00
2020-06-28 17:01:20 +02:00
2020-10-06 11:28:03 +01:00
2020-07-27 08:55:04 +01:00
2020-07-04 10:02:06 +02:00
2020-10-12 11:40:41 -07:00
2020-08-26 12:41:56 +02:00
2020-07-04 10:02:06 +02:00
2020-10-08 18:00:08 +02:00
2020-10-21 23:22:37 -04:00
2020-08-23 17:36:59 -05:00
2020-10-16 11:11:19 -07:00
2020-06-19 14:17:05 -06:00
2020-07-08 15:59:57 -07:00
2020-10-13 18:38:32 -07:00
2020-08-24 15:09:32 -07:00
2020-10-05 13:37:04 +02:00
2020-09-04 12:46:06 +01:00
2020-10-16 11:11:19 -07:00
2020-07-29 23:47:53 +10:00
2020-09-28 12:14:08 +01:00
2020-10-11 10:31:11 -07:00
2020-07-23 10:33:12 +02:00
2020-10-12 14:21:15 -07:00
2020-09-04 09:25:20 -07:00
2020-06-11 13:25:53 -07:00
2020-08-06 16:13:13 +02:00
2020-08-21 14:04:14 +01:00
2020-07-29 16:14:29 +02:00
2020-07-09 13:29:42 -04:00
2020-07-22 14:41:29 +02:00
2020-08-12 10:57:59 -07:00
2020-07-22 14:42:07 +02:00
2020-09-02 11:31:23 -06:00
2020-07-28 19:29:22 -06:00
2020-07-01 07:27:24 -06:00
2020-07-20 17:59:43 -07:00
2020-10-16 11:11:20 -07:00
2020-10-09 08:53:08 +02:00
2020-10-09 08:55:17 +02:00
2020-09-05 12:14:30 -07:00
2020-10-07 09:23:39 +02:00
2020-10-05 13:37:03 +02:00
2020-06-22 16:28:34 -07:00
2020-10-15 07:49:46 +02:00
2020-09-23 18:02:49 -07:00
2020-10-13 18:38:35 -07:00
2020-10-18 09:27:09 -07:00
2020-10-16 11:11:18 -07:00
2020-08-12 10:57:56 -07:00
2020-10-13 18:38:28 -07:00
2020-09-28 12:16:13 +02:00
2020-10-02 11:33:47 +02:00
2020-07-23 09:35:36 +02:00
2020-09-11 17:41:55 -07:00
2020-08-12 10:58:02 -07:00
2020-10-16 11:11:19 -07:00
2020-08-28 12:37:42 +02:00
2020-08-14 19:56:56 -07:00
2020-10-12 10:40:34 -07:00
2020-10-18 09:27:09 -07:00
2020-09-04 12:46:07 +01:00
2020-10-13 18:38:31 -07:00
2020-08-26 12:41:53 +02:00
2020-08-07 11:33:21 -07:00
2020-10-16 11:11:19 -07:00
2020-07-23 09:12:15 +02:00
2020-09-01 09:58:04 +02:00
2020-08-18 14:14:25 +02:00
2020-06-09 15:40:50 -07:00
2020-09-25 17:48:54 +10:00
2020-07-24 15:41:54 -07:00
2020-07-24 15:41:54 -07:00
2020-09-16 16:52:37 +02:00
2020-08-06 16:13:13 +02:00
2020-10-05 18:40:01 -07:00
2020-09-10 13:30:22 -07:00
2020-10-13 17:33:48 -07:00
2020-08-13 04:16:15 +02:00
2020-07-24 15:41:54 -07:00
2020-10-09 20:22:32 -07:00
2020-07-15 07:45:25 -07:00
2020-10-07 14:28:39 -04:00
2020-10-07 14:28:39 -04:00
2020-07-13 17:52:46 -04:00
2020-10-21 10:31:20 -04:00
2020-10-07 14:28:39 -04:00
2020-09-22 13:58:40 +02:00
2020-10-16 11:11:18 -07:00
2020-10-16 11:11:19 -07:00
2020-07-21 10:50:36 +01:00
2020-09-01 09:58:03 +02:00
2020-06-05 20:02:08 -04:00
2020-10-13 18:38:27 -07:00
2020-07-29 07:45:20 +02:00
2020-07-29 07:45:21 +02:00
2020-07-29 17:12:08 +02:00
2020-07-29 17:12:08 +02:00
2020-09-10 10:43:13 -05:00
2020-07-28 22:49:52 +02:00
2020-07-28 15:51:32 +01:00
2020-07-01 10:49:02 +02:00
2020-07-28 15:51:32 +01:00
2020-07-28 15:51:32 +01:00
2020-09-24 19:49:36 -07:00
2020-09-05 13:09:03 -07:00
2020-09-25 17:48:54 +10:00
2020-10-13 18:38:35 -07:00
2020-10-17 11:18:18 -07:00
2020-07-23 17:34:18 +10:00
2020-10-16 11:11:15 -07:00
2020-09-25 18:01:48 -04:00
2020-07-16 12:32:25 -07:00
2020-10-16 11:11:16 -07:00
2020-08-07 11:33:29 -07:00
2020-10-16 11:11:16 -07:00
2020-08-12 12:09:36 -07:00
2020-07-24 09:50:41 -05:00
2020-09-17 12:27:43 -05:00
2020-09-17 16:44:03 -05:00
2020-10-21 09:58:39 -05:00
2020-08-31 12:52:33 -07:00
2020-09-11 09:30:01 +03:00
2020-08-07 11:33:26 -07:00
2020-10-06 07:29:36 -06:00
2020-09-16 16:26:56 +02:00
2020-09-10 11:19:34 +02:00
2020-10-12 10:00:51 -07:00
2020-09-23 18:02:49 -07:00
2020-08-31 12:52:33 -07:00
2020-10-18 09:27:10 -07:00
2020-10-01 19:14:36 -07:00
2020-07-28 17:07:06 -07:00
2020-10-02 19:15:16 +02:00
2020-08-04 12:44:53 +02:00
2020-08-04 12:39:28 +02:00
2020-09-28 16:38:11 +02:00
2020-08-12 10:57:59 -07:00
2020-08-06 16:50:59 +02:00
2020-08-26 16:53:26 +02:00
2020-09-10 19:27:59 +02:00
2020-08-03 23:24:26 -07:00
2020-09-14 09:45:34 -07:00
2020-10-12 13:01:37 +02:00
2020-09-03 21:26:24 -04:00
2020-10-14 16:09:32 -07:00
2020-09-22 17:50:32 +02:00
2020-06-15 14:10:03 +02:00
2020-06-15 17:38:53 +10:00
2020-09-27 13:29:49 -07:00
2020-07-21 10:50:37 +01:00
2020-06-17 20:42:11 +02:00
2020-08-26 20:15:34 +01:00
2020-09-14 15:45:25 +02:00
2020-09-30 09:12:03 +02:00
2020-09-17 13:00:46 -04:00
2020-10-13 08:41:26 -04:00
2020-08-03 23:24:26 -07:00
2020-10-13 18:38:28 -07:00
2020-07-27 17:46:24 +09:00
2020-07-27 17:46:24 +09:00
2020-09-10 11:19:29 +02:00
2020-06-29 11:58:11 -07:00
2020-08-24 18:36:09 -07:00
2020-09-23 19:32:09 -07:00
2020-09-03 09:47:42 -07:00
2020-08-24 18:37:56 -07:00
2020-08-24 18:37:56 -07:00
2020-08-26 12:42:02 +02:00
2020-10-05 18:35:30 +01:00
2020-07-27 14:31:13 -04:00
2020-08-04 20:16:37 -07:00
2020-08-18 17:06:15 +02:00
2020-07-28 17:09:49 -07:00
2020-06-30 17:18:56 -04:00
2020-06-09 09:39:14 -07:00
2020-07-21 14:07:51 -07:00
2020-07-16 13:35:25 +02:00
2020-07-22 13:39:31 +02:00
2020-07-16 23:19:51 +02:00
2020-10-05 20:45:45 -03:00
2020-07-20 11:50:47 +01:00
2020-10-16 11:11:22 -07:00
2020-09-01 14:18:28 +02:00
2020-07-13 09:40:21 +01:00
2020-06-15 23:08:32 -05:00
2020-08-04 21:00:11 -07:00
2020-10-05 13:37:03 +02:00
2020-08-18 13:45:20 +02:00
2020-06-04 19:06:26 -07:00
2020-10-07 18:14:14 +02:00
2020-07-29 17:14:38 +02:00
2020-09-16 13:22:44 +02:00
2020-06-11 15:19:17 +02:00
2020-08-07 11:33:24 -07:00
2020-08-23 17:36:59 -05:00
2020-10-15 18:42:13 -07:00
2020-10-11 18:09:44 -07:00
2020-08-07 11:33:25 -07:00
2020-10-13 18:38:27 -07:00
2020-08-07 11:33:25 -07:00
2020-09-04 11:50:50 -07:00
2020-09-04 11:50:50 -07:00
2020-09-30 11:50:35 -07:00
2020-06-30 09:34:23 -04:00
2020-08-10 12:06:44 -07:00
2020-06-17 18:33:13 +02:00
2020-06-17 18:33:13 +02:00
2020-09-19 13:13:39 -07:00
2020-09-18 14:24:16 +01:00
2020-09-01 09:58:06 +02:00
2020-10-02 21:18:25 +02:00
2020-09-28 18:43:57 -07:00
2020-09-30 10:50:30 +02:00
2020-10-06 11:18:04 +02:00
2020-09-23 10:43:19 -06:00
2020-10-13 18:38:30 -07:00
2020-10-13 18:38:30 -07:00
2020-09-10 09:41:30 -04:00
2020-10-18 09:27:10 -07:00
2020-08-14 19:56:56 -07:00
2020-10-02 12:02:30 +02:00
2020-06-30 12:18:08 -06:00
2020-07-27 14:11:22 +02:00
2020-09-10 13:15:40 -07:00
2020-10-12 12:08:36 +02:00
2020-06-22 19:58:06 +03:00
2020-06-15 23:08:32 -05:00
2020-07-08 11:14:22 +02:00
2020-08-06 16:13:13 +02:00
2020-08-23 10:38:24 +02:00
2020-09-24 22:12:18 +02:00
2020-09-16 22:05:18 +10:00
2020-06-29 12:01:44 -07:00
2020-07-24 08:16:01 +03:00
2020-07-24 09:26:23 +03:00
2020-10-05 12:43:53 +02:00
2020-10-15 15:51:28 -07:00
2020-09-08 14:10:59 +02:00
2020-07-29 16:14:18 +02:00
2020-06-04 15:50:42 -07:00
2020-09-17 19:21:16 +02:00
2020-10-22 09:59:21 -07:00
2020-10-12 16:35:51 -07:00
2020-07-04 09:35:36 -05:00
2020-09-10 14:03:31 -07:00
2020-09-25 16:33:58 +02:00
2020-07-07 11:58:59 -05:00
2020-07-20 15:04:32 +02:00
2020-07-10 13:45:32 +02:00
2020-08-05 19:00:23 -04:00
2020-08-01 11:28:17 +02:00
2020-09-08 13:33:11 +02:00
2020-08-06 16:13:13 +02:00
2020-08-05 11:08:41 -04:00
2020-09-10 10:05:58 +02:00
2020-08-18 10:01:44 +02:00
2020-08-05 09:30:19 -04:00
2020-08-18 10:01:44 +02:00
2020-09-04 09:31:54 -07:00
2020-10-18 09:27:10 -07:00
2020-10-16 11:11:19 -07:00
2020-07-10 14:55:25 +02:00
2020-06-24 17:08:31 +02:00
2020-10-05 13:21:49 +02:00
2020-09-17 10:26:41 -07:00
2020-10-01 09:40:35 -04:00
2020-08-05 18:43:02 +02:00
2020-08-12 10:57:59 -07:00
2020-06-05 16:19:28 -07:00
2020-08-06 16:13:13 +02:00
2020-10-20 14:39:37 -07:00
2020-08-09 13:58:04 -07:00
2020-08-12 10:57:59 -07:00
2020-08-12 10:57:59 -07:00
2020-08-12 10:57:59 -07:00