Linux ACPI
[Prev Page][Next Page]
- Re: [PATCH v2 3/3] Input: soc_button_array: Only debounce cherryview and baytrail systems, (continued)
- [PATCH v1 1/1] ACPI: LPSS: Remove AudioDSP related ID,
Andy Shevchenko
- [PATCH v2 next] ACPI: APEI: EINJ: prevent memory corruption in error_type_set(),
Dan Carpenter
- [bug report] ACPI: APEI: EINJ: Discover EINJv2 parameters, Dan Carpenter
- [PATCH next] ACPI: APEI: EINJ: prevent memory corruption in error_type_set(),
Dan Carpenter
- For sale, Exceptional One PC
- [rafael-pm:fixes] BUILD SUCCESS 3516b6fb15377f4c3bc8c6d422e96cc1fcf4267a, kernel test robot
- [rafael-pm:bleeding-edge] BUILD SUCCESS 214e5f60b0342a6bea4a3e761883c3f154b31bd9, kernel test robot
- [PATCH][next] ACPI: APEI: EINJ: Fix check and iounmap of uninitialized pointer p,
Colin Ian King
- [PATCH 0/2] Fix soc-button-array debounce,
Mario Limonciello
- [PATCH][next] ACPI: APEI: EINJ: Fix less than zero comparison on a size_t variable,
Colin Ian King
- [PATCH v2 0/8] Cache coherency management subsystem,
Jonathan Cameron
- [PATCH] ACPI / sysfs: Replace deprecated strcpy() with sysfs_emit,
Brahmajit Das
- [PATCH v4 00/22] AMD MCA interrupts rework,
Yazen Ghannam
- [PATCH v4 03/22] x86/mce/amd: Add default names for MCA banks and blocks, Yazen Ghannam
- [PATCH v4 13/22] x86/mce: Do 'UNKNOWN' vendor check early, Yazen Ghannam
- [PATCH v4 14/22] x86/mce: Separate global and per-CPU quirks, Yazen Ghannam
- [PATCH v4 16/22] x86/mce: Unify AMD THR handler with MCA Polling, Yazen Ghannam
- [PATCH v4 01/22] x86/mce: Don't remove sysfs if thresholding sysfs init fails, Yazen Ghannam
- [PATCH v4 02/22] x86/mce: Restore poll settings after storm subsides, Yazen Ghannam
- [PATCH v4 04/22] x86/mce/amd: Fix threshold limit reset, Yazen Ghannam
- [PATCH v4 07/22] x86/mce/amd: Remove smca_banks_map, Yazen Ghannam
- [PATCH v4 06/22] x86/mce/amd: Remove return value for mce_threshold_{create,remove}_device(), Yazen Ghannam
- [PATCH v4 08/22] x86/mce/amd: Put list_head in threshold_bank, Yazen Ghannam
- [PATCH v4 05/22] x86/mce/amd: Rename threshold restart function, Yazen Ghannam
- [PATCH v4 09/22] x86/mce: Cleanup bank processing on init, Yazen Ghannam
- [PATCH v4 15/22] x86/mce: Move machine_check_poll() status checks to helper functions, Yazen Ghannam
- [PATCH v4 18/22] x86/mce/amd: Support SMCA Corrected Error Interrupt, Yazen Ghannam
- [PATCH v4 10/22] x86/mce: Remove __mcheck_cpu_init_early(), Yazen Ghannam
- [PATCH v4 11/22] x86/mce: Define BSP-only init, Yazen Ghannam
- [PATCH v4 12/22] x86/mce: Define BSP-only SMCA init, Yazen Ghannam
- [PATCH v4 20/22] x86/mce/amd: Define threshold restart function for banks, Yazen Ghannam
- [PATCH v4 22/22] x86/mce: Save and use APEI corrected threshold limit, Yazen Ghannam
- [PATCH v4 19/22] x86/mce/amd: Remove redundant reset_block(), Yazen Ghannam
- [PATCH v4 21/22] x86/mce: Handle AMD threshold interrupt storms, Yazen Ghannam
- [PATCH v4 17/22] x86/mce: Unify AMD DFR handler with MCA Polling, Yazen Ghannam
- [PATCH] ACPI / sysfs: Replace deprecated and unsafe functions with sysfs_emit,
Brahmajit Das
- [PATCH AUTOSEL 5.4 6/7] ACPICA: Refuse to evaluate a method if arguments are missing, Sasha Levin
- [PATCH AUTOSEL 5.10 7/8] ACPICA: Refuse to evaluate a method if arguments are missing, Sasha Levin
- [PATCH AUTOSEL 5.15 09/11] ACPICA: Refuse to evaluate a method if arguments are missing, Sasha Levin
- [PATCH AUTOSEL 6.1 13/15] ACPICA: Refuse to evaluate a method if arguments are missing, Sasha Levin
- [PATCH AUTOSEL 6.6 16/18] ACPICA: Refuse to evaluate a method if arguments are missing, Sasha Levin
- [PATCH AUTOSEL 6.12 17/19] ACPICA: Refuse to evaluate a method if arguments are missing, Sasha Levin
- [PATCH AUTOSEL 6.15 18/20] ACPICA: Refuse to evaluate a method if arguments are missing, Sasha Levin
- [PATCH 0/3 v4] Make ELOG and GHES log and trace consistently,
Fabio M. De Francesco
- [PATCH v1 1/1] i2c: acpi: Replace custom code with device_match_acpi_handle(),
Andy Shevchenko
- [GIT PULL] ACPI fix for v6.16-rc3,
Rafael J. Wysocki
- [PATCH] ACPI: fan: Replace sprintf/scnprintf with sysfs_emit in show functions,
Abdelrahman Fekry
- [PATCH] ACPI: FAN: Update fps count debug print,
Sumeet Pawnikar
[PATCH v8 0/9] rust: Add ACPI match table support for Rust drivers,
Igor Korotin
- [PATCH v8 1/9] rust: device: implement FwNode::is_of_node(), Igor Korotin
- [PATCH v8 2/9] samples: rust: platform: don't call as_ref() repeatedly, Igor Korotin
- [PATCH v8 3/9] samples: rust: platform: conditionally call Self::properties_parse(), Igor Korotin
- [PATCH v8 4/9] rust: acpi: add `acpi::DeviceId` abstraction, Igor Korotin
- [PATCH v8 5/9] rust: driver: Consolidate `Adapter::of_id_info` methods using `#[cfg]`, Igor Korotin
- [PATCH v8 7/9] rust: platform: Set `OF_ID_TABLE` default to `None` in `Driver` trait, Igor Korotin
- [PATCH v8 6/9] rust: driver: Add ACPI id table support to Adapter trait, Igor Korotin
- [PATCH v8 8/9] rust: platform: Add ACPI match table support to `Driver` trait, Igor Korotin
- [PATCH v8 9/9] samples: rust: add ACPI match table example to platform driver, Igor Korotin
- Re: [PATCH v8 0/9] rust: Add ACPI match table support for Rust drivers, Danilo Krummrich
[PATCH v2 0/2] ACPI: Improve SPCR handling and messaging on SPCR-less systems,
Li Chen
[PATCH] i2c: Force DLL0945 touchpad i2c freq to 100khz,
fangzhong.zhou
[rafael-pm:fixes] BUILD SUCCESS 84dffc807c819833ce9b421d8fea280ccec94227, kernel test robot
[rafael-pm:bleeding-edge] BUILD SUCCESS e7ee7d2f3ba5ea96a3f4027575025b57d4bd8e5f, kernel test robot
[PATCH] Revert "PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()",
Zhe Qiao
[PATCH] ACPI: processor: idle: Fix resource rollback in acpi_processor_power_init,
Huisong Li
[PATCH v1] ACPICA: Refuse to evaluate a method if arguments are missing,
Rafael J. Wysocki
[PATCH v7 0/9] rust: Add ACPI match table support for Rust drivers,
Igor Korotin
[PATCH] ACPI: DPTF: Support for Wildcat Lake,
Srinivas Pandruvada
[PATCH v10 0/7] Enable EINJv2 Support,
Zaid Alali
[PATCH v9 0/2] ACPI: Add support for ACPI RAS2 feature table,
shiju.jose
[PATCH AUTOSEL 5.15 6/8] ACPI: resource: Use IRQ override on MACHENIKE 16P, Sasha Levin
[PATCH AUTOSEL 6.1 6/8] ACPI: resource: Use IRQ override on MACHENIKE 16P, Sasha Levin
[PATCH AUTOSEL 6.6 7/9] ACPI: resource: Use IRQ override on MACHENIKE 16P, Sasha Levin
[PATCH AUTOSEL 6.12 09/12] ACPI: resource: Use IRQ override on MACHENIKE 16P, Sasha Levin
[PATCH AUTOSEL 6.15 12/15] ACPI: resource: Use IRQ override on MACHENIKE 16P, Sasha Levin
[rafael-pm:bleeding-edge] BUILD SUCCESS 238bc315167568e06d1cc19ef17b9d611ba7859f, kernel test robot
[PATCH v2] PCI/ACPI: Fix double free bug in pci_acpi_scan_root() function,
Zhe Qiao
[PATCH v1] ACPI: PM: Set .detach in acpi_general_pm_domain definition,
Rafael J. Wysocki
[RFC PATCH] ACPI / sysfs: Replace deprecated strcpy() with strscpy(),
Brahmajit Das
Thank you for your order! 107729604263, Chryssa Stacey
[PATCH] PCI/ACPI: Fix double free bug in pci_acpi_scan_root() function,
Zhe Qiao
Virtio-IOMMU interrupt remapping design,
Demi Marie Obenour
[GIT PULL] Power management updates for v6.16-rc2,
Rafael J. Wysocki
[GIT PULL] ACPI updates for v6.16-rc2,
Rafael J. Wysocki
[PATCH] driver core: faux: fix Undefined Behavior in faux_device_destroy(),
marc . herbert
[PATCH v3 00/28] lan966x pci device: Add support for SFPs,
Herve Codina
- [PATCH v3 03/28] of: dynamic: Fix overlayed devices not probing because of fw_devlink, Herve Codina
- [PATCH v3 02/28] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode(), Herve Codina
- [PATCH v3 04/28] driver core: Avoid warning when removing a device while its supplier is unbinding, Herve Codina
- [PATCH v3 05/28] bus: simple-pm-bus: Populate child nodes at probe, Herve Codina
- [PATCH v3 01/28] Revert "treewide: Fix probing of devices in DT overlays", Herve Codina
- [PATCH v3 06/28] driver core: fw_devlink: Introduce fw_devlink_set_device(), Herve Codina
- [PATCH v3 13/28] PCI: of: Set fwnode device of newly created PCI device nodes, Herve Codina
- [PATCH v3 09/28] cxl/test: Use device_set_node(), Herve Codina
- [PATCH v3 10/28] cxl/test: Use fw_devlink_set_device(), Herve Codina
- [PATCH v3 07/28] drivers: core: Use fw_devlink_set_device(), Herve Codina
- [PATCH v3 11/28] PCI: of: Use fw_devlink_set_device(), Herve Codina
- [PATCH v3 08/28] pinctrl: cs42l43: Use fw_devlink_set_device(), Herve Codina
- [PATCH v3 12/28] driver core: fw_devlink: Tag the fwnode dev member as private, Herve Codina
- [PATCH v3 23/28] misc: lan966x_pci: Rename lan966x_pci.dtso to lan966x_evb_lan9662_nic.dtso, Herve Codina
- [PATCH v3 24/28] PCI: Add Microchip LAN9662 PCI Device ID, Herve Codina
- [PATCH v3 14/28] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node, Herve Codina
- [PATCH v3 20/28] i2c: busses: at91: Add MCHP_LAN966X_PCI dependency, Herve Codina
- [PATCH v3 26/28] misc: lan966x_pci: Add dtsi/dtso nodes in order to support SFPs, Herve Codina
- [PATCH v3 15/28] i2c: core: Introduce i2c_get_adapter_physdev(), Herve Codina
- [PATCH v3 16/28] i2c: mux: Set adapter physical device, Herve Codina
- [PATCH v3 18/28] of: property: Allow fw_devlink device-tree on x86 when PCI device-tree node creation is enabled, Herve Codina
- [PATCH v3 17/28] i2c: mux: Create missing devlink between mux and adapter physical device, Herve Codina
- [PATCH v3 25/28] misc: lan966x_pci: Introduce board specific data, Herve Codina
- [PATCH v3 19/28] clk: lan966x: Add MCHP_LAN966X_PCI dependency, Herve Codina
- [PATCH v3 21/28] misc: lan966x_pci: Fix dtso nodes ordering, Herve Codina
- [PATCH v3 22/28] misc: lan966x_pci: Split dtso in dtsi/dtso, Herve Codina
- [PATCH v3 27/28] misc: lan966x_pci: Sort the drivers list in Kconfig help, Herve Codina
- [PATCH v3 28/28] misc: lan966x_pci: Add drivers needed to support SFPs in Kconfig help, Herve Codina
- Re: [PATCH v3 00/28] lan966x pci device: Add support for SFPs, Rob Herring
[PATCH v6 0/6] rust: Add ACPI match table support for Rust drivers,
Igor Korotin
[rafael-pm:fixes] BUILD SUCCESS 32d6e781b103c7a0524576117fed8dc5dc88bef2, kernel test robot
[rafael-pm:bleeding-edge] BUILD SUCCESS 19ff61c79ceb952f1cd66e9ebe78e9c83fc610f0, kernel test robot
[PATCH v9 0/7 RESEND] Enable EINJv2 Support,
Zaid Alali
[PATCH v1 0/5] ACPI: proc: A few cleanups,
Andy Shevchenko
[PATCH 0/4] ACPI / PPTT: Add helpers to fill cpumask from PPTT,
James Morse
[PATCH] x86: Fix build warnings about export.h,
Zhenghan Cheng
[rafael-pm:fixes] BUILD SUCCESS e0863ea96ab7928f3016846d6c9867a9a8a93ddb, kernel test robot
[PATCH v3][next] acpi: nfit: intel: avoid multiple -Wflex-array-member-not-at-end warnings,
Gustavo A. R. Silva
[PATCH v5 0/6] rust: Add ACPI match table support for Rust drivers,
Igor Korotin
[bug report] PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root(),
Dan Carpenter
[rafael-pm:bleeding-edge] BUILD SUCCESS 1c1f19a32b73c8cff3605411b7f6f4050a044cfc, kernel test robot
WTS Available laptops and Memory, Exceptional One PC
[PATCH v4 0/5] rust: Add ACPI match table support for Rust drivers,
Igor Korotin
[PATCH v8 0/2] ACPI: Add support for ACPI RAS2 feature table,
shiju.jose
[PATCH v2 0/3] RISC-V: Add ACPI support for IOMMU,
Sunil V L
[PATCH v2 0/1] MAINTAINERS: .mailmap: Update Hans de Goede's email address,
Hans de Goede
Re: [PATCH] cxl: Remove core/acpi.c and cxl core dependency on ACPI,
Jonathan Cameron
[PATCH RESEND] device property: Use tidy for_each_named_* macros, Matti Vaittinen
[PATCH] ACPI: acpi_pad: Update arguments of mwait_idle_with_hints(),
Uros Bizjak
[PATCH] Decrease `AcpiExTracePoint` verbosity,
Mario Limonciello
[PATCH v2] ACPI: Enable CONFIG_ACPI_DEBUG by default,
Mario Limonciello
[PATCH] gpiolib: acpi: Add a quirk for Acer Nitro V15,
Mario Limonciello
[rafael-pm:bleeding-edge] BUILD SUCCESS 013a27aa0893a6f58cc1edeb46fbfb5380ce2098, kernel test robot
[rafael-pm:bleeding-edge] BUILD REGRESSION 6b808debc32a8f17742453f202cdfe4aa5bd372e, kernel test robot
[PATCH 0/3] CXL: ACPI: faux: Fix cxl_core.ko module load regression,
Dan Williams
[rafael-pm:bleeding-edge 7/9] drivers/acpi/processor_idle.c:63: undefined reference to `arch_cpu_rescan_dead_smt_siblings', kernel test robot
[PATCH v3 0/4] rust: Add ACPI match table support for Rust drivers,
Igor Korotin
[PATCH v3 3/4] rust: platform: Add ACPI match table support to `Driver` trait, Igor Korotin
[PATCH v3 4/4] samples: rust: add ACPI match table example to platform driver, Igor Korotin
[PATCH 0/2] ACPI: Improve SPCR handling and messaging on SPCR-less systems,
Li Chen
[PATCH v2 00/12] media: uvcvideo: Add support for orientation and rotation.,
Ricardo Ribalda
- [PATCH v2 01/12] media: uvcvideo: Always set default_value, Ricardo Ribalda
- [PATCH v2 03/12] ACPI: mipi-disco-img: Do not duplicate rotation info into swnodes, Ricardo Ribalda
- [PATCH v2 02/12] media: v4l: fwnode: Support ACPI's _PLD for v4l2_fwnode_device_parse, Ricardo Ribalda
- [PATCH v2 05/12] media: ipu-bridge: Use v4l2_fwnode for unknown rotations, Ricardo Ribalda
- [PATCH v2 04/12] media: ipu-bridge: Use v4l2_fwnode_device_parse helper, Ricardo Ribalda
- [PATCH v2 07/12] media: uvcvideo: Make uvc_alloc_entity non static, Ricardo Ribalda
- [PATCH v2 06/12] dt-bindings: usb: usb-device: Add orientation and rotation, Ricardo Ribalda
- [PATCH v2 10/12] media: uvcvideo: Add get_* functions to uvc_entity, Ricardo Ribalda
- [PATCH v2 08/12] media: uvcvideo: Add support for V4L2_CID_CAMERA_ORIENTATION, Ricardo Ribalda
- [PATCH v2 09/12] media: uvcvideo: Add uvc_ctrl_query_entity helper, Ricardo Ribalda
- [PATCH v2 12/12] media: uvcvideo: Do not create MC entities for virtual entities, Ricardo Ribalda
- [PATCH v2 11/12] media: uvcvideo: Add support for V4L2_CID_CAMERA_ROTATION, Ricardo Ribalda
[PATCH v2 0/5] rust: Add ACPI match table support for Rust drivers,
Igor Korotin
Stack overflow uefi get variable, zepta
[PATCH v1 0/5] x86/smp: Restore the elimination of mwait_play_dead_cpuid_hint(),
Rafael J. Wysocki
[PATCH v6 0/2] Revise some PCI _DSM method implement,
Zhou Shengqing
[PATCH v8 0/7] Enable EINJv2 Support,
Zaid Alali
[rafael-pm:bleeding-edge] BUILD SUCCESS fcb316420b91986403917f1a336f8af0f5e4cfe1, kernel test robot
[rafael-pm:fixes] BUILD SUCCESS 8887abccf8aa16795f23ef3a3b25650cb8aa804c, kernel test robot
[PATCH v1 0/5] rust: Add ACPI match table support for Rust drivers,
Igor Korotin
[PATCH] acpi: pm: del init error to 0, Li Jun
[PATCH] ACPI: pfr_update: Add more debug information when firmware update failed,
Chen Yu
[PATCH] ACPI: CPPC: Fix panic caused by NULL pointer dereference, Yunhui Cui
[PATCH AUTOSEL 5.10 24/27] software node: Correct a OOB check in software_node_get_reference_args(), Sasha Levin
[PATCH AUTOSEL 5.15 27/33] software node: Correct a OOB check in software_node_get_reference_args(), Sasha Levin
[PATCH AUTOSEL 6.1 38/46] software node: Correct a OOB check in software_node_get_reference_args(), Sasha Levin
[PATCH AUTOSEL 6.6 47/62] software node: Correct a OOB check in software_node_get_reference_args(), Sasha Levin
[PATCH AUTOSEL 6.12 74/93] software node: Correct a OOB check in software_node_get_reference_args(), Sasha Levin
[PATCH AUTOSEL 6.14 085/108] software node: Correct a OOB check in software_node_get_reference_args(), Sasha Levin
[PATCH AUTOSEL 6.15 094/118] software node: Correct a OOB check in software_node_get_reference_args(), Sasha Levin
[PATCH v4 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs,
Ricardo Neri
[Index of Archives]
[Linux IBM ACPI]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]