messages from 2023-11-15 09:35:40 to 2023-11-21 13:45:41 UTC [more...]
[PATCH 00/21] Initial cleanups for vCPU hotplug
2023-11-21 13:45 UTC (22+ messages)
` [PATCH 01/21] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH 02/21] x86: intel_epb: Don't rely on link order
` [PATCH 03/21] x86/topology: remove arch_*register_cpu() exports
` [PATCH 04/21] Loongarch: "
` [PATCH 05/21] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH 06/21] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [PATCH 07/21] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH 08/21] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 09/21] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH 10/21] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH 11/21] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH 12/21] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH 13/21] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH 14/21] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 15/21] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH 16/21] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH 17/21] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH 18/21] LoongArch: Use the __weak version of arch_unregister_cpu()
` [PATCH 19/21] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH 20/21] riscv: Switch over to GENERIC_CPU_DEVICES
` [PATCH 21/21] riscv: convert to use arch_cpu_is_hotpluggable()
[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
2023-11-21 13:33 UTC (10+ messages)
` [PATCH RFC 08/22] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH RFC 11/22] drivers: base: remove unnecessary call to register_cpu_under_node()
[PATCH] ACPI: acenv: Permit compilation from within the kernel
2023-11-21 13:32 UTC (9+ messages)
[PATCH v2 0/6] Support _UID matching for integer types
2023-11-21 10:38 UTC (7+ messages)
` [PATCH v2 1/6] compiler.h: Introduce helpers for identifying array and pointer types
` [PATCH v2 2/6] ACPI: bus: update acpi_dev_uid_match() to support multiple types
` [PATCH v2 3/6] ACPI: bus: update acpi_dev_hid_uid_match() "
` [PATCH v2 4/6] ACPI: LPSS: use acpi_dev_uid_match() for matching _UID
` [PATCH v2 5/6] efi: dev-path-parser: "
` [PATCH v2 6/6] perf: arm_cspmu: drop redundant acpi_dev_uid_to_integer()
[PATCH v2 00/10] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
2023-11-21 10:18 UTC (11+ messages)
` [PATCH v2 01/10] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [PATCH v2 02/10] cxl/mbox: Add GET_FEATURE "
` [PATCH v2 03/10] cxl/mbox: Add SET_FEATURE "
` [PATCH v2 04/10] cxl/memscrub: Add CXL device patrol scrub control feature
` [PATCH v2 05/10] cxl/memscrub: Add CXL device DDR5 ECS "
` [PATCH v2 06/10] memory: scrub: Add scrub driver supports configuring memory scrubbers in the system
` [PATCH v2 07/10] cxl/memscrub: Register CXL device patrol scrub with scrub configure driver
` [PATCH v2 08/10] memory: scrub: Add scrub control attributes for the DDR5 ECS
` [PATCH v2 09/10] cxl/memscrub: Register CXL device DDR5 ECS with scrub configure driver
` [PATCH v2 10/10] cxl: scrub: sysfs: Add Documentation for CXL memory device scrub control attributes
[PATCH v2 0/7] Small Runtime PM API changes
2023-11-21 10:00 UTC (35+ messages)
` [PATCH v2 1/7] pm: runtime: Simplify pm_runtime_get_if_active() usage
` [PATCH v2 2/7] pm: runtime: Add pm_runtime_put_mark_busy_autosusp() helper
` [PATCH v2 3/7] ACPI: Documentation: Document acpi_dev_state_d0()
` [PATCH v2 4/7] media: Documentation: Improve camera sensor runtime PM documentation
` [PATCH v2 5/7] media: ov8858: Use pm_runtime_get_if_active(), put usage_count correctly
` [PATCH v2 6/7] media: imx319: Put usage_count correctly in s_ctrl callback
` [PATCH v2 7/7] media: imx219: "
[PATCH 1/1] ACPI: scan: Fix an error print in DisCo for Imaging support
2023-11-21 7:08 UTC
[PATCH v2 00/17] Solve iommu probe races around iommu_fwspec
2023-11-21 6:47 UTC (31+ messages)
` [PATCH v2 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH v2 02/17] iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH v2 03/17] iommu/of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH v2 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH v2 05/17] iommu: Make iommu_fwspec->ids a distinct allocation
` [PATCH v2 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
` [PATCH v2 07/17] iommu: Add iommu_probe_device_fwspec()
` [PATCH v2 08/17] iommu/of: Do not use dev->iommu within of_iommu_configure()
` [PATCH v2 09/17] iommu: Add iommu_fwspec_append_ids()
` [PATCH v2 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()
` [PATCH v2 11/17] iommu: Hold iommu_probe_device_lock while calling ops->of_xlate
` [PATCH v2 12/17] iommu: Make iommu_ops_from_fwnode() static
` [PATCH v2 13/17] iommu: Remove dev_iommu_fwspec_set()
` [PATCH v2 14/17] iommu: Remove pointless iommu_fwspec_free()
` [PATCH v2 15/17] iommu: Add ops->of_xlate_fwspec()
` [PATCH v2 16/17] iommu: Mark dev_iommu_get() with lockdep
` [PATCH v2 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep
[PATCH] ACPI: Run USB4 _OSC() first with query bit set
2023-11-21 5:48 UTC (3+ messages)
[PATCH v7 1/2] schemas: memory: Add ECC properties
2023-11-21 2:12 UTC (6+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages
[PATCH] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on action required events
2023-11-21 1:48 UTC (3+ messages)
` [PATCH v9 0/2] ACPI: APEI: handle synchronous errors in task work with proper si_code
[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
2023-11-21 1:44 UTC (7+ messages)
` [PATCH 34/39] arm64: psci: Ignore DENIED CPUs
[rafael-pm:bleeding-edge 12/27] drivers/acpi/thermal_lib.c:46:5: warning: no previous prototype for 'acpi_active_trip_temp'
2023-11-21 0:02 UTC
[rafael-pm:bleeding-edge 13/27] thermal.c:undefined reference to `acpi_active_trip_temp'
2023-11-20 22:20 UTC
[rafael-pm:bleeding-edge 13/27] thermal.c:undefined reference to `acpi_passive_trip_temp'
2023-11-20 21:57 UTC
[rafael-pm:bleeding-edge 12/27] drivers/acpi/thermal_lib.c:46:5: warning: no previous prototype for function 'acpi_active_trip_temp'
2023-11-20 21:27 UTC
[PATCH v1 0/6] Support integer types for _UID matching
2023-11-20 17:56 UTC (9+ messages)
` [PATCH v1 1/6] compiler.h: Introduce helpers for identifying array and pointer types
` [PATCH v1 2/6] ACPI: bus: update acpi_dev_uid_match() to support multiple types
` [PATCH v1 3/6] ACPI: bus: update acpi_dev_hid_uid_match() "
` [PATCH v1 4/6] ACPI: LPSS: use acpi_dev_uid_match() for matching _UID
` [PATCH v1 5/6] efi: dev-path-parser: "
` [PATCH v1 6/6] perf: arm_cspmu: drop redundant acpi_dev_uid_to_integer()
[PATCH] ACPI: APEI: GHES: Convert to platform remove callback returning void
2023-11-20 17:30 UTC
[PATCH] ACPI: video: Drop should_check_lcd_flag()
2023-11-20 16:50 UTC (2+ messages)
[PATCH] ACPI: video: Add comment about acpi_video_backlight_use_native() usage
2023-11-20 16:48 UTC (2+ messages)
[PATCH] ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA
2023-11-20 16:45 UTC (2+ messages)
[PATCH 0/2] ACPI: video: Use acpi_device_fix_up_power_children()
2023-11-20 16:32 UTC (2+ messages)
[PATCH v1 1/1] ACPI: NFIT: Switch to use acpi_evaluate_dsm_typed()
2023-11-20 15:11 UTC (4+ messages)
[PATCH] acpi_idle: use raw_safe_halt() from acpi_idle_play_dead()
2023-11-20 12:57 UTC (4+ messages)
[PATCH v2 1/4] ACPI: scan: Add LNXVIDEO HID to ignore_serial_bus_ids[]
2023-11-20 12:25 UTC (2+ messages)
[PATCH] ACPI: Correct and clean up the logic of acpi_parse_entries_array()
2023-11-20 11:41 UTC
[PATCH] iommu: Avoid more races around device probe
2023-11-20 11:26 UTC (3+ messages)
Fwd: kernel 6.6.x and higher , apci reboot problems
2023-11-19 14:16 UTC
[Patch v6 0/2] Add support for _TFP and change throttle pctg
2023-11-17 10:38 UTC (4+ messages)
` [Patch v6 2/2] ACPI: processor: reduce CPUFREQ thermal reduction pctg for Tegra241
[PATCH v6 0/4] Add support for Vendor Defined Error Types in Einj Module
2023-11-16 22:55 UTC (6+ messages)
` [PATCH v6 1/4] ACPI: APEI: EINJ: Refactor available_error_type_show()
` [PATCH v6 2/4] fs: debugfs: Add write functionality to debugfs blobs
` [PATCH v6 3/4] platform/chrome: cros_ec_debugfs: Fix permissions for panicinfo
` [PATCH v6 4/4] ACPI: APEI: EINJ: Add support for vendor defined error types
[REGRESSION]: acpi/nouveau: Hardware unavailable upon resume or suspend fails
2023-11-16 22:15 UTC (7+ messages)
[RESEND v5 0/4] Add support for Vendor Defined Error Types in Einj Module
2023-11-16 21:46 UTC (11+ messages)
` [RESEND v5 1/4] ACPI: APEI: EINJ: Refactor available_error_type_show()
` [RESEND v5 2/4] fs: debugfs: Add write functionality to debugfs blobs
` [RESEND v5 4/4] ACPI: APEI: EINJ: Add support for vendor defined error types
[RFC PATCH 0/6] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
2023-11-16 17:52 UTC (9+ messages)
` [RFC PATCH 1/6] cxl/mbox: Add GET_SUPPORTED_FEATURES, GET_FEATURE and SET_FEATURE mailbox commands
` [RFC PATCH 2/6] cxl/memscrub: Add CXL device patrol scrub control feature
` [RFC PATCH 5/6] cxl/memscrub: Add CXL device DDR5 ECS "
[PATCH v3 0/7] Improvements to pcie_bandwidth_available() for eGPUs
2023-11-16 13:02 UTC (18+ messages)
` [PATCH v3 1/7] drm/nouveau: Switch from pci_is_thunderbolt_attached() to dev_is_removable()
` [PATCH v3 3/7] PCI: Drop pci_is_thunderbolt_attached()
` [PATCH v3 4/7] PCI: pciehp: Move check for is_thunderbolt into a quirk
` [PATCH v3 5/7] PCI: ACPI: Detect PCIe root ports that are used for tunneling
` [PATCH v3 6/7] PCI: Split up some logic in pcie_bandwidth_available() to separate function
` [PATCH v3 7/7] PCI: Exclude PCIe ports used for virtual links in pcie_bandwidth_available()
[PATCH v1 1/1] power: reset: pwr-mlxbf: support graceful reboot instead of emergency reset
2023-11-16 0:38 UTC (2+ messages)
[PATCH 0/6] Small Runtime PM API changes
2023-11-15 22:09 UTC (9+ messages)
` [PATCH 1/6] pm: runtime: Simplify pm_runtime_get_if_active() usage
` [PATCH 2/6] pm: runtime: Add pm_runtime_put_mark_busy_autosusp() helper
` [PATCH 3/6] media: Documentation: Improve camera sensor runtime PM documentation
` [PATCH 4/6] media: ov8858: Use pm_runtime_get_if_active(), put usage_count correctly
` [PATCH 5/6] media: imx319: "
` [PATCH 6/6] media: imx219: "
[PATCH v1 0/3] gpio: mmio: Make driver agnostic
2023-11-15 20:21 UTC (8+ messages)
` [PATCH v1 1/3] device property: Implement device_is_big_endian()
[PATCH v1 0/3] gpiolib: acpi: More fixes to the consolidation rework
2023-11-15 14:57 UTC (7+ messages)
` [PATCH v1 2/3] gpiolib: Fix debug messaging in gpiod_find_and_request()
[PATCH 0/7] Subject: coresight: Move remaining AMBA ACPI devices into platform driver
2023-11-15 13:53 UTC (3+ messages)
` [PATCH 4/7] coresight: tpiu: Move ACPI support from AMBA driver to "
[PATCH v6 0/7] consolidate and cleanup CPU capacity
2023-11-15 9:42 UTC (4+ messages)
` [PATCH v6 7/7] arm64/amu: Use capacity_ref_freq to set AMU ratio
[PATCH 0/3] Parse the HEST PCIe AER and set to relevant registers
2023-11-15 9:16 UTC (3+ messages)
` [PATCH 2/3] PCI: Add AER bits #defines for PCIe to PCI/PCI-X Bridge
` [PATCH 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 read-only IMAP folder(s) and NNTP newsgroup(s).