public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-09 07:08:38 to 2016-08-18 10:50:07 UTC [more...]

[PATCH v4 00/15] ACPI IORT ARM SMMU v3 support
 2016-08-18 10:50 UTC  (17+ messages)
  ` [PATCH v4 01/15] drivers: iommu: add FWNODE_IOMMU fwnode type
  ` [PATCH v4 02/15] drivers: iommu: implement arch_{set/get}_iommu_fwspec API
  ` [PATCH v4 03/15] drivers: acpi: iort: introduce linker section for IORT entries probing
  ` [PATCH v4 04/15] drivers: acpi: iort: add support for IOMMU fwnode registration
  ` [PATCH v4 05/15] drivers: platform: add fwnode base platform devices retrieval
  ` [PATCH v4 06/15] drivers: iommu: make iommu_fwspec OF agnostic
  ` [PATCH v4 07/15] drivers: acpi: implement acpi_dma_configure
  ` [PATCH v4 08/15] drivers: acpi: iort: add node match function
  ` [PATCH v4 09/15] drivers: acpi: iort: add support for ARM SMMU platform devices creation
  ` [PATCH v4 10/15] drivers: iommu: arm-smmu-v3: split probe functions into DT/generic portions
  ` [PATCH v4 11/15] drivers: iommu: arm-smmu-v3: enable ACPI driver initialization
  ` [PATCH v4 12/15] drivers: iommu: arm-smmu-v3: add IORT configuration
  ` [PATCH v4 13/15] drivers: acpi: iort: replace rid map type with type mask
  ` [PATCH v4 14/15] drivers: acpi: iort: add single mapping function
  ` [PATCH v4 15/15] drivers: acpi: iort: introduce iort_iommu_configure

[PATCH v10 0/8] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
 2016-08-18  7:48 UTC  (7+ messages)

[PATCH V8 0/8] Introduce ACPI world to ITS irqchip
 2016-08-18  6:55 UTC  (18+ messages)
` [PATCH V8 1/8] ACPI: I/O Remapping Table (IORT) initial support
` [PATCH V8 2/8] ACPI: Add new IORT functions to support MSI domain handling
` [PATCH V8 3/8] PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI table
` [PATCH V8 4/8] irqchip/gicv3-its: Cleanup for ITS domain initialization
` [PATCH V8 5/8] irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPI
` [PATCH V8 6/8] irqchip/gicv3-its: Probe ITS in the ACPI way
` [PATCH V8 7/8] irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPI
` [PATCH V8 8/8] irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initialization

ACPI device using sub-resource of PCI device
 2016-08-17 23:02 UTC  (11+ messages)

[PATCH v11 0/7] Make cpuid <-> nodeid mapping persistent
 2016-08-17 11:44 UTC  (2+ messages)

[RFC PATCH 1/2] ACPI / button: Send "open" state after boot/resume
 2016-08-17  8:23 UTC  (6+ messages)
` [PATCH v7 1/2] ACPI / button: Fix an issue that the platform triggered reliable events may not be delivered to the userspace
` [PATCH v8 1/2] ACPI / button: Fix an issue in button.lid_init_state=ignore mode
` [PATCH v8 2/2] ACPI / button: Add document for ACPI control method lid device restrictions

[PATCH v4 0/5] Fixing a set of bugs for ioapic hotplug
 2016-08-17  8:00 UTC  (6+ messages)
` [PATCH v4 1/5] x86/ioapic: Change prototype of acpi_ioapic_add()
` [PATCH v4 2/5] x86/ioapic: Support hot-removal of IOAPICs present during boot
` [PATCH v4 3/5] x86/ioapic: Fix setup_res() failing to get resource
` [PATCH v4 4/5] x86/ioapic: Fix lost IOAPIC resource after hot-removal and hotadd
` [PATCH v4 5/5] x86/ioapic: Fix ioapic failing to request resource

[PATCH 0/3] ACPI / debugger: Add kernel flushing support
 2016-08-17  4:31 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] "
  ` [PATCH v4 2/3] tools/power/acpi/acpidbg: Use new flushing mechanism
  ` [PATCH v4 3/3] tools/power/acpi/acpidbg: Add multi-commands support in batch mode

[PATCH v3 0/5] Fixing a set of bugs for ioapic hotplug
 2016-08-17  2:46 UTC  (9+ messages)
` [PATCH v3 1/5] x86/ioapic: Change prototype of acpi_ioapic_add()
` [PATCH v3 2/5] x86/ioapic: Support hot-removal of IOAPICs present during boot
` [PATCH v3 3/5] x86/ioapic: Fix setup_res() failing to get resource
` [PATCH v3 4/5] x86/ioapic: Fix lost IOAPIC resource after hot-removal and hotadd
` [PATCH v3 5/5] x86/ioapic: Fix ioapic failing to request resource

