public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-20 02:28:29 to 2016-07-26 12:40:49 UTC [more...]

[PATCH v9 0/9] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
 2016-07-26 12:40 UTC  (18+ messages)
` [PATCH v9 2/9] clocksource/drivers/arm_arch_timer: Add a new enum for spi type
` [PATCH v9 4/9] clocksource/drivers/arm_arch_timer: use readq to get 64-bit CNTVCT
  ` [PATCH v9 1/9] clocksource/drivers/arm_arch_timer: Move enums and defines to header file
  ` [PATCH v9 3/9] clocksource/drivers/arm_arch_timer: Improve printk relevant code
  ` [PATCH v9 5/9] acpi/arm64: Add GTDT table parse driver
  ` [PATCH v9 6/9] clocksource/drivers/arm_arch_timer: Simplify ACPI support code
  ` [PATCH v9 7/9] acpi/arm64: Add memory-mapped timer support in GTDT driver
  ` [PATCH v9 8/9] clocksource/drivers/arm_arch_timer: Add GTDT support for memory-mapped timer
  ` [PATCH v9 9/9] acpi/arm64: Add SBSA Generic Watchdog support in GTDT driver

[PATCH v10 0/8] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
 2016-07-26 12:19 UTC  (9+ messages)
  ` [PATCH v10 1/8] clocksource/drivers/arm_arch_timer: Move enums and defines to header file
` [PATCH v10 2/8] clocksource/drivers/arm_arch_timer: Add a new enum for spi type
` [PATCH v10 3/8] clocksource/drivers/arm_arch_timer: Improve printk relevant code
` [PATCH v10 4/8] acpi/arm64: Add GTDT table parse driver
` [PATCH v10 5/8] clocksource/drivers/arm_arch_timer: Simplify ACPI support code
` [PATCH v10 6/8] acpi/arm64: Add memory-mapped timer support in GTDT driver
` [PATCH v10 7/8] clocksource/drivers/arm_arch_timer: Add GTDT support for memory-mapped timer
` [PATCH v10 8/8] acpi/arm64: Add SBSA Generic Watchdog support in GTDT driver

[PATCH v9 0/7] Make cpuid <-> nodeid mapping persistent
 2016-07-26 11:53 UTC  (14+ messages)
` [PATCH v9 1/7] x86, memhp, numa: Online memory-less nodes at boot time
` [PATCH v9 2/7] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus "
` [PATCH v9 3/7] x86, acpi, cpu-hotplug: Introduce cpuid_to_apicid[] array to store persistent cpuid <-> apicid mapping
` [PATCH v9 4/7] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH v9 5/7] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting
` [PATCH v9 6/7] acpi: Provide the mechanism to validate processors in the ACPI tables
` [PATCH v9 7/7] acpi: Provide the interface to validate the proc_id

[PATCH 0/3] ACPI / debugger: Add kernel flushing support
 2016-07-26 11:01 UTC  (16+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
` [PATCH] tools/power/acpi/tools/acpidbg: Add multi-commands support in batch mode
` [PATCH v3 0/3] ACPI / debugger: Add kernel flushing support
  ` [PATCH v3 1/3] "
  ` [PATCH v3 2/3] tools/power/acpi/acpidbg: Use new flushing mechanism
  ` [PATCH v3 3/3] tools/power/acpi/acpidbg: Add multi-commands support in batch mode
` [PATCH v4 0/3] ACPI / debugger: Add kernel flushing support
  ` [PATCH v4 1/3] "
  ` [PATCH v4 2/3] tools/power/acpi/acpidbg: Use new flushing mechanism
  ` [PATCH v4 3/3] tools/power/acpi/acpidbg: Add multi-commands support in batch mode

[RFC PATCH 1/2] ACPI / button: Send "open" state after boot/resume
 2016-07-26  9:52 UTC  (28+ messages)
` [PATCH v4 1/2] ACPI / button: Add KEY_LID_OPEN/KEY_LID_CLOSE for new usage model
` [PATCH v4 2/2] ACPI / button: Add document for ACPI control method lid device restrictions
` [PATCH v5 1/3] ACPI / button: Add missing event to keep SW_LID running without additional event loss
` [PATCH v5 2/3] ACPI / button: Add KEY_LID_OPEN/KEY_LID_CLOSE for new usage model
` [PATCH v5 3/3] ACPI / button: Add document for ACPI control method lid device restrictions
` [PATCH v6] ACPI / button: Fix an issue that the platform triggered "close" event may not be delivered to the userspace
` [PATCH v7 1/2] ACPI / button: Fix an issue that the platform triggered reliable events "
` [PATCH v7 2/2] ACPI / button: Add document for ACPI control method lid device restrictions

