linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-08 12:19:11 to 2018-02-14 16:16:35 UTC [more...]

[PATCH v13 0/9] LPC: legacy ISA I/O support
 2018-02-14 16:16 UTC  (20+ 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] ACPICA: Recognize the Windows 10 RS3 OSI string
 2018-02-14 15:39 UTC  (3+ 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 1/2] ACPI/IORT: Add msi address regions reservation helper
` [PATCH v13 2/2] iommu/dma: Add HW MSI(GICv3 ITS) address regions reservation

[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 1/2] firmware: dmi_scan: add DMI_OEM_STRING support to dmi_matches
 2018-02-14  9:50 UTC  (21+ messages)
` [PATCH 2/2] ACPI / osi: add DMI quirk for Dell systems

[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  (4+ messages)
` [PATCH v2 1/2] acpi/dptf: document sysfs atttributes
` [PATCH v2 2/2] acpi/dock: document sysfs interface

[PATCH v4 1/4] ACPI / bus: Do not traverse through non-existed device table
 2018-02-14  9:26 UTC  (6+ messages)
` [PATCH v4 2/4] ACPI / bus: Remove checks in acpi_get_match_data()
` [PATCH v4 3/4] ACPI / bus: Rename acpi_get_match_data() to acpi_device_get_match_data()
` [PATCH v4 4/4] device property: Constify device_get_match_data()

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

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-02-14  7:18 UTC  (49+ messages)
` [PATCH 01/37] iommu: Introduce Shared Virtual Addressing API
` [PATCH 02/37] iommu/sva: Bind process address spaces to devices
` [PATCH 05/37] iommu/sva: Track mm changes with an MMU notifier
` [PATCH 06/37] iommu/sva: Search mm by PASID
` [PATCH 07/37] iommu: Add a page fault handler
` [PATCH 08/37] iommu/fault: Handle mm faults
` [PATCH 09/37] iommu/fault: Let handler return a fault response
` [PATCH 11/37] dt-bindings: document stall and PASID properties for IOMMU masters
` [PATCH 12/37] iommu/of: Add stall and pasid properties to iommu_fwspec
` [PATCH 15/37] iommu/io-pgtable-arm: Factor out ARM LPAE register defines
` [PATCH 18/37] iommu/arm-smmu-v3: Add support for Substream IDs
` [PATCH 20/37] iommu/arm-smmu-v3: Share process page tables
` [PATCH 23/37] iommu/arm-smmu-v3: Enable broadcast TLB maintenance
` [PATCH 26/37] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
  ` [PATCH 03/37] iommu/sva: Manage process address spaces
  ` [PATCH 04/37] iommu/sva: Add a mm_exit callback for device drivers
  ` [PATCH 10/37] iommu/fault: Allow blocking fault handlers
  ` [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] 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] Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" version
 2018-02-13 11:25 UTC  (3+ messages)

[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  (9+ messages)

[PATCH] acpi, spcr: Make SPCR available to x86
 2018-02-12 15:54 UTC  (10+ messages)

[PATCH] ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()
 2018-02-12 15:42 UTC  (5+ messages)

[PATCH v9 5/7] arm64: kvm: Introduce KVM_ARM_SET_SERROR_ESR ioctl
 2018-02-12 10:19 UTC  (5+ messages)

(unknown),
 2018-02-12  1:39 UTC 

[PATCH] ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard
 2018-02-11  2:06 UTC  (2+ messages)

[PATCH v13 3/4] thinkpad_acpi: Add support for battery thresholds
 2018-02-10  8:48 UTC  (9+ messages)

[PATCH v13 4/4] battery: Add the ThinkPad "Not Charging" quirk
 2018-02-10  8:47 UTC  (4+ messages)

[Bug 197863] Thinkpad X240 resume dramatically slower on kernels 4.13+
 2018-02-09 21:55 UTC  (7+ messages)
    ` [PATCH] ACPI / EC: Restore polling during noirq suspend/resume phases

[PATCH 0/2] acpi: document sysfs interfaces
 2018-02-09 18:57 UTC  (8+ messages)
` [PATCH 1/2] acpi/dptf: document sysfs atttributes
` [PATCH v1 2/2] acpi/dock: document sysfs interface

[GIT PULL] More ACPI updates for v4.16-rc1
 2018-02-09 10:19 UTC 

[PATCH] ACPI/PCI: pci_link: remove error messages when no _PRS methods
 2018-02-09  9:18 UTC  (6+ messages)

[PATCH v5 0/3] arm64/ras: support sea error recovery
 2018-02-09  5:04 UTC  (5+ messages)
` [PATCH v5 1/3] "

[PATCH v13 2/4] pm: add to_power_supply macro to the API
 2018-02-08 21:57 UTC  (2+ messages)

[PATCH v3 1/5] ACPI / bus: Return error code from __acpi_match_device() in one case
 2018-02-08 17:06 UTC  (13+ messages)
` [PATCH v3 2/5] ACPI / bus: Do not traverse through non-existed device table

[PATCH] ACPI / CPPC: Use 64-bit arithmetic instead of 32-bit
 2018-02-08 16:40 UTC  (3+ messages)

[PATCH v13 1/4] battery: Add the battery hooking API
 2018-02-08 15:18 UTC  (2+ messages)

[PATCH] acpi: osl: Replace GFP_ATOMIC with GFP_KERNEL in acpi_os_execute
 2018-02-08 14:51 UTC  (6+ 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).