Linux-ACPI Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-16 16:14:25 to 2016-01-25 19:18:04 UTC [more...]

[PATCH v3 00/17] Enhance iomem search interfaces and support EINJ to NVDIMM
 2016-01-25 19:18 UTC  (2+ messages)

[PATCH V2 0/4] acpi: cppc optimization patches
 2016-01-25 18:52 UTC  (10+ messages)
` [PATCH V2 1/4] ACPI / CPPC: Optimize PCC Read Write operations
  ` [Linaro-acpi] "
` [PATCH V2 2/4] acpi: cppc: optimized cpc_read and cpc_write
  ` [Linaro-acpi] "
` [PATCH V2 3/4] mailbox: pcc: optimized pcc_send_data
  ` [Linaro-acpi] "
` [PATCH V2 4/4] acpi: cppc: replace writeX/readX to PCC with relaxed version

PNPACPI: add support for HP vendor-specific CCSR descriptors
 2016-01-25 18:31 UTC 

[PATCH V3 00/21] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
 2016-01-25 16:57 UTC  (42+ messages)
` [PATCH V3 11/21] pci, acpi: Move ACPI host bridge device companion assignment to core code
` [PATCH V3 13/21] pci, acpi: Provide generic way to assign bus domain number
` [PATCH V3 18/21] ACPI, PCI: Refine the way to handle translation_offset for ACPI resources
` [PATCH V3 19/21] pci, acpi: Support for ACPI based generic PCI host controller init
` [PATCH V3 20/21] pci, acpi: Match PCI config space accessors against platfrom specific quirks
  ` [PATCH] pci, acpi: QDF2xxx 32 bit config space accessors

[PATCH 0/3] ACPI: parse the SPCR table
 2016-01-25 16:32 UTC  (18+ messages)
` [PATCH 1/3] printk: make preferred_console local static bool
` [PATCH 2/3] ACPI: parse SPCR and enable matching console
` [PATCH 3/3] serial: pl011: add acpi_match for amba-pl011.c

[PATCH v3 01/17] Xen: ACPI: Hide UART used by Xen
 2016-01-25 12:20 UTC  (2+ messages)

[PATCH v3 00/12] ACPI NUMA support for ARM64
 2016-01-25 10:26 UTC  (18+ messages)
` [PATCH v3 01/12] acpi, numa: Use pr_fmt() instead of printk
` [PATCH v3 02/12] acpi, numa: Replace ACPI_DEBUG_PRINT() with pr_debug()
` [PATCH v3 03/12] acpi, numa: remove duplicate NULL check
` [PATCH v3 04/12] acpi, numa: introduce ACPI_HAS_NUMA_ARCH_FIXUP
` [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 07/12] acpi, numa: move acpi_numa_slit_init() to common place
` [PATCH v3 08/12] arm64, numa: rework numa_add_memblk()
` [PATCH v3 09/12] x86, acpi, numa: cleanup acpi_numa_processor_affinity_init()
` [PATCH v3 10/12] acpi, numa: move bad_srat() and srat_disabled() to common place
` [PATCH v3 11/12] acpi, numa: remove unneeded acpi_numa=1
` [PATCH v3 12/12] acpi, numa: reuse acpi_numa_memory_affinity_init()

[PATCH v2] pci: fix unavailable irq number 255 reported by BIOS
 2016-01-25  6:59 UTC 

[PATCH v5 RESEND 0/5] Make cpuid <-> nodeid mapping persistent
 2016-01-25  6:12 UTC  (7+ messages)
` [PATCH v5 RESEND 1/5] x86, memhp, numa: Online memory-less nodes at boot time
` [PATCH v5 RESEND 2/5] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus "
` [PATCH v5 RESEND 3/5] x86, acpi, cpu-hotplug: Introduce cpuid_to_apicid[] array to store persistent cpuid <-> apicid mapping
` [PATCH v5 RESEND 4/5] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH v5 RESEND 5/5] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting

[PATCH v5 0/5] Make cpuid <-> nodeid mapping persistent
 2016-01-25  6:11 UTC  (8+ messages)
` [PATCH v5 1/5] x86, memhp, numa: Online memory-less nodes at boot time
` [PATCH v5 2/5] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus "
` [PATCH v5 3/5] x86, acpi, cpu-hotplug: Introduce cpuid_to_apicid[] array to store persistent cpuid <-> apicid mapping
` [PATCH v5 4/5] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH v5 5/5] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting

Out-of-bounds array index in acpi_ds_create_operand()
 2016-01-25  1:33 UTC 

[PATCH] hotplug: unlock in error path in acpiphp_enable_slot
 2016-01-24  1:17 UTC  (2+ messages)

[PATCH] acpi: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"
 2016-01-23  2:09 UTC  (4+ messages)

