linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-19 10:26:08 to 2016-04-27 14:27:04 UTC [more...]

[PATCH V6 00/13] Support for generic ACPI based PCI host controller
 2016-04-27 14:26 UTC  (47+ 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 03/13] x86, ia64: Include acpi_pci_{add|remove}_bus to the default pcibios_{add|remove}_bus implementation
` [PATCH V6 05/13] acpi, pci: Support IO resources when parsing PCI host bridge resources
` [PATCH V6 06/13] arm64, pci, acpi: ACPI support for legacy IRQs parsing and consolidation with DT code
` [PATCH V6 08/13] PCI: generic, thunder: update to use generic ECAM API
` [PATCH V6 09/13] pci, acpi: Support for ACPI based generic PCI host controller
` [PATCH V6 12/13] pci, pci-thunder-ecam: Add ACPI support for ThunderX ECAM
    ` [Linaro-acpi] "

[PATCH] ACPI: fix Thunderbolt hotplug
 2016-04-27 13:07 UTC  (3+ messages)

[PATCH v3 0/4] Support INT3406 Display thermal device
 2016-04-27 12:45 UTC  (5+ messages)
` [PATCH v3 1/4] video / backlight: add two APIs for drivers to use
` [PATCH v3 2/4] video / backlight: remove the backlight_device_registered API
` [PATCH v3 3/4] ACPI/video: export acpi_video_get_levels
` [PATCH v3 4/4] Thermal: add INT3406 thermal driver

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

[PATCH] device property: fix a potential oops
 2016-04-27 11:04 UTC 

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

[PATCH V3 1/4] acpi,pci,irq: reduce resource requirements
 2016-04-27  0:17 UTC  (10+ messages)
` [PATCH V3 2/4] acpi,pci,irq: reduce static IRQ array size to 16
` [PATCH V3 3/4] acpi,pci,irq: remove redundant code in acpi_irq_penalty_init

[PATCH v3 0/2] Support ACPI 6.1 update in NFIT Control Region Structure
 2016-04-26 23:54 UTC  (4+ messages)
` [PATCH v3 1/2] acpi/nfit: Update nfit driver to comply with ACPI 6.1
` [PATCH v3 2/2] acpi/nfit: Add sysfs "id" for NVDIMM ID

OpRegion conflicts for Skylake LPSS
 2016-04-26 21:10 UTC  (2+ messages)

[PATCH] ACPI/device_sysfs: Add sysfs support for _HRV hardware revision
 2016-04-26 20:41 UTC  (3+ messages)

[PATCH v2] Force cppc_cpufreq to report values in KHz to fix user space reporting
 2016-04-26 18:46 UTC  (9+ messages)

[PATCH v4 0/5] ACPI / processor_idle: Add ACPI v6.0 LPI support
 2016-04-26 16:01 UTC  (17+ messages)
` [PATCH v4 1/5] ACPI / processor_idle: introduce ARCH_SUPPORTS_ACPI_PROCESSOR_CSTATE
` [PATCH v4 2/5] ACPI / processor_idle: Add support for Low Power Idle(LPI) states
` [PATCH v4 3/5] drivers: psci: refactor psci_cpu_init_idle in preparation for ACPI LPI support
` [PATCH v4 4/5] arm64: add support for ACPI Low Power Idle(LPI)
` [PATCH v4 5/5] ACPI : enable ACPI_PROCESSOR_IDLE on ARM64

[PATCH v2 0/3] Support INT3406 Display thermal device
 2016-04-26  7:33 UTC  (3+ messages)

我的信息在:
 2016-04-25  5:01 UTC 

[PATCH v5 0/1] ARM64: ACPI: Update documentation for latest specification version
 2016-04-25 21:21 UTC  (2+ messages)
` [PATCH v5 1/1] "

[RFC 0/4] Runtime pm for thunderbolt.ko
 2016-04-24 15:23 UTC  (4+ messages)
