Linux-ACPI Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-27 08:35:22 to 2016-02-08 10:57:01 UTC [more...]

[PATCH v4 01/17] Xen: ACPI: Hide UART used by Xen
 2016-02-08 10:57 UTC  (3+ messages)

[PATCH v2 00/16] intel-lpss: support non-ACPI platforms
 2016-02-08 10:45 UTC  (5+ messages)
` [PATCH v2 14/16] mfd: intel-lpss: Pass SDA hold time to I2C host controller driver

Very Urgent,response needed
 2016-02-07 21:28 UTC 

[PATCH V2] acpi: implement Generic Event Device
 2016-02-07 15:00 UTC 

[PATCH v3 0/6] acpi, clocksource, kvm: add GTDT and ARM memory-mapped timer support
 2016-02-07 13:30 UTC  (8+ messages)
` [PATCH v3 1/6] ACPI: add GTDT table parse driver into ACPI driver
` [PATCH v3 2/6] clocksource: simplify ACPI code in arm_arch_timer.c
` [PATCH v3 3/6] clocksource: add memory-mapped timer support "
` [PATCH v3 4/6] clocksource: move some enums to arm_arch_timer.h
` [PATCH v3 5/6] kvm: arm64: wrapping DT support for virt arch timer
` [PATCH v3 6/6] kvm: arm64: Add ACPI "

Problems since commit Recognize that Interrupt Line 255 means "not connected"
 2016-02-06 15:43 UTC  (5+ messages)

[PATCH v7 0/5] ACPI based PCI support for arm64
 2016-02-06  9:58 UTC  (11+ messages)
` [PATCH v7 1/5] APCI: MCFG: Move mmcfg_list management to drivers/acpi
` [PATCH v7 2/5] ACPI: PCI: Support platforms that need pci_remap_iospace
` [PATCH v7 3/5] PCI: Handle ACPI companion and domain number
` [PATCH v7 4/5] arm64: pci: Add ACPI support
` [PATCH v7 5/5] PCI: ACPI: Add a generic ACPI based host controller

[PATCH] acpi/ec: Deny write access unless requested by module param
 2016-02-06  7:08 UTC 

[PATCH 00/14] ACPI 2.0: Enable TermList interpretion and early opeartion region accesses for table loading
 2016-02-06  3:54 UTC  (15+ messages)
` [PATCH 01/14] ACPI / OSL: Cleanup initrd table override code
` [PATCH 02/14] ACPI / OSL: Add support to install tables via initrd
` [PATCH 03/14] ACPI 2.0 / AML: Make default region accessible during the table load
` [PATCH 04/14] ACPI 2.0 / AML: Tune _REG evaluations order in the initialization steps
` [PATCH 05/14] ACPI 2.0 / AML: Ensure \_SB._INI executed before any _REG
` [PATCH 06/14] ACPI 2.0 / AML: Rename acpi_gbl_reg_methods_enabled to acpi_gbl_namespace_initialized
` [PATCH 07/14] ACPICA: Events: Fix an issue that _REG association can happen before namespace is initialized
` [PATCH 08/14] ACPI 2.0 / ECDT: Split EC_FLAGS_HANDLERS_INSTALLED
` [PATCH 09/14] ACPI 2.0 / ECDT: Remove early namespace reference from EC
` [PATCH 10/14] ACPI 2.0 / ECDT: Enable correct ECDT initialization order
` [PATCH 11/14] ACPI 2.0 / AML: Improve module level execution by moving the If/Else/While execution to per-table basis
` [PATCH 12/14] ACPI 2.0 / AML: Add TermList parsing support for table loading
` [PATCH 13/14] ACPI 2.0 / AML: Enable correct ACPI subsystem initialization order for new table loading mode
` [PATCH 14/14] ACPI 2.0 / AML: Fix module level execution by correctly parsing table as TermList

[GIT PULL] Power management and ACPI fixes for v4.5-rc3
 2016-02-05 23:52 UTC 

[PATCH V1 0/6] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2016-02-05 19:13 UTC  (7+ messages)
` [PATCH V1 1/6] acpi: apei: read ack upon ghes record consumption
` [PATCH V1 3/6] efi: parse ARMv8 processor error
  ` [PATCH V1 2/6] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
  ` [PATCH V1 4/6] arm64: exception: handle Synchronous External Abort
  ` [PATCH V1 5/6] arm64: exception: handle instruction abort at current EL
` [PATCH V1 6/6] acpi: apei: handle SEA notification type for ARMv8

