Show patches with: Submitter = Jiang Liu       |   256 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[Bugfix] PCI: Fix a typo in file pcie-xilinx.c caused by commit e39758e0ea76 - - - --- 2015-08-18 Jiang Liu New
[RFC,V1,12/12] genirq, PCI: Move alloc_msi_entry() from PCI MSI code into generic MSI code - - - --- 2015-07-09 Jiang Liu New
[RFC,V1,11/12] genirq, PCI: Reorginize struct msi_desc to prepare for support of generic MSI - - - --- 2015-07-09 Jiang Liu New
[RFC,V1,10/12] genirq, PCI: Store 'struct device *' instead 'struct pci_dev *' in struct msi_desc - - - --- 2015-07-09 Jiang Liu New
[RFC,V1,09/12] genirq: Move msi_list from struct pci_dev to struct device - - - --- 2015-07-09 Jiang Liu New
[RFC,V1,08/12] PCI: Use helper functions to access fields in struct msi_desc - - - --- 2015-07-09 Jiang Liu New
[RFC,V1,07/12] sparc, PCI: Use helper functions to access fields in struct msi_desc - - - --- 2015-07-09 Jiang Liu New
[RFC,V1,06/12] PCI: Use for_pci_msi_entry() to access MSI device list - - - --- 2015-07-09 Jiang Liu New
[RFC,V1,05/12] x86, PCI: Use for_pci_msi_entry() to access MSI device list - - - --- 2015-07-09 Jiang Liu New
[RFC,V1,04/12] s390/pci: Use for_pci_msi_entry() to access MSI device list - - - --- 2015-07-09 Jiang Liu New
[RFC,V1,03/12] PowerPC, PCI: Use for_pci_msi_entry() to access MSI device list - - - --- 2015-07-09 Jiang Liu New
[RFC,V1,02/12] MIPS, PCI: Use for_pci_msi_entry() to access MSI device list - - - --- 2015-07-09 Jiang Liu New
[RFC,V1,01/12] PCI: Add helper function msi_desc_to_pci_sysdata() - - - --- 2015-07-09 Jiang Liu New
[v5,6/6] ia64/PCI/ACPI: Use common interface to support PCI host bridge - - - --- 2015-06-08 Jiang Liu New
[v5,5/6] x86/PCI/ACPI: Use common interface to support PCI host bridge - - - --- 2015-06-08 Jiang Liu New
[v5,4/6] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core - - - --- 2015-06-08 Jiang Liu New
[v5,3/6] ia64/PCI: Use common struct resource_entry to replace struct iospace_resource - - - --- 2015-06-08 Jiang Liu New
[v5,2/6] ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridge - - - --- 2015-06-08 Jiang Liu New
[v5,1/6] ACPI/PCI: Enhance ACPI core to support sparse IO space - - - --- 2015-06-08 Jiang Liu New
[RFT,v2,48/48] genirq, drivers: Kill the first parameter 'irq' of irq_flow_handler_t - - - --- 2015-06-04 Jiang Liu New
[RFT,v2,46/48] genirq, irqchip: Kill the first parameter 'irq' of irq_flow_handler_t - - - --- 2015-06-04 Jiang Liu New
[RFT,v2,45/48] genirq, gpio: Kill the first parameter 'irq' of irq_flow_handler_t - - - --- 2015-06-04 Jiang Liu New
[RFT,v2,38/48] genirq, powerpc: Kill the first parameter 'irq' of irq_flow_handler_t - - - --- 2015-06-04 Jiang Liu New
[RFT,v2,36/48] genirq, arm: Kill the first parameter 'irq' of irq_flow_handler_t - - - --- 2015-06-04 Jiang Liu New
[RFT,v2,34/48] pinctrl: Prepare for killing the first parameter 'irq' of irq_flow_handler_t - - - --- 2015-06-04 Jiang Liu New
[RFT,v2,33/48] PCI/keystone: Prepare for killing the first parameter 'irq' of irq_flow_handler_t - - - --- 2015-06-04 Jiang Liu New
[RFT,v2,21/48] ARM, irq: Prepare for killing the first parameter 'irq' of irq_flow_handler_t - - - --- 2015-06-04 Jiang Liu New
[RFT,v2,13/48] keystone, irq: Use irq_data_get_xxx() to avoid redundant lookup of irq_data - - - --- 2015-06-04 Jiang Liu New
[RFT,v2,10/48] irqchip: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc - - - --- 2015-06-04 Jiang Liu New
[RFT,v2,09/48] ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc - - - --- 2015-06-04 Jiang Liu New
[RFT,v2,06/48] pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc - - - --- 2015-06-04 Jiang Liu New
[RFT,v2,05/48] gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc - - - --- 2015-06-04 Jiang Liu New
[v4,8/8] ia64/PCI/ACPI: Use common interface to support PCI host bridge - - - --- 2015-06-02 Jiang Liu New
[v4,7/8] x86/PCI/ACPI: Use common interface to support PCI host bridge - - - --- 2015-06-02 Jiang Liu New
[v4,6/8] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core - - - --- 2015-06-02 Jiang Liu New
[v4,5/8] ARM64/PCI/ACPI: Introduce struct pci_controller for ACPI - - - --- 2015-06-02 Jiang Liu New
[v4,4/8] x86/PCI: Rename struct pci_sysdata as struct pci_controller - - - --- 2015-06-02 Jiang Liu New
[v4,3/8] ia64/PCI: Use common struct resource_entry to replace struct iospace_resource - - - --- 2015-06-02 Jiang Liu New
[v4,2/8] ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridge - - - --- 2015-06-02 Jiang Liu New
[v4,1/8] ACPI/PCI: Enhance ACPI core to support sparse IO space - - - --- 2015-06-02 Jiang Liu New
[v3,35/36] genirq: Pass irq_data to helper function __irq_set_chip_handler_name_locked() - - - --- 2015-06-01 Jiang Liu New
[v3,17/36] ARM64, irq: Use access helper irq_data_get_affinity_mask() - - - --- 2015-06-01 Jiang Liu New
[v3,16/36] ARM, irq: Use access helper irq_data_get_affinity_mask() - - - --- 2015-06-01 Jiang Liu New
[RFC,v1,25/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t - - - --- 2015-05-20 Jiang Liu New
[RFC,v1,23/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t - - - --- 2015-05-20 Jiang Liu New
[RFC,v1,22/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t - - - --- 2015-05-20 Jiang Liu New
[RFC,v1,16/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t - - - --- 2015-05-20 Jiang Liu New
[RFC,v1,15/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t - - - --- 2015-05-20 Jiang Liu New
[RFC,v1,11/25] keystone, irq: Use irq_data_get_xxx() to avoid redundant lookup of irq_data - - - --- 2015-05-20 Jiang Liu New
[RFC,v1,07/25] irqchip: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc - - - --- 2015-05-20 Jiang Liu New
[RFC,v1,05/25] gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc - - - --- 2015-05-20 Jiang Liu New
[RFC,v1,01/25] ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc - - - --- 2015-05-20 Jiang Liu New
[v2,14/14] genirq: Pass irq_data to helper function __irq_set_chip_handler_name_locked() - - - --- 2015-05-20 Jiang Liu New
[v3,7/7] ia64/PCI/ACPI: Use common interface to support PCI host bridge - - - --- 2015-05-14 Jiang Liu New
[v3,6/7] x86/PCI/ACPI: Use common interface to support PCI host bridge - - - --- 2015-05-14 Jiang Liu New
[v3,5/7] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core - - - --- 2015-05-14 Jiang Liu New
[v3,4/7] x86/PCI: Rename struct pci_sysdata as struct pci_controller - - - --- 2015-05-14 Jiang Liu New
[v3,3/7] ia64/PCI: Use common struct resource_entry to replace struct iospace_resource - - - --- 2015-05-14 Jiang Liu New
[v3,2/7] ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridge - - - --- 2015-05-14 Jiang Liu New
[v3,1/7] ACPI/PCI: Enhance ACPI core to support sparse IO space - - - --- 2015-05-14 Jiang Liu New
[RFC,v2,7/7] ia64/PCI/ACPI: Use common interface to support PCI host bridge - - - --- 2015-05-05 Jiang Liu New
[RFC,v2,6/7] x86/PCI/ACPI: Use common interface to support PCI host bridge - - - --- 2015-05-05 Jiang Liu New
[RFC,v2,5/7] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core - - - --- 2015-05-05 Jiang Liu New
[RFC,v2,4/7] x86/PCI: Rename struct pci_sysdata as struct pci_controller - - - --- 2015-05-05 Jiang Liu New
[RFC,v2,3/7] ia64/PCI: Use common struct resource_entry to replace struct iospace_resource - - - --- 2015-05-05 Jiang Liu New
[RFC,v2,2/7] ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridge - - - --- 2015-05-05 Jiang Liu New
[RFC,v2,1/7] ACPI/PCI: Enhance ACPI core to support sparse IO space - - - --- 2015-05-05 Jiang Liu New
[RFC,v1,11/11] genirq: Pass irq_data to helper function __irq_set_chip_handler_name_locked() - - - --- 2015-05-04 Jiang Liu New
[v4,18/23] PCI: Use common resource list management code instead of private implementation - - - --- 2015-02-05 Jiang Liu New
[v2,18/23] PCI: Use common resource list management code instead of private implementation - - - --- 2015-02-02 Jiang Liu New
[v2,18/22] PCI: Use common resource list management code instead of private implementation - - - --- 2015-01-28 Jiang Liu New
[Resend,v4,03/16] smp, ARM64: Kill SMP single function call interrupt - - - --- 2015-01-23 Jiang Liu New
[Resend,v4,02/16] smp, ARM: Kill SMP single function call interrupt - - - --- 2015-01-23 Jiang Liu New
[RFC,18/19] PCI: Use common resource list management code instead of private implementation - - - --- 2015-01-08 Jiang Liu New
[Bugfix] x86/apic: Fix xen IRQ allocation failure caused by commit b81975eade8c - - - --- 2015-01-07 Jiang Liu New
[2/6] PCI/MSI: add hooks to populate the msi_domain field - - - --- 2014-12-09 Jiang Liu New
[Patch irqdomain: Enhance irq_domain_free_irqs_common() to support parentless irqdomain - - - --- 2014-11-21 Jiang Liu New
[V3,9/9] PCI, MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomain - - - --- 2014-11-17 Jiang Liu New
[V3,8/9] PCI, MSI: Refine irqdomain interfaces to simplify its usage - - - --- 2014-11-17 Jiang Liu New
[V3,7/9] genirq: Provide default callbacks for msi_domain_ops - - - --- 2014-11-17 Jiang Liu New
[V3,6/9] genirq: Introduce msi_domain_{alloc|free}_irqs() - - - --- 2014-11-17 Jiang Liu New
[V3,5/9] PCI, MSI: Introduce helpers to hide struct msi_desc implementation details - - - --- 2014-11-17 Jiang Liu New
[V3,4/9] irqdomain: Introduce helper function irq_domain_add_hierarchy() - - - --- 2014-11-17 Jiang Liu New
[V3,3/9] irqdomain: Implement a method to automatically call parent domain's alloc/free - - - --- 2014-11-17 Jiang Liu New
[V3,2/9] irqdomain: Use consistent prototype for irq_domain_free_irqs_* - - - --- 2014-11-17 Jiang Liu New
[V3,1/9] PCI, MSI: Fix errors caused by commit e5f1a59c4e12 - - - --- 2014-11-17 Jiang Liu New
[V2,9/9] PCI, MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomain - - - --- 2014-11-15 Jiang Liu New
[V2,8/9] PCI, MSI: Refine irqdomain interfaces to simplify its usage - - - --- 2014-11-15 Jiang Liu New
[V2,7/9] genirq: Provide default callbacks for msi_domain_ops - - - --- 2014-11-15 Jiang Liu New
[V2,6/9] genirq: Introduce msi_domain_{alloc|free}_irqs() - - - --- 2014-11-15 Jiang Liu New
[V2,5/9] PCI, MSI: Introduce helpers to hide struct msi_desc implementation details - - - --- 2014-11-15 Jiang Liu New
[V2,4/9] irqdomain: Introduce helper function irq_domain_add_hierarchy() - - - --- 2014-11-15 Jiang Liu New
[V2,3/9] irqdomain: Implement a method to automatically call parent domain's alloc/free - - - --- 2014-11-15 Jiang Liu New
[V2,2/9] irqdomain: Use consistent prototype for irq_domain_free_irqs_* - - - --- 2014-11-15 Jiang Liu New
[V2,1/9] PCI, MSI: Fix errors caused by commit e5f1a59c4e12 - - - --- 2014-11-15 Jiang Liu New
[V1,6/6] PCI, MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomain - - - --- 2014-11-13 Jiang Liu New
[V1,5/6] PCI, MSI: Refine irqdomain interfaces to simplify its usage - - - --- 2014-11-13 Jiang Liu New
[V1,4/6] genirq: Provide default callbacks for msi_domain_ops - - - --- 2014-11-13 Jiang Liu New
[V1,3/6] genirq: Introduce msi_irq_domain_{alloc|free}_irqs() - - - --- 2014-11-13 Jiang Liu New
[V1,3/6] genirq: Introduce msi_domain_{alloc|free}_irqs() - - - --- 2014-11-13 Jiang Liu New
« 1 2 3 »