messages from 2015-10-08 05:32:04 to 2015-10-15 14:05:18 UTC [more...]
[PATCH V1 00/10] Introduce ACPI world to GICv3 and ITS irqchips
2015-10-15 14:05 UTC (10+ messages)
` [PATCH V1 01/10] irqchip / GICv3: Refactor gic_of_init() for GICv3 driver
` [PATCH V1 02/10] irqchip / GICv3: Add ACPI support for GICv3+ initialization
` [PATCH V1 03/10] irqchip, GICv3, ACPI: Add redistributor support via GICC structures
` [PATCH V1 04/10] irqchip / GICv3: remove gic root node in ITS
` [PATCH V1 05/10] irqchip, gicv3, its: Mark its_init() and its children as __init
` [PATCH V1 06/10] irqchip/GICv3/ITS: Refator ITS dt init code to prepare for ACPI
` [PATCH V1 07/10] ARM64, ACPI, PCI: I/O Remapping Table (IORT) initial support
` [PATCH V1 08/10] irqchip, gicv3, its: Probe ITS in the ACPI way
` [PATCH V1 09/10] acpi, gicv3, msi: Factor out code that might be reused for ACPI equivalent
[PATCH V2 0/6] gicv2m: acpi: Add ACPI support for GICv2m MSI
2015-10-15 14:03 UTC (10+ messages)
` [PATCH V2 1/6] pci: msi: Add support to query MSI domain for pci device
` [PATCH V2 2/6] acpi: pci: Setup MSI domain for ACPI based pci devices
` [PATCH V2 3/6] irqdomain: introduce is_fwnode_irqchip helper
` [PATCH V2 4/6] irqdomain: Introduce irq_domain_get_irqchip_fwnode_name helper function
` [PATCH V2 5/6] gicv2m: Refactor to prepare for ACPI support
` [PATCH V2 6/6] gicv2m: acpi: Introducing GICv2m "
[PATCH 05/11] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
2015-10-15 13:22 UTC (11+ messages)
[PATCH v3 0/6] enable I2C devices behind I2C bus on Gen2
2015-10-15 10:21 UTC (3+ messages)
` [PATCH v3 6/6] pwm-pca9685: enable ACPI device found on Galileo Gen2
[PATCH] acpi: set return value to const char for some functions
2015-10-15 2:14 UTC (4+ messages)
[PATCH 00/13] ACPICA: 20150930 Release
2015-10-15 2:09 UTC (14+ messages)
` [PATCH 01/13] ACPICA: Remove unnecessary conditional compilation
` [PATCH 02/13] ACPICA: iASL: Add symbolic operator support for Index() operator
` [PATCH 03/13] ACPICA: Update exception code for "file not found" error
` [PATCH 04/13] ACPICA: Debugger: Update mutexes used for multithreaded debugger
` [PATCH 05/13] ACPICA: Update NFIT table to rename a flags field
` [PATCH 06/13] ACPICA: Improve typechecking, both compile-time and runtime
` [PATCH 07/13] ACPICA: iASL: General cleanup of the file suffix #defines
` [PATCH 08/13] ACPICA: Linuxize: Export debugger files to Linux
` [PATCH 09/13] ACPICA: Debugger: Fix "quit/exit" command by cleaning up user commands termination logic
` [PATCH 10/13] ACPICA: Debugger: Fix "terminate" command by cleaning up subsystem shutdown logic
` [PATCH 11/13] ACPI: Enable build of AML interpreter debugger
` [PATCH 12/13] ACPICA: Debugger: Fix dead lock issue ocurred in single stepping mode
` [PATCH 13/13] ACPICA: Update version to 20150930
[PATCH 0/4] Fix regressions uncovered by bad_madt_entry() patches
2015-10-15 0:37 UTC (12+ messages)
` [PATCH 1/4] ACPI: workaround x86 firmware using reserved MADT subtable IDs
` [PATCH 2/4] ACPI: workaround x86 firmware with mis-matched FADT/MADT revisions
` [PATCH 3/4] ACPI: workaround FADT always being revision 2
` [PATCH 4/4] ACPI: for bad_madt_entry(), the GIC ITS table is 20 bytes long, not 16
[PATCH v7 0/20] On-demand device probing
2015-10-14 23:12 UTC (5+ messages)
` [PATCH v7 19/20] driver core: Allow deferring probes until late init
` [PATCH v7 20/20] of/platform: Defer probes of registered devices
[PATCH v2 0/2] Hotplug support for libnvdimm
2015-10-14 23:04 UTC (3+ messages)
` [PATCH v2 1/2] nfit: in acpi_nfit_init, break on a 0-length table
` [PATCH v2 2/2] acpi: nfit: Add support for hot-add
[PATCH v5 0/5] Provide better MADT subtable sanity checks
2015-10-14 21:27 UTC (21+ messages)
` [Linaro-acpi] "
[PATCH][v3] ACPI / PM: Fix incorrect wakeup irq setting before suspend-to-idle
2015-10-14 17:44 UTC (6+ messages)
[PATCH v2 00/17] Divorcing irqdomain and device_node
2015-10-14 15:37 UTC (25+ messages)
` [PATCH v2 01/17] irqdomain: Use irq_domain_get_of_node() instead of direct field access
` [PATCH v2 02/17] irqdomain: Convert irqdomain->of_node to fwnode
` [PATCH v2 03/17] irqdomain: Allow irq domain lookup by fwnode
` [PATCH v2 04/17] irqdomain: Introduce a firmware-specific IRQ specifier structure
` [PATCH v2 05/17] irqchip: Convert all alloc/xlate users from of_node to fwnode
` [PATCH v2 06/17] irqdomain: Introduce irq_create_fwspec_mapping
` [PATCH v2 07/17] irqdomain: Introduce irq_domain_create_{linear, tree}
` [PATCH v2 08/17] irqdomain: Add a fwnode_handle allocator
` [PATCH v2 09/17] acpi/gsi: Always perform an irq domain lookup
` [PATCH v2 10/17] acpi/gsi: Add acpi_set_irq_model to initialize the GSI layer
` [PATCH v2 11/17] irqchip/gic: Get rid of gic_init_bases()
` [PATCH v2 12/17] irqchip/gic: Switch ACPI support to stacked domains
` [PATCH v2 13/17] irqchip/gic: Kill the xlate method
` [PATCH v2 14/17] acpi/gsi: Cleanup acpi_register_gsi
` [PATCH v2 15/17] irqdomain: Introduce irq_domain_create_hierarchy
` [PATCH v2 16/17] irqdomain/msi: Use fwnode instead of of_node
` [PATCH v2 17/17] irqdomain: Documentation updates
[Patch v7 0/7] Consolidate ACPI PCI root common code into ACPI core
2015-10-14 6:29 UTC (8+ messages)
` [Patch v7 1/7] ACPI/PCI: Enhance ACPI core to support sparse IO space
` [Patch v7 2/7] ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridge
` [Patch v7 3/7] ia64/PCI: Use common struct resource_entry to replace struct iospace_resource
` [Patch v7 4/7] PCI/ACPI: Add interface acpi_pci_root_create()
` [Patch v7 5/7] ACPI, PCI: Reset acpi_root_dev->domain to 0 when pci_ignore_seg is set
` [Patch v7 6/7] x86/PCI/ACPI: Use common interface to support PCI host bridge
` [Patch v7 7/7] ia64/PCI/ACPI: "
4.3.0-rc3-00042: ACPI Warning: AcpiEnable failed
2015-10-14 5:53 UTC (8+ messages)
` bisected: "
` [PATCH] ACPICA: Tables: Fix FADT dependency regression
[PATCH] ACPICA: AcpiGetSleepTypeData: Failure to find \_Sx should not result in a loud warning
2015-10-14 1:47 UTC (12+ messages)
` [PATCH] ACPICA: AcpiGetSleepTypeData: Failure to find \_Sx should not result in a loud warning [v2]
[PATCH V3 0/4] PCI: ACPI: Setting up DMA coherency for PCI device from _CCA attribute
2015-10-13 23:53 UTC (11+ messages)
` [PATCH V3 2/4] ACPI/scan: Clean up acpi_check_dma
[PATCH v6 0/22] On-demand device probing
2015-10-13 21:21 UTC (4+ messages)
[PATCH 0/4] gicv2m: acpi: Add ACPI support for GICv2m MSI
2015-10-13 20:46 UTC (5+ messages)
` [PATCH 1/4] pci: msi: Add support to query MSI domain for pci device
` [PATCH 2/4] acpi: pci: Setup MSI domain for ACPI based pci devices
` [PATCH 3/4] gicv2m: Refactor to prepare for ACPI support
` [PATCH 4/4] gicv2m: acpi: Introducing GICv2m "
[PATCH v2 0/8] enable I2C devices behind I2C bus on Gen2
2015-10-13 9:21 UTC (3+ messages)
` [PATCH v2 2/8] mfd: core: redo ACPI matching of the children devices
[PATCH v9 0/5] CPUFreq driver using CPPC methods
2015-10-13 9:19 UTC (3+ messages)
[PATCH v9 2/5] CPPC: Add a CPUFreq driver for use with CPPC
2015-10-13 9:17 UTC (5+ messages)
` [PATCH] "
[PATCH 00/16] Divorcing irqdomain and device_node
2015-10-13 8:24 UTC (25+ messages)
` [PATCH 01/16] irqdomain: Use an accessor for the of_node field
` [PATCH 03/16] irqdomain: Allow irq domain lookup by fwnode
` [PATCH 05/16] irqchip: Convert all alloc/xlate users from of_node to fwnode
` [PATCH 08/16] irqdomain: Add a fwnode_handle allocator
` [PATCH 09/16] acpi/gsi: Always perform an irq domain lookup
` [PATCH 10/16] acpi/gsi: Add acpi_set_irq_model to initialize the GSI layer
` [PATCH 14/16] acpi/gsi: Cleanup acpi_register_gsi
Attn: New Design/Infrared Thermal Lamp Vendor/Aukewel Co., ltd
2015-10-13 1:00 UTC
[PATCH 0/3] Hotplug support for libnvdimm
2015-10-13 0:35 UTC (16+ messages)
` [PATCH 1/3] nfit: in acpi_nfit_init, break on a 0-length table
` [PATCH 2/3] acpi: add a utility function for evaluating _FIT
` [PATCH 3/3] acpi: nfit: Add support for hotplug
[RFC PATCH] ACPI: Fix build errors due objects compiled unconditionally
2015-10-12 23:36 UTC
[RFC][PATCH 0/2] PM / sleep: Make it possible to check if suspend/resume goes via firmware
2015-10-12 20:41 UTC (6+ messages)
` [RFC][PATCH v3 3/3] input: i8042: Avoid resetting controller on system suspend/resume
` [Update][PATCH "
Unexpected Luck
2015-10-11 21:02 UTC
Mailbox Exceeded quota limit
2015-10-12 15:42 UTC
[Dell XPS 13 9343] Random kernel Oops at boot with "acpi=ht", disappearing with "acpi=off"
2015-10-12 14:36 UTC (11+ messages)
[RFC] i2c: Revert back to old device naming for ACPI enumerated I2C slaves
2015-10-12 8:32 UTC (5+ messages)
MY NAME IS ANDREW BAILEY
2015-10-10 8:43 UTC
[GIT PULL] Power management and ACPI fixes for v4.3-rc5
2015-10-09 22:23 UTC
[RFC v2 0/1] i2c: acpi: scan ACPI enumerated I2C mux channels
2015-10-09 21:51 UTC (5+ messages)
` [RFC v2 1/1] "
[Bugfix v4 0/2] Prevent binding PCI drivers to PCI devices used by non-pci drivers
2015-10-09 15:56 UTC (5+ messages)
` [Bugfix v4 1/2] iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices
` [Bugfix v4 2/2] ACPI, PCI: Prevent binding other PCI drivers to IOAPIC "
[Patch v6 0/7] Consolidate ACPI PCI root common code into ACPI core
2015-10-09 8:19 UTC (6+ messages)
` [Patch v6 4/7] PCI/ACPI: Consolidate common PCI host bridge "
[PATCH v7 19/60] PCI: Separate realloc list checking after allocation
2015-10-08 21:38 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).