[PATCH 0/5] ACPI / sysfs: Cleanup sysfs table handling code
 2016-08-17  1:49 UTC  (9+ messages)
` [PATCH 1/5] ACPICA: Tables: Remove acpi_tb_install_fixed_table()
` [PATCH 2/5] ACPICA: Tables: Remove wrong table event macros
` [PATCH 3/5] ACPICA: Tables: Add new table events indicating table installation/uninstallation
` [PATCH 4/5] ACPI / sysfs: Fix an issue for LoadTable opcode
` [PATCH 5/5] ACPI / sysfs: Update sysfs signature handling code

[PATCH 0/6] Apple device properties
 2016-08-17  0:38 UTC  (6+ messages)
  ` [PATCH 2/6] ACPI / bus: Make acpi_get_first_physical_node() public
  ` [PATCH 4/6] driver core: Don't leak secondary fwnode on device removal

[PATCH V3 0/7] CPPC enhancements
 2016-08-16 20:39 UTC  (8+ messages)
` [PATCH V3 1/7] ACPI/CPPC: restructure read/writes for efficient sys mapped reg ops
` [PATCH V3 2/7] ACPI/CPPC: acquire pcc_lock only while accessing PCC subspace
` [PATCH V3 3/7] ACPI/CPPC: support for batching CPPC requests
` [PATCH V3 4/7] ACPI/CPPC: set a non-zero value for transition_latency
` [PATCH V3 5/7] ACPI/CPPC: add sysfs support to compute delivered performance
` [PATCH V3 6/7] ACPI/CPPC: move all PCC related information into pcc_data
` [PATCH V3 7/7] ACPI/CPPC: check for error bit in PCC status field

[PATCH 0/5] x86 CPPC usage
 2016-08-16 16:50 UTC  (17+ messages)
` [PATCH 1/5] acpi: cppc: Allow build with ACPI_CPU_FREQ_PSS config
` [PATCH 2/5] acpi: cpcc: Add integer read support
` [PATCH 3/5] acpi: cppc: Add support for function fixed hardware address
` [PATCH 4/5] acpi: cppc: Add prefix cppc to cpudata structure name
` [PATCH 5/5] acpi: bus: Enable HWP CPPC objects

[PATCH v3] mailbox: pcc: Support HW-Reduced Communication Subspace type 2
 2016-08-16 16:27 UTC  (9+ messages)

[PATCH 1/2] drivers: acpi: fix typo in ACPI_DECLARE_PROBE_ENTRY macro
 2016-08-16 15:59 UTC  (2+ messages)
` [PATCH 2/2] drivers: acpi: replace acpi_probe_lock spinlock with mutex

[pm:bleeding-edge 42/44] kernel/sched/fair.c:3161:2: error: implicit declaration of function 'cpufreq_trigger_update'
 2016-08-16 12:26 UTC 

[PATCH v7 00/15] ACPI NUMA support for ARM64
 2016-08-16 11:58 UTC  (5+ messages)
` [PATCH v7 14/15] arm64, acpi, numa: NUMA support based on SRAT and SLIT

[PATCH 0/2] Add support for Microsoft Surface 3 power
 2016-08-16 10:02 UTC  (4+ messages)
` [PATCH 2/2] power: surface3_power: MSHW0011 rev-eng implementation

[PATCH 1/2] ACPI/tables: Correct the wrong count increasing
 2016-08-16  8:21 UTC  (4+ messages)
` [PATCH v2 "

[RESEND PATCH v3] mailbox: pcc: Support HW-Reduced Communication Subspace type 2
 2016-08-16  0:14 UTC 

[PATCH v10 0/7] ACPI / processor_idle: Add ACPI v6.0 LPI support
 2016-08-15 14:51 UTC  (6+ messages)
` [PATCH v10 7/7] ACPI : enable ACPI_PROCESSOR_IDLE on ARM64

[PATCH v9 0/4] ACPI: parse the SPCR table
 2016-08-15 13:51 UTC  (13+ messages)
` [PATCH v9 1/4] of/serial: move earlycon early_param handling to serial
` [PATCH v9 2/4] ACPI: parse SPCR and enable matching console
` [PATCH v9 3/4] ARM64: ACPI: enable ACPI_SPCR_TABLE
` [PATCH v9 4/4] serial: pl011: add console matching function

[PATCH V2 0/5] CPPC enhancements
 2016-08-15 13:46 UTC  (9+ messages)
