LinuxLists
Users
About
Qais Yousef (
[email protected]
)
Number of posts: 156 (0.22 per day)
First post: 2014-01-08 16:22:10
Last post: 2015-12-11 10:48:04
Previous Page
/
Next Page
Date
List
Subject
2015-11-30 13:57:39
linux-kernel
Re: [PATCH v2 04/19] genirq: Add new struct ipi_mask and helper functions
2015-11-30 11:59:19
linux-kernel
Re: [PATCH v2 09/19] genirq: Add a new function to get IPI reverse mapping
2015-11-30 11:48:06
linux-kernel
Re: [PATCH v2 04/19] genirq: Add new struct ipi_mask and helper functions
2015-11-30 10:53:52
linux-kernel
Re: [PATCH v2 09/19] genirq: Add a new function to get IPI reverse mapping
2015-11-27 11:46:43
linux-kernel
Re: [PATCH v2 09/19] genirq: Add a new function to get IPI reverse mapping
2015-11-25 12:15:14
linux-kernel
[PATCH v2 05/19] genirq: Add struct ipi_mask to irq_data
2015-11-25 12:14:27
linux-kernel
[PATCH v2 08/19] genirq: Add a new generic IPI reservation code to irq core
2015-11-25 12:13:58
linux-kernel
[PATCH v2 10/19] genirq: Add a new irq_send_ipi() to irq_chip
2015-11-25 12:12:38
linux-kernel
[PATCH v2 12/19] irqchip/mips-gic: Add a IPI hierarchy domain
2015-11-25 12:12:15
linux-kernel
[PATCH v2 13/19] irqchip/mips-gic: Add device hierarchy domain
2015-11-25 12:10:59
linux-kernel
[PATCH v2 15/19] irqchip/mips-gic: Clear percpu_masks correctly when mapping
2015-11-25 12:10:08
linux-kernel
[PATCH v2 17/19] MIPS: Make smp CMP, CPS and MT use the new generic IPI functions
2015-11-25 12:08:30
linux-kernel
[PATCH v2 19/19] irqchip/mips-gic: Add new DT property to reserve IPIs
2015-11-25 12:08:21
linux-kernel
[PATCH v2 18/19] MIPS: Delete smp-gic.c
2015-11-25 12:08:17
linux-kernel
[PATCH v2 16/19] MIPS: Add generic SMP IPI support
2015-11-25 12:08:13
linux-kernel
[PATCH v2 14/19] irqchip/mips-gic: Use gic_vpes instead of NR_CPUS
2015-11-25 12:08:10
linux-kernel
[PATCH v2 11/19] genirq: Implement ipi_send_{mask, single}()
2015-11-25 12:08:06
linux-kernel
[PATCH v2 09/19] genirq: Add a new function to get IPI reverse mapping
2015-11-25 12:08:04
linux-kernel
[PATCH v2 07/19] genirq: Make irq_domain_alloc_descs() non static
2015-11-25 12:08:00
linux-kernel
[PATCH v2 06/19] genirq: Add struct ipi_mapping and its helper functions
2015-11-25 12:07:57
linux-kernel
[PATCH v2 04/19] genirq: Add new struct ipi_mask and helper functions
2015-11-25 12:07:54
linux-kernel
[PATCH v2 03/19] genirq: Add GENERIC_IRQ_IPI Kconfig symbol
2015-11-25 12:07:50
linux-kernel
[PATCH v2 02/19] genirq: Add DOMAIN_BUS_IPI
2015-11-25 12:07:43
linux-kernel
[PATCH v2 01/19] genirq: Add new IRQ_DOMAIN_FLAGS_IPI
2015-11-25 12:07:30
linux-kernel
[PATCH v2 00/19] Implement generic IPI support mechanism
2015-11-23 16:55:35
linux-kernel
Re: [PATCH 10/14] irqchip/mips-gic: Add a IPI hierarchy domaind
2015-11-20 10:48:26
linux-kernel
Re: [PATCH 10/14] irqchip/mips-gic: Add a IPI hierarchy domain
2015-11-17 10:30:53
linux-kernel
Re: [PATCH 10/14] irqchip/mips-gic: Add a IPI hierarchy domain
2015-11-17 10:24:41
linux-kernel
Re: [PATCH 10/14] irqchip/mips-gic: Add a IPI hierarchy domain
2015-11-17 10:08:34
linux-kernel
Re: [PATCH 10/14] irqchip/mips-gic: Add a IPI hierarchy domain
2015-11-12 15:12:42
linux-kernel
Re: [PATCH 10/14] irqchip/mips-gic: Add a IPI hierarchy domain
2015-11-09 11:10:59
linux-kernel
Re: [PATCH 10/14] irqchip/mips-gic: Add a IPI hierarchy domain
2015-11-09 10:12:11
linux-kernel
Re: [PATCH 07/14] genirq: Add a new generic IPI reservation code to irq core
2015-11-09 10:05:46
linux-kernel
Re: [PATCH 06/14] genirq: Add struct ipi_mapping and its helper functions
2015-11-03 11:17:41
linux-kernel
[PATCH 02/14] genirq: Add DOMAIN_BUS_IPI
2015-11-03 11:16:56
linux-kernel
[PATCH 03/14] genirq: Add GENERIC_IRQ_IPI Kconfig symbol
2015-11-03 11:16:41
linux-kernel
[PATCH 05/14] genirq: Add struct ipi_mask to irq_data
2015-11-03 11:16:25
linux-kernel
[PATCH 06/14] genirq: Add struct ipi_mapping and its helper functions
2015-11-03 11:15:05
linux-kernel
[PATCH 10/14] irqchip/mips-gic: Add a IPI hierarchy domain
2015-11-03 11:15:01
linux-kernel
[PATCH 11/14] MIPS: Add generic SMP IPI support
2015-11-03 11:14:43
linux-kernel
[PATCH 12/14] MIPS: Make smp CMP, CPS and MT use the new generic IPI functions
2015-11-03 11:14:20
linux-kernel
[PATCH 13/14] MIPS: Delete smp-gic.c
2015-11-03 11:13:54
linux-kernel
[PATCH 14/14] Docs: IRQ: Add new IRQ-ipi.txt
2015-11-03 11:13:49
linux-kernel
[PATCH 09/14] genirq: Implement irq_send_ipi() to be used by drivers
2015-11-03 11:13:45
linux-kernel
[PATCH 07/14] genirq: Add a new generic IPI reservation code to irq core
2015-11-03 11:13:43
linux-kernel
[PATCH 08/14] genirq: Add a new irq_send_ipi() to irq_chip
2015-11-03 11:13:40
linux-kernel
[PATCH 04/14] genirq: Add new struct ipi_mask and helper functions
2015-11-03 11:13:39
linux-kernel
[PATCH 00/14] Implement generic IPI support mechanism
2015-11-03 11:13:35
linux-kernel
[PATCH 01/14] genirq: Add new IRQ_DOMAIN_FLAGS_IPI
2015-08-28 15:12:19
linux-kernel
Re: [PATCH 01/10] irqchip: irq-mips-gic: export gic_send_ipi
2015-08-28 10:38:40
linux-kernel
Re: [PATCH 01/10] irqchip: irq-mips-gic: export gic_send_ipi