linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-07 16:57:16 to 2015-05-15 21:23:51 UTC [more...]

[V4 PATCH 0/6] ACPI: Introduce support for _CCA object
 2015-05-15 21:23 UTC  (7+ messages)
` [V4 PATCH 1/6] ACPI / scan: Parse _CCA and setup device coherency
` [V4 PATCH 2/6] arm64 : Introduce support for ACPI _CCA object
` [V4 PATCH 3/6] pci: Generic function for setting up PCI device DMA coherency
` [V4 PATCH 4/6] device property: Introduces device_dma_is_coherent()
` [V4 PATCH 5/6] crypto: ccp - Unify coherency checking logic with device_dma_is_coherent()
` [V4 PATCH 6/6] amd-xgbe: "

[RFC 0/4] Introduce a mechanism to allocate PCI IRQ on demand
 2015-05-15 21:02 UTC  (3+ messages)
` [RFC 2/4] PCI, MSI: Optionally free legacy PCI IRQ when enabling MSI/MSI-X

[PATCH v2 00/20] libnd: non-volatile memory device support
 2015-05-15 21:00 UTC  (16+ messages)
` [PATCH v2 02/20] libnd, nd_acpi: initial libnd infrastructure and NFIT support
  ` [Linux-nvdimm] "
` [PATCH v2 03/20] nd_acpi, nfit-test: manufactured NFITs for interface development
  ` [Linux-nvdimm] "
` [PATCH v2 04/20] libnd: ndctl class device, and nd bus attributes
  ` [Linux-nvdimm] "
` [PATCH v2 08/20] libnd, nd_acpi: regions (block-data-window, persistent memory, volatile memory)
  ` [Linux-nvdimm] "

[RFC v1 00/11] Split struct irq_data into common part and per-chip part
 2015-05-15 20:57 UTC  (12+ messages)
` [RFC v1 01/11] genirq: Introduce struct irq_common_data to host shared irq data
` [RFC v1 02/11] genirq: Move field 'node' from struct irq_data into struct irq_common_data
` [RFC v1 03/11] genirq: Use CONFIG_NUMA instead of CONFIG_SMP to guard irq_common_data.node
` [RFC v1 11/11] genirq: Pass irq_data to helper function __irq_set_chip_handler_name_locked()

Registering a device driver before _INI?
 2015-05-15 16:55 UTC  (6+ messages)

Debugging spurious wakeup
 2015-05-15  8:49 UTC  (15+ messages)

[PATCH] ACPI / EC: Improve busy polling quirk
 2015-05-15  6:16 UTC  (10+ messages)
` [PATCH v2 0/6] ACPI / EC: Update due to recent changes
  ` [PATCH v2 1/6] ACPI / EC: Update acpi_ec_is_gpe_raised() with new GPE status flag
  ` [PATCH v2 2/6] ACPI / EC: Remove storming threashold enlarging quirk
  ` [PATCH v2 3/6] ACPI / EC: Remove irqs_disabled() check
  ` [PATCH v2 4/6] ACPI / EC: Fix and clean up register access guarding logics
  ` [PATCH v2 5/6] ACPI / EC: Add module params for polling modes
  ` [PATCH v2 6/6] ACPI / EC: Remove non-root-caused busy polling quirks

[RFC PATCH V2 1/2] x86/cpu hotplug: make apicid <--> cpuid mapping persistent
 2015-05-15  2:19 UTC  (4+ messages)