` [PATCH V2 3/5] ACPI/CPPC: support for batching CPPC requests

[GIT PULL] libnvdimm fixes for 4.8-rc2
 2016-08-12 19:09 UTC 

[Patch v2] x86, ACPI: Fix the wrong assignment when Handle apic/x2apic entries
 2016-08-12  7:21 UTC 

[Patch v4 1/2] x86/mm/numa: Open code function early_get_boot_cpu_id
 2016-08-12  6:57 UTC  (2+ messages)
` [Patch v4 2/2] x86/acpi: Remove the repeated lapic address override entry parsing

Company Payment Agent Needed
 2016-08-11  7:24 UTC 

Windows/Linux mismatch in _OSI return value for supported OS
 2016-08-11 15:22 UTC 

[Patch v3 1/2] x86/mm/numa: Open code function early_get_boot_cpu_id
 2016-08-11 14:21 UTC  (8+ messages)
` [Patch v3 2/2] x86/acpi: Remove the repeated lapic address override entry parsing

Your website on google 1st page
 2016-08-11 12:41 UTC 

[RFC PATCH v3 00/13] ACPI IORT ARM SMMU v3 support
 2016-08-11 11:26 UTC  (9+ messages)
` [RFC PATCH v3 05/13] drivers: iommu: make iommu_fwspec OF agnostic
` [RFC PATCH v3 13/13] drivers: acpi: iort: introduce iort_iommu_configure

[PATCH 00/30] ACPICA: 20160629 Release
 2016-08-11  3:30 UTC  (4+ messages)
` [PATCH 13/30] ACPI / sysfs: Provide quirk mechanism to prevent GPE flooding

[PATCH v5 0/7] lib: string: add functions to case-convert strings
 2016-08-10 21:04 UTC  (3+ messages)
  ` [PATCH v5 1/7] "
` [PATCH v5 3/7] ACPI / device_sysfs: make use of new strtolower() function

[PATCH] ACPI / battery: Add sysfs representation after checking _BST
 2016-08-10 15:24 UTC 

[PATCH v3 0/3]
 2016-08-10  5:36 UTC  (3+ messages)

acpi: broken suspend to RAM with v4.7-rc1
 2016-08-10 17:51 UTC  (10+ messages)

[PATCH v12] acpi, apei, arm64: APEI initial support for aarch64
 2016-08-10 13:05 UTC  (9+ messages)

[PATCH v14] acpi, apei, arm64: APEI initial support for aarch64
 2016-08-10 13:02 UTC 

[PATCH v13] acpi, apei, arm64: APEI initial support for aarch64
 2016-08-10 10:06 UTC 

Should sBFT (InfiniBand version of iBFT) be included in actbl2.h?
 2016-08-10  3:15 UTC 

[PATCH v9 0/9] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
 2016-08-09 18:12 UTC  (3+ messages)

S3 resume regression [1cf4f629d9d2 ("cpu/hotplug: Move online calls to hotplugged cpu")]
 2016-08-09 17:20 UTC  (8+ messages)

[PATCH 1/2] ACPI / APD: Add device HID for Vulcan SPI controller
 2016-08-09 14:05 UTC 

[RFC PATCH V5 0/5] ECAM quirks handling for ARM64 platforms
 2016-08-09 14:20 UTC  (6+ messages)
` [RFC PATCH V5 5/5] PCI: thunder-pem: Support quirky configuration space access for ACPI based PCI host controller

[PATCH V5 1/3] x86/ioapic: Support hot-removal of IOAPICs present during boot
 2016-08-09 12:09 UTC  (3+ messages)

[PATCH V7 0/8] Introduce ACPI world to ITS irqchip
 2016-08-09 10:45 UTC  (2+ messages)

[RFC PATCH 00/10] ACPI platform MSI, interrupt producer and its example mbi-gen
 2016-08-09  7:06 UTC  (9+ messages)
` [RFC PATCH 01/10] irqchip: gicv3-its: platform-msi: refactor its_pmsi_prepare()
` [RFC PATCH 03/10] irqchip: gicv3-its: platform-msi: refactor its_pmsi_init() to prepare for ACPI
` [RFC PATCH 04/10] irqchip: gicv3-its: platform-msi: scan MADT to create platform msi domain
` [RFC PATCH 05/10] ACPI: platform: setup MSI domain for ACPI based platform device
` [RFC PATCH 06/10] msi: platform: make platform_msi_create_device_domain() ACPI aware
` [RFC PATCH 07/10] ACPI: irq: introduce interrupt producer
` [RFC PATCH 08/10] irqchip: mbigen: drop module owner
` [RFC PATCH 10/10] irqchip: mbigen: Add ACPI support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox