messages from 2025-03-03 10:53:25 to 2025-03-06 23:48:52 UTC [more...]
[PATCH v4 0/9] Enable EINJv2 Support
2025-03-06 23:48 UTC (7+ messages)
` [PATCH v4 1/9] ACPICA: Update values to hex to follow ACPI specs
` [PATCH v4 2/9] ACPICA: Add EINJv2 get error type action
` [PATCH v4 3/9] ACPI: APEI: EINJ: Fix kernel test robot sparse warning
` [PATCH v4 4/9] ACPI: APEI: EINJ: Remove redundant calls to einj_get_available_error_type
` [PATCH v4 5/9] ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
` [PATCH v4 6/9] ACPI: APEI: EINJ: Add einjv2 extension struct
[PATCH v6 0/5] Add support for the TPM FF-A start method
2025-03-06 22:45 UTC (8+ messages)
` [PATCH v6 1/5] tpm_crb: implement driver compliant to CRB over FF-A
` [PATCH v6 2/5] tpm_crb: clean-up and refactor check for idle support
` [PATCH v6 3/5] ACPICA: add start method for Arm FF-A
` [PATCH v6 4/5] tpm_crb: add support for the Arm FF-A start method
` [PATCH v6 5/5] Documentation: tpm: add documentation for the CRB FF-A interface
[rafael-pm:bleeding-edge 103/108] drivers/powercap/dtpm_cpu.c:83:15: error: call to undeclared function 'sched_cpu_util'; ISO C99 and later do not support implicit function declarations
2025-03-06 19:34 UTC
[PATCH v5 00/10] Introduce /dev/mshv root partition driver
2025-03-06 19:23 UTC (21+ messages)
` [PATCH v5 01/10] hyperv: Convert Hyper-V status codes to strings
` [PATCH v5 02/10] x86/mshyperv: Add support for extended Hyper-V features
` [PATCH v5 03/10] arm64/hyperv: Add some missing functions to arm64
` [PATCH v5 04/10] hyperv: Introduce hv_recommend_using_aeoi()
` [PATCH v5 05/10] acpi: numa: Export node_to_pxm()
` [PATCH v5 06/10] Drivers/hv: Export some functions for use by root partition module
` [PATCH v5 10/10] Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs
[PATCH v20 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2025-03-06 18:18 UTC (2+ messages)
[PATCH 1/2 v6] mm/mempolicy: Weighted Interleave Auto-tuning
2025-03-06 17:32 UTC (9+ messages)
` [PATCH 2/2 v6] mm/mempolicy: Don't create weight sysfs for memoryless nodes
[rafael-pm:bleeding-edge] BUILD REGRESSION 96791086aa226b85fe090573b9e3668ac53d5364
2025-03-06 15:41 UTC
[PATCH v7] mm/mempolicy: Weighted Interleave Auto-tuning
2025-03-06 12:58 UTC (2+ messages)
[PATCH v2 0/3] ACPI: Add support for ACPI RAS2 feature table
2025-03-06 11:21 UTC (10+ messages)
` [PATCH v2 1/3] ACPI: ACPI 6.5: RAS2: Shorten RAS2 table structure and variable names
` [PATCH v2 2/3] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v2 3/3] ras: mem: Add memory "
[PATCH 0/8] sysctl: Move sysctls from kern_table into their respective subsystems
2025-03-06 10:37 UTC (7+ messages)
` [PATCH 3/8] ftrace: Move trace sysctls into trace.c
` [PATCH 4/8] stack_tracer: move sysctl registration to kernel/trace/trace.c
[PATCH 00/14] mailbox: pcc: Fixes and cleanup/refactoring
2025-03-06 9:31 UTC (37+ messages)
` [PATCH 01/14] mailbox: pcc: Fix the possible race in updation of chan_in_use flag
` [PATCH 02/14] mailbox: pcc: Always clear the platform ack interrupt first
` [PATCH 03/14] mailbox: pcc: Drop unnecessary endianness conversion of pcc_hdr.flags
` [PATCH 04/14] mailbox: pcc: Return early if no GAS register from pcc_mbox_cmd_complete_check
` [PATCH 05/14] mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()
` [PATCH 06/14] mailbox: pcc: Refactor error handling in irq handler into separate function
` [PATCH 07/14] mailbox: pcc: Move pcc_mbox_ioremap() before pcc_mbox_request_channel()
` [PATCH 08/14] mailbox: pcc: Always map the shared memory communication address
` [PATCH 09/14] mailbox: pcc: Refactor and simplify check_and_ack()
` [PATCH 10/14] soc: hisilicon: kunpeng_hccs: Simplify PCC shared memory region handling
` [PATCH 11/14] i2c: xgene-slimpro: "
` [PATCH 12/14] hwmon: (xgene-hwmon) "
` [PATCH 13/14] ACPI: PCC: "
` [PATCH 14/14] ACPI: CPPC: "
[rafael-pm:bleeding-edge 103/108] drivers/powercap/dtpm_cpu.c:83:29: error: implicit declaration of function 'sched_cpu_util'
2025-03-06 4:24 UTC
[PATCH] platform/x86/amd: pmf: Fix missing hidden options for Smart PC
2025-03-06 4:11 UTC (2+ messages)
Potential Linux Crash: KASAN: slab-use-after-free Read in acpi_ut_update_object_reference in Linux kernel v6.13-rc5
2025-03-06 3:06 UTC
Potential Linux Crash: KASAN: slab-use-after-free Read in acpi_ut_valid_internal_object in Linux kernel v6.13-rc5
2025-03-06 3:02 UTC
[PATCH v5 1/4] ACPI: APEI: Move apei_hest_parse() to apei.h
2025-03-05 23:34 UTC (2+ messages)
[PATCH v3 RESEND 0/2] Add LPS0 check() for pinctrl-amd
2025-03-05 22:01 UTC (3+ messages)
` [PATCH v3 RESEND 1/2] ACPI: Add missing prototype for non CONFIG_SUSPEND/CONFIG_X86 case
` [PATCH v3 RESEND 2/2] pinctrl: amd: Add an LPS0 check() callback
[PATCH] Staging: pnp: interface: fixed a pointer coding style issue
2025-03-05 22:11 UTC
[rafael-pm:fixes] BUILD SUCCESS a74dfb1525b83791271ee7eb13933917f9e7df2c
2025-03-05 20:10 UTC
[PATCH v2 0/4] iommu: Fix the longstanding probe issues
2025-03-05 18:28 UTC (7+ messages)
` [PATCH v2 2/4] iommu: Resolve ops in iommu_init_device()
` [PATCH v2 3/4] iommu: Keep dev->iommu state consistent
` [PATCH v2 4/4] iommu: Get DT/ACPI parsing into the proper probe path
[PATCH v2 00/13] mailbox: pcc: Fixes and cleanup/refactoring
2025-03-05 16:38 UTC (14+ messages)
` [PATCH v2 01/13] mailbox: pcc: Fix the possible race in updation of chan_in_use flag
` [PATCH v2 02/13] mailbox: pcc: Always clear the platform ack interrupt first
` [PATCH v2 03/13] mailbox: pcc: Drop unnecessary endianness conversion of pcc_hdr.flags
` [PATCH v2 04/13] mailbox: pcc: Return early if no GAS register from pcc_mbox_cmd_complete_check
` [PATCH v2 05/13] mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()
` [PATCH v2 06/13] mailbox: pcc: Refactor error handling in irq handler into separate function
` [PATCH v2 07/13] mailbox: pcc: Always map the shared memory communication address
` [PATCH v2 08/13] mailbox: pcc: Refactor and simplify check_and_ack()
` [PATCH v2 09/13] soc: hisilicon: kunpeng_hccs: Simplify PCC shared memory region handling
` [PATCH v2 10/13] i2c: xgene-slimpro: "
` [PATCH v2 11/13] hwmon: (xgene-hwmon) "
` [PATCH v2 12/13] ACPI: PCC: "
` [PATCH v2 13/13] ACPI: CPPC: "
[PATCH 1/2 v6] mm/mempolicy: Weighted Interleave Auto-tuning
2025-03-05 16:28 UTC (5+ messages)
[PATCH v4 0/5] Add support for the TPM FF-A start method
2025-03-05 16:09 UTC (5+ messages)
[PATCH v5] PCI: Allow PCI bridges to go to D3Hot on all Devicetree based platforms
2025-03-05 13:41 UTC (5+ messages)
[PATCH v5 00/10] Support ROHM BD79124 ADC
2025-03-05 10:54 UTC (14+ messages)
` [PATCH v5 02/10] property: Add functions to count named child nodes
` [PATCH v5 03/10] iio: adc: add helpers for parsing ADC nodes
` [PATCH v5 08/10] MAINTAINERS: Add IIO ADC helpers
` [PATCH RFC net-next v5 10/10] net: gianfar: Use device_get_child_node_count_named()
[PATCH v4 00/10] Support ROHM BD79124 ADC
2025-03-04 23:59 UTC (15+ messages)
` [PATCH v4 03/10] iio: adc: add helpers for parsing ADC nodes
` [PATCH v4 07/10] iio: adc: ti-ads7924: Respect device tree config
PCI: hotplug_event: PCIe PLDA Device BAR Reset
2025-03-04 22:44 UTC (7+ messages)
[PATCH linux-next 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-03-04 20:46 UTC (11+ messages)
` [PATCH linux-next 1/2] ACPI:RAS2: Add ACPI RAS2 driver
[PATCH] ACPI: button: Install notifier for system events as well
2025-03-04 20:20 UTC (3+ messages)
[PATCH 0/3] Add support for hidden choices to platform_profile
2025-03-04 19:59 UTC (3+ messages)
[PATCH v2 0/1] Add quiet/low power compat code
2025-03-04 16:23 UTC (15+ messages)
` [PATCH v2 1/1] ACPI: platform_profile: Treat quiet and low power the same
[rafael-pm:bleeding-edge] BUILD SUCCESS 6d3fcaf8c783f7be7585efcf71d22b9f06fe60a9
2025-03-04 14:58 UTC
[PATCH v1 1/1] gpiolib-acpi: Drop unneeded ERR_CAST() in __acpi_find_gpio()
2025-03-04 14:48 UTC (3+ messages)
[PATCH v1 0/3] gpiolib: Reduce 'gpio' namespace when operate over GPIOd
2025-03-04 13:43 UTC (19+ messages)
` [PATCH v1 1/3] gpiolib: Align FLAG_* definitions in the struct gpio_desc
` [PATCH v1 2/3] gpiolib: Rename gpio_set_debounce_timeout() to gpiod_do_set_debounce()
` [PATCH v1 3/3] gpiolib: Rename gpio_do_set_config() --> gpiod_do_set_config()
` (subset) [PATCH v1 0/3] gpiolib: Reduce 'gpio' namespace when operate over GPIOd
[PATCH 2/2 v6] mm/mempolicy: Don't create weight sysfs for memoryless nodes
2025-03-04 12:53 UTC (3+ messages)
[PATCH] ACPICA: fix build with GCC 15 due to -Werror=unterminated-string-initialization
2025-03-04 4:41 UTC (2+ messages)
Re: [PATCHv4] PCI/ACPI: _DSM PRESERVE_BOOT_CONFIG function rev id doesn't match with spec
2025-03-03 22:46 UTC (2+ messages)
[PATCH v2 0/9] x86/hyperv: Support wakeup mailbox for VTL2 TDX guest
2025-03-03 22:21 UTC (9+ messages)
` [PATCH v2 2/9] dt-bindings: x86: Add a binding for x86 wakeup mailbox
[PATCH v2 0/4] PM: Use DPM_FLAG_SMART_SUSPEND conditionally
2025-03-03 11:35 UTC (3+ messages)
` [PATCH v2 4/4] PM: sleep: Avoid unnecessary checks in device_prepare_smart_suspend()
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