linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-23 19:27:56 to 2021-03-31 10:08:36 UTC [more...]

[RFC PATCH v5 0/4] scheduler: expose the topology of clusters and add cluster scheduler
 2021-03-31 10:07 UTC  (5+ messages)
` [RFC PATCH v5 4/4] scheduler: Add cluster scheduler level for x86

[pm:bleeding-edge] BUILD SUCCESS WITH WARNING 506a524e05e240d2878cf86a56c47e72e09d329f
 2021-03-31  7:59 UTC 

Bidding invitation
 2021-03-31  7:09 UTC 

[pm:bleeding-edge 46/47] drivers/acpi/processor_idle.c:546:15: warning: extra tokens at end of #ifdef directive
 2021-03-30 23:24 UTC 

[pm:bleeding-edge 46/47] drivers/acpi/processor_idle.c:546:15: warning: extra tokens at end of #ifdef directive
 2021-03-30 23:14 UTC 

[PATCH] ACPI: processor: Fix build when !CONFIG_HOTPLUG_CPU
 2021-03-30 19:50 UTC  (2+ messages)

[PATCH v3] ACPI: scan: Fix _STA getting called on devices with unmet dependencies
 2021-03-30 19:49 UTC  (2+ messages)

[PATCH v2] ACPI: scan: Fix _STA getting called on devices with unmet dependencies
 2021-03-30 18:46 UTC  (3+ messages)

[PATCH v13 00/10] iommu: I/O page faults for SMMUv3
 2021-03-30 17:17 UTC  (11+ messages)
` [PATCH v13 01/10] iommu: Fix comment for struct iommu_fwspec
` [PATCH v13 02/10] iommu/arm-smmu-v3: Use device properties for pasid-num-bits
` [PATCH v13 07/10] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v13 10/10] iommu/arm-smmu-v3: Add stall support for platform devices

[PATCH v2 00/15] acpi: fix some coding style issues
 2021-03-30 17:00 UTC  (27+ messages)
` [PATCH v2 01/15] ACPI: APD: fix a block comment align issue
` [PATCH v2 02/15] ACPI: processor: fix some coding style issues
` [PATCH v2 03/15] ACPI: debug: "
` [PATCH v2 04/15] ACPI: table: replace __attribute__((packed)) by __packed
` [PATCH v2 05/15] ACPI: ipmi: remove useless return statement for void function
` [PATCH v2 06/15] ACPI: LPSS: fix some coding style issues
` [PATCH v2 07/15] ACPI: memhotplug: fix a coding style issue
` [PATCH v2 08/15] ACPI: acpi_pad: "
` [PATCH v2 09/15] ACPI: battery: fix some coding style issues
` [PATCH v2 10/15] ACPI: button: "
` [PATCH v2 11/15] ACPI: CPPC: "
` [PATCH v2 12/15] ACPI: custom_method: fix a coding style issue
` [PATCH v2 13/15] ACPI: PM: fix some coding style issues
` [PATCH v2 14/15] ACPI: sysfs: "
` [PATCH v2 15/15] ACPI: dock: "
  ` [PATCH 00/15] acpi: "

[PATCH v4 8/8] clk: Mark fwnodes when their clock provider is added/removed
 2021-03-30 16:26 UTC  (10+ messages)
` [PATCH] clk: Mark fwnodes when their clock provider is added

[PATCH] nvmem: Change to unified property interface
 2021-03-30 16:18 UTC  (9+ messages)
` [PATCH v2] "
` [PATCH v3 0/1] "
` [PATCH v3 1/1] "

[PATCH] ACPICA: Fix a typo
 2021-03-30 12:05 UTC  (7+ messages)
  ` [Devel] "

[pm:bleeding-edge 47/48] drivers/acpi/processor_idle.c:548:7: error: implicit declaration of function 'wakeup_cpu0'
 2021-03-30  9:43 UTC  (2+ messages)

[PATCH v2 1/6] software node: Free resources explicitly when swnode_register() fails
 2021-03-30  9:26 UTC  (10+ messages)
` [PATCH v2 2/6] software node: Introduce software_node_alloc()/software_node_free()
` [PATCH v2 3/6] software node: Deduplicate code in fwnode_create_software_node()
` [PATCH v2 4/6] software node: Imply kobj_to_swnode() to be no-op
` [PATCH v2 5/6] software node: Introduce SOFTWARE_NODE_REFERENCE() helper macro
` [PATCH v2 6/6] media: ipu3-cio2: Switch to use SOFTWARE_NODE_REFERENCE()