` [RFC PATCH V2 2/2] gfp: use the best near online node if the target node is offline

[PATCH] drivers: acpi: make ACPI_PROCFS_POWER X86 only
 2015-05-15  0:02 UTC  (3+ messages)

[PATCH] ACPI / battery: ensure acpi_battery_init() has finish
 2015-05-14 23:59 UTC  (2+ messages)

[update][PATCH v3 7/7] ACPI / processor: Introduce invalid_phys_cpuid()
 2015-05-14 23:58 UTC  (2+ messages)

[PATCH 0/4] ACPI: provide an override for _REV
 2015-05-14 23:56 UTC  (10+ messages)
` [PATCH 1/4] acpi: use same type for acpi_predefined_names values as in definition
` [PATCH 2/4] acpi: allow for an override to set _REV
` [PATCH 3/4] acpi: add _REV quirk for Dell XPS 13 (2015)
` [PATCH 4/4] acpi: fix kernel-parameters ordering in Documentation

[GIT PULL] ACPI fixes for 4.1-rc4
 2015-05-14 23:22 UTC 

Regression due to "device property: Make it possible to use secondary firmware nodes" Re: Xen-unstable + linux 4.1-mergewindow: problems with PV guest pci passthrough: pcifront pci-0: pciback not responding!!!
 2015-05-14 22:47 UTC  (8+ messages)

[PATCH] ACPI / PM: Rework device power management to follow ACPI 6
 2015-05-14 22:06 UTC  (2+ messages)

[PATCH] pci/hotplug: work-around for missing _RMV on HP ZBook G2
 2015-05-14 19:33 UTC 

[PATCH] ACPI / blacklist: blacklist Win8 OSI for Dell Inspiron 7437
 2015-05-14 19:17 UTC  (12+ messages)
                `  "

[Patch v3 0/7] Consolidate ACPI PCI root common code into ACPI core
 2015-05-14  8:56 UTC  (8+ messages)
` [Patch v3 1/7] ACPI/PCI: Enhance ACPI core to support sparse IO space
` [Patch v3 2/7] ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridge
` [Patch v3 3/7] ia64/PCI: Use common struct resource_entry to replace struct iospace_resource
` [Patch v3 4/7] x86/PCI: Rename struct pci_sysdata as struct pci_controller
` [Patch v3 5/7] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core
` [Patch v3 6/7] x86/PCI/ACPI: Use common interface to support PCI host bridge
` [Patch v3 7/7] ia64/PCI/ACPI: "

[RFC v2 0/7] Consolidate ACPI PCI root common code into ACPI core
 2015-05-14  4:42 UTC  (17+ messages)
` [RFC v2 1/7] ACPI/PCI: Enhance ACPI core to support sparse IO space
` [RFC v2 2/7] ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridge
` [RFC v2 5/7] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core
` [RFC v2 6/7] x86/PCI/ACPI: Use common interface to support PCI host bridge

[RFC PATCH] cpuidle: Remove the default poll idle loop
 2015-05-13 22:28 UTC  (3+ messages)

Discussion around quirking the _REV behavior for the XPS 13 (2015) until 4.2
 2015-05-13 21:32 UTC  (23+ messages)
  ` commit b1ef29725865 (ACPI _REV=2) causes sound regression on Dell XPS 13 [Was: Discussion around quirking the _REV behavior for the XPS 13 (2015) until 4.2]

[PATCH v2 0/3] ACPI: Translate Linux IRQ number directly from GpioInt
 2015-05-13  8:25 UTC  (12+ messages)
` [PATCH v2 1/3] gpio / ACPI: Add support for retrieving GpioInt resources from a device
` [PATCH v2 2/3] i2c / ACPI: Use 0 to indicate that device does not have interrupt assigned
` [PATCH v2 3/3] i2c / ACPI: Assign IRQ for devices that have GpioInt automatically

[PATCH v2 0/7] minor cleanups for ACPI processor driver
 2015-05-13  6:39 UTC  (9+ messages)
` [PATCH v2 5/7] Xen / ACPI / processor: Remove unneeded NULL check in xen_acpi_processor_enable()
` [PATCH v2 7/7] ACPI / processor: Introduce invalid_phys_cpuid()

[PATCH RESEND V4 0/4] i2c: busses: xgene: I2C proxy driver for X-Gene
 2015-05-12 20:12 UTC  (10+ messages)
` [PATCH RESEND V4 1/4] i2c: busses: add SLIMpro I2C device driver on APM X-Gene platform
` [PATCH RESEND V4 2/4] i2c: busses: xgene: add acpi support for i2c xgene SLIMpro driver
` [PATCH RESEND V4 3/4] Documentation: i2c: Add APM X-Gene platform SLIMpro I2C driver documentation
` [PATCH RESEND V4 4/4] arm64: dts: add proxy I2C device driver on APM X-Gene platform

[V3 PATCH 0/5] ACPI: Introduce support for _CCA object
 2015-05-12 15:06 UTC  (17+ messages)
` [V3 PATCH 1/5] ACPI / scan: Parse _CCA and setup device coherency
` [V3 PATCH 2/5] arm64 : Introduce support for ACPI _CCA object
` [V3 PATCH 3/5] device property: Introduces device_dma_is_coherent()
` [V3 PATCH 4/5] crypto: ccp - Unify coherency checking logic with device_dma_is_coherent()
` [V3 PATCH 5/5] amd-xgbe: "

