linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-12 18:33:28 to 2018-02-20 11:28:16 UTC [more...]

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-02-20 11:28 UTC  (55+ messages)
` [PATCH 01/37] iommu: Introduce Shared Virtual Addressing API
` [PATCH 02/37] iommu/sva: Bind process address spaces to devices
` [PATCH 04/37] iommu/sva: Add a mm_exit callback for device drivers
` [PATCH 07/37] iommu: Add a page fault handler
` [PATCH 08/37] iommu/fault: Handle mm faults
` [PATCH 11/37] dt-bindings: document stall and PASID properties for IOMMU masters
` [PATCH 18/37] iommu/arm-smmu-v3: Add support for Substream IDs
` [PATCH 20/37] iommu/arm-smmu-v3: Share process page tables
` [PATCH 26/37] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
  ` [PATCH 13/37] arm64: mm: Pin down ASIDs for sharing mm with devices
  ` [PATCH 14/37] iommu/arm-smmu-v3: Link domains and devices
  ` [PATCH 16/37] iommu: Add generic PASID table library
  ` [PATCH 17/37] iommu/arm-smmu-v3: Move context descriptor code
  ` [PATCH 19/37] iommu/arm-smmu-v3: Add second level of context descriptor table
  ` [PATCH 21/37] iommu/arm-smmu-v3: Seize private ASID
  ` [PATCH 22/37] iommu/arm-smmu-v3: Add support for VHE
  ` [PATCH 24/37] iommu/arm-smmu-v3: Add SVA feature checking
  ` [PATCH 25/37] iommu/arm-smmu-v3: Implement mm operations
  ` [PATCH 27/37] iommu/arm-smmu-v3: Register fault workqueue
  ` [PATCH 28/37] iommu/arm-smmu-v3: Maintain a SID->device structure
  ` [PATCH 29/37] iommu/arm-smmu-v3: Add stall support for platform devices
  ` [PATCH 30/37] ACPI/IORT: Check ATS capability in root complex nodes
  ` [PATCH 31/37] iommu/arm-smmu-v3: Add support for PCI ATS
  ` [PATCH 32/37] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops
  ` [PATCH 33/37] iommu/arm-smmu-v3: Disable tagged pointers
  ` [PATCH 35/37] iommu/arm-smmu-v3: Add support for PRI
` [PATCH 34/37] PCI: Make "PRG Response PASID Required" handling common
` [PATCH 36/37] iommu/arm-smmu-v3: Add support for PCI PASID
` [PATCH 37/37] vfio: Add support for Shared Virtual Addressing

[PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-02-19 21:05 UTC  (13+ messages)
` [PATCH 01/11] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH 03/11] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [PATCH 04/11] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH 05/11] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH 06/11] ACPI / APEI: Make the fixmap_idx per-ghes to allow multiple in_nmi() users
` [PATCH 07/11] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications
` [PATCH 08/11] firmware: arm_sdei: Add ACPI GHES registration helper
` [PATCH 09/11] ACPI / APEI: Add support for the SDEI GHES Notification type
` [PATCH 10/11] mm/memory-failure: increase queued recovery work's priority
` [PATCH 11/11] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work

[PATCH] acpi: nfit: document sysfs interface
 2018-02-19 18:07 UTC 

[PATCH v3 0/3] xen: re-enable booting as Xen PVH guest
 2018-02-19 13:43 UTC  (6+ messages)
` [PATCH v3 1/3] acpi: introduce acpi_arch_get_root_pointer() for getting rsdp address
` [PATCH v3 2/3] x86/acpi: add a new x86_init_acpi structure to x86_init_ops
` [PATCH v3 3/3] x86/xen: add pvh specific rsdp address retrieval function

[PATCH] Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" version
 2018-02-18  8:13 UTC  (13+ messages)
      ` udev USB autosupend whitelist (was Re: [PATCH] Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" version)

i wait your respond
 2018-02-17 22:50 UTC 

[PATCH] ACPI: battery: do not export degraded capacity values over 100
 2018-02-17 21:22 UTC 

[PATCH v2 0/7] ACPICA release 20180208v2
 2018-02-16 21:45 UTC  (7+ messages)
` [PATCH v2 2/7] ACPICA: Update error message, no functional change
` [PATCH v2 3/7] ACPICA: Update for some debug output. No "
` [PATCH v2 5/7] ACPICA: Integrate package handling with module-level code
` [PATCH v2 6/7] ACPICA: Add option to disable Package object name resolution errors
` [PATCH v2 7/7] ACPICA: Update version to 20180209

[PATCH v13 0/9] LPC: legacy ISA I/O support
 2018-02-16 14:48 UTC  (32+ messages)
` [PATCH v13 1/9] LIB: Introduce a generic PIO mapping method
` [PATCH v13 2/9] PCI: Remove unused __weak attribute in pci_register_io_range()
` [PATCH v13 3/9] PCI: Add fwnode handler as input param of pci_register_io_range()
` [PATCH v13 4/9] PCI: Apply the new generic I/O management on PCI IO hosts
` [PATCH v13 5/9] OF: Add missing I/O range exception for indirect-IO devices
  ` [PATCH v13 6/9] LPC: Support the LPC host on Hip06/Hip07 with DT bindings
