messages from 2015-04-08 08:09:47 to 2015-04-14 02:29:58 UTC [more...]
[Patch Part2 v5 00/33] Clean up obsoleted x86 interrupt manangement code and interfaces
2015-04-14 2:29 UTC (21+ messages)
` [Patch Part2 v5 01/33] x86/irq: Kill unused old IOAPIC irqdomain interfaces
` [Patch Part2 v5 02/33] x86/irq: Kill unused struct mp_pin_info
` [Patch Part2 v5 03/33] x86/irq: Kill x86_io_apic_ops.print_entries and related interfaces
` [Patch Part2 v5 04/33] x86/irq: Kill x86_io_apic_ops.setup_entry "
` [Patch Part2 v5 05/33] x86/irq: Kill x86_io_apic_ops.set_affinity "
` [Patch Part2 v5 06/33] x86/irq: Kill x86_io_apic_ops.eoi_ioapic_pin "
` [Patch Part2 v5 07/33] x86/irq: Kill GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
` [Patch Part2 v5 08/33] x86/irq: Clean up unused forward declarations in x86_init.h
` [Patch Part2 v5 09/33] irq_remapping: Clean up unsued code to support IOAPIC
` [Patch Part2 v5 10/33] irq_remapping/vt-d: Clean up unsued code
` [Patch Part2 v5 11/33] irq_remapping/amd: "
` [Patch Part2 v5 12/33] irq_remapping: Clean up unused interfaces
` [Patch Part2 v5 13/33] x86/irq: Kill irq_cfg.irq_remapped
` [Patch Part2 v5 14/33] irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c
` [Patch Part2 v5 16/33] x86/irq: Move irq_cfg.irq_2_pin into io_apic.c
` [Patch Part2 v5 17/33] x86/irq: Kill struct io_apic_irq_attr
` [Patch Part2 v5 18/33] x86/irq: Kill x86_io_apic_ops.write and x86_io_apic_ops.modify
` [Patch Part2 v5 19/33] x86/irq: Clean up io_apic.h
` [Patch Part2 v5 20/33] x86/irq: Use cached IOAPIC entry instead of reading from hardware
` [Patch Part2 v5 21/33] x86/irq: Remove sis apic bug workaround
PCI Out of Resources
2015-04-14 1:00 UTC
[GIT PULL] PCI changes for v4.1
2015-04-13 17:09 UTC
[PATCH v6 00/10] PCI: Fix unhandled interrupt on shutdown
2015-04-13 16:45 UTC (16+ messages)
` [PATCH v6 01/10] PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl()
` [PATCH v6 02/10] PCI/MSI: Export pci_msi_set_enable(), pci_msix_clear_and_set_ctrl()
` [PATCH v6 03/10] PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSI
` [PATCH v6 04/10] PCI/MSI: Don't disable MSI/MSI-X at shutdown
` [PATCH v6 05/10] PCI/MSI: Make pci_msi_shutdown(), pci_msix_shutdown() static
` [PATCH v6 06/10] virtio_pci: drop pci_msi_off() call during probe
` [PATCH v6 07/10] ntb: Drop "
` [PATCH v6 08/10] mic: "
` [PATCH v6 09/10] PCI/MSI: Drop pci_msi_off() calls from quirks
` [PATCH v6 10/10] PCI/MSI: Remove unused pci_msi_off()
[PATCH] PCI / hotplug: Propagate the "ignore hotplug" setting to parent
2015-04-13 14:23 UTC
[Patch Part1 v8 00/37] Convert x86 to hierarchy irqdomain and stacked irqchip
2015-04-13 12:09 UTC (42+ messages)
` [Patch Part1 v8 01/37] x86/irq: Save destination CPU ID in irq_cfg
` [Patch Part1 v8 02/37] x86/irq: Use hierarchy irqdomain to manage CPU interrupt vectors
` [Patch Part1 v8 03/37] x86/hpet: Use new irqdomain interfaces to allocate/free IRQ
` [Patch Part1 v8 04/37] x86/MSI: "
` [Patch Part1 v8 05/37] x86/uv: "
` [Patch Part1 v8 06/37] x86/htirq: "
` [Patch Part1 v8 07/37] x86/dmar: "
` [Patch Part1 v8 08/37] irq_remapping: Introduce new interfaces to support hierarchy irqdomain
` [Patch Part1 v8 09/37] irq_remapping/vt-d: Change prototypes to prepare for enabling "
` [Patch Part1 v8 10/37] irq_remapping/vt-d: Enhance Intel IR driver to support "
` [Patch Part1 v8 11/37] irq_remapping/amd: Enhance AMD "
` [Patch Part1 v8 12/37] x86/hpet: Enhance HPET IRQ "
` [Patch Part1 v8 13/37] x86/MSI: Use hierarchy irqdomain to manage MSI interrupts
` [Patch Part1 v8 14/37] x86/irq: Directly call native_compose_msi_msg() for DMAR IRQ
` [Patch Part1 v8 15/37] irq_remapping/vt-d: Clean up unused MSI related code
` [Patch Part1 v8 16/37] irq_remapping/amd: "
` [Patch Part1 v8 17/37] irq_remapping: "
` [Patch Part1 v8 18/37] x86/MSI: Clean up unused MSI related code and interfaces
` [Patch Part1 v8 19/37] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
` [Patch Part1 v8 20/37] x86/irq: Use hierarchy irqdomain to manage DMAR interrupts
` [Patch Part1 v8 21/37] x86/htirq: Use hierarchy irqdomain to manage Hypertransport interrupts
` [Patch Part1 v8 22/37] x86/uv: Use hierarchy irqdomain to manage UV interrupts
` [Patch Part1 v8 23/37] x86/irq: Normalize x86 irq_chip name
` [Patch Part1 v8 24/37] x86/MSI: Simplify the way to deal with remapped MSI interrupts
` [Patch Part1 v8 25/37] x86/MSI: Replace msi_update_msg() with irq_chip_compose_msi_msg()
` [Patch Part1 v8 26/37] x86/irq: Implement irq_chip.irq_write_msi_msg for MSI/DMAR/HPET irq_chips
` [Patch Part1 v8 27/37] x86/irq: Simplify MSI/DMAR/HPET implementation by using common code
` [Patch Part1 v8 28/37] irq_remapping: Kill unused function irq_remapping_print_chip()
` [Patch Part1 v8 29/37] x86/intel-mid: Delay initialization of APB timer
` [Patch Part1 v8 30/37] x86/intel-mid, trivial: Refine code syntax for sfi_parse_mtmr()
` [Patch Part1 v8 31/37] x86/irq: Kill unused pre_init_apic_IRQ0()
` [Patch Part1 v8 32/37] x86/irq: Prepare IOAPIC interfaces to support hierarchy irqdomain
` [Patch Part1 v8 33/37] x86/irq: Implement callbacks to enable hierarchy irqdomain on IOAPICs
` [Patch Part1 v8 34/37] x86/irq: Refine the way to allocate irq_cfg for legacy IRQs
` [Patch Part1 v8 35/37] x86/irq: Simplify the way to print IOAPIC entry
` [Patch Part1 v8 36/37] x86/irq: Introduce helper functions to support hierarchy irqdomain for IOAPIC
` [Patch Part1 v8 37/37] x86/irq: Convert IOAPIC to use hierarchy irqdomain interfaces
[Bugfix v3] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716
2015-04-13 12:05 UTC (14+ messages)
` [Bugfix v5] "
[Query] Direction of adding arm64 support to PCIe designware driver
2015-04-13 9:16 UTC (7+ messages)
[PATCH v3 0/5] PCI: st: provide support for dw pcie
2015-04-13 7:35 UTC (9+ messages)
` [PATCH v3 1/5] ARM: STi: Kconfig update for PCIe support
` [PATCH v3 2/5] PCI: st: Add Device Tree bindings for sti pcie
` [PATCH v3 3/5] PCI: st: Provide support for the sti PCIe controller
` [PATCH v3 4/5] pci: designware: remove pci_common_init_dev()
` [PATCH v3 5/5] MAINTAINERS: Add pci-st.c to ARCH/STI architecture
[PATCH v5 00/10] pci: fix unhandled interrupt on shutdown
2015-04-12 8:52 UTC (5+ messages)
` [PATCH v5 04/10] pci: don't disable msi/msix at shutdown
[PATCH pciutils] lib/configure: Also accept host tuples without vendor string
2015-04-12 7:16 UTC
[PATCH v2 0/4] PCI: X-Gene: Add APM X-Gene v1 MSI/MSIX termination driver
2015-04-11 14:50 UTC (25+ messages)
` [PATCH v2 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe "
` [PATCH v3 0/4] PCI: X-Gene: Add APM X-Gene v1 "
` [PATCH v3 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe "
` [PATCH v3 2/4] arm64: dts: Add the device tree entry for the APM X-Gene PCIe MSI node
` [PATCH v3 3/4] documentation: dts: Add the device tree binding for APM X-Gene v1 PCIe MSI device tree node
` [PATCH v3 4/4] PCI: X-Gene: Add the MAINTAINERS entry for APM X-Gene v1 PCIe MSI driver
[PATCH] PCI: layerscape: Simplify platform_get_resource_byname() failure checking
2015-04-10 13:41 UTC (4+ messages)
[PATCH] pci/iov: return a reference to PF on destroying VF
2015-04-10 8:53 UTC
[PATCH v10 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
2015-04-10 8:42 UTC (11+ messages)
` [PATCH v10 01/10] iommu/vt-d: New function to attach domain with id
` [PATCH v10 02/10] iommu/vt-d: Items required for kdump
` [PATCH v10 03/10] iommu/vt-d: Function to get old context entry
` [PATCH v10 04/10] iommu/vt-d: functions to copy data from old mem
` [PATCH v10 05/10] iommu/vt-d: Add functions to load and save old re
` [PATCH v10 06/10] iommu/vt-d: datatypes and functions used for kdump
` [PATCH v10 07/10] iommu/vt-d: enable kdump support in iommu module
` [PATCH v10 08/10] iommu/vt-d: assign new page table for dma_map
` [PATCH v10 09/10] iommu/vt-d: Copy functions for irte
` [PATCH v10 10/10] iommu/vt-d: Use old irte in kdump kernel
[PATCH 0/5] PCI: st: provide support for dw pcie
2015-04-10 7:51 UTC (7+ messages)
` [PATCH 1/5] ARM: STi: Kconfig update for PCIe support
` [PATCH 2/5] PCI: st: Add Device Tree bindings for sti pcie
` [PATCH 3/5] PCI: st: Provide support for the sti PCIe controller
` [PATCH 4/5] pci: designware: remove pci_common_init_dev()
` [PATCH 5/5] MAINTAINERS: Add pci-st.c to ARCH/STI architecture
[PATCH 0/3] PCI/sparc: Fix booting with T5-8
2015-04-10 4:13 UTC (17+ messages)
` [PATCH 3/3] PCI: Set pref for mem64 resource of pcie device
[PATCH] Read ID & Pointer from PCI Capabilities List in 1 call
2015-04-09 22:12 UTC (2+ messages)
[PATCH] PCI: Export pci_probe_reset_function()
2015-04-09 20:11 UTC (4+ messages)
[PATCH] PCI: keystone: Don't dereference possible NULL pointer
2015-04-09 19:45 UTC
[PATCH] PCI: versatile: don't check resource with devm_ioremap_resource
2015-04-09 19:32 UTC (2+ messages)
[PATCH] PCI: Don't clear ASPM bits when the FADT declares it's unsupported
2015-04-09 19:21 UTC (2+ messages)
[PATCH] pci.txt: clarify vendor ID policy
2015-04-09 19:12 UTC (2+ messages)
[PATCH] vfio-pci: Attempt bus/slot reset on open
2015-04-09 15:55 UTC
Released pciutils-3.3.1
2015-04-09 14:45 UTC
[PATCH pciutils] pread.h: Remove support for libc5
2015-04-09 14:37 UTC (2+ messages)
[GIT PULL] PCI fixes for v4.0
2015-04-09 13:26 UTC
[PATCH v2 0/5] PCI: st: provide support for dw pcie
2015-04-09 12:43 UTC (7+ messages)
` [PATCH v2 3/5] PCI: st: Provide support for the sti PCIe controller
Assign mem resource fail after remove and rescan
2015-04-09 11:12 UTC (5+ messages)
[PATCH] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in of parsing
2015-04-08 22:38 UTC (5+ messages)
[PATCH] PCI / ACPI: PCI delay optimization from ACPI
2015-04-08 21:32 UTC (3+ messages)
` [PATCH v3 0/3] "
[PATCH] pci: pci-exynos: fixed the sentence error
2015-04-08 19:33 UTC (2+ messages)
[PATCH v8 0/3] pci: iproc: Add Broadcom iProc PCIe support
2015-04-08 19:22 UTC (5+ messages)
` [PATCH v8 1/3] PCI: Export symbols of PCI functions
` [PATCH v8 2/3] PCI: iproc: Add DT docs for Broadcom iProc PCIe driver
` [PATCH v8 3/3] pci: iproc: Add Broadcom iProc PCIe support
[PATCH 1/2] PCI: allow MSI chip providers to implement their own multiple MSI setup
2015-04-08 18:56 UTC (7+ messages)
` [PATCH 2/2] PCI: designware: implement multiple MSI irq setup
[PATCH v4 1/2] PCI: add helper function to find root port for device
2015-04-08 18:13 UTC (7+ messages)
[PATCH v2 0/2] iProc PCIe driver Kconfig changes
2015-04-08 17:24 UTC (4+ messages)
[PATCH] of/PCI: Add IORESOURCE_MEM_64 for 64-bit resource
2015-04-08 15:33 UTC (3+ messages)
[PATCH v9 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-04-08 9:22 UTC (13+ messages)
` [PATCH v9 03/30] PCI: Save domain in pci_host_bridge
` [PATCH v9 07/30] PCI: Add default bus resource "
` [PATCH v9 08/30] PCI: Update pci_host_bridge bus resource
` [PATCH v9 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
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).