[PATCH v10 0/7] Make cpuid <-> nodeid mapping persistent
 2016-07-26  6:10 UTC  (8+ messages)
` [PATCH v10 1/7] x86, memhp, numa: Online memory-less nodes at boot time
` [PATCH v10 2/7] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus "
` [PATCH v10 3/7] x86, acpi, cpu-hotplug: Introduce cpuid_to_apicid[] array to store persistent cpuid <-> apicid mapping
` [PATCH v10 4/7] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH v10 5/7] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting
` [PATCH v10 6/7] acpi: Provide the mechanism to validate processors in the ACPI tables
` [PATCH v10 7/7] acpi: Provide the interface to validate the proc_id

[RFC PATCH v3 00/13] ACPI IORT ARM SMMU v3 support
 2016-07-26  1:16 UTC  (23+ messages)
  ` [RFC PATCH v3 01/13] drivers: iommu: add FWNODE_IOMMU fwnode type
  ` [RFC PATCH v3 02/13] drivers: acpi: iort: introduce linker section for IORT entries probing
  ` [RFC PATCH v3 04/13] drivers: platform: add fwnode base platform devices retrieval
  ` [RFC PATCH v3 05/13] drivers: iommu: make iommu_fwspec OF agnostic
  ` [RFC PATCH v3 07/13] drivers: acpi: iort: add node match function
  ` [RFC PATCH v3 08/13] drivers: acpi: iort: add support for ARM SMMU platform devices creation
  ` [RFC PATCH v3 10/13] drivers: iommu: arm-smmu-v3: enable ACPI driver initialization
  ` [RFC PATCH v3 11/13] drivers: iommu: arm-smmu-v3: add IORT platform device creation
  ` [RFC PATCH v3 12/13] drivers: acpi: iort: replace rid map type with type mask
` [RFC PATCH v3 03/13] drivers: acpi: iort: add support for IOMMU fwnode registration
` [RFC PATCH v3 06/13] drivers: acpi: implement acpi_dma_configure
` [RFC PATCH v3 09/13] drivers: iommu: arm-smmu-v3: split probe functions into DT/generic portions
` [RFC PATCH v3 13/13] drivers: acpi: iort: introduce iort_iommu_configure

[RFC DSD v2 00/04] How to Use the ACPI _DSD Device Properties UUIDs
 2016-07-26  0:34 UTC 

[PATCH 1/2] ACPI / EC: Add PM operations to tune polling mode efficiency
 2016-07-26  0:11 UTC  (3+ messages)
` [PATCH 2/2] ACPI / EC: Add PM operations to block event handling

[PATCH v8 0/9] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
 2016-07-25 22:47 UTC  (12+ messages)
` [PATCH v8 4/9] clocksource/drivers/arm_arch_timer: use readq to get 64-bit CNTVCT
` [PATCH v8 5/9] acpi/arm64: Add GTDT table parse driver
` [PATCH v8 7/9] acpi/arm64: Add memory-mapped timer support in GTDT driver

[RFC PATCH v4 0/5] ECAM quirks handling for ARM64 platforms
 2016-07-25 21:56 UTC  (11+ messages)
` [RFC PATCH v4 3/5] PCI: Check platform specific ECAM quirks

[PATCH v3 0/2] Add support for Smart Battery System Manager
 2016-07-25 19:49 UTC  (10+ messages)
  ` [PATCH v3 1/2] Documentation: Add sbs-manager device tree node documentation
  ` [PATCH v3 2/2] power: Adds support for Smart Battery System Manager

ACPI device using sub-resource of PCI device
 2016-07-25 19:11 UTC  (17+ messages)

[PATCH v5] i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
 2016-07-25 10:22 UTC  (17+ messages)
