messages from 2025-09-10 19:18:13 to 2025-09-12 22:42:23 UTC [more...]
[PATCH 00/62] initrd: remove classic initrd support
2025-09-12 22:38 UTC
[PATCH v4 0/2] device property: Add scoped fwnode child node iterators
2025-09-12 22:28 UTC (6+ messages)
[6.17 REGRESSION FIX] gpiolib: acpi: Fix using random stack memory during GPIO lookups
2025-09-12 22:18 UTC
[PATCH] gpiolib: acpi: initialize acpi_gpio_info struct
2025-09-12 20:18 UTC
[PATCH] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections
2025-09-12 21:35 UTC (3+ messages)
[PATCH v5 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
2025-09-12 20:47 UTC (21+ messages)
` [PATCH v5 01/10] x86/acpi: Add a helper functions to setup and access the wakeup mailbox
` [EXTERNAL] "
` [PATCH v5 02/10] x86/acpi: Move acpi_wakeup_cpu() and helpers to smpwakeup.c
` [EXTERNAL] "
` [PATCH v5 03/10] dt-bindings: reserved-memory: Wakeup Mailbox for Intel processors
` [EXTERNAL] "
` [PATCH v5 04/10] x86/dt: Parse the "
` [EXTERNAL] "
` [PATCH v5 05/10] x86/hyperv/vtl: Set real_mode_header in hv_vtl_init_platform()
` [EXTERNAL] "
` [PATCH v5 06/10] x86/realmode: Make the location of the trampoline configurable
` [EXTERNAL] "
` [PATCH v5 07/10] x86/hyperv/vtl: Setup the 64-bit trampoline for TDX guests
` [EXTERNAL] "
` [PATCH v5 08/10] x86/smpwakeup: Add a helper get the address of the wakeup mailbox
` [EXTERNAL] "
` [PATCH v5 09/10] x86/hyperv/vtl: Mark the wakeup mailbox page as private
` [EXTERNAL] "
` [PATCH v5 10/10] x86/hyperv/vtl: Use the wakeup mailbox to boot secondary CPUs
` [EXTERNAL] "
[PATCH v1 00/16] ACPICA: ACPICA 20250807
2025-09-12 20:06 UTC (17+ messages)
` [PATCH v1 01/16] ACPICA: Modify variable definition position
` [PATCH v1 02/16] ACPICA: Remove redundant "#ifdef" definitions
` [PATCH v1 03/16] ACPICA: Change the compilation conditions
` [PATCH v1 04/16] ACPICA: Allow to skip Global Lock initialization
` [PATCH v1 05/16] ACPICA: Apply ACPI_NONSTRING
` [PATCH v1 06/16] ACPICA: iASL: Fix printing CDAT table header
` [PATCH v1 07/16] ACPICA: acpidump: drop ACPI_NONSTRING attribute from file_name
` [PATCH v1 08/16] ACPICA: Debugger: drop ACPI_NONSTRING attribute from name_seg
` [PATCH v1 09/16] ACPICA: dispatcher: Use acpi_ds_clear_operands() in acpi_ds_call_control_method()
` [PATCH v1 10/16] ACPICA: Update dsmethod.c to get rid of unused variable warning
` [PATCH v1 11/16] ACPICA: Print error messages for too few or too many arguments
` [PATCH v1 12/16] ACPICA: Update version to 20250807
` [PATCH v1 13/16] ACPICA: Fix largest possible resource descriptor index
` [PATCH v1 14/16] ACPICA: CEDT: Add Back-Invalidate restriction to CXL Window
` [PATCH v1 15/16] ACPICA: ACPI_TYPE_ANY does not include the package type
` [PATCH v1 16/16] ACPICA: acpidump: fix return values in ap_is_valid_checksum()
[PATCH v1 0/4] ACPI: property: Two fixes, more documentation and a cleanup
2025-09-12 19:43 UTC (5+ messages)
` [PATCH v1 1/4] ACPI: property: Fix buffer properties extraction for subnodes
` [PATCH v1 2/4] ACPI: property: Add code comments explaining what is going on
` [PATCH v1 3/4] ACPI: property: Do not pass NULL handles to acpi_attach_data()
` [PATCH v1 4/4] ACPI: property: Adjust failure handling in acpi_nondev_subnode_extract()
[PATCH] acpi: replace ACPI_FREE with acpi_ut_delete_object_desc
2025-09-12 19:14 UTC (2+ messages)
[PATCH v2] ACPI: battery: prevent sysfs_add_battery re-entry on rapid events
2025-09-12 16:25 UTC (4+ messages)
` [PATCH v3] "
[PATCH v2 00/29] arm_mpam: Add basic mpam driver
2025-09-12 16:06 UTC (81+ messages)
` [PATCH v2 01/29] ACPI / PPTT: Add a helper to fill a cpumask from a processor container
` [PATCH v2 02/29] ACPI / PPTT: Stop acpi_count_levels() expecting callers to clear levels
` [PATCH v2 03/29] ACPI / PPTT: Find cache level by cache-id
` [PATCH v2 04/29] ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
` [PATCH v2 05/29] arm64: kconfig: Add Kconfig entry for MPAM
` [PATCH v2 06/29] ACPI / MPAM: Parse the MPAM table
` [PATCH v2 07/29] arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate
` [PATCH v2 08/29] arm_mpam: Add the class and component structures for firmware described ris
` [PATCH v2 09/29] arm_mpam: Add MPAM MSC register layout definitions
` [PATCH v2 10/29] arm_mpam: Add cpuhp callbacks to probe MSC hardware
` [PATCH v2 11/29] arm_mpam: Probe hardware to find the supported partid/pmg values
` [PATCH v2 12/29] arm_mpam: Add helpers for managing the locking around the mon_sel registers
` [PATCH v2 13/29] arm_mpam: Probe the hardware features resctrl supports
` [PATCH v2 14/29] arm_mpam: Merge supported features during mpam_enable() into mpam_class
` [PATCH v2 15/29] arm_mpam: Reset MSC controls from cpu hp callbacks
` [PATCH v2 16/29] arm_mpam: Add a helper to touch an MSC from any CPU
` [PATCH v2 17/29] arm_mpam: Extend reset logic to allow devices to be reset any time
` [PATCH v2 18/29] arm_mpam: Register and enable IRQs
` [PATCH v2 19/29] arm_mpam: Use a static key to indicate when mpam is enabled
` [PATCH v2 20/29] arm_mpam: Allow configuration to be applied and restored during cpu online
` [PATCH v2 21/29] arm_mpam: Probe and reset the rest of the features
` [PATCH v2 22/29] arm_mpam: Add helpers to allocate monitors
` [PATCH v2 23/29] arm_mpam: Add mpam_msmon_read() to read monitor value
` [PATCH v2 24/29] arm_mpam: Track bandwidth counter state for overflow and power management
` [PATCH v2 25/29] arm_mpam: Probe for long/lwd mbwu counters
` [PATCH v2 26/29] arm_mpam: Use long MBWU counters if supported
` [PATCH v2 27/29] arm_mpam: Add helper to reset saved mbwu state
` [PATCH v2 28/29] arm_mpam: Add kunit test for bitmap reset
` [PATCH v2 29/29] arm_mpam: Add kunit tests for props_mismatch()
[PATCH 00/16] CXL.mem error isolation support
2025-09-12 15:55 UTC (15+ messages)
` [PATCH 01/16] cxl/regs: Add cxl_unmap_component_regs()
` [PATCH 02/16] cxl/regs: Add CXL Isolation capability mapping
` [PATCH 03/16] PCI: PCIe portdrv: Add CXL Isolation service driver
` [PATCH 06/16] cxl/core: Enable CXL.mem isolation
` [PATCH 07/16] cxl/core: Set up isolation interrupts
` [PATCH 12/16] PCI: PCIe portdrv: Add cxl_isolation sysfs attributes
` [PATCH 13/16] cxl/core, PCI: PCIe portdrv: Add CXL timeout range programming
[PATCH] mm/memory-failure: Disable soft offline for HugeTLB pages by default
2025-09-12 15:17 UTC (9+ messages)
[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-09-12 14:11 UTC (5+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver
[PATCH v2] ACPI: SPCR: Support Precise Baud Rate filed
2025-09-12 14:02 UTC (2+ messages)
[PATCH] ACPI: SPCR: Support Precise Baud Rate filed
2025-09-12 12:23 UTC (3+ messages)
[PATCH v1] ACPI: video: Fix missing backlight node creation on Zhaoxin platforms
2025-09-12 10:35 UTC (6+ messages)
` [PATCH v1] ACPI: video: Fix missing backlight node creation on
[PATCH v4 0/7] Disable ATS via iommu during PCI resets
2025-09-12 9:49 UTC (11+ messages)
` [PATCH v4 1/7] iommu/arm-smmu-v3: Add release_domain to attach prior to release_dev()
` [PATCH v4 2/7] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v4 4/7] iommu: Pass in old domain to attach_dev callback functions
` [PATCH v4 5/7] iommu: Add iommu_get_domain_for_dev_locked() helper
` [PATCH v4 6/7] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
[RFC PATCH v1 00/10] Add RAS support for RISC-V architecture
2025-09-12 7:30 UTC (2+ messages)
[rafael-pm:fixes] BUILD SUCCESS a5099d5e8b13e7a790ce2f4228074c76fee98ef6
2025-09-11 19:29 UTC
[PATCH v6 00/15] AMD MCA interrupts rework
2025-09-11 17:01 UTC (11+ messages)
` [PATCH v6 10/15] x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systems
` [PATCH v6 12/15] x86/mce/amd: Remove redundant reset_block()
` [PATCH v6 13/15] x86/mce/amd: Define threshold restart function for banks
` [PATCH v6 15/15] x86/mce: Save and use APEI corrected threshold limit
[PATCH 00/25] genirq: Add support for percpu_devid IRQ affinity
2025-09-11 15:49 UTC (5+ messages)
` [PATCH 01/25] irqdomain: Add firmware info reporting interface
[PATCH v2] cpufreq: ACPI: Use on_each_cpu_mask() in drv_write()
2025-09-11 12:04 UTC
[PATCH v3 0/3] ACPI: processor: Fix function declaration of processor_idle.c
2025-09-11 11:24 UTC (4+ messages)
` [PATCH v3 1/3] ACPI: processor: Remove unused empty function definition for processor_idle.c
` [PATCH v3 2/3] ACPI: processor: Unify the place of function declaration of processor_idle.c
` [PATCH v3 3/3] ACPI: processor: Do not expose the global acpi_idle_driver variable
[PATCH] acpi,srat: Fix incorrect device handle check for Generic Initiator
2025-09-11 9:11 UTC (4+ messages)
[PATCH v1] cpufreq: ACPI: Use on_each_cpu_mask() in drv_write()
2025-09-11 9:01 UTC (3+ messages)
[PATCH v3] ACPI: AGDI: Add interrupt signaling mode support
2025-09-11 6:57 UTC (3+ messages)
[PATCH] ACPI: SPCR: Add support for DBG2 RISC-V SBI port subtype
2025-09-11 2:17 UTC (2+ messages)
[PATCH 00/33] arm_mpam: Add basic mpam driver
2025-09-10 19:32 UTC (81+ messages)
` [PATCH 03/33] ACPI / PPTT: Add a helper to fill a cpumask from a processor container
` [PATCH 05/33] ACPI / PPTT: Find cache level by cache-id
` [PATCH 06/33] ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
` [PATCH 08/33] ACPI / MPAM: Parse the MPAM table
` [PATCH 10/33] arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate
` [PATCH 12/33] arm_mpam: Add the class and component structures for ris firmware described
` [PATCH 13/33] arm_mpam: Add MPAM MSC register layout definitions
` [PATCH 16/33] arm_mpam: Add helpers for managing the locking around the mon_sel registers
` [PATCH 24/33] arm_mpam: Allow configuration to be applied and restored during cpu online
` [PATCH 25/33] arm_mpam: Probe and reset the rest of the features
` [PATCH 27/33] arm_mpam: Add mpam_msmon_read() to read monitor value
` [PATCH 29/33] arm_mpam: Probe for long/lwd mbwu counters
` [PATCH 30/33] arm_mpam: Use long MBWU counters if supported
` [PATCH 32/33] arm_mpam: Add kunit test for bitmap reset
` [PATCH 33/33] arm_mpam: Add kunit tests for props_mismatch()
` [PATCH 04/33] ACPI / PPTT: Stop acpi_count_levels() expecting callers to clear levels
` [PATCH 11/33] arm_mpam: Add support for memory controller MSC on DT platforms
` [PATCH 28/33] arm_mpam: Track bandwidth counter state for overflow and power management
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).