[RFC PATCH] SPI/ACPI: DesignWare: Add ACPI support for Designware SPI driver
 2016-02-05 16:11 UTC  (4+ messages)

[PATCH] pci, acpi: QDF2xxx 32 bit config space accessors
 2016-02-05 16:00 UTC  (2+ messages)
` [PATCH v2] acpi: pci: QDF2432 "

[RFC PATCH] GPIO/ACPI: DesignWare: Add GPIO-signaled ACPI events support for power button
 2016-02-05  6:25 UTC 

[PATCH] x86/efi: skip bgrt init for kexec reboot
 2016-02-05  0:41 UTC  (4+ messages)

[PATCH V4 00/23] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
 2016-02-04 17:29 UTC  (24+ messages)
` [PATCH V4 01/23] x86, pci: Reorder logic of pci_mmconfig_insert() function
` [PATCH V4 02/23] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
` [PATCH V4 03/23] pci, acpi, mcfg: Provide generic implementation of MCFG code initialization
` [PATCH V4 04/23] x86, pci: mmconfig_{32, 64}.c code refactoring - remove code duplication
` [PATCH V4 05/23] x86, pci, ecam: mmconfig_64.c becomes default implementation for ECAM driver
` [PATCH V4 06/23] XEN / PCI: Remove the dependence on arch x86 when PCI_MMCONFIG=y
` [PATCH V4 07/23] pci, acpi, mcfg: Provide default RAW ACPI PCI config space accessors
` [PATCH V4 08/23] arm64, acpi: Use MCFG and empty PCI config space accessors from mcfg.c file
` [PATCH V4 09/23] pci, acpi, ecam: Add flag to indicate whether ECAM region was hot added or not
` [PATCH V4 10/23] x86, pci: Cleanup platform specific MCFG data by using ECAM hot_added flag
` [PATCH V4 11/23] pci, acpi: Move ACPI host bridge device companion assignment to core code
` [PATCH V4 12/23] x86, ia64, pci: Remove ACPI companion device from platform specific data
` [PATCH V4 13/23] pci, acpi: Provide generic way to assign bus domain number
` [PATCH V4 14/23] x86, ia64: Include acpi_pci_{add|remove}_bus to the default pcibios_{add|remove}_bus implementation
` [PATCH V4 15/23] acpi, mcfg: Implement two calls that might be used to inject/remove MCFG region
` [PATCH V4 16/23] x86, acpi, pci: Use equivalent function from mcfg.c driver
` [PATCH V4 17/23] acpi, mcfg: Add default PCI config accessors implementation and initial support for related quirks
` [PATCH V4 18/23] pci, of: Move the PCI I/O space management to PCI core code
` [PATCH V4 19/23] drivers: pci: add generic code to claim bus resources
` [PATCH V4 20/23] pci, acpi: Support for ACPI based generic PCI host controller init
` [PATCH V4 21/23] pci, acpi: Match PCI config space accessors against platfrom specific quirks
` [PATCH V4 22/23] arm64, pci, acpi: Assign legacy IRQs once device is enable
` [PATCH V4 23/23] arm64, pci, acpi: Start using ACPI based PCI host bridge driver for ARM64

[RFC PATCH 0/4] Add ACPI support for HiSilicon PCIe Host Controllers
 2016-02-04 17:06 UTC  (11+ messages)
` [RFC PATCH 1/4] PCI: Designware: Add support for ACPI based controllers
` [RFC PATCH 2/4] PCI: hisi: re-architect Hip05/Hip06 controllers driver to preapare for ACPI
` [RFC PATCH 3/4] PCI: hisi: Make the HiSilicon PCIe host controller ECAM compliant
` [RFC PATCH 4/4] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

Powerbutton not detected/handled on Dell Venue 11 Pro (7140)
 2016-02-03 21:26 UTC  (2+ messages)

platform: Do not detach from PM domains on shutdown
 2016-02-03 18:05 UTC  (3+ messages)

[PATCH v5 RESEND 0/5] Make cpuid <-> nodeid mapping persistent
 2016-02-03 16:42 UTC  (5+ messages)

[PATCH v3] ARM64: kernel: implement ACPI parking protocol
 2016-02-03 16:18 UTC  (10+ messages)

[PATCH] ACPI / button: Avoid using broken _LID on Surface tablet
 2016-02-03 11:04 UTC 

