cip-dev.lists.cip-project.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-10 00:23:34 to 2020-10-21 23:50:46 UTC [more...]

[cip-dev] CIP IRC weekly meeting today
 2020-10-21 23:50 UTC 

[cip-dev] [RFC PATCH 4.19.y-cip 00/50] Add PCIe EP support for Renesas R-Car Gen3 and RZ/G2x
 2020-10-21 20:28 UTC  (71+ messages)
` [cip-dev] [RFC PATCH 4.19.y-cip 01/50] PCI: endpoint: Add new pci_epc_ops to get EPC features
` [cip-dev] [RFC PATCH 4.19.y-cip 02/50] PCI: dwc: Add ->get_features() callback function to dw_pcie_ep_ops
` [cip-dev] [RFC PATCH 4.19.y-cip 03/50] PCI: designware-plat: Populate ->get_features() dw_pcie_ep_ops
` [cip-dev] [RFC PATCH 4.19.y-cip 04/50] PCI: pci-dra7xx: "
` [cip-dev] [RFC PATCH 4.19.y-cip 05/50] PCI: rockchip: "
` [cip-dev] [RFC PATCH 4.19.y-cip 06/50] PCI: cadence: Populate ->get_features() cdns_pcie_epc_ops
` [cip-dev] [RFC PATCH 4.19.y-cip 07/50] PCI: endpoint: Add helper to get first unreserved BAR
` [cip-dev] [RFC PATCH 4.19.y-cip 08/50] PCI: endpoint: Fix pci_epf_alloc_space() to set correct MEM TYPE flags
` [cip-dev] [RFC PATCH 4.19.y-cip 09/50] PCI: pci-epf-test: Remove setting epf_bar flags in function driver
` [cip-dev] [RFC PATCH 4.19.y-cip 10/50] PCI: pci-epf-test: Do not allocate next BARs memory if current BAR is 64Bit
` [cip-dev] [RFC PATCH 4.19.y-cip 11/50] PCI: pci-epf-test: Use pci_epc_get_features() to get EPC features
` [cip-dev] [RFC PATCH 4.19.y-cip 12/50] PCI: cadence: Remove pci_epf_linkup() from Cadence EP driver
` [cip-dev] [RFC PATCH 4.19.y-cip 13/50] PCI: rockchip: Remove pci_epf_linkup() from Rockchip "
` [cip-dev] [RFC PATCH 4.19.y-cip 14/50] PCI: designware-plat: Remove setting epc->features in Designware plat "
` [cip-dev] [RFC PATCH 4.19.y-cip 15/50] PCI: endpoint: Remove features member in struct pci_epc
` [cip-dev] [RFC PATCH 4.19.y-cip 16/50] PCI: endpoint: Fix a potential NULL pointer dereference
` [cip-dev] [RFC PATCH 4.19.y-cip 17/50] PCI: endpoint: Add support to specify alignment for buffers allocated to BARs
` [cip-dev] [RFC PATCH 4.19.y-cip 18/50] PCI: endpoint: Set endpoint controller pointer to NULL
` [cip-dev] [RFC PATCH 4.19.y-cip 19/50] PCI: endpoint: Allocate enough space for fixed size BAR
` [cip-dev] [RFC PATCH 4.19.y-cip 20/50] PCI: endpoint: Skip odd BAR when skipping 64bit BAR
` [cip-dev] [RFC PATCH 4.19.y-cip 21/50] PCI: endpoint: Clear BAR before freeing its space
` [cip-dev] [RFC PATCH 4.19.y-cip 22/50] PCI: endpoint: Cast the page number to phys_addr_t
` [cip-dev] [RFC PATCH 4.19.y-cip 23/50] PCI: endpoint: Use notification chain mechanism to notify EPC events to EPF
` [cip-dev] [RFC PATCH 4.19.y-cip 24/50] PCI: endpoint: Replace spinlock with mutex
` [cip-dev] [RFC PATCH 4.19.y-cip 25/50] PCI: endpoint: Protect concurrent access to pci_epf_ops "
` [cip-dev] [RFC PATCH 4.19.y-cip 26/50] PCI: endpoint: Assign function number for each PF in EPC core
` [cip-dev] [RFC PATCH 4.19.y-cip 27/50] PCI: endpoint: Add core init notifying feature
` [cip-dev] [RFC PATCH 4.19.y-cip 28/50] PCI: endpoint: Add notification for core init completion
` [cip-dev] [RFC PATCH 4.19.y-cip 29/50] PCI: pci-epf-test: Add support to defer core initialization
` [cip-dev] [RFC PATCH 4.19.y-cip 30/50] PCI: endpoint: Fix clearing start entry in configfs
` [cip-dev] [RFC PATCH 4.19.y-cip 31/50] PCI: endpoint: Fix ->set_msix() to take BIR and offset as arguments
` [cip-dev] [RFC PATCH 4.19.y-cip 32/50] PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table address
` [cip-dev] [RFC PATCH 4.19.y-cip 33/50] PCI: endpoint: Pass page size as argument to pci_epc_mem_init()
` [cip-dev] [RFC PATCH 4.19.y-cip 34/50] PCI: endpoint: Add support to handle multiple base for mapping outbound memory
` [cip-dev] [RFC PATCH 4.19.y-cip 35/50] PCI: endpoint: functions/pci-epf-test: Print throughput information
` [cip-dev] [RFC PATCH 4.19.y-cip 36/50] PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.c
` [cip-dev] [RFC PATCH 4.19.y-cip 37/50] arm64: defconfig: Enable CONFIG_PCIE_RCAR_HOST
` [cip-dev] [RFC PATCH 4.19.y-cip 38/50] PCI: rcar: Move shareable code to a common file
` [cip-dev] [RFC PATCH 4.19.y-cip 39/50] PCI: rcar: Fix calculating mask for PCIEPAMR register
` [cip-dev] [RFC PATCH 4.19.y-cip 40/50] dt-bindings: PCI: rcar: Add bindings for R-Car PCIe endpoint controller
` [cip-dev] [RFC PATCH 4.19.y-cip 41/50] PCI: rcar: Add endpoint mode support
` [cip-dev] [RFC PATCH 4.19.y-cip 42/50] arm64: defconfig: Enable R-Car PCIe endpoint driver
` [cip-dev] [RFC PATCH 4.19.y-cip 43/50] dt-bindings: pci: rcar-pci-ep: Document r8a774a1 and r8a774b1
` [cip-dev] [RFC PATCH 4.19.y-cip 44/50] arm64: dts: renesas: r8a774c0: Add PCIe EP node
` [cip-dev] [RFC PATCH 4.19.y-cip 45/50] arm64: dts: renesas: r8a774a1: Add PCIe EP nodes
` [cip-dev] [RFC PATCH 4.19.y-cip 46/50] arm64: dts: renesas: r8a774b1: "
` [cip-dev] [RFC PATCH 4.19.y-cip 47/50] misc: pci_endpoint_test: Add Device ID for RZ/G2E PCIe controller
` [cip-dev] [RFC PATCH 4.19.y-cip 48/50] misc: pci_endpoint_test: Add Device ID for RZ/G2M and RZ/G2N PCIe controllers
` [cip-dev] [RFC PATCH 4.19.y-cip 49/50] tools: PCI: Exit with error code when test fails
` [cip-dev] [RFC PATCH 4.19.y-cip 50/50] tools: PCI: Fix fd leakage
` [cip-dev] If you are using PCIe EP, speak up was Re: [RFC PATCH 4.19.y-cip 00/50] Add PCIe EP support for Renesas R-Car Gen3 and RZ/G2x

[cip-dev] Camera CSI support for IMX
 2020-10-21 11:11 UTC  (7+ messages)
    ` [cip-dev] Request for "

