Linux-ACPI Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-27 16:44:53 to 2016-05-05 23:39:33 UTC [more...]

[PATCH v3 0/3] ACPI/device_sysfs: Add sysfs support for _HRV hardware revision
 2016-05-05 23:42 UTC  (5+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] ACPI/device_sysfs: Change _SUN and _STA show functions error return to EIO
` [PATCH v3 3/3] ACPI/device_sysfs: Clean up checkpatch errors

[PATCH v11 0/5] libnvidmm, nfit: dimm command marshaling
 2016-05-05 23:38 UTC  (10+ messages)
` [PATCH v11 1/5] nfit, libnvdimm: clarify "commands" vs "_DSMs"
` [PATCH v11 2/5] nfit, libnvdimm: limited/whitelisted dimm command marshaling mechanism
` [PATCH v11 3/5] nfit: disable vendor specific commands
` [PATCH v11 4/5] tools/testing/nvdimm: ND_CMD_CALL support
` [PATCH v11 5/5] nfit: add sysfs dimm 'family' and 'dsm_mask' attributes

[PATCH 0/4] ACPI / osi: Fix several issues in _OSI handling
 2016-05-05 23:41 UTC  (18+ messages)
` [PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support
` [PATCH v3 0/7] ACPI / osi: Fix several issues in _OSI handling
  ` [PATCH v3 1/7] ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal strings
  ` [PATCH v3 2/7] ACPI / osi: Cleanup _OSI("Linux") related code before introducing new support
  ` [PATCH v3 3/7] ACPI / osi: Add acpi_osi=!! to allow reverting acpi_osi=!
  ` [PATCH v3 4/7] ACPI / osi: Fix default _OSI(Darwin) support
  ` [PATCH v3 5/7] ACPI / osi: Cleanup OSI handling code to use bool
  ` [PATCH v3 6/7] ACPI / osi: Cleanup coding style issues before creating a separate OSI source file
  ` [PATCH v3 7/7] ACPI / osi: Collect _OSI handling into one single file

[GIT PULL] libnvdimm fixes for 4.6-rc7
 2016-05-05 23:37 UTC 

[PATCH] ACPI / tables: Fix DSDT override mechanism
 2016-05-05 23:27 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/1] drivers: acpi: add CPU id to cooling device type of processor driver
 2016-05-05 18:27 UTC  (6+ messages)

[patch] ACPI / sysfs: fix error code in get_status()
 2016-05-05 13:57 UTC  (2+ messages)

[PATCH V6 00/13] Support for generic ACPI based PCI host controller
 2016-05-05 10:38 UTC  (46+ messages)
` [PATCH V6 01/13] pci, acpi, x86, ia64: Move ACPI host bridge device companion assignment to core code
` [PATCH V6 02/13] pci, acpi: Provide generic way to assign bus domain number
` [PATCH V6 05/13] acpi, pci: Support IO resources when parsing PCI host bridge resources
` [PATCH V6 07/13] PCI: Provide common functions for ECAM mapping
` [PATCH V6 09/13] pci, acpi: Support for ACPI based generic PCI host controller
` [PATCH V6 08/13] PCI: generic, thunder: update to use generic ECAM API
` [PATCH] acpi: pci: QDF2432 32 bit config space accessors

[PATCH] i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
 2016-05-05  8:27 UTC  (21+ messages)

[PATCH 00/15] ACPICA: 20160422 Release
 2016-05-05  5:00 UTC  (38+ messages)
` [PATCH 01/15] ACPICA: Linuxize: reduce divergences for 20160422 release
` [PATCH 02/15] ACPICA: Divergence: remove unwanted spaces for typedef
` [PATCH 03/15] ACPICA: Refactor evaluate_object to reduce nesting
` [PATCH 04/15] ACPICA: ACPI 6.1: Support for new PCCT subtable
` [PATCH 05/15] ACPICA: ACPI 6.0: Update _BIX support for new package element
` [PATCH 06/15] ACPICA: ACPI 6.0, tools/iasl: Add support for new resource descriptors
` [PATCH 07/15] ACPICA: Renamed some #defined flag constants for clarity
` [PATCH 08/15] ACPICA: Dispatcher: Update thread ID for recursive method calls
` [PATCH 09/15] ACPICA: Utilities: Add ACPI_IS_ALIGNED() macro
` [PATCH 10/15] ACPICA: Hardware: Add optimized access bit width support
` [PATCH 11/15] ACPICA: Executer: Introduce a set of macros to handle bit width mask generation
` [PATCH 12/15] ACPICA: Hardware: Add access_width/bit_offset support in acpi_hw_read()
` [PATCH 13/15] ACPICA: Hardware: Add access_width/bit_offset support for acpi_hw_write()
` [PATCH 14/15] ACPICA: Move all ASCII utilities to a common file
` [PATCH 15/15] ACPICA: Update version to 20160422
` [PATCH v2 00/13] ACPICA: 20160422 Release
  ` [PATCH v2 01/13] ACPICA: Divergence: remove unwanted spaces for typedef
  ` [PATCH v2 02/13] ACPICA: Refactor evaluate_object to reduce nesting
  ` [PATCH v2 03/13] ACPICA: ACPI 6.1: Support for new PCCT subtable
  ` [PATCH v2 04/13] ACPICA: ACPI 6.0: Update _BIX support for new package element
  ` [PATCH v2 05/13] ACPICA: ACPI 6.0, tools/iasl: Add support for new resource descriptors
  ` [PATCH v2 06/13] ACPICA: Renamed some #defined flag constants for clarity
  ` [PATCH v2 07/13] ACPICA: Utilities: Add ACPI_IS_ALIGNED() macro
  ` [PATCH v2 08/13] ACPICA: Hardware: Add optimized access bit width support
  ` [PATCH v2 09/13] ACPICA: Executer: Introduce a set of macros to handle bit width mask generation
  ` [PATCH v2 10/13] ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support in acpi_hw_read()
  ` [PATCH v2 11/13] ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_write()
  ` [PATCH v2 12/13] ACPICA: Move all ASCII utilities to a common file
  ` [PATCH v2 13/13] ACPICA: Update version to 20160422

[PATCH v3 0/4] Support INT3406 Display thermal device
 2016-05-04 21:47 UTC  (4+ messages)

[PATCH] ACPI / amba: Remove CLK_IS_ROOT
 2016-05-04 21:11 UTC  (3+ messages)

[PATCH] ACPI / APD: Remove CLK_IS_ROOT
 2016-05-04 21:12 UTC  (3+ messages)

[PATCH] device property: fix a potential oops
 2016-05-04 21:11 UTC  (2+ messages)

[PATCH v2] i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
 2016-05-04 20:04 UTC  (3+ messages)

[RFC PATCH v2 00/10] ACPI overlays
 2016-05-04 15:04 UTC  (9+ messages)
` [RFC PATCH v2 05/10] i2c: add support for ACPI reconfigure notifications
` [RFC PATCH v2 06/10] spi: "

linux-acpi
 2016-05-04 18:30 UTC 

[PATCH V3 1/4] acpi,pci,irq: reduce resource requirements
 2016-05-03 17:16 UTC  (7+ messages)

[PATCH v10 0/3] gpio: dwapb: add gpio-signaled acpi event support for power button
 2016-05-03  3:38 UTC  (8+ messages)
` [PATCH v10 1/3] gpio: dwapb: remove name from dwapb_port_property
` [PATCH v10 2/3] gpio: dwapb: convert device node to fwnode
` [PATCH v10 3/3] gpio: dwapb: add gpio-signaled acpi event support