` [RFC 4/4] thunderbolt: Support runtime pm

[GIT PULL] Thermal management updates for v4.6-rc5
 2016-04-23 23:09 UTC 

HELLO DEAR
 2016-04-22 17:48 UTC 

[RFC PATCH 00/11] ACPI IORT ARM SMMU support
 2016-04-22 10:57 UTC  (8+ messages)
` [RFC PATCH 06/11] drivers: iommu: make of_xlate() interface DT agnostic
` [RFC PATCH 09/11] drivers: acpi: implement acpi_dma_configure

[PATCH] ACPICA / Interpreter: Fix a regression triggered because of wrong Linux ECDT support
 2016-04-22  3:14 UTC  (5+ messages)

[RFC PATCH v2 00/10] ACPI overlays
 2016-04-21 21:41 UTC  (13+ messages)
` [RFC PATCH v2 01/10] kernel: add TAINT_OVERLAY_ACPI_TABLE
` [RFC PATCH v2 02/10] acpi: decouple initrd table install from CONFIG_ACPI_INITRD_TABLE_OVERRIDE
` [RFC PATCH v2 03/10] acpi: fix enumeration (visited) flags for bus rescans
` [RFC PATCH v2 04/10] acpi: add support for ACPI reconfiguration notifiers
` [RFC PATCH v2 05/10] i2c: add support for ACPI reconfigure notifications
` [RFC PATCH v2 06/10] spi: "
` [RFC PATCH v2 07/10] efi: load SSTDs from EFI variables
` [RFC PATCH v2 08/10] acpi: add support for configfs
` [RFC PATCH v2 09/10] acpi: add support for loading SSDTs via configfs
` [RFC PATCH v2 10/10] HACK: acpi: configfs: add unload_hanlde_path attribute for tables

[PATCH v9 0/3] gpio: dwapb: add gpio-signaled acpi event support for power button
 2016-04-21 11:43 UTC  (10+ messages)
` [PATCH v9 1/3] gpio: dwapb: remove name from dwapb_port_property
` [PATCH v9 2/3] gpio: dwapb: convert device node to fwnode
` [PATCH v9 3/3] gpio: dwapb: add gpio-signaled acpi event support

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

[PATCH 0/3] Rename acpi_dev_present()
 2016-04-21  0:20 UTC  (2+ messages)

[PATCH][v6] ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5
 2016-04-21  0:17 UTC  (2+ messages)

[PATCH] tools/power/acpi: close file only if it is open
 2016-04-21  0:19 UTC  (2+ messages)

[PATCH 0/4] ACPI 2.0 / ECDT: Enable ECDT support
 2016-04-21  0:19 UTC  (2+ messages)

[PATCH V2] acpi: implement Generic Event Device
 2016-04-21  0:16 UTC  (2+ messages)

[PATCH v2 0/3] ACPI / tables: Add table upgrade mechanism
 2016-04-21  0:18 UTC  (5+ messages)
` [PATCH v2 3/3] ACPI / tables: Convert the initrd table override mechanisms to the "

[PATCH v3] device property: don't bother the drivers with struct property_set
 2016-04-21  0:15 UTC  (2+ messages)

[PATCH 1/3] ACPI / ARM64: Don't enable ACPI by default on ARM64
 2016-04-21  0:10 UTC  (4+ messages)
` [PATCH 2/3] ACPI / ARM64: Remove EXPERT dependency for ACPI "

[PATCH V2 0/9] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2016-04-20 21:38 UTC  (6+ messages)
` [PATCH V2 2/9] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V2 6/9] acpi: apei: handle SEA notification type for ARMv8

[PATCH] ACPI / APD: Remove CLK_IS_ROOT
 2016-04-20 10:09 UTC  (2+ messages)

[PATCH v11 01/17] Xen: ACPI: Hide UART used by Xen
 2016-04-20  9:39 UTC  (3+ messages)

[PATCH] ACPI / amba: Remove CLK_IS_ROOT
 2016-04-20  7:28 UTC  (2+ messages)

[PATCH v8 0/3] gpio: dwapb: add gpio-signaled acpi event support for power button
 2016-04-20  3:49 UTC  (5+ messages)
` [PATCH v8 1/3] gpio: dwapb: remove name from dwapb_port_property
` [PATCH v8 2/3] gpio: dwapb: convert device node to fwnode
` [PATCH v8 3/3] gpio: dwapb: add gpio-signaled acpi event support

[PATCH] mailbox: pcc: Support HW-Reduced Communication Subspace Type 2
 2016-04-19 20:40 UTC  (3+ messages)

[PATCH v4 00/14] ACPI NUMA support for ARM64
 2016-04-19 18:44 UTC  (2+ 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).