[cip-dev] [PATCH 4.19.y-cip 00/26] Fixes and extension to PCIe EPF
 2020-10-20 21:34 UTC  (29+ messages)
` [cip-dev] [PATCH 4.19.y-cip 01/26] PCI: endpoint: Add new pci_epc_ops to get EPC features
` [cip-dev] [PATCH 4.19.y-cip 02/26] PCI: dwc: Add ->get_features() callback function to dw_pcie_ep_ops
` [cip-dev] [PATCH 4.19.y-cip 03/26] PCI: designware-plat: Populate ->get_features() dw_pcie_ep_ops
` [cip-dev] [PATCH 4.19.y-cip 04/26] PCI: pci-dra7xx: "
` [cip-dev] [PATCH 4.19.y-cip 05/26] PCI: rockchip: "
` [cip-dev] [PATCH 4.19.y-cip 06/26] PCI: cadence: Populate ->get_features() cdns_pcie_epc_ops
` [cip-dev] [PATCH 4.19.y-cip 07/26] PCI: endpoint: Add helper to get first unreserved BAR
` [cip-dev] [PATCH 4.19.y-cip 08/26] PCI: endpoint: Fix pci_epf_alloc_space() to set correct MEM TYPE flags
` [cip-dev] [PATCH 4.19.y-cip 09/26] PCI: pci-epf-test: Remove setting epf_bar flags in function driver
` [cip-dev] [PATCH 4.19.y-cip 10/26] PCI: pci-epf-test: Do not allocate next BARs memory if current BAR is 64Bit
` [cip-dev] [PATCH 4.19.y-cip 11/26] PCI: pci-epf-test: Use pci_epc_get_features() to get EPC features
` [cip-dev] [PATCH 4.19.y-cip 12/26] PCI: cadence: Remove pci_epf_linkup() from Cadence EP driver
` [cip-dev] [PATCH 4.19.y-cip 13/26] PCI: rockchip: Remove pci_epf_linkup() from Rockchip "
` [cip-dev] [PATCH 4.19.y-cip 14/26] PCI: designware-plat: Remove setting epc->features in Designware plat "
` [cip-dev] [PATCH 4.19.y-cip 15/26] PCI: endpoint: Remove features member in struct pci_epc
` [cip-dev] [PATCH 4.19.y-cip 16/26] PCI: endpoint: Fix a potential NULL pointer dereference
` [cip-dev] [PATCH 4.19.y-cip 17/26] PCI: endpoint: Add support to specify alignment for buffers allocated to BARs
` [cip-dev] [PATCH 4.19.y-cip 18/26] PCI: endpoint: Set endpoint controller pointer to NULL
` [cip-dev] [PATCH 4.19.y-cip 19/26] PCI: endpoint: Allocate enough space for fixed size BAR
` [cip-dev] [PATCH 4.19.y-cip 20/26] PCI: endpoint: Skip odd BAR when skipping 64bit BAR
` [cip-dev] [PATCH 4.19.y-cip 21/26] PCI: endpoint: Clear BAR before freeing its space
` [cip-dev] [PATCH 4.19.y-cip 22/26] PCI: endpoint: Cast the page number to phys_addr_t
` [cip-dev] [PATCH 4.19.y-cip 23/26] PCI: endpoint: Fix clearing start entry in configfs
` [cip-dev] [PATCH 4.19.y-cip 24/26] PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table address
` [cip-dev] [PATCH 4.19.y-cip 25/26] tools: PCI: Exit with error code when test fails
` [cip-dev] [PATCH 4.19.y-cip 26/26] tools: PCI: Fix fd leakage