[pm:bleeding-edge] BUILD REGRESSION a70fdf61936ab0200d31bebea4b44bb67454ce07
 2021-03-30  8:20 UTC 

[PATCH] nvmem: Change to unified property interface
 2021-03-29 22:28 UTC 

[pm:bleeding-edge 47/48] drivers/acpi/processor_idle.c:548:7: error: implicit declaration of function 'wakeup_cpu0'
 2021-03-29 21:45 UTC 

[PATCH v3 0/6] Introduce intel_skl_int3472 module
 2021-03-29 20:37 UTC  (5+ messages)

[PATCH 0/8] CXL Port Enumeration
 2021-03-29 19:01 UTC  (12+ messages)
` [PATCH 1/8] cxl/mem: Move some definitions to mem.h
` [PATCH 2/8] cxl/mem: Introduce 'struct cxl_regs'
` [PATCH 3/8] cxl/core: Rename bus.c to core.c
` [PATCH 4/8] cxl/core: Refactor CXL register lookup for bridge reuse
` [PATCH 5/8] cxl/acpi: Introduce ACPI0017 driver and cxl_root
` [PATCH 6/8] cxl/Kconfig: Default drivers to CONFIG_CXL_BUS
` [PATCH 7/8] cxl/port: Introduce cxl_port objects
` [PATCH 8/8] cxl/acpi: Add module parameters to stand in for ACPI tables

[PATCH v1 1/8] software node: Free resources explicitly when swnode_register() fails
 2021-03-29 18:26 UTC  (20+ messages)
` [PATCH v1 2/8] software node: Introduce software_node_alloc()/software_node_free()
` [PATCH v1 3/8] software node: Show properties and their values in sysfs
` [PATCH v1 4/8] software node: Deduplicate code in fwnode_create_software_node()
` [PATCH v1 5/8] software node: Imply kobj_to_swnode() to be no-op
` [PATCH v1 6/8] software node: Simplify swnode_register() a bit
` [PATCH v1 7/8] software node: Introduce SOFTWARE_NODE_REFERENCE() helper macro
` [PATCH v1 8/8] media: ipu3-cio2: Switch to use SOFTWARE_NODE_REFERENCE()

[PATCH] ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()
 2021-03-29 17:37 UTC  (3+ messages)

[PATCH 1/2] ACPI: scan: Move acpi_scan_dep_init() higher up in scan.c
 2021-03-29 14:56 UTC  (7+ messages)
` [PATCH 2/2] ACPI: scan: Fix _STA getting called on devices with unmet dependencies

[PATCH v3 00/12] acpi: fix some coding style issues
 2021-03-29 13:37 UTC  (15+ messages)
` [PATCH v3 01/12] ACPI: APD: fix a block comment align issue
` [PATCH v3 02/12] ACPI: processor: fix some coding style issues
` [PATCH v3 03/12] ACPI: ipmi: remove useless return statement for void function
` [PATCH v3 04/12] ACPI: LPSS: add a missed blank line after declarations
` [PATCH v3 05/12] ACPI: acpi_pad: "
` [PATCH v3 06/12] ACPI: battery: fix some coding style issues
` [PATCH v3 07/12] ACPI: button: "
` [PATCH v3 08/12] ACPI: CPPC: "
` [PATCH v3 09/12] ACPI: custom_method: fix a coding style issue
` [PATCH v3 10/12] ACPI: PM: add a missed blank line after declarations
` [PATCH v3 11/12] ACPI: sysfs: fix some coding style issues
` [PATCH v3 12/12] ACPI: dock: "
  ` [Linuxarm] Re: [PATCH v3 00/12] acpi: "

[PATCH 00/15] acpi: fix some coding style issues
 2021-03-27  8:41 UTC  (19+ messages)
` [PATCH 01/15] ACPI: APD: fix a block comment align issue
` [PATCH 02/15] ACPI: processor: fix some coding style issues
` [PATCH 03/15] ACPI: acpi_dbg: "
` [PATCH 04/15] ACPI: acpi_fpdt: replace __attribute__((packed)) by __packed
` [PATCH 05/15] remove useless return statement for void function
` [PATCH 06/15] ACPI: acpi_lpss: fix some coding style issues
` [PATCH 07/15] ACPI: acpi_memhotplug: fix a coding style issue
` [PATCH 08/15] ACPI: acpi_pad: "
` [PATCH 09/15] ACPI: battery: fix some coding style issues
` [PATCH 10/15] ACPI: button: "
` [PATCH 11/15] ACPI: cppc_acpi: "
` [PATCH 12/15] ACPI: custom_method: fix a coding style issue
` [PATCH 13/15] ACPI: device_pm: fix some coding style issues
` [PATCH 14/15] ACPI: device_sysfs: "
` [PATCH 15/15] ACPI: dock: "

[PATCH 0/4] PCI: Correct function names in the header
 2021-03-27  8:17 UTC  (10+ messages)
` [PATCH 1/4] PCI: acpi_pcihp: Correct acpi_pci_check_ejectable() function name "
` [PATCH 2/4] PCI/AER: Correct function names "
` [PATCH 3/4] PCI/PME: Correct pcie_pme_init() function name "
` [PATCH 4/4] PCI/ATS: Correct pci_max_pasids() function name in header

[pm:bleeding-edge] BUILD SUCCESS 5fdb42f06656bb3434d22a8d455dbb34512e572a
 2021-03-27  4:56 UTC 

[PATCH v2] ACPI: AC: fix some coding style issues
 2021-03-27  3:47 UTC 

[GIT PULL] ACPI fixes for v5.12-rc5
 2021-03-26 18:48 UTC  (2+ messages)

[PATCH] PCI: ACPI: PM: Fix debug message in acpi_pci_set_power_state()
 2021-03-26  6:40 UTC  (2+ messages)

[RFC PATCH v2 0/8] ACPI/IORT: Support for IORT RMR node
 2021-03-25 15:54 UTC  (9+ messages)
` [RFC PATCH v2 1/8] ACPICA: IORT: Update for revision E

[PATCH v2] ACPI / hotplug / PCI: fix memory leak in enable_slot()
 2021-03-25  7:26 UTC 

[pm:bleeding-edge] BUILD SUCCESS 4418cf015150057d48231fa98b51cb962bae7767
 2021-03-25  4:44 UTC 

[PATCH] Enable ACPI_ADR_SPACE_PCI_CONFIG in acpi_gbl_default_address_spaces only when ACPI_PCI_CONFIGURED is defined
 2021-03-25  1:44 UTC  (8+ messages)

[PATCH] ACPI: AC: fix some errors and warnings reported by checkpatch.pl
 2021-03-25  1:43 UTC  (4+ messages)

[PATCH] pci: fix memory leak when virtio pci hotplug
 2021-03-25  0:52 UTC  (2+ messages)

[PATCH 1/1] ACPI: fix acpi table use after free
 2021-03-24 15:44 UTC  (14+ messages)
              ` [PATCH] ACPI: tables: x86: Reserve memory occupied by ACPI tables

[PATCH] PCI: PM: Do not read power state in pci_enable_device_flags()
 2021-03-24 15:43 UTC  (3+ messages)

[PATCH] ACPICA: Always create namespace nodes using acpi_ns_create_node()
 2021-03-24 13:54 UTC  (2+ messages)

[pm:bleeding-edge] BUILD SUCCESS 8293f64f5e42b8ffe71896671103b0e82919013d
 2021-03-24  7:10 UTC 

slub freelist issue / BUG: unable to handle page fault for address: 000000003ffe0018
 2021-03-23 21:54 UTC  (12+ messages)


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).