messages from 2015-05-16 14:37:50 to 2015-05-20 21:32:49 UTC [more...]
[PATCH RFC] i2c: Use ID table to detect ACPI I2C devices
2015-05-20 21:32 UTC (10+ messages)
[V4 PATCH 0/6] ACPI: Introduce support for _CCA object
2015-05-20 21:32 UTC (26+ messages)
` [V4 PATCH 1/6] ACPI / scan: Parse _CCA and setup device coherency
` [Linaro-acpi] "
` [V4 PATCH 2/6] arm64 : Introduce support for ACPI _CCA object
` [V4 PATCH 3/6] pci: Generic function for setting up PCI device DMA coherency
` [Linaro-acpi] "
` [V4 PATCH 4/6] device property: Introduces device_dma_is_coherent()
[PATCH v3 00/21] libnd: non-volatile memory device support
2015-05-20 20:58 UTC (22+ messages)
` [PATCH v3 01/21] e820, efi: add ACPI 6.0 persistent memory types
` [PATCH v3 02/21] libnd, nfit: initial libnd infrastructure and NFIT support
` [PATCH v3 03/21] libnd: control character device and libnd bus sysfs attributes
` [PATCH v3 04/21] libnd, nfit: dimm/memory-devices
` [PATCH v3 05/21] libnd: control (ioctl) messages for libnd bus and dimm devices
` [PATCH v3 06/21] libnd, nd_dimm: dimm driver and base libnd device-driver infrastructure
` [PATCH v3 07/21] libnd, nfit: regions (block-data-window, persistent memory, volatile memory)
` [PATCH v3 08/21] libnd: support for legacy (non-aliasing) nvdimms
` [PATCH v3 09/21] libnd, nd_pmem: add libnd support to the pmem driver
` [PATCH v3 10/21] pmem: Dynamically allocate partition numbers
` [PATCH v3 11/21] libnd, nfit: add interleave-set state-tracking infrastructure
` [PATCH v3 12/21] libnd: namespace indices: read and validate
` [PATCH v3 13/21] libnd: pmem label sets and namespace instantiation
` [PATCH v3 14/21] libnd: blk labels "
` [PATCH v3 15/21] libnd: write pmem label set
` [PATCH v3 16/21] libnd: write blk "
` [PATCH v3 17/21] libnd: infrastructure for btt devices
` [PATCH v3 18/21] nd_btt: atomic sector updates
` [PATCH v3 19/21] libnd, nfit, nd_blk: driver for BLK-mode access persistent memory
` [PATCH v3 20/21] nfit-test: manufactured NFITs for interface development
` [PATCH v3 21/21] libnd: Non-Volatile Devices
[PATCH 00/11] Add self-probe infrastructure and stacked irqdomain support for ACPI based GICv2/3 init
2015-05-20 20:44 UTC (14+ messages)
` [PATCH 01/11] ACPICA: Introduce GIC version for arm based system
` [PATCH 02/11] ACPI / irqchip: Add self-probe infrastructure to initialize IRQ controller
` [PATCH 03/11] irqchip / GIC: Add GIC version support in ACPI MADT
` [PATCH 04/11] irqchip / GIC / ACPI: Use IRQCHIP_ACPI_DECLARE to simplify GICv2 init code
` [PATCH 05/11] irqchip / gic: Add stacked irqdomain support for ACPI based GICv2 init
` [PATCH 06/11] ACPI / gsi: Add gsi_mutex to synchronize acpi_register_gsi()/acpi_unregister_gsi()
` [PATCH 07/11] irqchip / GICv3: Refactor gic_of_init() for GICv3 driver
` [PATCH 08/11] irqchip / GICv3: Add ACPI support for GICv3+ initialization
` [PATCH 09/11] irqchip / GICv3: Add stacked irqdomain support for ACPI based init
` [PATCH 10/11] irqchip / GICv2 / ACPI: Consolidate GICv2 ACPI related init code
` [PATCH 11/11] irqchip / GICv3 / ACPI: Consolidate GICv3 "
[Devel] Correct place to send patches?
2015-05-20 20:42 UTC (7+ messages)
[RFC v1 00/25] Optimize irq flow handler
2015-05-20 20:22 UTC (52+ messages)
` [RFC v1 01/25] ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
` [RFC v1 02/25] avr32, "
` [RFC v1 03/25] MIPS, "
` [RFC v1 04/25] powerpc, "
` [RFC v1 05/25] gpio: "
` [RFC v1 06/25] pinctrl: "
` [RFC v1 07/25] irqchip: "
` [RFC v1 08/25] mfd: "
` [RFC v1 09/25] ipu: "
` [RFC v1 10/25] sh: intc: "
` [RFC v1 11/25] keystone, irq: Use irq_data_get_xxx() to avoid redundant lookup of irq_data
` [RFC v1 12/25] spmi: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
` [RFC v1 13/25] genirq: Kill the parameter 'irq' of kstat_incr_irqs_this_cpu()
` [RFC v1 14/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t
` [RFC v1 15/25] "
` [RFC v1 16/25] "
` [RFC v1 17/25] "
` [RFC v1 18/25] "
` [RFC v1 19/25] "
` [RFC v1 20/25] "
` [RFC v1 21/25] "
` [RFC v1 22/25] "
` [RFC v1 23/25] "
` [RFC v1 24/25] "
` [RFC v1 25/25] "
[PATCH] ACPI / blacklist: blacklist Win8 OSI for Dell Inspiron 7437
2015-05-20 20:16 UTC (15+ messages)
` "
[Patch v2 00/14] Split struct irq_data into common part and per-chip part
2015-05-20 19:34 UTC (19+ messages)
` [Patch v2 01/14] genirq: Introduce struct irq_common_data to host shared irq data
` [Patch v2 02/14] genirq: Introduce helper function irq_data_get_node()
` [Patch v2 03/14] x86, irq: Use accessor irq_data_get_node() to hide struct irq_data detail
` [Patch v2 04/14] sh, "
` [Patch v2 05/14] genirq: Move field 'node' from struct irq_data into struct irq_common_data
` [Patch v2 06/14] genirq: Move field 'handler_data' "
` [Patch v2 07/14] mn10300: Fix incorrect use of data->affinity
` [Patch v2 08/14] genirq: Introduce helper function irq_data_get_affinity_mask()
` [Patch v2 09/14] net/mlx4: Cache irq_desc->affinity instead of irq_desc
` [Patch v2 10/14] genirq: Move field 'affinity' from struct irq_data into struct irq_common_data
` [Patch v2 11/14] genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()
` [Patch v2 12/14] genirq: Use helper function to access irq_data->msi_desc
` [Patch v2 13/14] genirq: Move field 'msi_desc' from struct irq_data into struct irq_common_data
` [Patch v2 14/14] genirq: Pass irq_data to helper function __irq_set_chip_handler_name_locked()
[PATCH 6/7] fjes: Implement upper layer of network driver functionality
2015-05-20 18:22 UTC (2+ messages)
[PATCH 4/7] fjes: Define hardware registers and related data structures
2015-05-20 17:37 UTC (2+ messages)
[PATCH 3/7] fjes: Implement platform_driver functionality
2015-05-20 17:13 UTC (2+ messages)
[PATCH 2/7] fjes: Implement acpi_driver functionality
2015-05-20 17:11 UTC (2+ messages)
[PATCH 1/7] Introduce FUJITSU Extended Socket Network Device driver
2015-05-20 16:58 UTC (2+ messages)
[PATCH 0/7][RFC] FUJITSU Extended Socket network device driver
2015-05-20 14:47 UTC (2+ messages)
[PATCH 7/7] fjes: Add ethtool support
2015-05-20 8:23 UTC
[PATCH 5/7] fjes: Implement lower layer of network driver functionality
2015-05-20 8:21 UTC
[RFC 0/4] Introduce a mechanism to allocate PCI IRQ on demand
2015-05-20 7:47 UTC (15+ messages)
` [RFC 1/4] PCI: Add hooks to allocate/free IRQ resources when binding/unbinding driver
` [RFC 2/4] PCI, MSI: Optionally free legacy PCI IRQ when enabling MSI/MSI-X
[Patch v3 0/7] Consolidate ACPI PCI root common code into ACPI core
2015-05-20 3:33 UTC (5+ messages)
` [Patch v3 5/7] PCI/ACPI: Consolidate common PCI host bridge "
[PATCH] PCI / hotplug / ACPI: Check ignore_hotplug for all downstream devices
2015-05-20 0:14 UTC
[PATCH] pci/hotplug: work-around for missing _RMV on HP ZBook G2
2015-05-19 14:40 UTC (17+ messages)
` [PATCH] PCIe / hotplug: Drop pointless ACPI-based "slot detection" check
` [Update][PATCH] "
[GIT PULL] Thermal-SoC management updates for v4.1-rc4
2015-05-19 0:27 UTC (2+ messages)
[PATCH] ACPI SBS: Fix intermittent hangs on Apple Macbook
2015-05-18 13:07 UTC (6+ messages)
` [PATCH] ACPI/sbshc: Add 5us delay to fix SBS hang on MacBook
[RFC v1 00/11] Split struct irq_data into common part and per-chip part
2015-05-18 5:17 UTC (7+ messages)
` [RFC v1 01/11] genirq: Introduce struct irq_common_data to host shared irq data
` [RFC v1 03/11] genirq: Use CONFIG_NUMA instead of CONFIG_SMP to guard irq_common_data.node
[PATCH 2/4] acpi: allow for an override to set _REV
2015-05-18 4:47 UTC (6+ messages)
[V4 PATCH 3/6] pci: Generic function for setting up PCI device DMA coherency
2015-05-16 15:14 UTC (2+ messages)
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).