` [PATCH v13 7/9] ACPI: Translate the I/O range of non-MMIO devices before scanning
` [PATCH v13 8/9] LPC, ACPI: Add the HISI LPC ACPI support
` [PATCH v13 9/9] MAINTAINERS: Add maintainer for HiSilicon LPC driver

[PATCH v2 0/3] power: supply: Fix AXP288 fallback when not needed
 2018-02-16 14:26 UTC  (10+ messages)
` [PATCH v2 1/3] ACPI: AC/battery: Add quirk to avoid using PMIC
` [PATCH v2 2/3] ACPI: AC/battery: Add quirks for ECS EF20EA
` [PATCH v2 3/3] power: supply: axp288_fuel_gauge: Do not register FG on "

[PATCH] ACPI / PM: Set wakeup GPE masks in acpi_s2idle_prepare()
 2018-02-16 12:44 UTC 

[GIT PULL] ACPI updates for v4.16-rc2
 2018-02-15 22:18 UTC 

[PATCH v2 4/7] ACPICA: Revert "Fix for implicit result conversion for the To____ functions"
 2018-02-15 21:17 UTC 

[PATCH v5 0/3] arm64/ras: support sea error recovery
 2018-02-15 17:56 UTC  (6+ messages)
` [PATCH v5 1/3] "

[PATCH v9 3/7] acpi: apei: Add SEI notification type support for ARMv8
 2018-02-15 17:55 UTC  (2+ messages)

[PATCH v9 5/7] arm64: kvm: Introduce KVM_ARM_SET_SERROR_ESR ioctl
 2018-02-15 17:55 UTC  (6+ messages)

[PATCH 0/2] power: supply: Fix AXP288 fallback when not needed
 2018-02-15 16:15 UTC  (4+ messages)
` [PATCH 1/2] power: supply: ACPI/AXP288: Add quirk to avoid using PMIC
` [PATCH 2/2] power: supply: ACPI/AXP288: Add quirks for ECS EF20EA

[PATCH v2 0/5] PCI: Fixes for native PCIe and ACPI hotplug
 2018-02-15 15:51 UTC  (7+ messages)
` [PATCH v2 1/5] PCI: Make sure all bridges reserve at least one bus number
` [PATCH v2 2/5] PCI: Take bridge window alignment into account when distributing resources
` [PATCH v2 3/5] PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resume
` [PATCH v2 4/5] ACPI / hotplug / PCI: Do not scan all bridges when native PCIe hotplug is used
` [PATCH v2 5/5] ACPI / hotplug / PCI: Mark stale PCI devices disconnected

[PATCH 1/2] firmware: dmi_scan: add DMI_OEM_STRING support to dmi_matches
 2018-02-15  9:44 UTC  (23+ messages)
` [PATCH 2/2] ACPI / osi: add DMI quirk for Dell systems

[PATCH] ACPICA: Recognize the Windows 10 RS3 OSI string
 2018-02-15  9:05 UTC  (4+ messages)

[PATCH v2 0/5] ACPI: Do not call _STA on battery devices with unmet dependencies
 2018-02-14 15:28 UTC  (6+ messages)

[PATCH v13 0/2] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2018-02-14 14:12 UTC  (4+ messages)
` [PATCH v13 2/2] iommu/dma: Add HW MSI(GICv3 ITS) address regions reservation
  ` [PATCH v13 1/2] ACPI/IORT: Add msi address regions reservation helper

[PATCH v12 0/9] LPC: legacy ISA I/O support
 2018-02-14 11:35 UTC  (4+ messages)
` [PATCH v12 6/9] LPC: Support the LPC host on Hip06/Hip07 with DT bindings

[PATCH 0/5] PCI: Fixes for native PCIe and ACPI hotplug
 2018-02-14  9:47 UTC  (12+ messages)
` [PATCH 1/5] PCI: Make sure all bridges reserve at least one bus number
` [PATCH 2/5] PCI: Take bridge window alignment into account when distributing resources
` [PATCH 3/5] PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resume
` [PATCH 4/5] ACPI / hotplug / PCI: Do not scan all bridges when native PCIe hotplug is used
` [PATCH 5/5] ACPI / hotplug / PCI: Mark stale PCI devices disconnected

[PATCH v2 0/2] acpi: document sysfs interfaces
 2018-02-14  9:27 UTC  (2+ messages)

[PATCH v4 1/4] ACPI / bus: Do not traverse through non-existed device table
 2018-02-14  9:26 UTC  (3+ messages)

[PATCH] ACPI: SPCR: Mark expected switch fall-through in acpi_parse_spcr
 2018-02-14  9:27 UTC  (2+ messages)

[PATCH] acpi: device_sysfs: update sysfs documentation
 2018-02-13 18:54 UTC 

[PATCH 0/7] ACPICA 20180212 release
 2018-02-13 18:52 UTC  (6+ messages)
` [PATCH 2/7] ACPICA: Update error message, no functional change
` [PATCH 3/7] ACPICA: Update for some debug output. No "
` [PATCH 5/7] ACPICA: Integrate package handling with module-level code
` [PATCH 6/7] ACPICA: Add option to disable Package object name resolution errors
` [PATCH 7/7] ACPICA: Update version to 20180209

[PATCH] x86/acpi: check rsdp address received via bootparams to be valid
 2018-02-13 16:48 UTC  (9+ messages)

this is what you need
 2018-02-13 13:28 UTC 

[PATCH v12 0/3] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2018-02-13  9:18 UTC  (5+ messages)

[PATCH] ACPI/PCI: pci_link: change log level of no _PRS messages
 2018-02-13  8:49 UTC  (7+ 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).