LinuxLists
Users
About
Yijing Wang (
[email protected]
)
Number of posts: 587 (2.08 per day)
First post: 2012-08-25 10:00:15
Last post: 2013-06-04 07:08:32
Previous Page
/
Next Page
Date
List
Subject
2014-10-15 02:33:59
linux-kernel
[PATCH v3 13/27] x86/xen/MSI: Use MSI chip framework to configure MSI/MSI-X irq
2014-10-15 02:33:57
linux-kernel
[PATCH v3 02/27] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
2014-10-15 02:33:53
linux-kernel
[PATCH v3 04/27] arm/MSI: Save MSI chip in pci_sys_data
2014-10-15 02:33:32
linux-kernel
[PATCH v3 11/27] PCI/MSI: Refactor struct msi_chip to make it become more common
2014-10-15 02:32:55
linux-kernel
[PATCH v3 16/27] Mips/MSI: Save msi chip in pci sysdata
2014-10-15 02:32:33
linux-kernel
[PATCH v3 15/27] x86/MSI: Remove unused MSI weak arch functions
2014-10-15 02:30:39
linux-kernel
[PATCH v3 19/27] MIPS/Xlp/MSI: Use MSI chip framework to configure MSI/MSI-X irq
2014-10-15 02:30:37
linux-kernel
[PATCH v3 20/27] MIPS/Xlr/MSI: Use MSI chip framework to configure MSI/MSI-X irq
2014-10-15 02:30:05
linux-kernel
[PATCH v3 17/27] MIPS/Octeon/MSI: Use MSI chip framework to configure MSI/MSI-X irq
2014-10-15 02:29:43
linux-kernel
[PATCH v3 18/27] MIPS/Xlp: Remove the dead function destroy_irq() to fix build error
2014-10-15 02:29:13
linux-kernel
[PATCH v3 21/27] Powerpc/MSI: Use MSI chip framework to configure MSI/MSI-X irq
2014-10-15 02:28:40
linux-kernel
[PATCH v3 23/27] arm/iop13xx/MSI: Use MSI chip framework to configure MSI/MSI-X irq
2014-10-15 02:27:08
linux-kernel
[PATCH v3 25/27] Sparc/MSI: Use MSI chip framework to configure MSI/MSI-X irq
2014-10-15 02:26:44
linux-kernel
[PATCH v3 24/27] IA64/MSI: Use MSI chip framework to configure MSI/MSI-X irq
2014-10-15 02:26:28
linux-kernel
[PATCH v3 27/27] PCI/MSI: Clean up unused MSI arch functions
2014-10-15 02:26:24
linux-kernel
[PATCH v3 26/27] tile/MSI: Use MSI chip framework to configure MSI/MSI-X irq
2014-10-15 02:26:19
linux-kernel
[PATCH v3 22/27] s390/MSI: Use MSI chip framework to configure MSI/MSI-X irq
2014-10-15 02:26:16
linux-kernel
[PATCH v3 14/27] Irq_remapping/MSI: Use MSI chip framework to configure MSI/MSI-X irq
2014-10-15 02:26:14
linux-kernel
[PATCH v3 08/27] PCI: mvebu: Save msi chip in pci_sys_data
2014-10-15 02:26:11
linux-kernel
[PATCH v3 01/27] MSI: Remove the redundant irq_set_chip_data()
2014-10-15 02:26:07
linux-kernel
[PATCH v3 05/27] PCI: tegra: Save msi chip in pci_sys_data
2014-10-15 02:26:05
linux-kernel
[PATCH v3 06/27] PCI: designware: Save msi chip in pci_sys_data
2014-10-15 02:26:01
linux-kernel
[PATCH v3 09/27] arm/PCI: Clean unused pcibios_add_bus() and pcibios_remove_bus()
2014-10-15 02:25:57
linux-kernel
[PATCH v3 07/27] PCI: rcar: Save msi chip in pci_sys_data
2014-10-15 02:25:54
linux-kernel
[PATCH v3 03/27] s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()
2014-10-15 02:25:51
linux-kernel
[PATCH v3 10/27] PCI/MSI: Remove useless bus->msi assignment
2014-07-30 07:20:50
linux-kernel
Re: [RFC PATCH 00/11] Refactor MSI to support Non-PCI device
2014-07-30 02:45:57
linux-kernel
Re: [RFC PATCH 00/11] Refactor MSI to support Non-PCI device
2014-07-26 02:44:21
linux-kernel
[RFC PATCH 09/11] PCI/MSI: refactor PCI MSI driver
2014-07-26 02:44:20
linux-kernel
[RFC PATCH 10/11] PCI/MSI: Split the generic MSI code into new file
2014-07-26 02:44:18
linux-kernel
[RFC PATCH 07/11] PCI/MSI: Mask MSI-X entry in msix_setup_entries()
2014-07-26 02:44:16
linux-kernel
[RFC PATCH 11/11] x86/MSI: Refactor x86 MSI code
2014-07-26 02:44:14
linux-kernel
[RFC PATCH 08/11] PCI/MSI: Introduce new struct msi_irqs and struct msi_ops
2014-07-26 02:44:12
linux-kernel
[RFC PATCH 03/11] PCI/MSI: Refactor pci_dev_msi_enabled()
2014-07-26 02:44:11
linux-kernel
[RFC PATCH 02/11] PCI/MSI: Use new MSI type macro instead of PCI MSI flags
2014-07-26 02:44:09
linux-kernel
[RFC PATCH 04/11] PCI/MSI: Move MSIX table address mapping out of msix_capability_init
2014-07-26 02:44:07
linux-kernel
[RFC PATCH 05/11] PCI/MSI: Move populate_msi_sysfs() out of msi_capability_init()
2014-07-26 02:44:05
linux-kernel
[RFC PATCH 06/11] PCI/MSI: Save MSI irq in PCI MSI layer
2014-07-26 02:44:01
linux-kernel
[RFC PATCH 00/11] Refactor MSI to support Non-PCI device
2014-07-26 02:43:44
linux-kernel
[RFC PATCH 01/11] PCI/MSI: Use pci_dev->msi_cap instead of msi_desc->msi_attrib.pos
2014-07-14 02:12:13
linux-kernel
Re: [PATCH 2/2] PCI/MSI: Remove arch_msi_check_device()
2014-07-04 09:29:26
linux-kernel
Re: [PATCH 0/6] trivial cleanup for iommu/vt-d
2014-07-04 09:29:01
linux-kernel
Re: [PATCH 2/6] iommu/vt-d: move up no_iommu and dmar_disabled check
2014-06-18 00:58:21
linux-kernel
Re: [PATCH 0/6] trivial cleanup for iommu/vt-d
2014-06-12 00:56:13
linux-kernel
Re: NTB driver support in haswell platform?
2014-06-11 09:03:59
linux-kernel
NTB driver support in haswell platform?
2014-06-10 08:05:37
linux-kernel
Re: [PATCH 3.4 47/88] mm: add kmap_to_page()
2014-06-05 12:12:50
linux-kernel
Re: [PATCH 3.4 214/214] HID: logitech: dont use stack based dj_report structures
2014-04-26 02:51:04
linux-kernel
Re: [PATCH 00/13] Refactor pci_is_brdige() to simplify code
2014-04-25 09:27:52
linux-kernel
[PATCH 08/13] PCI, rpaphp: Use new pci_is_bridge() to simplify code
2014-04-25 09:27:15
linux-kernel
[PATCH 04/13] x86/PCI: Use new pci_is_bridge() to simplify code