messages from 2023-09-13 16:47:42 to 2023-09-19 00:46:48 UTC [more...]
[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
2023-09-19 0:45 UTC (116+ messages)
` [RFC PATCH v2 01/35] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [RFC PATCH v2 02/35] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [RFC PATCH v2 03/35] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [RFC PATCH v2 04/35] drivers: base: Move cpu_dev_init() after node_dev_init()
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 06/35] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [RFC PATCH v2 07/35] x86: intel_epb: Don't rely on link order
` [RFC PATCH v2 08/35] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [RFC PATCH v2 09/35] LoongArch: "
` [RFC PATCH v2 10/35] riscv: "
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH v2 12/35] ACPI: Use the acpi_device_is_present() helper in more places
` [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
` [RFC PATCH v2 15/35] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH v2 16/35] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH v2 17/35] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH v2 18/35] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH v2 19/35] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH v2 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH v2 21/35] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH v2 22/35] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH v2 23/35] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH v2 26/35] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH v2 27/35] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH v2 28/35] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH v2 30/35] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH v2 31/35] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH v2 32/35] ACPI: add support to register CPUs based on the _STA enabled bit
` [RFC PATCH v2 33/35] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH v2 34/35] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [RFC PATCH v2 35/35] cpumask: Add enabled cpumask for present CPUs that can be brought online
[PATCH 1/2] ACPI: video: Move Xiaomi Mi Pad 2 quirk to its own section
2023-09-18 18:53 UTC (3+ messages)
` [PATCH 2/2] ACPI: video: Add "vendor" quirks for 3 Lenovo x86 Android tablets
[PATCH 1/2] ACPI: resource: Consolidate IRQ trigger-type override DMI tables
2023-09-18 18:52 UTC (2+ messages)
[PATCH] ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA
2023-09-18 18:52 UTC (2+ messages)
[PATCH V7 0/7] amd-pstate preferred core
2023-09-18 18:23 UTC (11+ messages)
` [PATCH V7 1/7] x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansion
` [PATCH V7 2/7] acpi: cppc: Add get the highest performance cppc control
` [PATCH V7 3/7] cpufreq: amd-pstate: Enable amd-pstate preferred core supporting
` [PATCH V7 4/7] cpufreq: Add a notification message that the highest perf has changed
` [PATCH V7 5/7] cpufreq: amd-pstate: Update amd-pstate preferred core ranking dynamically
` [PATCH V7 6/7] Documentation: amd-pstate: introduce amd-pstate preferred core
` [PATCH V7 7/7] Documentation: introduce amd-pstate preferrd core mode kernel command line options
[RFC PATCH 1/1] ACPI / APEI: Fix for overwriting aer info when error status data have multiple sections
2023-09-18 18:22 UTC (5+ messages)
[V11 0/8] Enable Wifi RFI interference mitigation feature support
2023-09-18 18:15 UTC (4+ messages)
` [V11 1/8] ACPI: Add support for AMD ACPI based Wifi band RFI mitigation feature
[RFC PATCH 0/9] ACPI:RASF: Add support for ACPI RASF, ACPI RAS2 and configure scrubbers
2023-09-18 17:47 UTC (19+ messages)
` [RFC PATCH 1/9] memory: scrub: Add scrub driver supports configuring memory scrubbers in the system
` [RFC PATCH 2/9] memory: scrub: sysfs: Add Documentation entries for set of scrub attributes
` [RFC PATCH 3/9] Documentation/scrub-configure.rst: Add documentation for scrub driver
` [RFC PATCH 4/9] ACPI:RASF: Add extract RASF table to register RASF platform devices
` [RFC PATCH 5/9] ACPI:RASF: Add common library for RASF and RAS2 PCC interfaces
` [RFC PATCH 6/9] memory: RASF: Add memory RASF driver
` [RFC PATCH 7/9] ACPICA: ACPI 6.5: Add support for RAS2 table
` [RFC PATCH 8/9] ACPI:RAS2: Add driver for ACPI RAS2 feature table (RAS2)
` [RFC PATCH 9/9] memory: RAS2: Add memory RAS2 driver
[PATCH v8] cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer
2023-09-18 17:21 UTC
[PATCH v1 1/1] device property: Clarify usage scope of some struct fwnode_handle members
2023-09-18 16:59 UTC (2+ messages)
[PATCH v6] driver core: platform: set numa_node before platform_device_add()
2023-09-18 15:44 UTC (6+ messages)
[PATCH v5] driver core: platform: set numa_node before platform_add_device()
2023-09-18 15:09 UTC (4+ messages)
` [PATCH] "
[PATCH v7] cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer
2023-09-18 10:52 UTC (3+ messages)
[PATCH v1] ACPI: processor_pdc: Fix uninitialized access of buf
2023-09-18 10:17 UTC (2+ messages)
Questions: Should kernel panic when PCIe fatal error occurs?
2023-09-18 9:39 UTC
[PATCH] mailbox: pcc: export the PCC subspace type
2023-09-18 8:43 UTC (4+ messages)
[PATCH RFC v2] cpu-hotplug: provide prototypes for arch CPU registration
2023-09-18 8:16 UTC (3+ messages)
[PATCH v3 00/11] gpiolib: work towards removing gpiochip_find()
2023-09-18 8:04 UTC (18+ messages)
` [PATCH v3 01/11] gpiolib: make gpio_device_get() and gpio_device_put() public
` [PATCH v3 02/11] gpiolib: add support for scope-based management to gpio_device
` [PATCH v3 03/11] gpiolib: provide gpio_device_find()
` [PATCH v3 04/11] gpiolib: provide gpio_device_find_by_label()
` [PATCH v3 05/11] gpiolib: provide gpio_device_get_desc()
` [PATCH v3 06/11] gpiolib: reluctantly provide gpio_device_get_chip()
` [PATCH v3 07/11] gpiolib: replace find_chip_by_name() with gpio_device_find_by_label()
` [PATCH v3 08/11] gpio: of: replace gpiochip_find_* with gpio_device_find_*
` [PATCH v3 09/11] gpio: acpi: replace gpiochip_find() with gpio_device_find()
` [PATCH v3 10/11] gpio: swnode: replace gpiochip_find() with gpio_device_find_by_label()
` [PATCH v3 11/11] gpio: sysfs: drop the mention of gpiochip_find() from sysfs code
[RFC PATCH 0/9] [RFC PATCH 0/9] Use ERST for persistent storage of MCE and APEI errors
2023-09-16 13:03 UTC (10+ messages)
` [RFC PATCH 1/9] pstore: move pstore creator id, section type and record struct to common header
` [RFC PATCH 2/9] ACPI: APEI: Use common ERST struct to read/write serialized MCE record
` [RFC PATCH 3/9] ACPI: APEI: ERST: Emit the mce_record tracepoint
` [RFC PATCH 4/9] ACPI: tables: change section_type of generic error data as guid_t
` [RFC PATCH 5/9] ACPI: APEI: GHES: Use ERST to serialize APEI generic error before panic
` [RFC PATCH 6/9] ACPI: APEI: GHES: export ghes_report_chain
` [RFC PATCH 7/9] ACPI: APEI: ESRT: kick ghes_report_chain notifier to report serialized memory errors
` [RFC PATCH 8/9] ACPI: APEI: ESRT: print AER to report serialized PCIe errors
` [RFC PATCH 9/9] ACPI: APEI: ESRT: log ARM processor error
[GIT PULL] Thermal control updates for v6.6-rc2
2023-09-15 22:16 UTC (2+ messages)
[PATCH v2 1/2] ACPI: NFIT: Fix incorrect calculation of idt size
2023-09-15 16:20 UTC (4+ messages)
` [PATCH v2 2/2] ACPI: NFIT: use struct_size() helper
[PATCH v2 00/11] gpiolib: work towards removing gpiochip_find()
2023-09-15 9:44 UTC (8+ messages)
` [PATCH v2 04/11] gpiolib: provide gpio_device_find_by_label()
` [PATCH v2 07/11] gpiolib: replace find_chip_by_name() with gpio_device_find_by_label()
[rafael-pm:bleeding-edge] BUILD SUCCESS 77717cab92056218f16b9fa41af5363b9411f4d6
2023-09-15 8:05 UTC
[PATCH v6] cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer
2023-09-15 3:39 UTC (2+ messages)
[PATCH] ACPI: OSI: refactor deprecated strncpy
2023-09-15 3:16 UTC (2+ messages)
[PATCH V4] acpi: trigger wakeup key event from power button
2023-09-15 2:12 UTC (3+ messages)
[PATCH v4] driver core: platform: set numa_node before platform_add_device()
2023-09-14 19:29 UTC (2+ messages)
[PATCH v5] cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer
2023-09-14 18:13 UTC (3+ messages)
[PATCH RFC] cpu-hotplug: provide prototypes for arch CPU registration, [PATCH] cpu-hotplug: provide prototypes for arch CPU registration
2023-09-14 14:47 UTC
[Patch v2 0/2] Add support for _TFP and change throttle pctg
2023-09-14 4:39 UTC (6+ messages)
` [Patch v2 1/2] ACPI: thermal: Add Thermal fast Sampling Period (_TFP) support
` [Patch v2 2/2] ACPI: processor: reduce CPUFREQ thermal reduction pctg for Tegra241
[PATCH v2] driver core: platform: set numa_node before platform_add_device()
2023-09-14 4:00 UTC (2+ messages)
[PATCH v3] driver core: platform: set numa_node before platform_add_device()
2023-09-13 16:44 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;
as well as URLs for NNTP newsgroup(s).