messages from 2024-07-10 16:14:13 to 2024-07-24 09:52:16 UTC [more...]
[Bug][Regression] non-stop ACPI ([\_SB.PC00.LPCB.HEC.TSR1]) and thermal zone error
2024-07-24 9:52 UTC (3+ messages)
[RFC PATCH v9 00/11] EDAC: Scrub: Introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2024-07-24 9:10 UTC (30+ messages)
` [RFC PATCH v9 01/11] EDAC: Add generic EDAC RAS feature driver
` [RFC PATCH v9 02/11] EDAC: Add EDAC scrub control driver
` [RFC PATCH v9 03/11] EDAC: Add EDAC ECS "
` [RFC PATCH v9 04/11] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [RFC PATCH v9 05/11] cxl/mbox: Add GET_FEATURE "
` [RFC PATCH v9 06/11] cxl/mbox: Add SET_FEATURE "
` [RFC PATCH v9 07/11] cxl/memscrub: Add CXL memory device patrol scrub control feature
` [RFC PATCH v9 08/11] cxl/memscrub: Add CXL memory device ECS "
` [RFC PATCH v9 09/11] platform: Add __free() based cleanup function for platform_device_put
` [RFC PATCH v9 10/11] ACPI:RAS2: Add ACPI RAS2 driver
` [RFC PATCH v9 11/11] ras: scrub: ACPI RAS2: Add memory "
[PATCH v4 0/4] Add ACPI NUMA support for RISC-V
2024-07-23 14:53 UTC (7+ messages)
` [PATCH v4 1/4] ACPI: RISCV: Add NUMA support based on SRAT and SLIT
[PATCH 0/2] Make ELOG log and trace consistently with GHES
2024-07-23 13:43 UTC (2+ messages)
[PATCH v2 00/25] mm: introduce numa_memblks
2024-07-23 6:41 UTC (26+ messages)
` [PATCH v2 01/25] mm: move kernel/numa.c to mm/
` [PATCH v2 02/25] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v2 03/25] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v2 04/25] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v2 05/25] MIPS: loongson64: rename __node_data to node_data
` [PATCH v2 06/25] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v2 07/25] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v2 08/25] arch, mm: move definition of node_data to generic code
` [PATCH v2 09/25] arch, mm: pull out allocation of NODE_DATA "
` [PATCH v2 10/25] x86/numa: simplify numa_distance allocation
` [PATCH v2 11/25] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v2 12/25] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v2 13/25] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v2 14/25] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v2 15/25] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v2 16/25] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v2 17/25] mm: introduce numa_memblks
` [PATCH v2 18/25] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v2 19/25] mm: introduce numa_emulation
` [PATCH v2 20/25] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v2 21/25] mm: numa_memblks: make several functions and variables static
` [PATCH v2 22/25] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v2 23/25] arch_numa: switch over to numa_memblks
` [PATCH v2 24/25] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v2 25/25] docs: move numa=fake description to kernel-parameters.txt
[PATCH 00/17] mm: introduce numa_memblks
2024-07-23 0:15 UTC (60+ messages)
` [PATCH 01/17] mm: move kernel/numa.c to mm/
` [PATCH 02/17] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH 03/17] MIPS: loongson64: rename __node_data to node_data
` [PATCH 04/17] arch, mm: move definition of node_data to generic code
` [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA "
` [PATCH 06/17] x86/numa: simplify numa_distance allocation
` [PATCH 07/17] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH 08/17] x86/numa_emu: simplify allocation of phys_dist
` [PATCH 09/17] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH 10/17] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH 11/17] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH 12/17] mm: introduce numa_memblks
` [PATCH 13/17] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH 14/17] mm: introduce numa_emulation
` [PATCH 15/17] mm: make numa_memblks more self-contained
` [PATCH 16/17] arch_numa: switch over to numa_memblks
` [PATCH 17/17] mm: make range-to-target_node lookup facility a part of numa_memblks
[RFC KERNEL PATCH v8 0/2] Support device passthrough when dom0 is PVH on Xen
2024-07-22 21:30 UTC (3+ messages)
` [RFC KERNEL PATCH v8 3/3] xen/privcmd: Add new syscall to get gsi from dev
[PATCH v2 0/6] use device_for_each_child_node() to access device child nodes
2024-07-22 7:40 UTC (10+ messages)
` [PATCH v2 1/6] device property: document device_for_each_child_node macro
` [PATCH v2 2/6] hwmon: (ltc2992) use device_for_each_child_node_scoped() to access child nodes
` [PATCH v2 3/6] leds: bd2606mvv: fix device child node usage in bd2606mvv_probe()
` [PATCH v2 4/6] leds: is31fl319x: use device_for_each_child_node_scoped() to access child nodes
` [PATCH v2 5/6] leds: pca995x: use device_for_each_child_node() to access device "
` [PATCH v2 6/6] net: mvpp2: "
[PATCH v2] ACPI: HMAT: Mark hmat_set_default_dram_perf() as __init
2024-07-20 1:04 UTC
撤回: [PATCH] ACPI: Refine acpi_handle_debug defination
2024-07-19 15:42 UTC
[PATCH] ACPI: processor: Silence per-cpu acpi_handle_info about idle states
2024-07-19 14:53 UTC
[PATCH v2 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()
2024-07-19 14:50 UTC (10+ messages)
` [PATCH v3 0/3] Parse the HEST PCIe AER and set to relevant registers
` [PATCH v3 1/3] ACPI/APEI: Add hest_parse_pcie_aer()
` [PATCH v3 2/3] PCI: Add AER bits #defines for PCIe to PCI/PCI-X Bridge
` [PATCH v3 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()
[rafael-pm:bleeding-edge] BUILD SUCCESS 41f11a809ce70487211305636f9fd1e00ddec1a9
2024-07-19 2:46 UTC
[PATCH v1] ACPI: APD: Add AMDI0015 as platform device
2024-07-18 15:23 UTC
[rafael-pm:bleeding-edge] BUILD SUCCESS ec55178bd6157b96a8906eed065455c305d202db
2024-07-18 10:37 UTC
[PATCH] ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in acpi_db_convert_to_package ACPICA commit 4d4547cf13cca820ff7e0f859ba83e1a610b9fd0
2024-07-18 6:05 UTC
[PATCH v3] ACPI: PM: Use max() for clearer D3 state selection in acpi_dev_pm_get_state
2024-07-17 11:55 UTC (2+ messages)
[GIT PULL] ACPI updates for v6.11-rc1
2024-07-16 23:28 UTC (2+ messages)
[GIT PULL] Thermal control updates for v6.11-rc1
2024-07-16 23:28 UTC (2+ messages)
[GIT PULL] Power management updates for v6.11-rc1
2024-07-16 23:28 UTC (2+ messages)
[rafael-pm:bleeding-edge] BUILD SUCCESS 218ca41f1f26732bf9b2d041ba0e7e52a1c29ad2
2024-07-16 15:19 UTC
[PATCH] ACPI: CPPC: Fix MASK_VAL() usage
2024-07-15 15:33 UTC
[PATCH v4] x86/acpi: fix panic while AP online later with kernel parameter maxcpus=1
2024-07-15 10:08 UTC
[PATCH 0/6] use device_for_each_child_node() to access device child nodes
2024-07-13 21:37 UTC (8+ messages)
` [PATCH 3/6] leds: bd2606mvv: "
[rafael-pm:bleeding-edge] BUILD SUCCESS ea35b5c5cf97356261c6e518e2e185eaa6c45d71
2024-07-13 12:29 UTC
[PATCH] ACPI: HMAT: Mark hmat_set_default_dram_perf() as __init
2024-07-12 17:25 UTC (5+ messages)
[PATCH v3 0/5] iommu: Remove iommu_fwspec ops
2024-07-12 15:34 UTC (10+ messages)
` [PATCH v3 2/5] iommu: Resolve fwspec ops automatically
[PATCH v1] ACPI: EC: Do not release locks during operation region accesses
2024-07-12 14:59 UTC (2+ messages)
[bug report] platform/x86: hp-wmi: Fix platform profile option switch bug on Omen and Victus laptops
2024-07-12 14:07 UTC
[PATCH v3 0/2] fw_devlink overlay fix
2024-07-12 13:34 UTC (3+ messages)
[PATCH v5 0/2] PCI/AER: Handle Advisory Non-Fatal error
2024-07-12 9:56 UTC (2+ messages)
[PATCH v1] irq: Set IRQF_COND_ONESHOT in request_irq()
2024-07-11 20:32 UTC (2+ messages)
[PATCH v2 1/5] RAS: Report all ARM processor CPER information to userspace
2024-07-11 15:24 UTC (6+ messages)
` [PATCH v2 2/5] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v2 3/5] efi/cper: Add a new helper function to print bitmasks
` [PATCH v2 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
` [PATCH v2 5/5] docs: efi: add CPER functions to driver-api
[syzbot] [mm?] INFO: rcu detected stall in sys_wait4 (4)
2024-07-11 11:11 UTC
Regression in 6.8 from "ACPI: OSL: Use a threaded interrupt handler for SCI"
2024-07-11 10:21 UTC (4+ messages)
[rafael-pm:bleeding-edge] BUILD SUCCESS ecea71f32ac764472931531d00cff6f94b56cc22
2024-07-11 9:47 UTC
[PATCH v2 0/5] Fix issues with ARM Processor CPER records
2024-07-11 6:28 UTC
[PATCH 0/6] Fix issues with ARM Processor CPER records
2024-07-11 5:26 UTC (6+ messages)
` [PATCH 1/6] RAS: ACPI: APEI: add conditional compilation to ARM error report functions
[PATCH v2 0/4] MCE wrapper and support for new SMCA syndrome MSRs
2024-07-10 22:59 UTC (8+ messages)
` [PATCH v2 2/4] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
[GIT PULL] ACPI fix for v6.10-rc8
2024-07-10 16:14 UTC (2+ messages)
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