Linux on Apple ARM platform development
 help / color / mirror / Atom feed
 messages from 2022-11-08 20:56:43 to 2022-12-01 18:30:03 UTC [more...]

[PATCH 0/3] KVM: arm64: Handle CCSIDR associativity mismatches
 2022-12-01 18:29 UTC  (7+ messages)
` [PATCH 1/3] KVM: arm64: Make CCSIDRs consistent
` [PATCH 2/3] arm64: errata: Check for mismatched cache associativity
` [PATCH 3/3] KVM: arm64: Handle CCSIDR associativity mismatches

[PATCH] arch: arm64: dts: apple: Remove stdout-path
 2022-12-01 18:14 UTC  (7+ messages)

[PATCH] arm64: dts: apple: Add CPU topology & cpufreq nodes for t600x
 2022-12-01 16:53 UTC 

[PATCH v5 0/4] Apple SoC cpufreq driver
 2022-11-30 19:50 UTC  (19+ messages)
` [PATCH v5 1/4] MAINTAINERS: Add entries for "
` [PATCH v5 2/4] dt-bindings: cpufreq: apple,soc-cpufreq: Add binding for Apple SoC cpufreq
` [PATCH v5 3/4] cpufreq: apple-soc: Add new driver to control Apple SoC CPU P-states
` [PATCH v5 4/4] arm64: dts: apple: Add CPU topology & cpufreq nodes for t8103

remove path cleanups
 2022-11-30 16:15 UTC  (16+ messages)
` [PATCH 1/9] nvme-apple: fix controller shutdown in apple_nvme_disable
` [PATCH 2/9] nvme: use nvme_wait_ready in nvme_shutdown_ctrl
` [PATCH 3/9] nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrl
` [PATCH 4/9] nvme-pci: remove nvme_disable_admin_queue
` [PATCH 5/9] nvme-pci: remove nvme_pci_disable
` [PATCH 6/9] nvme-pci: cleanup nvme_suspend_queue
` [PATCH 7/9] nvme-pci: rename nvme_disable_io_queues
` [PATCH 8/9] nvme-pci: return early on ctrl state mismatch in nvme_reset_work
` [PATCH 9/9] nvme-pci: split out a nvme_pci_ctrl_is_dead helper

[PATCH] usb: typec: tipd: Set mode of operation for USB Type-C connector
 2022-11-30 15:36 UTC  (2+ messages)

[PATCH] usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_mode
 2022-11-28 19:14 UTC  (2+ messages)

dwc3_set_mode vs. __dwc3_set_mode race
 2022-11-28 19:16 UTC  (3+ messages)

[PATCH RESEND v3 0/4] PWM and keyboard backlight driver for ARM Macs
 2022-11-28 15:08 UTC  (10+ messages)
` [PATCH RESEND v3 1/4] dt-bindings: pwm: Add Apple PWM controller
` [PATCH RESEND v3 2/4] "
` [PATCH RESEND v3 3/4] arm64: dts: apple: t8103: Add "
` [PATCH RESEND v3 4/4] MAINTAINERS: Add entries for Apple PWM driver

[PATCH v4 0/4] Apple SoC cpufreq driver
 2022-11-28 14:15 UTC  (8+ messages)
` [PATCH v4 1/4] MAINTAINERS: Add entries for "
` [PATCH v4 2/4] dt-bindings: cpufreq: apple,soc-cpufreq: Add binding for Apple SoC cpufreq
` [PATCH v4 3/4] cpufreq: apple-soc: Add new driver to control Apple SoC CPU P-states
` [PATCH v4 4/4] arm64: dts: apple: Add CPU topology & cpufreq nodes for t8103

[PATCH] arm64: dts: apple: Add t600x L1/L2 cache properties and nodes
 2022-11-28 11:57 UTC  (2+ messages)

[GIT PULL] Apple SoC RTKit/SART updates for 6.2
 2022-11-28 11:41 UTC 

[PATCH] soc: apple: rtkit: Stop casting function pointer signatures
 2022-11-28 11:35 UTC  (2+ messages)

[PATCH] soc: apple: sart: Stop casting function pointer signatures
 2022-11-28 11:35 UTC  (2+ messages)

[PATCH v3 0/7] Add Apple Mac System Management Controller GPIOs
 2022-11-22 14:49 UTC  (35+ messages)
` [PATCH v3 1/7] mfd: Add core Apple Mac SMC driver
` [PATCH v3 2/7] lib/vsprintf: Add support for generic FOURCCs by extending %p4cc
` [PATCH v3 3/7] dt-bindings: mfd: add binding for Apple Mac System Management Controller
` [PATCH v3 6/7] dt-bindings: gpio: add binding for the GPIO block for Apple Mac SMC