` [v5] "

[PATCH] PCI: release pci_host_bridge resource after remove root bus
 2016-07-25  1:18 UTC  (2+ messages)

[PATCH v4 0/4] ARS rescanning triggered by latent errors or userspace
 2016-07-24 15:42 UTC  (7+ messages)
  ` [PATCH v4 1/4] libnvdimm: register nvdimm_bus devices with an nd_bus driver
  ` [PATCH v4 2/4] nfit, libnvdimm: allow an ARS scrub to be triggered on demand
      ` [PATCH v5] "
  ` [PATCH v4 3/4] nfit: move to nfit/ sub-directory
  ` [PATCH v4 4/4] nfit: do an ARS scrub on hitting a latent media error

[PATCH v2 00/17] replace pcommit with ADR or directed flushing
 2016-07-23  7:49 UTC  (8+ messages)
` [PATCH v2 16/17] x86/insn: remove pcommit

[PATCH v4 0/7] lib: string: add functions to case-convert strings
 2016-07-22 23:31 UTC  (3+ messages)
  ` [PATCH v4 1/7] "
` [PATCH v4 3/7] ACPI / device_sysfs: make use of new strtolower() function

[PATCH v3 0/3] ARS rescanning triggered by latent errors or userspace
 2016-07-22 23:21 UTC  (4+ messages)
` [PATCH v3 1/3] pmem: clarify a debug print in pmem_clear_poison
` [PATCH v3 2/3] nfit, libnvdimm: allow an ARS scrub to be triggered on demand
` [PATCH v3 3/3] nfit: do an ARS scrub on hitting a latent media error

[GIT PULL] libnvdimm regression fix for 4.7-final
 2016-07-22 21:09 UTC 

[PATCH] ACPICA: cleanup method properly on error
 2016-07-22 15:35 UTC 

[PATCH 1/2] libnvdimm: move ->module to struct nvdimm_bus_descriptor
 2016-07-22 12:41 UTC  (4+ messages)
` [PATCH 2/2] nfit, tools/testing/nvdimm/: unify shutdown paths

Help/info request (in re trip points)
 2016-07-22  8:22 UTC 

[PATCH] acpi, nfit: fix acpi_check_dsm() vs zero functions implemented
 2016-07-22  8:14 UTC  (10+ messages)

[PATCH v2 0/3] ARS rescanning triggered by latent errors or userspace
 2016-07-21 21:25 UTC  (13+ messages)
  ` [PATCH v2 1/3] pmem: clarify a debug print in pmem_clear_poison
  ` [PATCH v2 2/3] nfit, libnvdimm: allow an ARS scrub to be triggered on demand
  ` [PATCH v2 3/3] nfit: do an ARS scrub on hitting a latent media error

[PATCH] ACPI: CPPC: Support PCC with interrupt flag
 2016-07-21 21:07 UTC 

[PATCH v10 0/7] ACPI / processor_idle: Add ACPI v6.0 LPI support
 2016-07-21 16:18 UTC  (5+ messages)
` [PATCH v10 2/7] ACPI / processor_idle: Add support for Low Power Idle(LPI) states

[PATCH v3 1/2] pstore: Split pstore fragile flags
 2016-07-21  0:59 UTC 

[PATCH 0/5] CPPC enhancements
 2016-07-20 23:44 UTC  (4+ messages)
` [PATCH 4/5] ACPI/CPPC: set a non-zero value for transition_latency

[PATCH v3 0/7] lib: string: add functions to case-convert strings
 2016-07-20 20:28 UTC  (5+ messages)

[PATCH v2 0/3] Init device ids from ACPI of_compatible
 2016-07-20 11:37 UTC  (5+ messages)
` [PATCH v2 3/3] acpi spi: Initialize modalias from of_compatible

PROBLEM: acpi regression first bad commit 02b771b64b73226052d6e731a0987db3b47281e9
 2016-07-20  5:24 UTC  (2+ messages)

[RFC PATCH 0/3] ECAM quirks handling for ARM64 platforms
 2016-07-20  5:05 UTC  (3+ messages)

[PATCH 0/5] ACPI: ACPI documentations and trivial fixes
 2016-07-20  3:21 UTC  (8+ messages)
` [PATCH v2 0/4] ACPI: ACPI documentation
  ` [PATCH v2 4/4] ACPI / button: Add document for ACPI control method lid device restrictions

[PATCH v8 0/7] Make cpuid <-> nodeid mapping persistent
 2016-07-20  2:28 UTC  (4+ messages)
` [PATCH v8 1/7] x86, memhp, numa: Online memory-less nodes at boot time


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox