messages from 2024-11-28 13:20:15 to 2024-12-06 03:25:48 UTC [more...]
[PATCH v10 00/22] Add support for binding ACPI platform profile to multiple drivers
2024-12-06 3:19 UTC (8+ messages)
` [PATCH v10 01/22] ACPI: platform-profile: Add a name member to handlers
` [PATCH v10 02/22] platform/x86/dell: dell-pc: Create platform device
` [PATCH v10 03/22] ACPI: platform_profile: Add device pointer into platform profile handler
` [PATCH v10 04/22] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH v10 05/22] ACPI: platform_profile: Pass the profile handler into platform_profile_notify()
` [PATCH v10 06/22] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v10 07/22] ACPI: platform_profile: Move matching string for new profile out of mutex
[PATCH v2 0/9] Enable EINJv2 support
2024-12-06 3:21 UTC (12+ messages)
` [PATCH v2 1/9] ACPICA: Update values to hex to follow ACPI specs
` [PATCH v2 2/9] ACPICA: Add EINJv2 get error type action
` [PATCH v2 3/9] ACPI: APEI: EINJ: Fix kernel test robot sparse warning
` [PATCH v2 4/9] ACPI: APEI: EINJ: Remove redundant calls to einj_get_available_error_type
` [PATCH v2 5/9] ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
` [PATCH v2 6/9] ACPI: APEI: EINJ: Add einjv2 extension struct
` [PATCH v2 7/9] ACPI: APEI: EINJ: Add debugfs files for EINJv2 support
` [PATCH v2 8/9] ACPI: APEI: EINJ: Enable EINJv2 error injections
` [PATCH v2 9/9] ACPI: APEI: EINJ: Update the documentation for EINJv2 support
[PATCH v5 0/4] power: supply: extension API
2024-12-06 1:15 UTC (9+ messages)
` [PATCH v5 1/4] ACPI: battery: Rename extensions to hook in messages
` [PATCH v5 2/4] power: supply: core: implement extension API
` [PATCH v5 3/4] power: supply: test-power: implement a power supply extension
` [PATCH v5 4/4] power: supply: cros_charge-control: "
[PATCH v4 0/3] Parse the HEST PCIe AER and set to relevant registers
2024-12-05 11:40 UTC (4+ messages)
` [PATCH v4 1/3] ACPI/APEI: Add hest_parse_pcie_aer()
` [PATCH v4 2/3] PCI: Add AER bits #defines for PCIe to PCI/PCI-X Bridge
` [PATCH v4 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()
[rafael-pm:bleeding-edge] BUILD SUCCESS 4e13aaa70332423fef1f18034070e35dd7faad04
2024-12-06 0:30 UTC
[PATCH v2 2/4] acpi/cppc: extract _cpc entry parsing logic
2024-12-05 22:08 UTC (3+ messages)
` [PATCH v2 3/4] xen/cppc: get xen-required cppc perf caps data
` [PATCH v2 4/4] xen/cppc: introduce cppc data upload sub-hypercall
[PATCH 1/2] device property: do not leak child nodes when using NULL/error pointers
2024-12-05 20:57 UTC (14+ messages)
` [PATCH 2/2] device property: fix UAF in device_get_next_child_node()
[PATCH v4 15/18] dt-bindings: usb: Add ports to google,cros-ec-typec for DP altmode
2024-12-05 18:47 UTC (12+ messages)
[PATCH v2] ACPI/IORT: Add PMCG platform information for HiSilicon HIP09A
2024-12-05 18:24 UTC (2+ messages)
[PATCH v9 00/22] Add support for binding ACPI platform profile to multiple drivers
2024-12-05 15:35 UTC (37+ messages)
` [PATCH v9 01/22] ACPI: platform-profile: Add a name member to handlers
` [PATCH v9 02/22] platform/x86/dell: dell-pc: Create platform device
` [PATCH v9 03/22] ACPI: platform_profile: Add device pointer into platform profile handler
` [PATCH v9 04/22] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH v9 05/22] ACPI: platform_profile: Pass the profile handler into platform_profile_notify()
` [PATCH v9 06/22] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v9 07/22] ACPI: platform_profile: Move matching string for new profile out of mutex
` [PATCH v9 08/22] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH v9 09/22] ACPI: platform_profile: Use `scoped_cond_guard`
` [PATCH v9 10/22] ACPI: platform_profile: Create class for ACPI platform profile
` [PATCH v9 11/22] ACPI: platform_profile: Add name attribute to class interface
` [PATCH v9 12/22] ACPI: platform_profile: Add choices attribute for "
` [PATCH v9 13/22] ACPI: platform_profile: Add profile "
` [PATCH v9 14/22] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v9 15/22] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v9 16/22] ACPI: platform_profile: Add concept of a "custom" profile
` [PATCH v9 17/22] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v9 18/22] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v9 19/22] ACPI: platform_profile: Notify class device from platform_profile_notify()
` [PATCH v9 20/22] ACPI: platform_profile: Allow multiple handlers
` [PATCH v9 21/22] platform/x86/amd: pmf: Drop all quirks
` [PATCH v9 22/22] Documentation: Add documentation about class interface for platform profiles
[PATCH v1] ACPI: OSL: Use usleep_range() in acpi_os_sleep()
2024-12-05 11:24 UTC
[RFC/RFT][PATCH v0.1] ACPI: OSL: Use usleep_range() in acpi_os_sleep()
2024-12-05 10:56 UTC (7+ messages)
[PATCH v3 0/7] ACPI: scan: MIPI DisCo for Imaging support
2024-12-05 10:54 UTC (6+ messages)
` [PATCH v3 2/7] ACPI: scan: Extract CSI-2 connection graph from _CRS
[PATCH v7 00/12] Add support for AMD hardware feedback interface
2024-12-05 9:09 UTC (25+ messages)
` [PATCH v7 01/12] Documentation: x86: Add AMD Hardware Feedback Interface documentation
` [PATCH v7 02/12] MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver
` [PATCH v7 03/12] x86/msr-index: define AMD heterogeneous CPU related MSR
` [PATCH v7 04/12] platform/x86: hfi: Introduce AMD Hardware Feedback Interface Driver
` [PATCH v7 05/12] platform/x86: hfi: parse CPU core ranking data from shared memory
` [PATCH v7 06/12] platform/x86: hfi: init per-cpu scores for each class
` [PATCH v7 07/12] platform/x86: hfi: add online and offline callback support
` [PATCH v7 08/12] platform/x86: hfi: add power management callback
` [PATCH v7 09/12] x86/process: Clear hardware feedback history for AMD processors
` [PATCH v7 10/12] cpufreq/amd-pstate: Disable preferred cores on designs with workload classification
` [PATCH v7 11/12] platform/x86/amd: hfi: Set ITMT priority from ranking data
` [PATCH v7 12/12] platform/x86/amd: hfi: Add debugfs support
[PATCH AUTOSEL 6.6 1/3] ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 8 A1-840
2024-12-04 22:14 UTC (2+ messages)
` [PATCH AUTOSEL 6.6 2/3] ACPI: x86: Clean up Asus entries in acpi_quirk_skip_dmi_ids[]
[PATCH AUTOSEL 6.11 1/3] ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 8 A1-840
2024-12-04 22:14 UTC (2+ messages)
` [PATCH AUTOSEL 6.11 2/3] ACPI: x86: Clean up Asus entries in acpi_quirk_skip_dmi_ids[]
[PATCH AUTOSEL 6.12 1/3] ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 8 A1-840
2024-12-04 22:14 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 2/3] ACPI: x86: Clean up Asus entries in acpi_quirk_skip_dmi_ids[]
[PATCH 0/4] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
2024-12-04 22:46 UTC (5+ messages)
` [PATCH 1/4] acpi: numa: Add support to enumerate and store extended linear address mode
` [PATCH 2/4] acpi/hmat / cxl: Add extended linear cache support for CXL
` [PATCH 3/4] cxl: Add extended linear cache address alias emission for cxl events
` [PATCH 4/4] cxl: Add mce notifier to emit aliased address for extended linear cache
[PATCH] ACPI/HMAT: Move HMAT messages to pr_debug()
2024-12-04 20:55 UTC (7+ messages)
[PATCH AUTOSEL 5.15 3/6] PCI: Detect and trust built-in Thunderbolt chips
2024-12-04 16:01 UTC
[PATCH AUTOSEL 6.1 3/6] PCI: Detect and trust built-in Thunderbolt chips
2024-12-04 16:01 UTC
[PATCH AUTOSEL 6.6 07/12] PCI: Detect and trust built-in Thunderbolt chips
2024-12-04 16:01 UTC
[PATCH AUTOSEL 6.11 07/13] PCI: Detect and trust built-in Thunderbolt chips
2024-12-04 16:00 UTC
[PATCH AUTOSEL 6.12 07/15] PCI: Detect and trust built-in Thunderbolt chips
2024-12-04 15:59 UTC
[PATCH AUTOSEL 6.11 33/33] mailbox: pcc: Check before sending MCTP PCC response ACK
2024-12-04 15:47 UTC
[PATCH AUTOSEL 6.12 36/36] mailbox: pcc: Check before sending MCTP PCC response ACK
2024-12-04 15:45 UTC
[PATCH v2 0/3] Support for autonomous selection in cppc_cpufreq
2024-12-04 6:07 UTC (2+ messages)
[RFC PATCH v2 0/6] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
2024-12-03 23:08 UTC (7+ messages)
` [RFC PATCH v2 1/5] acpi: numa: Add support to enumerate and store extended linear address mode
` [RFC PATCH v2 2/5] acpi/hmat / cxl: Add extended linear cache support for CXL
[PATCH 0/4] PCI: Constify 'struct bin_attribute'
2024-12-03 21:32 UTC (7+ messages)
` [PATCH 1/4] PCI/sysfs: "
` [PATCH 2/4] PCI/VPD: "
` [PATCH 3/4] PCI/P2PDMA: "
` [PATCH 4/4] PCI/ACPI: "
[PATCH v6] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl
2024-12-03 9:18 UTC (5+ messages)
[rafael-pm:bleeding-edge] BUILD SUCCESS 4d27d1319cc08e4c4ed497c97360eb6e1489eeb1
2024-12-03 8:56 UTC
[PATCH] ACPI: fan: cleanup resources in the error path of .probe()
2024-12-03 3:30 UTC
[PATCH 0/3] ACPI: Constify 'struct bin_attribute'
2024-12-02 19:04 UTC (4+ messages)
` [PATCH 1/3] ACPI: BGRT: Mark bin_attribute as __ro_after_init
` [PATCH 2/3] ACPI: BGRT: Constify 'struct bin_attribute'
` [PATCH 3/3] ACPI: sysfs: "
Thermal driver with safeguards
2024-12-02 14:52 UTC
[PATCH 5.10.y 0/1] Backport fix for CVE-2024-49935
2024-12-02 12:11 UTC (2+ messages)
` [PATCH 5.10.y 1/1] ACPI: PAD: fix crash in exit_round_robin()
[PATCH 1/1] ACPI: resource: Fix memory resource type union access
2024-12-02 10:06 UTC
[ANNOUNCE][CFP] Power Management and Scheduling in the Linux Kernel VII edition (OSPM-summit 2025)
2024-12-02 9:55 UTC (2+ messages)
[PATCH v17 0/3] ACPI: APEI: handle synchronous errors in task work
2024-12-02 3:05 UTC (4+ messages)
` [PATCH v17 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v17 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v17 3/3] ACPI: APEI: handle synchronous exceptions in task work
[PATCH v8 00/22] Add support for binding ACPI platform profile to multiple drivers
2024-12-01 17:20 UTC (27+ messages)
` [PATCH v8 01/22] ACPI: platform-profile: Add a name member to handlers
` [PATCH v8 02/22] platform/x86/dell: dell-pc: Create platform device
` [PATCH v8 03/22] ACPI: platform_profile: Add device pointer into platform profile handler
` [PATCH v8 04/22] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH v8 05/22] ACPI: platform_profile: Pass the profile handler into platform_profile_notify()
` [PATCH v8 06/22] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v8 07/22] ACPI: platform_profile: Move matching string for new profile out of mutex
` [PATCH v8 08/22] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH v8 09/22] ACPI: platform_profile: Use `scoped_cond_guard`
` [PATCH v8 10/22] ACPI: platform_profile: Create class for ACPI platform profile
` [PATCH v8 11/22] ACPI: platform_profile: Add name attribute to class interface
` [PATCH v8 12/22] ACPI: platform_profile: Add choices attribute for "
` [PATCH v8 13/22] ACPI: platform_profile: Add profile "
` [PATCH v8 14/22] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v8 15/22] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v8 16/22] ACPI: platform_profile: Add concept of a "custom" profile
` [PATCH v8 17/22] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v8 18/22] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v8 19/22] ACPI: platform_profile: Notify class device from platform_profile_notify()
` [PATCH v8 20/22] ACPI: platform_profile: Allow multiple handlers
` [PATCH v8 21/22] platform/x86/amd: pmf: Drop all quirks
` [PATCH v8 22/22] Documentation: Add documentation about class interface for platform profiles
[PATCH v4 00/12] Initial support for SMMUv3 nested translation
2024-11-29 15:06 UTC (4+ messages)
` [PATCH v4 08/12] iommu/arm-smmu-v3: Support IOMMU_VIOMMU_ALLOC
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