Linux on Apple ARM platform development
 help / color / mirror / Atom feed
 messages from 2025-02-18 16:56:24 to 2025-02-26 06:40:15 UTC [more...]

[PATCH v3 00/23] iommu: Further abstract iommu-pages
 2025-02-26  6:34 UTC  (30+ messages)
` [PATCH v3 01/23] iommu/terga: Do not use struct page as the handle for as->pd memory
` [PATCH v3 02/23] iommu/tegra: Do not use struct page as the handle for pts
` [PATCH v3 03/23] iommu/pages: Remove __iommu_alloc_pages()/__iommu_free_pages()
` [PATCH v3 04/23] iommu/pages: Make iommu_put_pages_list() work with high order allocations
` [PATCH v3 05/23] iommu/pages: Remove the order argument to iommu_free_pages()
` [PATCH v3 06/23] iommu/pages: Remove iommu_free_page()
` [PATCH v3 07/23] iommu/pages: De-inline the substantial functions
` [PATCH v3 08/23] iommu/vtd: Use virt_to_phys()
` [PATCH v3 09/23] iommu/pages: Formalize the freelist API
` [PATCH v3 10/23] iommu/riscv: Convert to use struct iommu_pages_list
` [PATCH v3 11/23] iommu/amd: "
` [PATCH v3 12/23] iommu: Change iommu_iotlb_gather to use iommu_page_list
` [PATCH v3 13/23] iommu/pages: Remove iommu_put_pages_list_old and the _Generic
` [PATCH v3 14/23] iommu/pages: Move from struct page to struct ioptdesc and folio
` [PATCH v3 15/23] iommu/pages: Move the __GFP_HIGHMEM checks into the common code
` [PATCH v3 16/23] iommu/pages: Allow sub page sizes to be passed into the allocator
` [PATCH v3 17/23] iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()
` [PATCH v3 18/23] iommu/amd: Use roundup_pow_two() instead of get_order()
` [PATCH v3 19/23] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()
` [PATCH v3 20/23] iommu: Update various drivers to pass in lg2sz instead of order to iommu pages
` [PATCH v3 21/23] iommu/pages: Remove iommu_alloc_page/pages()
` [PATCH v3 22/23] iommu/pages: Remove iommu_alloc_page_node()
` [PATCH v3 23/23] iommu/pages: Remove iommu_alloc_pages_node()

[PATCH v2] drm: add modifiers for Apple GPU layouts
 2025-02-25 22:18 UTC  (3+ messages)

[PATCH] arm64: dts: apple: Add touchbar digitizer nodes
 2025-02-25 21:19 UTC 

[PATCH v7 0/5] Driver for pre-DCP apple display controller
 2025-02-25 21:00 UTC  (5+ messages)
` (subset) "

[PATCH v7 0/4] Driver for Apple Z2 touchscreens
 2025-02-25 20:43 UTC  (7+ messages)
` [PATCH v7 1/4] dt-bindings: input: touchscreen: Add Z2 controller
` [PATCH v7 2/4] input: apple_z2: Add a driver for Apple Z2 touchscreens
` [PATCH v7 3/4] arm64: dts: apple: Add touchbar digitizer nodes
` [PATCH v7 4/4] MAINTAINERS: Add entries for Apple Z2 touchscreen driver

[PATCH] input: apple_z2: Fix potential confusion in KConfig
 2025-02-25 19:27 UTC  (2+ messages)

[PATCH RESEND v6 0/4] Driver for Apple Z2 touchscreens
 2025-02-25  6:17 UTC  (8+ messages)
` [PATCH RESEND v6 1/4] dt-bindings: input: touchscreen: Add Z2 controller
` [PATCH RESEND v6 2/4] input: apple_z2: Add a driver for Apple Z2 touchscreens
` [PATCH RESEND v6 4/4] MAINTAINERS: Add entries for Apple Z2 touchscreen driver

[PATCH 0/4] Apple/PASemi i2c error recovery fixes
 2025-02-24 21:48 UTC  (7+ messages)
` [PATCH 1/4] i2c: pasemi: Add registers bits and switch to BIT()
` [PATCH 2/4] i2c: pasemi: Improve error recovery
` [PATCH 3/4] i2c: pasemi: Enable the unjam machine
` [PATCH 4/4] i2c: pasemi: Log bus reset causes

[PATCH 0/4] Miscellaneous Apple RTKit fixes
 2025-02-24 18:10 UTC  (9+ messages)
` [PATCH 1/4] soc: apple: rtkit: Add APPLE_RTKIT_PWR_STATE_INIT
` [PATCH 2/4] soc: apple: rtkit: Implement OSLog buffers properly
` [PATCH 3/4] soc: apple: rtkit: Use high prio work queue
` [PATCH 4/4] soc: apple: rtkit: Cut syslog messages after the first '\0'

[PATCH v2 1/3] drm/format-helper: Add conversion from XRGB8888 to BGR888
 2025-02-24 16:17 UTC  (22+ messages)
` [PATCH v2 2/3] lib/vsprintf: Add support for generic FOURCCs by extending %p4cc
` [PATCH v2 3/3] drm/tiny: add driver for Apple Touch Bars in x86 Macs

[PATCH v3 1/3] drm/format-helper: Add conversion from XRGB8888 to BGR888
 2025-02-24 12:27 UTC  (27+ messages)
` [PATCH v3 2/3] lib/vsprintf: Add support for generic FOURCCs by extending %p4cc
` [PATCH v3 3/3] drm/tiny: add driver for Apple Touch Bars in x86 Macs

[PATCH AUTOSEL 6.6 16/20] apple-nvme: Release power domains when probe fails
 2025-02-24 11:19 UTC 

[PATCH AUTOSEL 6.12 24/28] apple-nvme: Release power domains when probe fails
 2025-02-24 11:17 UTC 

[PATCH AUTOSEL 6.13 26/32] apple-nvme: Release power domains when probe fails
 2025-02-24 11:16 UTC 

[PATCH v2 2/3] lib/vsprintf: Add support for generic FOURCCs by extending %p4cc
 2025-02-24 11:08 UTC  (2+ messages)

[PATCH v8 0/5] Driver for pre-DCP apple display controller
 2025-02-24 11:02 UTC  (6+ messages)
` [PATCH v8 1/5] dt-bindings: display: Add Apple pre-DCP "
` [PATCH v8 2/5] drm: adp: Add Apple Display Pipe driver
` [PATCH v8 3/5] drm: panel: Add a panel driver for the Summit display
` [PATCH v8 4/5] arm64: dts: apple: Add touchbar screen nodes
` [PATCH v8 5/5] MAINTAINERS: Add entries for touchbar display driver

[PATCH v2 2/3] lib/vsprintf: Add support for generic FOURCCs by extending %p4cc
 2025-02-24 10:57 UTC  (2+ messages)

[PATCH 0/5] Driver for Apple ISP and cameras
 2025-02-23  9:03 UTC  (21+ messages)
` [PATCH 1/5] dt-bindings: power: apple,pmgr-pwrstate: Add force-{disable,reset} properties
` [PATCH 2/5] pmdomain: apple: Add force-disable/force-reset
` [PATCH 3/5] media: dt-bindings: Add Apple ISP
` [PATCH 4/5] media: apple: Add Apple ISP driver
` [PATCH 5/5] arm64: dts: apple: Add ISP nodes

[PATCH v2 00/29] ASoC: tas27{64,70}: improve support for Apple codec variants
 2025-02-22  0:16 UTC  (15+ messages)
` [PATCH v2 03/29] ASoC: dt-bindings: tas27xx: add compatible for SN012776
` [PATCH v2 04/29] ASoC: dt-bindings: tas2770: add compatible for TAS5770L
` [PATCH v2 14/29] ASoC: tas2770: expose die temp to hwmon
` [PATCH v2 20/29] ASoC: tas2764: Add SDZ regulator
` (subset) [PATCH v2 00/29] ASoC: tas27{64,70}: improve support for Apple codec variants

[PATCH] MAINTAINERS: Remove myself
 2025-02-21 17:05 UTC  (2+ messages)

[PATCH 0/7] PCI: apple: support t6020
 2025-02-21 15:47 UTC  (5+ messages)
` [PATCH 7/7] PCI: apple: Add T602x PCIe support

[PATCH] iommu/io-pgtable-dart: Only set subpage protection disable for DART 1
 2025-02-21 11:07 UTC  (3+ messages)

[PATCH v2 00/23] iommu: Further abstract iommu-pages
 2025-02-20 19:35 UTC  (3+ messages)
` [PATCH v2 19/23] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()

[PATCH 0/5] arm64: dts: apple: Add DWI backlight dt nodes
 2025-02-20 15:51 UTC  (6+ messages)
` [PATCH 1/5] arm64: dts: apple: s5l8960x: Add backlight nodes
` [PATCH 2/5] arm64: dts: apple: t7000: "
` [PATCH 3/5] arm64: dts: apple: s800-0-3: "
` [PATCH 4/5] arm64: dts: apple: t8010: "
` [PATCH 5/5] arm64: dts: apple: t8015: "

[PATCH v6 0/3] Apple DWI backlight driver
 2025-02-20 15:14 UTC  (2+ messages)

[PATCH 0/9] arm64: dts: apple: Add CPU cache information for Apple A7-A11, T2 SoCs
 2025-02-20 12:21 UTC  (10+ messages)
` [PATCH 1/9] arm64: dts: apple: s5l8960x: Add CPU caches
` [PATCH 2/9] arm64: dts: apple: t7000: "
` [PATCH 3/9] arm64: dts: apple: t7001: "
` [PATCH 4/9] arm64: dts: apple: s800-0-3: "
` [PATCH 5/9] arm64: dts: apple: s8001: "
` [PATCH 6/9] arm64: dts: apple: t8010: "
` [PATCH 7/9] arm64: dts: apple: t8011: "
` [PATCH 8/9] arm64: dts: apple: t8012: "
` [PATCH 9/9] arm64: dts: apple: t8015: "

[PATCH] drm: add modifiers for Apple twiddled layouts
 2025-02-19 22:24 UTC  (3+ messages)

[PATCH V23 15/16] mmc: sdhci-pci-gli: enable UHS-II mode for GL9755
 2025-02-19 21:32 UTC 

[PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion
 2025-02-19  9:24 UTC  (23+ messages)
` [PATCH 1/6] rust: types: Add Ownable/Owned types
  ` [PATCH 2/6] rust: page: Convert to Ownable
  ` [PATCH 3/6] rust: page: Make with_page_mapped() and with_pointer_into_page() public
  ` [PATCH 4/6] rust: addr: Add a module to declare core address types
  ` [PATCH 5/6] rust: page: Add physical address conversion functions
  ` [PATCH 6/6] rust: page: Make Page::as_ptr() pub(crate)

[PATCH v2 07/23] iommu/pages: De-inline the substantial functions
 2025-02-19  2:56 UTC  (4+ messages)

[PATCH v2 23/23] iommu/pages: Remove iommu_alloc_pages_node()
 2025-02-18 20:21 UTC  (3+ messages)

[PATCH] soc: apple: rtkit: Pass the crashlog to the crashed() callback
 2025-02-18 17:05 UTC  (2+ messages)

[PATCH] soc: apple: rtkit: Fix use-after-free in apple_rtkit_crashlog_rx()
 2025-02-18 17:05 UTC  (5+ messages)

[PATCH asahi-soc/dt] arm64: dts: apple: t7000: Add missing CPU p-state 7 for J96 and J97
 2025-02-18 16:56 UTC  (2+ messages)

[PATCH v2 0/5] Add Apple SPI controller and spi-nor dt nodes
 2025-02-18 16:56 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