[PATCH RESEND] mailbox: pcc: fix channel calculation in get_pcc_channel()
 2016-02-03  1:27 UTC  (2+ messages)

[PATCH] mailbox: pcc: fix channel calculation in get_pcc_channel()
 2016-02-03  1:22 UTC  (5+ messages)

[PATCH 0/3] Support persistent memory as reserved type in e820/EFI
 2016-02-02 18:55 UTC  (4+ messages)
` [PATCH 1/3] resource: Make __request_region to inherit from immediate parent
` [PATCH 2/3] resource: Add iomem_set_desc() to set I/O descriptor
` [PATCH 3/3] ACPI: Change NFIT driver to set PMEM type to iomem entry

[PATCH v3 00/12] ACPI NUMA support for ARM64
 2016-02-02 17:00 UTC  (17+ messages)
` [PATCH v3 05/12] arm64, acpi, numa: NUMA support based on SRAT and SLIT
` [PATCH v3 06/12] acpi, numa: Enable ACPI based NUMA on ARM64
` [PATCH v3 12/12] acpi, numa: reuse acpi_numa_memory_affinity_init()

[PATCH][v3] ACPI: Do not report _OSI("Darwin") when acpi_osi=!Darwin provided
 2016-02-02  1:41 UTC 

Request For Your Partnership
 2016-02-02  1:02 UTC 

我在这里等你
 2016-02-01 21:22 UTC 

[PATCH V2 1/4] ACPI / CPPC: Optimize PCC Read Write operations
 2016-02-01 21:06 UTC  (3+ messages)

[PATCH V3 00/21] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
 2016-02-01 19:58 UTC  (14+ messages)
` [PATCH V3 11/21] pci, acpi: Move ACPI host bridge device companion assignment to core code
` [PATCH V3 18/21] ACPI, PCI: Refine the way to handle translation_offset for ACPI resources

[PATCH 0/2] ACPI, APEI: Memory leaks
 2016-02-01 18:47 UTC  (3+ messages)
` [PATCH 1/2] ACPI, APEI: Fix leaked resources
` [PATCH 2/2] ACPI, APEI, ERST: Fixed leaked resources in erst_init

[PATCH v1 1/1] ACPI / LPSS: set PM domain via helper setter
 2016-02-01 14:17 UTC 

[PATCH][v2] ACPI: Do not report _OSI("Darwin") when acpi_osi=!Darwin provided
 2016-02-01 14:00 UTC  (5+ messages)

[PATCH] PCI: ACPI: IA64: fix IO port generic range check
 2016-02-01 13:34 UTC  (3+ messages)

[PATCH 0/3] ACPI: parse the SPCR table
 2016-02-01  9:13 UTC  (13+ messages)
` [PATCH 2/3] ACPI: parse SPCR and enable matching console

[PATCH] ACPI: Do not report _OSI("Darwin") when acpi_osi=!Darwin provided
 2016-01-31 22:45 UTC  (3+ messages)

[PATCH v4] dell-wmi: Support new hotkeys on the XPS 13 9350 (Skylake)
 2016-01-30 17:58 UTC  (8+ messages)

ibm-acpi developers not responding despite serious bugs and debuggers
 2016-01-30 16:30 UTC  (4+ messages)

[GIT PULL] Power management and ACPI fixes for v4.5-rc2
 2016-01-29 23:12 UTC  (2+ messages)

[RESEND PATCH v4] x86/PCI: Recognize that Interrupt Line 255 means "not connected"
 2016-01-29 22:08 UTC  (2+ messages)

[PATCH v12 0/4] Allow USB devices to remain runtime-suspended when sleeping
 2016-01-29 21:35 UTC  (6+ messages)
` [PATCH v12 2/4] PM / Domains: add setter for dev.pm_domain

You have new fax, document 00136526
 2016-01-29  9:38 UTC 

[PATCH v4 1/1] pci: fix unavailable irq number 255 reported by BIOS
 2016-01-29  3:37 UTC  (5+ messages)

Hi linux
 2016-01-28 13:00 UTC 

NEW ARRIVALS, CISCO,CPU's,Memory, LAPTOP AND AVAYA
 2016-01-27  5:41 UTC 

[PATCH v2] pci: fix unavailable irq number 255 reported by BIOS
 2016-01-28  1:00 UTC  (11+ messages)

[PATCH v3 0/5] ACPI / processor_idle: Add ACPI v6.0 LPI support
 2016-01-27 18:26 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).