nvme-pci: split the probe and reset handlers v2
 2022-11-21 10:28 UTC  (22+ messages)
` [PATCH 01/13] nvme: don't call nvme_init_ctrl_finish from nvme_passthru_end
` [PATCH 02/13] nvme: move OPAL setup from PCIe to core
` [PATCH 03/13] nvme: simplify transport specific device attribute handling
` [PATCH 04/13] nvme-pci: put the admin queue in nvme_dev_remove_admin
` [PATCH 05/13] nvme-pci: move more teardown work to nvme_remove
` [PATCH 06/13] nvme-pci: factor the iod mempool creation into a helper
` [PATCH 07/13] nvme-pci: factor out a nvme_pci_alloc_dev helper
` [PATCH 08/13] nvme-pci: set constant paramters in nvme_pci_alloc_ctrl
` [PATCH 09/13] nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enable
` [PATCH 10/13] nvme-pci: simplify nvme_dbbuf_dma_alloc
` [PATCH 11/13] nvme-pci: move the HMPRE check into nvme_setup_host_mem
` [PATCH 12/13] nvme-pci: split the initial probe from the rest path
` [PATCH 13/13] nvme-pci: don't unbind the driver on reset failure

[PATCH v12 0/4] iommu: Support mappings/reservations in reserved-memory regions
 2022-11-20 18:00 UTC  (6+ messages)
` [PATCH v12 1/4] of: Introduce of_translate_dma_region()
` [PATCH v12 2/4] dt-bindings: reserved-memory: Document iommu-addresses
` [PATCH v12 3/4] iommu: Implement of_iommu_get_resv_regions()
` [PATCH v12 4/4] iommu: dma: Use of_iommu_get_resv_regions()

[PATCH v11 0/5] iommu: Support mappings/reservations in reserved-memory regions
 2022-11-19  9:39 UTC  (7+ messages)
` [PATCH v11 1/5] of: Introduce support for #dma-{address,size}-cells
` [PATCH v11 2/5] of: Introduce of_translate_dma_region()
` [PATCH v11 3/5] dt-bindings: reserved-memory: Document iommu-addresses
` [PATCH v11 4/5] iommu: Implement of_iommu_get_resv_regions()
` [PATCH v11 5/5] iommu: dma: Use of_iommu_get_resv_regions()

[PATCH v3 0/4] PWM and keyboard backlight driver for ARM Macs
 2022-11-17 16:59 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: pwm: Add Apple PWM controller
` [PATCH v3 2/4] "
` [PATCH v3 3/4] arm64: dts: apple: t8103: Add "
` [PATCH v3 4/4] MAINTAINERS: Add entries for Apple PWM driver

[PATCH] dt-bindings: Drop type from 'cpus' property
 2022-11-16 20:22 UTC  (5+ messages)

[PATCH] nvme: rename the queue quiescing helpers
 2022-11-15 15:36 UTC  (3+ messages)

[PATCH] scripts: subarch.include: fix SUBARCH on MacOS hosts
 2022-11-15  4:12 UTC  (2+ messages)

[PATCH v3 0/5] Apple SoC cpufreq driver
 2022-11-14 19:49 UTC  (15+ messages)
` [PATCH v3 4/5] cpufreq: apple-soc: Add new driver to control Apple SoC CPU P-states

RFC: nvme-pci: split the probe and reset handlers
 2022-11-13 16:19 UTC  (40+ messages)
` [PATCH 01/12] nvme-pci: don't call nvme_init_ctrl_finish from nvme_passthru_end
` [PATCH 02/12] nvme: move OPAL setup from PCIe to core
` [PATCH 03/12] nvme: simplify transport specific device attribute handling
` [PATCH 04/12] nvme-pci: put the admin queue in nvme_dev_remove_admin
` [PATCH 05/12] nvme-pci: move more teardown work to nvme_remove
` [PATCH 06/12] nvme-pci: factor the iod mempool creation into a helper
` [PATCH 07/12] nvme-pci: factor out a nvme_pci_alloc_ctrl helper
` [PATCH 08/12] nvme-pci: set constant paramters in nvme_pci_alloc_ctrl
` [PATCH 09/12] nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enable
` [PATCH 10/12] nvme-pci: split nvme_dbbuf_dma_alloc
` [PATCH 11/12] nvme-pci: split the initial probe from the rest path
` [PATCH 12/12] nvme-pci: don't unbind the driver on reset failure

[PATCH v4] i2c/pasemi: PASemi I2C controller IRQ enablement
 2022-11-12 20:33 UTC  (2+ messages)

[PATCH v10 0/5] iommu: Support mappings/reservations in reserved-memory regions
 2022-11-09 14:25 UTC  (7+ messages)
` [PATCH v10 2/5] of: Stop DMA translation at last DMA parent


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox