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-05-22 20:47:21 -07:00
2018-03-31 01:33:09 +08: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
2019-06-19 17:09:55 +02:00
2020-08-05 11:43:47 -07:00
2020-04-19 16:56:21 +01:00
2020-10-15 18:42:13 -07:00
2020-09-14 10:54:42 +02:00
2019-06-05 17:37:07 +02:00
2019-08-11 10:48:28 +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
2019-11-12 11:43:29 -05: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
2018-01-09 16:51:44 +01: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-05-07 11:04:38 -07:00
2019-10-16 10:39:00 +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
2017-11-02 11:10:55 +01:00
2017-11-17 12:54:01 -08:00
2019-06-19 17:09:55 +02:00
2020-07-28 15:51:31 +01:00
2017-11-02 11:10:55 +01:00
2020-10-14 11:42:04 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-09-12 10:45:56 -07:00
2018-11-07 22:58:29 +01:00
2020-03-28 13:19:05 -05:00
2010-11-23 20:14:46 +00:00
2019-12-04 13:32:45 +10:00
2019-12-25 20:47:19 -07:00
2017-11-02 11:10:55 +01:00
2018-05-26 09:16:44 +02:00
2020-01-24 21:03:53 +01:00
2017-11-02 11:10:55 +01:00
2020-09-17 19:21:16 +02:00
2017-11-02 11:10:55 +01:00
2019-05-24 17:39:02 +02:00
2019-05-30 11:29:55 -07:00
2020-10-08 17:17:27 +02:00
2019-10-14 10:55:14 +01:00
2020-08-03 19:30:59 -07:00
2019-05-09 00:41:00 -05:00
2018-07-30 08:49:02 -04:00
2019-05-24 17:27:11 +02:00
2019-05-24 17:27:11 +02:00
2019-05-24 17:27:11 +02:00
2019-05-24 17:27:11 +02:00
2020-09-24 16:44:44 -07:00
2019-06-05 17:37:17 +02:00
2019-02-08 06:42:53 -07:00
2019-05-21 11:28:46 +02:00
2019-03-15 11:25:48 -07:00
2016-07-08 17:01:14 +03:00
2005-04-16 15:20:36 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-07-19 18:16:40 -07:00
2019-05-30 11:26:32 -07:00
2020-02-24 16:12:28 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01: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-01-15 22:55:36 -05:00
2020-07-21 11:12:31 -04:00
2019-05-24 17:37:52 +02:00
2019-05-24 17:37:52 +02:00
2017-11-07 10:32:44 +01: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
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2020-08-17 13:47:28 +02:00
2017-11-02 11:10:55 +01: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
2017-11-02 11:10:55 +01:00
2020-08-10 12:16:51 -07:00
2020-03-05 13:23:25 -08:00
2020-10-16 11:11:20 -07:00
2019-04-05 16:02:30 -10: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
2018-11-07 13:44:59 -07:00
2019-04-30 16:12:02 -06:00
2018-11-07 13:44:59 -07:00
2020-09-03 15:20:47 -06:00
2018-09-26 15:11:28 -06:00
2020-10-16 11:11:19 -07:00
2017-11-02 11:10:55 +01:00
2020-02-25 08:40:07 -07:00
2020-03-03 17:38:42 -05:00
2017-11-02 11:10:55 +01:00
2018-06-26 11:28:38 +02:00
2020-08-25 15:00:04 -07:00
2020-08-25 15:00:04 -07:00
2018-04-30 10:55:56 +02: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
2019-04-30 16:11:59 -06:00
2018-05-29 13:00:25 -06:00
2020-09-21 15:00:40 -07:00
2020-10-02 15:00:49 -07:00
2017-11-02 11:10:55 +01:00
2020-08-12 10:57:59 -07:00
2017-11-02 11:10:55 +01:00
2020-06-24 09:16:02 -06:00
2019-09-05 10:15:16 +02:00
2019-12-04 19:44:12 -08:00
2018-07-18 01:18:05 +09: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
2017-11-02 11:10:55 +01:00
2019-08-09 09:17:05 -07:00
2017-11-02 11:10:55 +01:00
2020-07-08 16:20:01 -06:00
2019-06-19 17:09:08 +02:00
2020-07-09 16:28:44 -07:00
2020-07-07 13:34:11 -07:00
2018-06-15 18:10:01 -03:00
2017-11-02 11:10:55 +01:00
2020-08-03 15:07:18 -07:00
2020-01-07 11:31:47 +01:00
2019-06-19 17:09:55 +02:00
2017-11-02 11:10:55 +01:00
2020-03-21 15:23:56 +01:00
2020-09-01 09:19:43 +02:00
2017-11-02 11:10:55 +01:00
2019-07-16 19:23:23 -07: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
2019-01-09 11:36:41 +01:00
2020-10-13 18:38:26 -07:00
2020-03-21 16:00:24 +01:00
2019-02-19 13:20:35 +01:00
2020-05-05 09:23:25 -06:00
2019-07-21 13:31:14 -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-03-21 15:23:53 +01:00
2019-09-04 13:38:26 +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
2018-11-29 17:30:48 +02:00
2020-10-16 11:11:21 -07:00
2020-09-28 19:47:41 +02:00
2019-05-24 17:27:11 +02:00
2019-04-25 21:33:37 +02:00
2019-10-18 19:47:49 +01:00
2020-09-17 10:19:52 +03:00
2020-05-19 12:55:29 +02:00
2019-06-05 17:36:37 +02:00
2020-04-18 15:44:55 -05: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
2019-09-03 09:36:36 +02:00
2020-09-23 14:10:31 +02:00
2020-03-20 13:06:18 +01:00
2020-10-13 15:58:10 -07:00
2020-06-09 09:39:13 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-03-26 15:09:38 +02:00
2018-07-27 19:04:33 +08:00
2018-08-22 10:52:48 -07:00
2018-01-08 10:08:33 +00:00
2019-09-23 11:21:04 -07:00
2020-07-16 21:49:09 +10:00
2019-05-30 11:29:53 -07:00
2018-10-08 22:53:10 +11:00
2020-06-24 09:16:02 -06:00
2019-01-10 13:58:00 +05:30
2020-10-19 14:28:30 -07:00
2019-05-24 17:27:11 +02: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
2019-05-30 11:26:37 -07:00
2020-09-22 11:27:48 +02:00
2019-06-05 17:37:05 +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-06-01 16:44:06 -07:00
2020-10-07 18:08:41 -04:00
2020-10-15 14:43:29 -07:00
2019-05-24 17:37:52 +02:00
2019-10-09 19:33:43 -07:00
2020-03-09 11:12:19 +01:00
2019-05-30 11:29:21 -07:00
2019-06-19 17:09:55 +02:00
2020-06-05 14:59:41 -04:00
2016-10-28 08:48:16 -06:00
2018-07-31 17:33:21 -04:00
2009-12-10 23:52:05 +00: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
2019-05-30 11:26:41 -07:00
2020-07-21 09:42:19 +02:00
2019-12-11 11:13:33 +05:30
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
2018-03-16 19:58:27 +01:00
2020-07-24 14:33:39 +02:00
2019-12-03 11:20:37 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-05-24 17:37:53 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-02-27 12:15:24 +01:00
2020-09-04 17:21:56 +02:00
2020-08-06 16:13:13 +02:00
2017-11-02 11:10:55 +01:00
2020-06-16 19:25:20 +02:00
2019-06-05 17:36:37 +02:00
2017-11-02 11:10:55 +01:00
2020-09-10 18:19:16 +02:00
2020-10-12 13:38:31 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01: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-04-18 15:44:54 -05: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-03-22 23:06:34 +01:00
2019-10-17 16:23:25 +02:00
2019-02-28 03:28:53 -05:00
2019-08-07 13:52:43 +01:00
2017-11-02 11:10:55 +01:00
2018-01-01 12:40:27 -07:00
2020-05-04 11:19:58 -07:00
2020-06-05 13:17:05 -07:00
2020-10-06 06:16:01 -07:00
2020-02-03 17:27:38 -07:00
2020-01-29 15:45:47 -07:00
2017-11-02 11:10:55 +01:00
2020-10-13 18:38:26 -07:00
2020-08-12 10:57:59 -07:00
2017-11-02 11:10:55 +01:00
2019-10-17 16:44:36 +02:00
2020-03-19 07:41:01 +01:00
2020-03-25 08:16:13 +09:00
2020-09-10 14:03:31 -07:00
2020-01-03 09:42:52 +01:00
2020-07-27 23:24:00 +02:00
2020-10-16 11:11:22 -07:00
2019-06-14 14:21:07 -06:00
2020-08-12 20:42:08 +02:00
2019-05-30 11:26:32 -07:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2020-06-17 00:07:38 +02:00
2019-06-19 17:09:55 +02:00
2020-07-13 11:03:45 -07:00
2020-09-23 13:11:11 -07:00
2019-07-26 14:51:57 +10:00
2019-06-05 17:36:37 +02:00
2020-10-05 13:37:04 +02:00
2019-05-30 11:26:35 -07:00
2019-06-24 09:16:47 +10: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
2014-10-08 16:01:41 -04:00
2020-09-16 19:12:27 -04:00
2019-07-16 22:52:37 -04:00
2017-11-02 11:10:55 +01: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
2018-12-02 16:25:28 -08:00
2019-07-03 18:52:20 +02:00
2012-10-13 10:46:48 +01:00
2019-05-30 11:26:32 -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-05-19 15:51:18 +02:00
2020-10-08 15:29:06 -04:00
2020-03-06 11:06:15 +01:00
2020-05-15 16:34:52 +02:00
2017-11-02 11:10:55 +01:00
2020-04-18 15:44:54 -05:00
2020-08-12 10:57:59 -07:00
2020-09-23 10:43:18 -06:00
2019-03-22 10:38:23 -04:00
2018-12-20 09:51:31 -07:00
2017-11-02 11:10:55 +01:00
2020-10-15 14:43:29 -07:00
2017-11-02 11:10:55 +01:00
2018-08-02 10:24:51 +02:00
2017-11-02 11:10:55 +01:00
2020-02-10 12:58:36 +01:00
2020-07-10 12:00:01 +02:00
2020-07-20 17:00:02 -07:00
2019-05-30 11:29:53 -07:00
2017-11-02 11:10:55 +01:00
2020-06-24 15:45:51 +10:00
2019-05-30 11:26:35 -07:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:37:06 +02:00
2019-06-05 17:37:06 +02:00
2020-09-30 22:44:26 +02:00
2020-08-14 12:52:34 +02:00
2019-05-30 11:26:35 -07:00
2019-06-05 17:36:38 +02:00
2020-08-12 10:57:57 -07:00
2017-11-02 11:10:55 +01:00
2018-01-01 21:39:12 -08:00
2010-02-09 11:13:56 +01:00
2020-07-10 16:24:28 -03:00
2020-08-28 15:12:38 +02:00
2018-01-01 21:39:12 -08:00
2019-06-22 21:21:04 +02:00
2020-08-06 16:13:13 +02:00
2017-11-02 11:10:55 +01:00
2020-10-13 18:38:32 -07:00
2020-04-02 09:35:32 -07:00
2017-11-02 11:10:55 +01:00
2020-10-02 13:16:33 +02:00
2020-08-06 17:54:04 +02:00
2019-07-15 11:03:02 -03:00
2019-05-24 17:36:45 +02:00
2020-09-23 09:42:39 -07:00
2019-06-29 21:08:14 -07:00
2020-09-28 08:55:13 +00:00
2018-03-08 12:30:37 +01:00
2019-04-16 13:08:16 +02:00
2020-09-09 10:22:40 +02:00
2019-05-21 11:28:39 +02:00
2019-05-21 11:28:39 +02:00
2020-05-15 11:23:49 +02:00
2020-09-09 10:38:28 +02:00
2020-09-21 11:45:43 +02:00
2018-11-04 11:04:46 +01: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
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:32 -07:00
2020-09-23 13:24:34 -07:00
2012-10-13 10:46:48 +01:00
2020-01-08 12:52:33 -08:00
2018-01-09 07:40:48 +02:00
2017-11-02 11:10:55 +01:00
2019-10-24 14:53:49 -07:00
2017-11-04 09:26:51 +09:00
2019-05-30 11:26:32 -07:00
2019-07-30 14:42:13 -07:00
2019-07-26 14:20:06 -07:00
2019-07-08 19:25:19 -07:00
2020-05-11 13:19:00 -07:00
2020-08-19 14:02:49 -07:00
2017-11-02 11:10:55 +01:00
2020-07-07 15:48:38 -07:00
2020-05-20 20:31:27 -04:00
2020-04-18 15:44:55 -05:00
2020-10-05 13:37:03 +02:00
2019-05-30 11:26:32 -07:00
2019-06-26 13:19:46 -07:00
2020-06-23 15:11:19 -07:00
2020-09-03 15:17:28 -07:00
2019-05-30 11:26:32 -07:00
2019-06-02 18:08:36 -07:00
2020-08-04 21:02:38 -04:00
2019-08-28 11:50:33 +02:00
2019-07-04 22:01:59 -04:00
2020-07-30 08:22:33 +02:00
2018-06-27 19:21:25 +02:00
2019-06-19 17:09:55 +02:00
2019-10-04 12:31:46 -07:00
2020-07-24 13:56:23 +02:00
2020-08-24 15:09:58 -07:00
2019-06-05 17:37:17 +02:00
2020-07-27 14:17:36 +02:00
2019-07-25 13:03:18 +02:00
2020-10-14 12:08:34 -07:00
2019-06-26 14:08:11 +02:00
2019-05-30 11:26:41 -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
2019-09-25 17:51:39 -07:00
2017-11-02 11:10:55 +01: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-02-19 11:21:41 -08:00
2019-10-15 13:34:25 +02:00
2020-03-12 07:07:38 -06:00
2020-09-28 08:51:08 -07:00
2018-05-09 06:55:44 +02: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
2019-07-23 09:51:00 +02:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:37:17 +02: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
2017-11-02 11:10:55 +01:00
2020-05-18 10:30:21 +01:00
2020-06-28 17:01:20 +02:00
2020-10-06 11:28:03 +01:00
2019-06-19 17:09:55 +02: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
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-10-08 18:00:08 +02:00
2019-06-05 17:36:37 +02:00
2019-06-05 17:36:37 +02:00
2019-07-08 14:01:43 +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
2019-05-30 11:26:35 -07:00
2019-06-14 19:31:47 -07:00
2020-06-19 14:17:05 -06:00
2017-11-02 11:10:55 +01:00
2020-07-08 15:59:57 -07:00
2019-07-12 11:05:42 -07:00
2020-10-13 18:38:32 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-03-28 10:58:28 +01:00
2020-08-24 15:09:32 -07:00
2020-04-13 17:18:14 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-03-04 13:42:05 +01:00
2020-10-05 13:37:04 +02:00
2019-11-21 07:33:24 +01:00
2020-09-04 12:46:06 +01:00
2020-10-16 11:11:19 -07:00
2019-12-11 09:12:38 +01:00
2020-03-16 15:53:47 -04:00
2020-07-29 23:47:53 +10:00
2020-05-19 15:42:22 +01:00
2017-11-02 11:10:55 +01:00
2019-05-24 17:27:11 +02:00
2020-02-12 12:05:46 +01:00
2020-09-28 12:14:08 +01:00
2020-10-11 10:31:11 -07:00
2019-06-05 17:37:06 +02:00
2019-05-24 17:36:45 +02:00
2020-05-30 10:34:03 -07:00
2017-11-02 11:10:55 +01:00
2020-04-20 15:45:22 -06:00
2020-07-23 10:33:12 +02:00
2020-10-12 14:21:15 -07:00
2019-06-05 17:37:16 +02:00
2019-05-30 11:29:19 -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
2018-03-06 18:40:44 +01:00
2020-07-09 13:29:42 -04:00
2017-11-02 11:10:55 +01:00
2018-11-22 09:03:17 +01:00
2017-11-02 11:10:55 +01:00
2019-08-05 21:52:53 +02:00
2019-11-03 17:38:36 +01:00
2020-07-22 14:41:29 +02:00
2019-05-30 11:29:22 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +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
2019-11-26 13:35:25 -07:00
2018-01-11 14:39:07 -06:00
2019-05-24 17:39:02 +02:00
2020-07-28 19:29:22 -06:00
2019-11-14 11:36:53 +08:00
2020-07-01 07:27:24 -06:00
2020-03-31 17:29:33 -07:00
2020-05-08 18:18:11 +01:00
2020-04-18 17:43:09 +02:00
2020-07-20 17:59:43 -07:00
2018-03-26 15:56:42 +02:00
2020-01-10 14:00:57 -08:00
2020-10-16 11:11:20 -07:00
2020-05-08 00:12:42 +02:00
2012-10-13 10:46:48 +01:00
2019-06-05 17:37:06 +02:00
2020-05-28 10:31:09 +02:00
2020-05-28 10:31:09 +02:00
2020-10-09 08:53:08 +02:00
2020-10-09 08:55:17 +02:00
2018-04-12 09:41:19 -07:00
2020-09-05 12:14:30 -07:00
2019-11-05 08:45:46 +08:00
2017-11-02 11:10:55 +01:00
2019-05-24 17:37:53 +02:00
2020-05-19 15:47:38 +01:00
2020-10-07 09:23:39 +02:00
2020-10-05 13:37:03 +02:00
2019-03-07 18:32:03 -08:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2017-11-02 11:10:55 +01:00
2020-06-22 16:28:34 -07:00
2020-10-15 07:49:46 +02:00
2017-11-02 11:10:55 +01:00
2017-10-12 15:01:30 +02:00
2017-11-02 11:10:55 +01:00
2016-11-29 18:02:58 +01:00
2019-06-05 17:37:17 +02:00
2019-06-19 17:09:55 +02:00
2018-04-19 15:59:10 -04:00
2018-04-19 15:59:11 -04:00
2017-09-05 14:42:52 -07:00
2020-09-23 18:02:49 -07:00
2019-08-09 22:52:10 +10: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-04-07 10:43:40 -07:00
2020-08-12 10:57:56 -07:00
2018-05-14 13:14:23 -06: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
2017-11-02 11:10:55 +01:00
2020-08-12 10:58:02 -07:00
2019-12-25 19:51:33 -08:00
2020-03-06 11:56:59 +01:00
2020-10-16 11:11:19 -07:00
2020-08-28 12:37:42 +02:00
2017-11-02 11:10:55 +01:00
2017-06-16 11:48:37 -04:00
2020-08-14 19:56:56 -07:00
2020-10-12 10:40:34 -07:00
2019-06-19 17:09:55 +02: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
2018-04-05 21:36:27 -07:00
2017-11-02 11:10:55 +01: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-05-13 11:41:22 +02:00
2020-07-23 09:12:15 +02:00
2019-08-06 13:41:04 -04:00
2020-09-01 09:58:04 +02:00
2020-05-19 11:42:16 +01:00
2020-08-18 14:14:25 +02:00
2020-03-24 13:42:44 +01:00
2020-06-09 15:40:50 -07:00
2019-08-14 15:30:35 +02:00
2020-06-02 10:59:07 -07:00
2020-09-25 17:48:54 +10:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-07-24 15:41:54 -07:00
2019-10-04 11:10:56 -07:00
2020-07-24 15:41:54 -07:00
2020-03-24 07:57:08 -06:00
2018-03-24 11:25:35 -05:00
2020-09-16 16:52:37 +02:00
2019-10-23 17:23:44 +02:00
2020-08-06 16:13:13 +02:00
2017-11-02 11:10:55 +01:00
2019-07-03 19:28:40 +02:00
2019-05-30 11:26:35 -07:00
2020-03-13 21:08:19 -04:00
2019-11-14 19:06:47 -08:00
2018-10-17 13:56:58 -07: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
2017-11-02 11:10:55 +01:00
2020-10-07 14:28:39 -04:00
2017-11-02 11:10:55 +01:00
2020-10-07 14:28:39 -04:00
2020-07-13 17:52:46 -04:00
2017-11-02 11:10:55 +01:00
2020-04-01 13:37:57 -04:00
2020-10-21 10:31:20 -04:00
2020-10-07 14:28:39 -04:00
2017-11-02 11:10:55 +01:00
2020-09-22 13:58:40 +02:00
2020-04-27 02:07:40 -04: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
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-05-09 13:57:12 +02:00
2015-09-07 15:17:08 -04: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
2019-04-25 16:51:42 +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
2019-01-22 10:21:45 +01:00
2019-02-08 15:02:49 -08: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-02-10 12:58:36 +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
2019-11-04 11:21:25 -08:00
2019-11-21 07:49:29 -06:00
2020-05-12 22:45:39 +02:00
2020-09-05 13:09:03 -07:00
2020-09-25 17:48:54 +10:00
2019-12-17 08:06:51 -08:00
2019-05-30 11:26:32 -07:00
2019-08-09 19:56:05 +02:00
2019-07-10 23:08:44 -05:00
2019-05-30 11:26:35 -07:00
2017-11-04 09:26:51 +09:00
2020-10-13 18:38:35 -07:00
2019-06-05 17:30:29 +02:00
2017-11-02 11:10:55 +01:00
2020-10-17 11:18:18 -07:00
2019-05-03 10:49:17 -04:00
2020-07-23 17:34:18 +10:00
2020-06-02 10:59:09 -07:00
2019-10-14 15:04:00 -07:00
2017-11-02 11:10:55 +01:00
2020-10-16 11:11:15 -07:00
2020-09-25 18:01:48 -04:00
2020-04-07 10:43:39 -07:00
2020-07-16 12:32:25 -07:00
2020-10-16 11:11:16 -07:00
2020-01-31 10:30:39 -08:00
2020-08-07 11:33:29 -07:00
2020-10-16 11:11:16 -07:00
2018-10-21 10:46:39 -04:00
2020-02-04 03:05:25 +00:00
2017-02-03 16:35:42 -05:00
2017-11-02 11:10:55 +01:00
2020-04-23 17:05:39 +02:00
2020-05-15 13:51:28 -07:00
2015-07-17 16:39:53 -07:00
2017-11-02 11:10:55 +01:00
2017-11-09 10:23:28 +01:00
2019-08-28 15:25:53 -05:00
2020-08-12 12:09:36 -07:00
2020-06-04 12:59:16 -05: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-04-02 17:57:10 +01:00
2019-08-16 08:41:26 -05:00
2020-10-21 09:58:39 -05:00
2020-08-31 12:52:33 -07:00
2019-06-19 17:09:55 +02:00
2020-09-11 09:30:01 +03:00
2020-08-07 11:33:26 -07:00
2020-01-31 11:15:59 -08:00
2020-10-06 07:29:36 -06:00
2020-09-16 16:26:56 +02:00
2019-07-04 08:05:52 -07:00
2020-09-10 11:19:34 +02:00
2019-06-24 19:19:23 +02:00
2017-11-02 11:10:55 +01:00
2020-10-12 10:00:51 -07:00
2019-06-05 17:37:07 +02:00
2019-09-05 11:54:14 +02:00
2019-12-09 10:36:44 -08:00
2020-09-23 18:02:49 -07:00
2020-08-31 12:52:33 -07:00
2020-04-22 10:51:21 -05:00
2020-10-18 09:27:10 -07:00
2017-11-02 11:10:55 +01:00
2020-10-01 19:14:36 -07:00
2018-05-30 15:33:32 -06:00
2019-05-30 11:29:52 -07:00
2020-04-28 17:44:33 +02:00
2020-07-28 17:07:06 -07:00
2019-05-21 11:28:45 +02:00
2019-06-05 17:37:07 +02:00
2019-06-05 17:37:16 +02:00
2020-10-02 19:15:16 +02:00
2020-08-04 12:44:53 +02:00
2020-02-14 10:37:27 +01:00
2020-08-04 12:39:28 +02:00
2017-11-02 11:10:55 +01:00
2020-09-28 16:38:11 +02:00
2018-10-08 22:53:10 +11:00
2020-04-22 11:36:11 +02:00
2020-08-12 10:57:59 -07:00
2019-05-14 19:52:48 -07:00
2020-04-18 15:44:55 -05:00
2019-12-30 20:19:27 -08: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
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2020-08-03 23:24:26 -07:00
2020-05-19 15:51:17 +02: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-05-09 13:57:12 +02:00
2019-06-15 12:25:49 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-10-14 16:09:32 -07:00
2020-09-22 17:50:32 +02:00
2019-05-25 18:00:04 -04:00
2020-06-15 14:10:03 +02:00
2020-03-20 13:06:19 +01:00
2020-06-15 17:38:53 +10:00
2020-01-04 13:49:51 +08:00
2020-05-30 10:34:03 -07:00
2020-05-31 19:49:00 -07:00
2020-05-30 10:34:03 -07:00
2018-07-20 01:11:45 +02:00
2020-09-27 13:29:49 -07:00
2020-05-15 13:48:59 -07:00
2020-07-21 10:50:37 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-03-18 15:05:57 +00:00
2020-06-17 20:42:11 +02:00
2020-08-26 20:15:34 +01:00
2017-11-02 11:10:55 +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
2019-06-05 17:37:17 +02:00
2020-02-07 14:48:37 -05:00
2020-08-03 23:24:26 -07:00
2020-10-13 18:38:28 -07:00
2020-04-14 15:58:08 +02:00
2020-07-27 17:46:24 +09:00
2020-07-27 17:46:24 +09:00
2017-11-02 11:10:55 +01:00
2020-09-10 11:19:29 +02:00
2020-04-21 10:29:19 -06:00
2019-02-09 08:44:32 -08:00
2020-01-24 10:24:31 -08:00
2019-08-09 11:01:08 -07: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-04-27 11:03:51 -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-05-20 03:39:40 -04:00
2017-11-02 11:10:55 +01:00
2019-05-14 19:52:51 -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-04-20 15:45:22 -06:00
2020-08-04 20:16:37 -07:00
2020-08-18 17:06:15 +02:00
2019-12-05 11:43:31 -08:00
2019-12-05 11:43:31 -08:00
2019-10-29 10:47:14 +00:00
2017-11-02 11:10:55 +01:00
2018-08-27 14:48:48 +02:00
2018-06-15 13:37:07 +02:00
2020-07-28 17:09:49 -07:00
2020-06-30 17:18:56 -04:00
2020-04-18 15:44:56 -05:00
2020-06-09 09:39:14 -07:00
2020-07-21 14:07:51 -07:00
2019-06-05 17:37:17 +02:00
2019-09-16 11:43:38 -05:00
2018-06-03 17:37:11 -07:00
2020-04-18 15:44:56 -05:00
2020-07-16 13:35:25 +02:00
2018-07-25 11:22:19 +02:00
2018-09-25 20:17:35 -07:00
2019-05-21 11:28:46 +02:00
2020-07-22 13:39:31 +02:00
2019-06-19 17:09:07 +02:00
2019-10-09 12:46:10 +02:00
2017-10-10 11:50:19 +02:00
2020-07-16 23:19:51 +02:00
2019-11-13 12:50:40 -07: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-04-14 09:31:49 +01:00
2017-11-02 11:10:55 +01:00
2020-05-18 17:47:48 +01:00
2020-06-15 23:08:32 -05:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2020-08-04 21:00:11 -07:00
2017-11-02 11:10:55 +01:00
2020-10-05 13:37:03 +02:00
2019-11-04 07:11:31 -07:00
2017-11-02 11:10:55 +01:00
2020-08-18 13:45:20 +02:00
2018-03-22 21:30:56 -05:00
2019-06-05 17:37:17 +02:00
2019-11-14 13:15:12 -05:00
2018-05-16 07:24:30 +02:00
2020-06-04 19:06:26 -07:00
2020-10-07 18:14:14 +02:00
2019-06-05 17:36:37 +02:00
2020-07-29 17:14:38 +02:00
2020-09-16 13:22:44 +02:00
2018-10-02 14:38:02 -07:00
2012-10-13 10:46:48 +01:00
2019-06-19 17:09:55 +02:00
2020-06-11 15:19:17 +02:00
2016-07-13 09:24:51 +02:00
2019-12-11 11:53:41 -08:00
2017-11-02 11:10:55 +01:00
2018-01-09 10:37:00 -05:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-08-07 11:33:24 -07:00
2019-09-24 15:54:11 -07:00
2020-08-23 17:36:59 -05:00
2017-11-02 11:10:55 +01:00
2019-07-09 09:07:00 -07:00
2019-03-27 14:29:26 -07:00
2019-07-09 11:35:38 -07:00
2019-05-30 11:26:32 -07: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
2019-06-19 17:09:55 +02:00
2019-05-30 11:29:19 -07:00
2017-11-02 11:10:55 +01:00
2020-09-04 11:50:50 -07:00
2020-09-04 11:50:50 -07:00
2019-04-24 12:17:08 +02: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
2017-11-02 11:10:55 +01:00
2019-05-24 17:36:45 +02:00
2019-11-14 13:15:11 -05:00
2018-01-11 17:05:23 +01:00
2012-10-13 10:46:48 +01:00
2019-10-09 12:46:10 +02:00
2017-01-12 09:33:39 +01:00
2020-06-17 18:33:13 +02:00
2017-10-10 11:50:19 +02:00
2020-06-17 18:33:13 +02:00
2019-06-05 17:36:37 +02:00
2017-05-18 17:37:52 +02:00
2019-03-26 14:39:24 -07:00
2019-02-09 08:45:59 -08:00
2019-05-28 09:03:35 -07:00
2019-06-05 17:36:37 +02:00
2020-04-07 10:43:43 -07:00
2020-09-19 13:13:39 -07:00
2020-03-18 09:50:20 +00:00
2020-09-18 14:24:16 +01:00
2018-10-09 11:20:55 +02:00
2020-05-14 16:44:24 +02:00
2019-02-07 16:38:35 +01:00
2020-09-01 09:58:06 +02:00
2020-10-02 21:18:25 +02:00
2012-02-24 10:05:59 +01:00
2018-03-28 18:47:17 +03:00
2020-09-28 18:43:57 -07:00
2019-05-30 11:26:32 -07:00
2020-09-30 10:50:30 +02:00
2020-10-06 11:18:04 +02:00
2018-04-28 15:01:14 -07:00
2009-04-10 15:48:52 +02:00
2017-11-02 11:10:55 +01:00
2015-10-26 10:11:58 +09:00
2020-09-23 10:43:19 -06:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-01-31 10:30:40 -08:00
2020-04-30 20:14:41 +02:00
2017-11-02 11:10:55 +01:00
2020-10-13 18:38:30 -07:00
2020-10-13 18:38:30 -07:00
2020-04-07 10:43:41 -07:00
2020-09-10 09:41:30 -04:00
2020-01-15 11:00:39 -06:00
2020-01-06 13:33:14 -08:00
2017-08-18 14:07:26 -03:00
2012-10-13 10:46:48 +01:00
2019-10-10 14:35:32 +02:00
2017-11-02 11:10:55 +01: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
2019-05-21 11:28:46 +02:00
2020-05-15 14:53:19 +02:00
2017-11-02 11:10:55 +01:00
2019-09-17 20:03:49 -06:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-06-30 12:18:08 -06:00
2017-11-02 11:10:55 +01:00
2020-07-27 14:11:22 +02:00
2018-10-11 09:16:44 -07:00
2020-09-10 13:15:40 -07:00
2018-04-16 18:53:13 -04:00
2019-05-30 11:26:32 -07:00
2020-10-12 12:08:36 +02:00
2019-12-04 19:44:14 -08:00
2020-03-21 17:48:13 +01:00
2020-06-22 19:58:06 +03:00
2020-04-18 15:44:56 -05:00
2019-04-09 08:31:51 -07:00
2019-12-09 12:32:59 -08:00
2020-06-15 23:08:32 -05:00
2020-03-30 18:51:47 -07:00
2020-03-21 15:23:58 +01:00
2020-07-08 11:14:22 +02:00
2020-08-06 16:13:13 +02:00
2019-08-23 02:12:11 +02:00
2020-02-21 11:22:15 -08:00
2020-08-23 10:38:24 +02:00
2020-09-24 22:12:18 +02:00
2017-11-02 11:10:55 +01:00
2019-08-02 14:45:14 +10:00
2019-08-28 11:50:43 +02:00
2019-02-07 00:13:28 +01:00
2020-03-30 14:59:53 -07:00
2020-09-16 22:05:18 +10:00
2020-06-29 12:01:44 -07:00
2017-11-02 11:10:55 +01:00
2020-07-24 08:16:01 +03:00
2020-07-24 09:26:23 +03:00
2017-11-02 11:10:55 +01:00
2019-11-14 13:15:12 -05:00
2020-10-05 12:43:53 +02:00
2019-12-10 22:29:58 -05:00
2019-07-16 19:23:24 -07:00
2020-10-15 15:51:28 -07:00
2020-09-08 14:10:59 +02:00
2017-11-02 11:10:55 +01:00
2018-09-14 11:19:30 -04:00
2017-11-02 11:10:55 +01:00
2018-10-13 00:50:53 -04:00
2020-05-04 09:16:37 -07: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
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2017-11-02 11:10:55 +01: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-01-31 10:30:39 -08:00
2019-05-30 11:26:35 -07:00
2020-02-19 11:08:52 +01:00
2020-09-25 16:33:58 +02:00
2020-02-23 19:24:51 +01:00
2020-01-14 12:20:48 +01:00
2005-04-16 15:20:36 -07:00
2020-04-07 10:43:39 -07:00
2020-07-07 11:58:59 -05:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-04-11 10:28:35 -07: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
2019-08-05 18:40:18 -04:00
2020-04-25 20:18:53 -07:00
2020-05-13 12:42:46 -05:00
2020-05-28 15:53:29 -06:00
2017-11-02 11:10:55 +01:00
2020-08-01 11:28:17 +02:00
2020-04-01 12:06:26 -04:00
2019-05-24 17:27:13 +02:00
2020-09-08 13:33:11 +02:00
2019-06-05 17:30:27 +02:00
2020-08-06 16:13:13 +02:00
2017-11-02 11:10:55 +01:00
2020-08-05 11:08:41 -04:00
2020-09-10 10:05:58 +02:00
2012-10-13 10:46:48 +01:00
2020-08-18 10:01:44 +02:00
2020-05-28 16:31:30 -07:00
2020-08-05 09:30:19 -04:00
2020-04-27 10:18:01 -07:00
2020-08-18 10:01:44 +02:00
2017-12-08 16:37:50 +01:00
2020-09-04 09:31:54 -07:00
2018-09-13 15:18:04 -10:00
2020-10-18 09:27:10 -07:00
2017-11-02 11:10:55 +01:00
2020-10-16 11:11:19 -07:00
2020-07-10 14:55:25 +02:00
2020-06-02 02:45:13 -04:00
2017-11-02 11:10:55 +01:00
2020-06-24 17:08:31 +02:00
2019-10-29 10:01:16 +01:00
2019-06-19 17:09:55 +02:00
2020-10-05 13:21:49 +02:00
2019-05-15 17:35:54 +01: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
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-08-12 10:57:59 -07:00
2017-11-02 11:10:55 +01:00
2019-07-14 16:51:47 -07:00
2020-06-01 11:02:28 -04: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
2019-05-24 17:36:47 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2006-06-22 15:05:58 -07:00
2020-08-12 10:57:59 -07:00
2020-03-09 11:12:19 +01:00
2019-09-24 15:54:12 -07:00
2017-08-15 09:02:08 -07:00
2015-11-06 17:50:42 -08:00