[cip-dev] [cip-kerenl-config] 4.19.y-cip/x86/cip_qemu_defconfig: Enable NF_TABLES_SET
 2020-10-19  7:49 UTC 

[cip-dev] Bluetooth CVEs deciphered?
 2020-10-15 20:30 UTC  (4+ messages)
` [cip-dev] CVE-2020-24490: backporting a2ec905d to 4.4
` [cip-dev] Backport c797110d for CVE-2020-25645 [net: geneve]

[cip-dev] CIP IRC weekly meeting today
 2020-10-15  0:17 UTC 

[cip-dev] Backporting of security patches for Intel i40e drivers required?
 2020-10-14 14:55 UTC  (6+ messages)

[cip-dev] improve show-description results
 2020-10-14  4:21 UTC  (11+ messages)
` [cip-dev] [cip-kernel-sec 1/3] report_affected: word-wrap for the 'description'
` [cip-dev] [cip-kernel-sec 2/3] report_affected: Delete extra blank lines between CVEs
` [cip-dev] [cip-kernel-sec 3/3] issues: fill in the description field of remaining CVEs

[cip-dev] FW: [Automated-testing] RFC: dashboards, visualization and analytics for test results
 2020-10-13 14:16 UTC 

[cip-dev] LAVA infrastructure: Planned maintenance
 2020-10-12 11:50 UTC 

[cip-dev] Release v4.19.150-cip36 and v4.4.238-cip50
 2020-10-10 23:15 UTC 

[cip-dev] CIP IRC weekly meeting today
 2020-10-08  8:19 UTC  (4+ messages)

[cip-dev] [ANNOUNCE] v4.19.148-cip35-rt15
 2020-10-08  5:45 UTC  (8+ messages)

[cip-dev] [cip-kernel-sec] support csv format
 2020-10-07  5:56 UTC  (4+ messages)
` [cip-dev] [cip-kernel-sec] reports: add script to convert reports to "

[cip-dev] [isar-cip-core] export dpkg status for debsecan
 2020-10-01  3:03 UTC  (6+ messages)
` [cip-dev] [isar-cip-core] image: export dpkg status file "

[cip-dev] arm64/renesas test failing for v4.19.148-cip35-rt15 (-rt64)
 2020-10-04  7:31 UTC  (3+ messages)
  ` [cip-dev] Pending problem in v4.19.148 -- "

[cip-dev] [ANNOUNCE] v4.4.235-cip49-rt31
 2020-10-01 14:18 UTC 

[cip-dev] Is CVE-2020-25284 backporting needed for 4.4-rt x86?
 2020-10-01  9:39 UTC  (4+ messages)

[cip-dev] CIP IRC weekly meeting today
 2020-10-01  8:11 UTC  (4+ messages)

[cip-dev] [ANNOUNCE] Release v4.19.147-cip35
 2020-09-26  7:45 UTC 

Fw: [cip-dev] improve show-description results
 2020-09-25  4:29 UTC 

[cip-dev] CVE-2020-0427 / pinctrl: devicetree: Avoid taking direct reference to device name string
 2020-09-24 20:51 UTC  (2+ messages)

[cip-dev] CIP IRC weekly meeting today
 2020-09-24  2:42 UTC  (2+ messages)

[cip-dev] [cip-core:deby 0/3] deby security layer changes
 2020-09-19 12:15 UTC  (9+ messages)
` [cip-dev] [cip-core:deby 1/3] cip-security: Create new layer for cip security
` [cip-dev] [cip-core:deby 2/3] security-configuration: apply security polcies using package bbappend
` [cip-dev] [cip-core:deby 3/3] aide-static: enable aide to build statically

[cip-dev] [isar-cip-core][PATCH] classes/image_uuid: Generate new uuid if a new package is added
 2020-09-18 12:21 UTC  (2+ messages)

[cip-dev] CIP IRC weekly meeting today
 2020-09-17  6:58 UTC  (2+ messages)

[cip-dev] [isar-cip-core] remove remaining configs from isar-cip-core
 2020-09-14 23:50 UTC  (6+ messages)
` [cip-dev] [cip-kernel-config ][ RFC 0/1] Remove Remaining "
  ` [cip-dev] [cip-kernel-config ][ RFC 1/1] 4.19.y-cip/cip_bbb_defconfig: Add config switches "

[cip-dev] [ANNOUNCE] Release v4.19.144-cip34 and v4.4.235-cip49
 2020-09-14 22:08 UTC 

[cip-dev] [PATCH 4.4.y-cip 0/4] Add RZ/G1H Audio support
 2020-09-14  1:53 UTC  (8+ messages)
` [cip-dev] [PATCH 4.4.y-cip 1/4] dt-bindings: ASoC: renesas,rsnd: Add r8a7742 support
` [cip-dev] [PATCH 4.4.y-cip 2/4] ARM: dts: r8a7742: Add audio support
` [cip-dev] [PATCH 4.4.y-cip 3/4] ARM: dts: r8a7742-iwg21d-q7: Enable SGTL5000 audio codec
` [cip-dev] [PATCH 4.4.y-cip 4/4] ARM: dts: r8a7742-iwg21d-q7: Sound DMA support via DVC on DTS

[cip-dev] [isar-cip-core][PATCH] swupdate: Clean up do_prepare_build
 2020-09-11 12:40 UTC 

[cip-dev] CIP IRC weekly meeting today
 2020-09-10  7:08 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).