messages from 2015-10-14 06:25:55 to 2015-10-21 22:50:02 UTC [more...]
what's in nvdimm.git for v4.4?
2015-10-21 22:50 UTC (12+ messages)
[PATCH v3 0/1] i2c: acpi: scan ACPI enumerated I2C mux channels
2015-10-21 22:39 UTC (15+ messages)
` [PATCH v3 1/1] i2c: add ACPI support for I2C mux ports
[PATCH 0/3] Add AMBA bus probing support to ACPI
2015-10-21 22:29 UTC (3+ messages)
[PATCH 9/9] treewide: Remove newlines inside DEFINE_PER_CPU() macros
2015-10-21 19:52 UTC (3+ messages)
[PATCH V3 0/6] gicv2m: acpi: Add ACPI support for GICv2m MSI
2015-10-21 18:47 UTC (7+ messages)
` [PATCH V3 1/6] pci: msi: Add support to query MSI domain for pci device
` [PATCH V3 2/6] acpi: pci: Setup MSI domain for ACPI based pci devices
` [PATCH V3 3/6] irqdomain: introduce is_fwnode_irqchip helper
` [PATCH V3 4/6] irqdomain: Introduce irq_domain_get_irqchip_fwnode_name helper function
` [PATCH V3 5/6] gicv2m: Refactor to prepare for ACPI support
` [PATCH V3 6/6] gicv2m: acpi: Introducing GICv2m "
[PATCH] acpi: set return value to const char for some functions
2015-10-21 17:44 UTC (12+ messages)
` [Devel] "
[PATCH V4 0/8] PCI: ACPI: Setting up DMA coherency for PCI device from _CCA attribute
2015-10-21 15:52 UTC (9+ messages)
` [PATCH V4 1/8] acpi: Honor ACPI _CCA attribute setting
` [PATCH V4 2/8] device property: Introducing enum dev_dma_attr
` [PATCH V4 3/8] acpi: Adding DMA Attribute APIs for ACPI Device
` [PATCH V4 4/8] device property: Adding DMA Attribute APIs for Generic Devices
` [PATCH V4 5/8] device property: acpi: Make use of the new DMA Attribute APIs
` [PATCH V4 6/8] device property: acpi: Remove unused DMA APIs
` [PATCH V4 7/8] PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()
` [PATCH V4 8/8] PCI: ACPI: Add support for PCI device DMA coherency
[PATCH v10 0/4] Allow USB devices to remain runtime-suspended when sleeping
2015-10-21 15:34 UTC (2+ messages)
` [PATCH v10 2/4] PM / Domains: add setter for dev.pm_domain
[PATCH v3 0/6] enable I2C devices behind I2C bus on Gen2
2015-10-21 15:05 UTC (8+ messages)
` [PATCH v3 1/6] i2c / ACPI: Rework I2C device scanning
` [PATCH v3 5/6] at24: enable ACPI device found on Galileo Gen2
` [PATCH v3 6/6] pwm-pca9685: "
[PATCH v6 0/22] On-demand device probing
2015-10-21 13:44 UTC (4+ messages)
` [PATCH v6 22/22] of/platform: Defer probes of registered devices
[PATCH] ACPI / property: Fix subnode lookup scope for data-only subnodes
2015-10-21 13:20 UTC (2+ messages)
[Patch v7 0/7] Consolidate ACPI PCI root common code into ACPI core
2015-10-21 12:16 UTC (21+ 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: "
[PATCH] acpi: video: Add a quirk to force native backlight on Lenovo IdeaPad S405
2015-10-21 11:45 UTC
[PATCH v4 0/22] On-demand device probing
2015-10-21 11:29 UTC (5+ messages)
` [PATCH v4 04/22] of: add function to allow probing a device from a OF node
` [PATCH v4 11/22] i2c: core: Probe i2c adapters and devices on demand
ACPI: Can I use I2cSerialBus with a PCI I2C controller?
2015-10-21 8:50 UTC (2+ messages)
[PATCH V3 0/4] PCI: ACPI: Setting up DMA coherency for PCI device from _CCA attribute
2015-10-20 12:53 UTC (7+ messages)
` [PATCH V3 2/4] ACPI/scan: Clean up acpi_check_dma
LOAN OFFER
2015-10-21 9:25 UTC
[PATCH v2 00/14] ACPICA: 20150930 Release
2015-10-20 7:14 UTC (18+ messages)
` [PATCH v2 01/14] ACPICA: Remove unnecessary conditional compilation
` [PATCH v2 02/14] ACPICA: iASL: Add symbolic operator support for Index() operator
` [PATCH v2 03/14] ACPICA: Update exception code for "file not found" error
` [PATCH v2 04/14] ACPICA: Debugger: Update mutexes used for multithreaded debugger
` [PATCH v2 05/14] ACPICA: Update NFIT table to rename a flags field
` [PATCH v2 06/14] ACPICA: Improve typechecking, both compile-time and runtime
` [PATCH v2 07/14] ACPICA: iASL: General cleanup of the file suffix #defines
` [PATCH v2 08/14] ACPICA: Linuxize: Export debugger files to Linux
` [PATCH v2 09/14] ACPICA: Debugger: Fix "quit/exit" command by cleaning up user commands termination logic
` [PATCH v2 10/14] ACPICA: Debugger: Fix "terminate" command by cleaning up subsystem shutdown logic
` [PATCH v2 11/14] ACPICA: Debugger: Add thread ID support so that single step mode can only apply to the debugger thread
` [PATCH v2 12/14] ACPI: Enable build of AML interpreter debugger
` [PATCH v2 13/14] ACPICA: Debugger: Fix dead lock issue ocurred in single stepping mode
` [PATCH v2 14/14] ACPICA: Update version to 20150930
[PATCH v2 0/2] Hotplug support for libnvdimm
2015-10-20 2:02 UTC (5+ 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] GHES: Fix cached error-status
2015-10-19 17:55 UTC
Loan At 3% Interest__Apply Now!!!
2015-10-19 11:58 UTC
[Dell XPS 13 9343] Random kernel Oops at boot with "acpi=ht", disappearing with "acpi=off"
2015-10-18 22:18 UTC (11+ messages)
[PATCH v7 0/20] On-demand device probing
2015-10-17 6:55 UTC (11+ messages)
` [PATCH v7 01/20] driver core: handle -EPROBE_DEFER from bus_type.match()
` [PATCH v7 04/20] of: add function to allow probing a device from a OF node
` [PATCH v7 13/20] usb: phy: Probe phy devices on demand
` [PATCH v7 19/20] driver core: Allow deferring probes until late init
` [PATCH v7 20/20] of/platform: Defer probes of registered devices
[GIT PULL] Power management and ACPI fixes for v4.3-rc6
2015-10-16 13:26 UTC
[PATCH 00/13] ACPICA: 20150930 Release
2015-10-16 13:39 UTC (18+ 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 00/11] ARM64 PCI hostbridge init based on ACPI
2015-10-15 23:49 UTC (4+ messages)
[PATCH v2 1/2] ACPI / tables: simplify acpi_parse_entries
2015-10-15 21:37 UTC (5+ messages)
` [PATCH v3 "
[PATCH 05/11] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
2015-10-15 18:51 UTC (14+ messages)
[PATCH] acpi:correctly check failed allocation
2015-10-15 16:19 UTC
[PATCH V2 0/6] gicv2m: acpi: Add ACPI support for GICv2m MSI
2015-10-15 14:30 UTC (11+ 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 V1 00/10] Introduce ACPI world to GICv3 and ITS irqchips
2015-10-15 14:05 UTC (11+ 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 V1 10/10] acpi, gicv3, its: Use MADT ITS subtable to do PCI/MSI domain initialization
[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 v5 0/5] Provide better MADT subtable sanity checks
2015-10-14 21:27 UTC (13+ messages)
` [Linaro-acpi] "
[PATCH][v3] ACPI / PM: Fix incorrect wakeup irq setting before suspend-to-idle
2015-10-14 17:44 UTC (5+ messages)
[PATCH v2 00/17] Divorcing irqdomain and device_node
2015-10-14 15:37 UTC (5+ messages)
` [PATCH v2 05/17] irqchip: Convert all alloc/xlate users from of_node to fwnode
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).