public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-26 12:24:17 to 2023-11-03 19:38:30 UTC [more...]

[PATCH v2 0/9] Improvements to pcie_bandwidth_available() for eGPUs
 2023-11-03 19:38 UTC  (12+ messages)
` [PATCH v2 1/9] drm/nouveau: Switch from pci_is_thunderbolt_attached() to dev_is_removable()
` [PATCH v2 2/9] drm/radeon: "
` [PATCH v2 3/9] PCI: Drop pci_is_thunderbolt_attached()
` [PATCH v2 4/9] PCI: Move the `PCI_CLASS_SERIAL_USB_USB4` definition to common header
` [PATCH v2 5/9] PCI: pciehp: Move check for is_thunderbolt into a quirk
` [PATCH v2 6/9] PCI: Rename is_thunderbolt to is_tunneled
` [PATCH v2 7/9] PCI: ACPI: Detect PCIe root ports that are used for tunneling
` [PATCH v2 8/9] PCI: Exclude PCIe ports used for tunneling in pcie_bandwidth_available()
` [PATCH v2 9/9] PCI: Add a quirk to mark 0x8086 : 0x9a23 as supporting PCIe tunneling

[PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-03 16:45 UTC  (18+ messages)
` [PATCH RFC 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH RFC 02/17] of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH RFC 03/17] of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH RFC 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH RFC 05/17] iommu: Make iommu_fwspec->ids a distinct allocation
` [PATCH RFC 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
` [PATCH RFC 07/17] iommu: Add iommu_probe_device_fwspec()
` [PATCH RFC 08/17] of: Do not use dev->iommu within of_iommu_configure()
` [PATCH RFC 09/17] iommu: Add iommu_fwspec_append_ids()
` [PATCH RFC 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()
` [PATCH RFC 11/17] iommu: Hold iommu_probe_device_lock while calling ops->of_xlate
` [PATCH RFC 12/17] iommu: Make iommu_ops_from_fwnode() static
` [PATCH RFC 13/17] iommu: Remove dev_iommu_fwspec_set()
` [PATCH RFC 14/17] iommu: Remove pointless iommu_fwspec_free()
` [PATCH RFC 15/17] iommu: Add ops->of_xlate_fwspec()
` [PATCH RFC 16/17] iommu: Mark dev_iommu_get() with lockdep
` [PATCH RFC 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep

[PATCH v3 1/1] device property: Add fwnode_name_eq()
 2023-11-03 14:48 UTC  (2+ messages)

[PATCH] driver: acpi: fix the memory leak issue in the cm_write() function
 2023-11-03 14:48 UTC 

[GIT PULL] ACPI fix for v6.7-rc1
 2023-11-03 14:45 UTC 

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-11-03 14:37 UTC  (14+ messages)
` [RFC PATCH v2 15/35] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH v2 22/35] ACPI: Check _STA present bit before making CPUs not present

[PATCH] x86/acpi: Use %rip-relative addressing in wakeup_64.S
 2023-11-03 10:48 UTC 

[PATCH v1 0/3] gpio: mmio: Make driver agnostic
 2023-11-03  9:08 UTC  (8+ messages)
` [PATCH v1 1/3] device property: Implement device_is_big_endian()

[PATCH v4 0/3] Make fwnode_property_get_reference_args accept NULL args
 2023-11-03  8:36 UTC  (4+ messages)
` [PATCH v4 1/3] acpi: property: Let args be NULL in __acpi_node_get_property_reference
` [PATCH v4 2/3] software node: Let args be NULL in software_node_get_reference_args
` [PATCH v4 3/3] device property: fwnode_property_get_reference_args allows NULL args now

[PATCH v4 1/1] device property: Add fwnode_name_eq()
 2023-11-03  7:06 UTC 

[bug report] device property: Add helper to match multiple connections
 2023-11-03  6:19 UTC 

[PATCH] lib/fw_table: Remove acpi_parse_entries_array() export
 2023-11-02 22:08 UTC  (2+ messages)

[PATCH v4 0/7] consolidate and cleanup CPU capacity
 2023-11-02 13:50 UTC  (19+ messages)
` [PATCH v4 1/7] topology: add a new arch_scale_freq_reference
` [PATCH v2 2/7] cpufreq: use the fixed and coherent frequency for scaling capacity
` [PATCH v4 3/7] cpufreq/schedutil: use a fixed reference frequency
` [PATCH v4 4/7] energy_model: "
` [PATCH v4 5/7] cpufreq/cppc: move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}
` [PATCH v4 6/7] cpufreq/cppc: set the frequency used for computing the capacity
` [PATCH v4 7/7] arm64/amu: use capacity_ref_freq to set AMU ratio

