messages from 2014-05-30 02:07:54 to 2014-06-09 08:20:10 UTC [more...]
[Patch V4 00/42] use irqdomain to dynamically allocate IRQ for IOAPIC
2014-06-09 8:20 UTC (37+ messages)
` [Patch V4 01/42] x86, irq: update high address field when updating affinity for MSI IRQ
` [Patch V4 02/42] x86, mpparse: use pr_lvl() helper utilities to replace printk(KERN_LVL)
` [Patch V4 03/42] x86, mpparse: simplify arch/x86/include/asm/mpspec.h
` [Patch V4 04/42] x86, acpi: reorganize code to avoid forward declaration in boot.c
` [Patch V4 05/42] x86, PCI, ACPI: use kmalloc_node() to optimize for performance
` [Patch V4 06/42] x86, acpi, irq: kill static function irq_to_gsi()
` [Patch V4 07/42] x86, ACPI, trivial: minor improvements to arch/x86/kernel/acpi/boot.c
` [Patch V4 08/42] x86, ACPI, irq: enhance error handling in function acpi_register_gsi()
` [Patch V4 09/42] x86, ACPI, irq: fix possible eror in GSI to IRQ mapping for legacy IRQ
` [Patch V4 10/42] x86, irq, trivial: minor improvements of IRQ related code
` [Patch V4 11/42] x86, ioapic: kill unused global variable timer_through_8259
` [Patch V4 12/42] x86, ioapic: kill static variable nr_irqs_gsi
` [Patch V4 13/42] x86, ioapic: introduce helper utilities to walk ioapics and pins
` [Patch V4 14/42] x86, ioapic: use irq_cfg() instead of irq_get_chip_data() for better readability
` [Patch V4 15/42] x86, irq: reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomain
` [Patch V4 16/42] x86, irq: introduce some helper utilities to improve readability
` [Patch V4 17/42] ce4100, irq: make CE4100 depend on CONFIG_X86_IO_APIC
` [Patch V4 18/42] ce4100, irq: do not set legacy_pic to null_legacy_pic
` [Patch V4 19/42] x86, irq: count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_LEGACY
` [Patch V4 20/42] x86, irq: simplify arch_early_irq_init()
` [Patch V4 21/42] x86, ACPI, irq: consolidate algorithm of mapping (ioapic, pin) to IRQ number
` [Patch V4 22/42] x86, irq, ACPI: change __acpi_register_gsi to return IRQ number instead of GSI
` [Patch V4 23/42] x86, irq: introduce mechanisms to support dynamically allocate IRQ for IOAPIC
` [Patch V4 24/42] x86, irq: enhance mp_register_ioapic() to support irqdomain
` [Patch V4 25/42] x86, ACPI, irq: provide basic irqdomain support
` [Patch V4 27/42] x86, SFI, "
` [Patch V4 28/42] x86, devicetree, irq: use common mechanism to support irqdomain
` [Patch V4 29/42] x86, irq: introduce two helper functions to support irqdomain map operation
` [Patch V4 30/42] x86, irq, ACPI: use common irqdomain map interface to program IOAPIC pins
` [Patch V4 31/42] x86, irq, mpparse: "
` [Patch V4 32/42] x86, irq, SFI: "
` [Patch V4 33/42] x86, irq, devicetree: "
` [Patch V4 35/42] x86, irq: simplify the way to handle ISA IRQ
` [Patch V4 36/42] genirq: export irq_domain_disassociate() to architecture interrupt drivers
` [Patch V4 40/42] x86, irq, SFI: release IOAPIC pin when PCI device is disabled
` [Patch V4 41/42] x86, irq, devicetree: "
What can change in ways Linux handles memory when all memory >4G is disabled? (x86)
2014-06-08 17:22 UTC (2+ messages)
[PATCH 3.14 186/228] PCI: Wrong register used to check pending traffic
2014-06-08 3:02 UTC
[PATCH v2 0/4] devres: dma-mapping: Introducing new functions
2014-06-07 11:23 UTC (17+ messages)
` [PATCH v2 1/4] dma-mapping: Add devm_ interface for dma_map_single()
` [PATCH v2 2/4] dma-mapping: Add devm_ interface for dma_map_single_attrs()
` [PATCH v2 3/4] dma-mapping: pci: Add devm_ interface for pci_map_single
` [PATCH v2 4/4] staging: xillybus: Use devm_ API for memory allocation and DMA mapping
[PATCH] pci/msi: fix memory leak in free_msi_irqs()
2014-06-06 0:02 UTC (3+ messages)
Query regarding ASPM in PCIe
2014-06-05 21:36 UTC
Debugging incorrect mps settings detected
2014-06-05 16:41 UTC (5+ messages)
[PATCH 0/4] proper multi MSI handling for designware host
2014-06-05 14:46 UTC (5+ messages)
` [PATCH 1/4] PCI: allow MSI chip providers to implement their own multiple MSI setup
` [PATCH 2/4] PCI: designware: remove bogus "
` [PATCH 3/4] PCI: designware: remove open-coded bitmap operations
` [PATCH 4/4] PCI: designware: implement multiple MSI irq setup
PCI-to-USB ExpressCard Hotplugging can't work in v3.15-rc5
2014-06-05 12:58 UTC (5+ messages)
[Patch V3 19/37] x86, irq: introduce mechanisms to support dynamically allocate IRQ for IOAPIC
2014-06-05 8:15 UTC (3+ messages)
` [RFC Patch 3/3] x86, irq: count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_LEGACY
[PATCH 0/4] VFIO Misc fixes
2014-06-05 5:51 UTC (8+ messages)
` [PATCH 4/4] vfio/pci: Restore MSIx message prior to enabling
[PATCH v3] of/irq: provide more wrappers for !CONFIG_OF
2014-06-04 10:17 UTC (6+ messages)
[PATCH] PCI: add quirk for 3ware 9650SE controller
2014-06-04 7:59 UTC (13+ messages)
[PATCH v5 00/15] Thunderbolt driver for Apple MacBooks
2014-06-03 20:33 UTC (17+ messages)
` [PATCH v5 01/15] thunderbolt: Add initial cactus ridge NHI support
` [PATCH v5 02/15] thunderbolt: Add control channel interface
` [PATCH v5 03/15] thunderbolt: Setup control channel
` [PATCH v5 04/15] thunderbolt: Add tb_regs.h
` [PATCH v5 05/15] thunderbolt: Initialize root switch and ports
` [PATCH v5 06/15] thunderbolt: Add thunderbolt capability handling
` [PATCH v5 07/15] thunderbolt: Enable plug events
` [PATCH v5 08/15] thunderbolt: Scan for downstream switches
` [PATCH v5 09/15] thunderbolt: Handle hotplug events
` [PATCH v5 10/15] thunderbolt: Add path setup code
` [PATCH v5 11/15] thunderbolt: Add support for simple pci tunnels
` [PATCH v5 12/15] PCI: Add pci_fixup_suspend_late quirk pass
` [PATCH v5 13/15] PCI: Suspend/resume quirks for Apple thunderbolt
` [PATCH v5 14/15] thunderbolt: Read switch uid from EEPROM
` [PATCH v5 15/15] thunderbolt: Add suspend/hibernate support
[PATCH] PCI: quirk dma_alias_devfn for HighPoint RocketRaid 642L (Marvell 9235)
2014-06-03 19:41 UTC
[PATCH 0/8] i.MX6 PCIe binding change and MSI support
2014-06-03 14:50 UTC (9+ messages)
[PATCH] PCI: exynos: Add exynos prefix before add_pcie_port/pcie_init
2014-06-03 13:31 UTC
[PATCH] of: treat PCI config space as IORESOURCE_MEM type
2014-06-03 11:38 UTC (27+ messages)
` [PATCH 1/2] pci: Add IORESOURCE_BIT entry for PCIe ECAM resources
` [PATCH 2/2] of: treat PCI config space as IORESOURCE_MEM type with special flags
[Patch V3 00/37] use irqdomain to dynamically allocate IRQ for IOAPIC
2014-06-03 0:41 UTC (3+ messages)
` [Patch V3 03/37] x86, mpparse: use pr_lvl() helper utilities to replace printk(KERN_LVL)
[GIT PULL] PCI changes for v3.16
2014-06-02 19:07 UTC
[Patch] x86, ia64, efifb: Move boot_vga fixup from pci to vgaarb
2014-06-02 18:19 UTC (5+ messages)
` [PATCH 2/2] x86, ia64: Merge common vga fixup code
` [PATCH 1/2] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()
[PATCH v5] pciehp: only wait command complete for really hotplug control
2014-06-02 16:47 UTC (4+ messages)
[PATCH 2 08/24] hpsa: choose number of reply queues more intelligently
2014-06-02 15:00 UTC (3+ messages)
[PATCH v1 0/5] Add Keystone PCIe controller driver
2014-06-02 14:28 UTC (5+ messages)
` [PATCH v1 3/5] phy: pci serdes phy driver for keystone
[PATCH v4 00/15] Thunderbolt driver for Apple MacBooks
2014-06-01 22:57 UTC (23+ messages)
` [PATCH v4 01/15] thunderbolt: Add initial cactus ridge NHI support
` [PATCH v4 02/15] thunderbolt: Add control channel interface
` [PATCH v4 03/15] thunderbolt: Setup control channel
` [PATCH v4 04/15] thunderbolt: Add tb_regs.h
` [PATCH v4 05/15] thunderbolt: Initialize root switch and ports
` [PATCH v4 06/15] thunderbolt: Add thunderbolt capability handling
` [PATCH v4 07/15] thunderbolt: Enable plug events
` [PATCH v4 08/15] thunderbolt: Scan for downstream switches
` [PATCH v4 09/15] thunderbolt: Handle hotplug events
` [PATCH v4 10/15] thunderbolt: Add path setup code
` [PATCH v4 11/15] thunderbolt: Add support for simple pci tunnels
` [PATCH v4 12/15] PCI: Add pci_fixup_suspend_late quirk pass
` [PATCH v4 13/15] PCI: Suspend/resume quirks for Apple thunderbolt
` [PATCH v4 14/15] thunderbolt: Read switch uid from EEPROM
` [PATCH v4 15/15] thunderbolt: Add suspend/hibernate support
[PATCH] Thunderbolt: Add support for Thunderbolt 2 host controllers
2014-06-01 22:05 UTC (3+ messages)
ACPI: Improve behaviour on Apple hardware
2014-06-01 16:33 UTC (5+ messages)
` [PATCH 1/4] ACPI: Support _OSI("Darwin") correctly
` [PATCH 2/4] ACPI: Don't call PCI OSC on Apple hardware when claiming to be Darwin
` [PATCH 3/4] ACPI: Don't assume the existence of an SBS charger
` [PATCH 4/4] ACPI: Disable smart battery manager on Apple
[PATCH v4] pciehp: only wait command complete for real hotplug control
2014-05-31 1:25 UTC (6+ messages)
[PATCH] PCI, EDAC: fix ordering assign resource and bus_add
2014-05-30 22:21 UTC (5+ messages)
[PATCH v3 00/15] Thunderbolt driver for Apple MacBooks
2014-05-30 16:09 UTC (5+ messages)
` [PATCH v3 12/15] pci: Add pci_fixup_suspend_late quirk pass
[PATCH 1/1] PCI: imx6: Annotate imx6_add_pcie_port with __init
2014-05-30 15:53 UTC (2+ messages)
[PATCH v1] ARM: pci: add call to pcie_bus_configure_settings()
2014-05-30 15:44 UTC (2+ messages)
[PATCH v2] PCI: make pci_bus_add_device() void
2014-05-30 15:37 UTC (2+ messages)
[PATCH v2 00/18] PCIe support for DRA7xx
2014-05-30 14:15 UTC (5+ messages)
` [PATCH v2 03/18] PCI: designware: Configuration space should be specified in 'reg'
[PATCH v4 00/16] PCI/iommu: Fix DMA alias problems
2014-05-30 9:17 UTC (5+ messages)
` [PATCH v4 13/16] iommu/fsl: Use iommu_group_get_for_dev() for IOMMU groups
[PATCH 0/3] cleanup unnecessary checking for pci_bus_add_device()
2014-05-30 2:42 UTC (4+ messages)
` [PATCH 1/3] PCI: remove the unnecssary checking for pci_bus_add_device
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).