[PATCH] pci: fix unavailable irq number 255 reported by BIOS
 2016-01-23  2:00 UTC  (18+ messages)

[PATCH V3 00/10] Introduce ACPI world to GICv3 & ITS irqchip
 2016-01-22 23:06 UTC  (15+ messages)
` [PATCH V3 01/10] irqchip / GICv3: Refactor gic_of_init() for GICv3 driver
` [PATCH V3 02/10] irqchip / GICv3: Add ACPI support for GICv3+ initialization
` [PATCH V3 03/10] irqchip,GICv3,ACPI: Add redistributor support via GICC structures
` [PATCH V3 04/10] irqchip / GICv3: remove gic root node in ITS
` [PATCH V3 05/10] irqchip, gicv3, its: Mark its_init() and its children as __init
` [PATCH V3 06/10] irqchip, GICv3, ITS: Refator ITS dt init code to prepare for ACPI
` [PATCH V3 07/10] ARM64, ACPI, PCI: I/O Remapping Table (IORT) initial support
` [PATCH V3 08/10] irqchip, gicv3, its: Probe ITS in the ACPI way
` [PATCH V3 09/10] acpi, gicv3, msi: Factor out code that might be reused for ACPI equivalent
` [PATCH V3 10/10] acpi, gicv3, its: Use MADT ITS subtable to do PCI/MSI domain initialization

[PATCH v4] dell-wmi: Support new hotkeys on the XPS 13 9350 (Skylake)
 2016-01-21 21:57 UTC  (4+ messages)

ACPI IPMI device with _CID getting wrong driver attached
 2016-01-21 21:20 UTC  (3+ messages)

[PATCH] ACPI / tables: Add acpi_force_32bit_fadt_addr option to force 32 bit FADT addresses
 2016-01-21 17:05 UTC 

[PATCH] libnvdimm, nfit: Use ACPI_SIG_NFIT instead of hard coded string
 2016-01-21 16:08 UTC  (2+ messages)

[GIT PULL] Power management and ACPI updates for v4.5-rc1, part 2
 2016-01-21  1:50 UTC 

GIC version inconsistency in ACPI 5.1a versus 6.0 documents
 2016-01-21  0:47 UTC 

[PATCH v4 0/2] acpi: apei: Bug fix to enable APEI support for ARMv8
 2016-01-21  0:17 UTC  (3+ messages)
` [PATCH v4 1/2] acpi: Fix proper return code for function acpi_gsi_to_irq
` [PATCH v4 2/2] acpi: apei: Enable APEI multiple GHES source to share an single external IRQ

[PATCH 3/4] mailbox: pcc: optimized pcc_send_data
 2016-01-21  0:05 UTC  (4+ messages)

[PATCH 0/4] acpi: cppc optimization patches
 2016-01-20 22:18 UTC  (5+ messages)
` [PATCH 2/4] acpi: cppc: optimized cpc_read and cpc_write
` [PATCH 4/4] acpi: cppc: replace writeX/readX to PCC with relaxed version

[PATCH v6 0/2] Add AMBA bus probing support to ACPI
 2016-01-20 17:25 UTC  (6+ messages)
` [PATCH v6 1/2] ACPI: introduce a function to find the first physical device
` [PATCH v6 2/2] ACPI: amba bus probing support

[PATCH v3] dell-wmi: Support new hotkeys on the XPS 13 9350 (Skylake)
 2016-01-19 23:03 UTC  (3+ messages)

[PATCH 10/11] acpi: Export acpi_bus_type
 2016-01-19 22:03 UTC  (13+ messages)

[PATCH v5] acpi, apei: add Boot Error Record Table (BERT) support
 2016-01-19 10:49 UTC  (4+ messages)

[PATCH v4] acpi, apei: add Boot Error Record Table (BERT) support
 2016-01-19 10:05 UTC  (6+ messages)

4.5 regression: ACPI hangs when backlight hotkeys are pressed
 2016-01-19  0:20 UTC  (8+ messages)

[PATCH v3 0/5] ACPI / processor_idle: Add ACPI v6.0 LPI support
 2016-01-18 14:53 UTC  (6+ messages)

[PATCH v2 01/16] Xen: ACPI: Hide UART used by Xen
 2016-01-18 11:38 UTC  (3+ messages)

[PATCH v2 0/4] ACPI based NUMA support for ARM64
 2016-01-18  6:47 UTC  (3+ messages)

Do You Authorize Change of Beneficiary Account?
 2016-01-17 23:49 UTC 

[PATCH 00/14] Big WMI driver rework
 2016-01-17 14:06 UTC  (9+ messages)
` [PATCH 05/14] wmi: Turn WMI into a bus driver
` [PATCH 08/14] wmi: Probe data objects for read and write capabilities
` [PATCH 09/14] wmi: Instantiate all devices before adding them


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).