public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-20 23:02:08 to 2016-07-26 20:58:53 UTC [more...]

[GIT PULL] ACPI changes for v4.8-rc1
 2016-07-26 20:58 UTC 

[PATCH 0/4] Fixing a set of bugs for ioapic hotplug
 2016-07-26 20:46 UTC  (10+ messages)
` [PATCH 1/4] x86/ioapic: Support hot-removal of IOAPICs present during boot
` [PATCH 2/4] x86/ioapic: Fix setup_res() failing to get resource
` [PATCH 3/4] x86/ioapic: Fix lost ioapic resource after hot-removal and hotadd
` [PATCH 4/4] x86/ioapic: Fix ioapic failing to request resource

[PATCH] ACPICA: cleanup method properly on error
 2016-07-26 20:28 UTC  (3+ messages)

[PATCH V2 0/5] CPPC enhancements
 2016-07-26 19:45 UTC  (6+ messages)
` [PATCH V2 1/5] ACPI/CPPC: restructure read/writes for efficient sys mapped reg ops
` [PATCH V2 2/5] ACPI/CPPC: acquire pcc_lock only while accessing PCC subspace
` [PATCH V2 3/5] ACPI/CPPC: support for batching CPPC requests
` [PATCH V2 4/5] ACPI/CPPC: set a non-zero value for transition_latency
` [PATCH V2 5/5] ACPI/CPPC: add sysfs support to compute delivered performance

[RFC DSD v2 00/04] How to Use the ACPI _DSD Device Properties UUIDs
 2016-07-26 16:37 UTC  (5+ messages)
` [RFC DSD v2 01/04] _DSD Property Registration Ruleset
` [RFC DSD v2 02/04] _DSD Property Database Ruleset
` [RFC DSD v2 03/04] _DSD Formal Language Ruleset
` [RFC DSD v2 04/04] Informal ChangeLog

[PATCH V7 1/8] ACPI: I/O Remapping Table (IORT) initial support
 2016-07-26 14:48 UTC  (8+ messages)

[PATCH v9 0/9] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
 2016-07-26 14:11 UTC  (19+ 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  (11+ messages)
` [RFC PATCH v3 05/13] drivers: iommu: make iommu_fwspec OF agnostic

[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  (12+ 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 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


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