[PATCH v3 0/3] Make fwnode_property_get_reference_args accept NULL args
 2023-11-02 13:20 UTC  (7+ messages)
` [PATCH v3 1/3] acpi: property: Let args be NULL in __acpi_node_get_property_reference
` [PATCH v3 2/3] software node: Let args be NULL in software_node_get_reference_args
` [PATCH v3 3/3] device property: fwnode_property_get_reference_args allows NULL args now

[PATCH 0/3] Make fwnode_property_get_reference_args accept NULL args
 2023-11-02 12:59 UTC  (11+ messages)
` [PATCH 1/3] acpi: property: Let args be NULL in __acpi_node_get_property_reference
` [PATCH 2/3] software node: Let args be NULL in software_node_get_reference_args
` [PATCH 3/3] device property: fwnode_property_get_reference allows NULL args now

[PATCH v2 1/1] device property: Add fwnode_name_eq()
 2023-11-02 12:57 UTC  (5+ messages)

[PATCH v3 0/3] Make fwnode_property_get_reference_args accept NULL args
 2023-11-02 10:12 UTC  (2+ messages)
` [PATCH v3 1/3] acpi: property: Let args be NULL in __acpi_node_get_property_reference

[PATCH V10 0/7] amd-pstate preferred core
 2023-11-02  9:05 UTC  (9+ messages)
` [PATCH V10 1/7] x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansion
` [PATCH V10 2/7] acpi: cppc: Add get the highest performance cppc control
` [PATCH V10 3/7] cpufreq: amd-pstate: Enable amd-pstate preferred core supporting
` [PATCH V10 4/7] cpufreq: Add a notification message that the highest perf has changed
` [PATCH V10 5/7] cpufreq: amd-pstate: Update amd-pstate preferred core ranking dynamically
` [PATCH V10 6/7] Documentation: amd-pstate: introduce amd-pstate preferred core
` [PATCH V10 7/7] Documentation: introduce amd-pstate preferrd core mode kernel command line options

[PATCH 1/1] ACPI: property: Replicate DT-aligned u32 properties from DisCo for Imaging
 2023-11-01 18:00 UTC  (2+ messages)

[PATCH v2 0/3] Make fwnode_property_get_reference_args accept NULL args
 2023-11-01 10:51 UTC  (4+ messages)
` [PATCH v2 1/3] acpi: property: Let args be NULL in __acpi_node_get_property_reference
` [PATCH v2 2/3] software node: Let args be NULL in software_node_get_reference_args
` [PATCH v2 3/3] device property: fwnode_property_get_reference allows NULL args now

[PATCH] software node: Remove usage of the deprecated ida_simple_xx() API
 2023-11-01  9:36 UTC 

[GIT PULL] Thermal control updates for v6.7-rc1
 2023-11-01  1:44 UTC  (2+ messages)

[GIT PULL] ACPI updates for v6.7-rc1
 2023-11-01  1:44 UTC  (2+ messages)

[PATCH v2 0/2] Fixes for s3 with parallel bootup
 2023-10-31 23:20 UTC  (11+ messages)
` [PATCH v2 1/2] x86: Enable x2apic during resume from suspend if used previously
` [PATCH v2 2/2] perf/x86/amd: Stop calling amd_pmu_cpu_reset() from amd_pmu_cpu_dead()

[PATCH 1/1] device property: Add fwnode_name_eq()
 2023-10-31 21:49 UTC  (4+ messages)

[PATCH] ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() cleanup
 2023-10-31 16:51 UTC  (2+ messages)

[PATCH v7 1/2] schemas: memory: Add ECC properties
 2023-10-31 15:56 UTC  (12+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages

[PATCH v2 0/6] ACPI: scan: MIPI DiSco for Imaging support
 2023-10-31 15:19 UTC  (11+ messages)
` [PATCH v2 2/6] ACPI: scan: Extract CSI-2 connection graph from _CRS
` [PATCH v2 5/6] ACPI: scan: Extract MIPI DiSco for Imaging data into swnodes

[RFC PATCH v2 00/21] RISC-V: ACPI: Add external interrupt controller support
 2023-10-31  2:00 UTC  (8+ messages)
` [RFC PATCH v2 01/21] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [RFC PATCH v2 11/21] PCI: MSI: Add helper function to set system wide MSI support