[PATCH 0/2] thermal: add support to slope and offset
 2015-05-12  3:27 UTC  (6+ messages)
` [PATCH 1/2] thermal: support slope and offset coefficients
` [PATCH 2/2] thermal: of-thermal: add support for reading coefficients property
  ` [PATCH 2/2] thermal: of-thermal: add support for reading coefficients property 33 O May 11 Antoine Tenart ( 15K) [PATCH v4 1/3] iio: adc: add support for Berlin

[PATCH] TCO Watchdog warning interrupt driver creation
 2015-05-12  1:28 UTC  (2+ messages)
`  "

[GIT PULL] Thermal-SoC management updates for v4.1-rc4
 2015-05-11 23:50 UTC 

[PATCH] ACPI / battery: drop useless return statements
 2015-05-11 21:48 UTC 

[PATCH] ACPI / battery: abort initialization earlier if acpi_disabled
 2015-05-11 21:48 UTC 

[Linaro-acpi] [PATCH 2/2] ACPI / scan: Parse _CCA and setup device coherency
 2015-05-11 17:24 UTC  (6+ messages)

[PATCH v3 0/7] minor cleanups for ACPI processor driver
 2015-05-11 13:58 UTC  (10+ messages)
` [PATCH v3 1/7] ACPI / processor: Introduce invalid_logical_cpuid()
` [PATCH v3 2/7] Xen / ACPI / processor: use invalid_logical_cpuid()
` [PATCH v3 3/7] Xen / ACPI / processor: Remove unneeded NULL check
` [PATCH v3 4/7] ACPI / processor: remove cpu_index in acpi_processor_get_info()
` [PATCH v3 5/7] ACPI / processor: remove phys_id "
` [PATCH v3 6/7] ACPI / processor: return specific error instead of -1
` [PATCH v3 7/7] ACPI / processor: Introduce invalid_phys_cpuid()

[PATCH] ACPICA: Divergence: Remove redundant definitions
 2015-05-08 21:10 UTC  (2+ messages)

[PATCH RFC 0/5] ACPI / core : few cleanups and updates for LPI
 2015-05-08 20:33 UTC  (10+ messages)
` [PATCH RFC 1/5] ACPI / containers : add support for ACPI0010 processor container
` [PATCH RFC 2/5] ACPI / processor: always compile perflib if CONFIG_ACPI_PROCESSOR

[PATCH 0/2] ACPI : Introduce support for _CCA object
 2015-05-08 14:01 UTC  (4+ messages)
` [Linaro-acpi] [PATCH 2/2] ACPI / scan: Parse _CCA and setup device coherency

[Patch v3] x86, irq: Allocate CPU vectors from device local CPUs if possible
 2015-05-08  7:21 UTC  (2+ messages)

[PATCH] ACPI / PM: Drop stale comment from acpi_power_transition()
 2015-05-07 23:08 UTC 

[GIT PULL] Power management and ACPI fixes for 4.1-rc3
 2015-05-07 21:11 UTC 

I/O conflict on Versalogic Tiger (VL-EPM-24)
 2015-05-07 21:06 UTC  (4+ messages)

[V2 PATCH 0/5] Introduce ACPI _CCA support and device_dma_is_coherent API
 2015-05-07 20:18 UTC  (4+ messages)
` [V2 PATCH 1/5] ACPI / scan: Parse _CCA and setup device coherency
  ` [Linaro-acpi] "

Detecting that a battery is inside a dock?
 2015-05-07 20:43 UTC  (4+ 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).