[PATCH v5 0/1] ARM64: ACPI: Update documentation for latest specification version
 2016-05-02 20:19 UTC  (2+ messages)

OpRegion conflicts for Skylake LPSS
 2016-05-02 10:35 UTC  (6+ messages)

[PATCH RESEND] pnp: pnpbios: Add explicit X86_32 dependency to PNPBIOS
 2016-05-01 15:46 UTC 

[RFC 0/4] Runtime pm for thunderbolt.ko
 2016-05-01 11:18 UTC  (5+ messages)
` [RFC 4/4] thunderbolt: Support runtime pm

[GIT PULL] Thermal management updates for v4.6-rc6
 2016-04-30 23:05 UTC 

[PATCH v2 0/3] ACPI/device_sysfs: Add sysfs support for _HRV hardware revision
 2016-04-29 21:35 UTC  (7+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] ACPI/device_sysfs: Change _SUN and _STA show functions error return to EIO
` [PATCH v2 3/3] ACPI/device_sysfs: Clean up checkpatch errors

[PATCH] ACPI/device_sysfs: Add sysfs support for _HRV hardware revision
 2016-04-29 13:55 UTC  (8+ messages)

[PATCH v9 0/3] gpio: dwapb: add gpio-signaled acpi event support for power button
 2016-04-29  9:21 UTC  (3+ messages)
` [PATCH v9 1/3] gpio: dwapb: remove name from dwapb_port_property

[PATCH v7 0/5] ACPI: parse the SPCR table
 2016-04-29  0:43 UTC  (5+ messages)
` [PATCH v7 1/5] of/serial: move earlycon early_param handling to serial
` [PATCH v7 5/5] serial: pl011: add console matching function

[PATCH] ACPI: fix Thunderbolt hotplug
 2016-04-28 18:49 UTC  (5+ messages)

[PATCH] ACPI/SRAT: fix SRAT order parsing when both LAPIC and X2APIC present
 2016-04-27 21:23 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v6 00/14] ACPI NUMA support for ARM64
 2016-04-27 18:07 UTC  (15+ messages)
` [PATCH v6 01/14] acpi, numa: Use pr_fmt() instead of printk
` [PATCH v6 02/14] acpi, numa: Replace ACPI_DEBUG_PRINT() with pr_debug()
` [PATCH v6 03/14] acpi, numa: remove duplicate NULL check
` [PATCH v6 04/14] acpi, numa: Move acpi_numa_arch_fixup() to ia64 only
` [PATCH v6 05/14] acpi, numa: move acpi_numa_slit_init() to drivers/acpi/numa.c
` [PATCH v6 06/14] arm64, numa: rework numa_add_memblk()
` [PATCH v6 07/14] arm64, numa: Cleanup NUMA disabled messages
` [PATCH v6 08/14] x86, acpi, numa: cleanup acpi_numa_processor_affinity_init()
` [PATCH v6 09/14] acpi, numa: move bad_srat() and srat_disabled() to drivers/acpi/numa.c
` [PATCH v6 10/14] acpi, numa: remove unneeded acpi_numa=1
` [PATCH v6 11/14] acpi, numa: Move acpi_numa_memory_affinity_init() to drivers/acpi/numa.c
` [PATCH v6 12/14] acpi, numa, srat: Improve SRAT error detection and add messages
` [PATCH v6 13/14] arm64, acpi, numa: NUMA support based on SRAT and SLIT
` [PATCH v6 14/14] acpi, numa: Enable ACPI based NUMA on ARM64


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