[PATCH v1 1/1] power: reset: pwr-mlxbf: support graceful reboot instead of emergency reset
 2023-10-30 20:30 UTC 

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-30 17:51 UTC  (3+ messages)

[PATCH v2] ACPI: LPSS: use acpi_dev_uid_match() for matching _UID
 2023-10-30 16:00 UTC  (11+ messages)

[PATCH 0/7] Subject: coresight: Move remaining AMBA ACPI devices into platform driver
 2023-10-28 14:03 UTC  (11+ messages)
` [PATCH 1/7] coresight: replicator: Move ACPI support from AMBA driver to "
` [PATCH 2/7] coresight: funnel: "
` [PATCH 3/7] coresight: catu: "
` [PATCH 4/7] coresight: tpiu: "
` [PATCH 5/7] coresight: tmc: "
` [PATCH 6/7] coresight: stm: "
` [PATCH 7/7] coresight: debug: "

[PATCH 0/2] Add and use new helper acpi_use_parent_companion
 2023-10-28 13:31 UTC  (13+ messages)
` [PATCH 1/2] ACPI: Add "
  ` [PATCH 2/2] i2c: i801: Use new "

[PATCH V3] ACPI: APEI: Use ERST timeout for slow devices
 2023-10-28 11:06 UTC  (3+ messages)

[PATCH] acpi_idle: use raw_safe_halt() from acpi_idle_play_dead()
 2023-10-27 19:14 UTC  (2+ messages)

[RFC PATCH v2 13/21] irqchip: riscv-intc: Add ACPI support for AIA
 2023-10-27 17:45 UTC  (5+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 3335ef03ad81e7ec516494af41ee417b630dd843
 2023-10-27 13:59 UTC 

[PATCH v4 -next 0/4] RISC-V: ACPI improvements
 2023-10-27 13:20 UTC  (2+ messages)

[RFC PATCH v2 06/21] RISC-V: Kconfig: Select deferred GSI probe for ACPI systems
 2023-10-27 12:55 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 2ef7141596eed0b4b45ef18b3626f428a6b0a822
 2023-10-27  3:52 UTC 

[PATCH] acpi: Use access_width over register_width for system memory accesses
 2023-10-26 21:15 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/6] consolidate and cleanup CPU capacity
 2023-10-26 15:13 UTC  (9+ messages)
` [PATCH v3 3/6] cpufreq/schedutil: use a fixed reference frequency
` [RFC v3 6/6] arm64/amu: use capacity_ref_freq to set AMU ratio

[PATCH] ACPI: video: Add comment about acpi_video_backlight_use_native() usage
 2023-10-26 13:53 UTC 

[RFC PATCH v2 0/9] Use ERST for persistent storage of MCE and APEI errors
 2023-10-26 13:32 UTC  (4+ messages)

[PATCH v1 0/6] Replace acpi_driver with platform_driver
 2023-10-26 12:25 UTC  (5+ messages)
` [PATCH v1 4/6] ACPI: acpi_video: "
` [PATCH v1 6/6] ACPI: acpi_video: Fix holes in acpi_video_bus


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