* [git pull] ioapic-cleanups-for-v3.9
@ 2013-01-25 10:00 Joerg Roedel
[not found] ` <20130125100040.GA13908-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Joerg Roedel @ 2013-01-25 10:00 UTC (permalink / raw)
To: Ingo Molnar
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, Sebastian Andrzej Siewior,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA
[-- Attachment #1.1: Type: text/plain, Size: 3314 bytes --]
Hi Ingo,
The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619:
Linux 3.8-rc4 (2013-01-17 19:25:45 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/ioapic-cleanups-for-v3.9
for you to fetch changes up to 91b7344672ed72355624415e036f117782c5809c:
x86, irq: Move irq_remapped out of x86 core code (2013-01-24 18:29:33 +0100)
----------------------------------------------------------------
Cleanup X86 IOAPIC code from interrupt remapping details
These patches move all interrupt remapping specific checks out of the
x86 core code and replaces the respective call-sites with function
pointers. As a result the interrupt remapping code is better abstraced
from x86 core interrupt handling code.
The code was rebased to v3.8-rc4 and tested on systems with AMD-Vi and
Intel VT-d (both capable of interrupt remapping). The systems were
tested with IOMMU enabled and with IOMMU disabled. No issues were found.
----------------------------------------------------------------
Joerg Roedel (19):
x86, apic: Move irq_remapping_enabled checks into IRQ-remapping code
x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resume
x86, io_apic: Introduce x86_io_apic_ops.disable()
x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging
x86, hpet: Introduce x86_msi_ops.setup_hpet_msi
x86, msi: Use IRQ remapping specific setup_msi_irqs routine
x86, io_apic: Introduce set_affinity function pointer
x86, io_apic: Convert setup_ioapic_entry to function pointer
x86, io_apic: Move irq_remapping_enabled checks out of check_timer()
x86, io_apic: Remove irq_remapping_enabled check in setup_timer_IRQ0_pin
x86, irq: Move irq_remapping_enabled declaration to iommu code
x86, irq: Add data structure to keep AMD specific irq remapping information
x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core
x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq()
x86, irq: Move irq_remapped() check into free_remapped_irq
x86, irq: Introduce setup_remapped_irq()
x86, msi: Introduce x86_msi.compose_msi_msg call-back
x86, io_apic: Introduce eoi_ioapic_pin call-back
x86, irq: Move irq_remapped out of x86 core code
arch/x86/include/asm/hpet.h | 5 +-
arch/x86/include/asm/hw_irq.h | 13 +-
arch/x86/include/asm/io_apic.h | 28 +++
arch/x86/include/asm/irq_remapping.h | 40 ++--
arch/x86/include/asm/pci.h | 2 +
arch/x86/include/asm/x86_init.h | 27 ++-
arch/x86/kernel/apic/apic.c | 28 ++-
arch/x86/kernel/apic/io_apic.c | 370 +++++++++++++---------------------
arch/x86/kernel/hpet.c | 2 +-
arch/x86/kernel/x86_init.c | 24 ++-
drivers/iommu/amd_iommu.c | 8 +-
drivers/iommu/dmar.c | 2 +
drivers/iommu/intel-iommu.c | 2 +
drivers/iommu/intel_irq_remapping.c | 12 ++
drivers/iommu/irq_remapping.c | 176 +++++++++++++++-
drivers/iommu/irq_remapping.h | 1 +
16 files changed, 439 insertions(+), 301 deletions(-)
Please pull.
Thanks,
Joerg
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [git pull] ioapic-cleanups-for-v3.9
[not found] ` <20130125100040.GA13908-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
@ 2013-01-25 10:49 ` Ingo Molnar
[not found] ` <20130125104915.GB23332-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2013-01-25 10:49 UTC (permalink / raw)
To: Joerg Roedel
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, Sebastian Andrzej Siewior,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA
* Joerg Roedel <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org> wrote:
> Hi Ingo,
>
> The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619:
>
> Linux 3.8-rc4 (2013-01-17 19:25:45 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/ioapic-cleanups-for-v3.9
Hm, there are some not so trivial looking conflicts in
io_apic.c, due to the MSI patches I applied yesterday:
5ca72c4f7c41 AHCI: Support multiple MSIs
08261d87f7d1 PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto()
51906e779f2b x86/MSI: Support multiple MSIs in presense of IRQ remapping
Could you please resolve them and resend?
Thanks,
Ingo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [git pull] ioapic-cleanups-for-v3.9
[not found] ` <20130125104915.GB23332-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-01-25 11:31 ` Joerg Roedel
2013-01-28 15:58 ` Joerg Roedel
1 sibling, 0 replies; 5+ messages in thread
From: Joerg Roedel @ 2013-01-25 11:31 UTC (permalink / raw)
To: Ingo Molnar
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, Sebastian Andrzej Siewior,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA
On Fri, Jan 25, 2013 at 11:49:15AM +0100, Ingo Molnar wrote:
> Hm, there are some not so trivial looking conflicts in
> io_apic.c, due to the MSI patches I applied yesterday:
>
> 5ca72c4f7c41 AHCI: Support multiple MSIs
> 08261d87f7d1 PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto()
> 51906e779f2b x86/MSI: Support multiple MSIs in presense of IRQ remapping
>
> Could you please resolve them and resend?
Will do. I rebase to tip/x86/apic and test again.
Joerg
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [git pull] ioapic-cleanups-for-v3.9
[not found] ` <20130125104915.GB23332-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-01-25 11:31 ` Joerg Roedel
@ 2013-01-28 15:58 ` Joerg Roedel
[not found] ` <20130128155757.GA3643-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
1 sibling, 1 reply; 5+ messages in thread
From: Joerg Roedel @ 2013-01-28 15:58 UTC (permalink / raw)
To: Ingo Molnar
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, Sebastian Andrzej Siewior,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA
[-- Attachment #1.1: Type: text/plain, Size: 3884 bytes --]
Hi Ingo,
On Fri, Jan 25, 2013 at 11:49:15AM +0100, Ingo Molnar wrote:
> Hm, there are some not so trivial looking conflicts in
> io_apic.c, due to the MSI patches I applied yesterday:
>
> 5ca72c4f7c41 AHCI: Support multiple MSIs
> 08261d87f7d1 PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto()
> 51906e779f2b x86/MSI: Support multiple MSIs in presense of IRQ remapping
>
> Could you please resolve them and resend?
Okay, I resolved the conflicts and tested the result again. Here it is:
The following changes since commit 5ca72c4f7c412c2002363218901eba5516c476b1:
AHCI: Support multiple MSIs (2013-01-24 17:25:13 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/ioapic-cleanups-for-tip
for you to fetch changes up to a1bb20c232d066de0762f8e7cf332e5ce8385210:
x86, irq: Move irq_remapped out of x86 core code (2013-01-28 12:51:52 +0100)
----------------------------------------------------------------
Cleanup X86 IOAPIC code from interrupt remapping details
These patches move all interrupt remapping specific checks out of the
x86 core code and replaces the respective call-sites with function
pointers. As a result the interrupt remapping code is better abstraced
from x86 core interrupt handling code.
The code was rebased to v3.8-rc4 and tested on systems with AMD-Vi and
Intel VT-d (both capable of interrupt remapping). The systems were
tested with IOMMU enabled and with IOMMU disabled. No issues were found.
----------------------------------------------------------------
Joerg Roedel (19):
x86, apic: Move irq_remapping_enabled checks into IRQ-remapping code
x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resume
x86, io_apic: Introduce x86_io_apic_ops.disable()
x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging
x86, hpet: Introduce x86_msi_ops.setup_hpet_msi
x86, msi: Use IRQ remapping specific setup_msi_irqs routine
x86, io_apic: Introduce set_affinity function pointer
x86, io_apic: Convert setup_ioapic_entry to function pointer
x86, io_apic: Move irq_remapping_enabled checks out of check_timer()
x86, io_apic: Remove irq_remapping_enabled check in setup_timer_IRQ0_pin
x86, irq: Move irq_remapping_enabled declaration to iommu code
x86, irq: Add data structure to keep AMD specific irq remapping information
x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core
x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq()
x86, irq: Move irq_remapped() check into free_remapped_irq
x86, irq: Introduce setup_remapped_irq()
x86, msi: Introduce x86_msi.compose_msi_msg call-back
x86, io_apic: Introduce eoi_ioapic_pin call-back
x86, irq: Move irq_remapped out of x86 core code
arch/x86/include/asm/hpet.h | 5 +-
arch/x86/include/asm/hw_irq.h | 13 +-
arch/x86/include/asm/io_apic.h | 28 +++
arch/x86/include/asm/irq_remapping.h | 40 ++-
arch/x86/include/asm/pci.h | 3 +
arch/x86/include/asm/x86_init.h | 27 +-
arch/x86/kernel/apic/apic.c | 28 +--
arch/x86/kernel/apic/io_apic.c | 446 +++++++++++-----------------------
arch/x86/kernel/hpet.c | 2 +-
arch/x86/kernel/x86_init.c | 24 +-
drivers/iommu/amd_iommu.c | 8 +-
drivers/iommu/dmar.c | 2 +
drivers/iommu/intel-iommu.c | 2 +
drivers/iommu/intel_irq_remapping.c | 12 +
drivers/iommu/irq_remapping.c | 231 +++++++++++++++++-
drivers/iommu/irq_remapping.h | 1 +
include/linux/irq.h | 3 +
17 files changed, 504 insertions(+), 371 deletions(-)
Please pull.
Thanks,
Joerg
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [git pull] ioapic-cleanups-for-v3.9
[not found] ` <20130128155757.GA3643-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
@ 2013-01-29 9:07 ` Ingo Molnar
0 siblings, 0 replies; 5+ messages in thread
From: Ingo Molnar @ 2013-01-29 9:07 UTC (permalink / raw)
To: Joerg Roedel
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, Sebastian Andrzej Siewior,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA
* Joerg Roedel <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org> wrote:
> Hi Ingo,
>
> On Fri, Jan 25, 2013 at 11:49:15AM +0100, Ingo Molnar wrote:
> > Hm, there are some not so trivial looking conflicts in
> > io_apic.c, due to the MSI patches I applied yesterday:
> >
> > 5ca72c4f7c41 AHCI: Support multiple MSIs
> > 08261d87f7d1 PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto()
> > 51906e779f2b x86/MSI: Support multiple MSIs in presense of IRQ remapping
> >
> > Could you please resolve them and resend?
>
> Okay, I resolved the conflicts and tested the result again. Here it is:
>
> The following changes since commit 5ca72c4f7c412c2002363218901eba5516c476b1:
>
> AHCI: Support multiple MSIs (2013-01-24 17:25:13 +0100)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/ioapic-cleanups-for-tip
>
> for you to fetch changes up to a1bb20c232d066de0762f8e7cf332e5ce8385210:
>
> x86, irq: Move irq_remapped out of x86 core code (2013-01-28 12:51:52 +0100)
>
> ----------------------------------------------------------------
> Cleanup X86 IOAPIC code from interrupt remapping details
>
> These patches move all interrupt remapping specific checks out of the
> x86 core code and replaces the respective call-sites with function
> pointers. As a result the interrupt remapping code is better abstraced
> from x86 core interrupt handling code.
>
> The code was rebased to v3.8-rc4 and tested on systems with AMD-Vi and
> Intel VT-d (both capable of interrupt remapping). The systems were
> tested with IOMMU enabled and with IOMMU disabled. No issues were found.
>
> ----------------------------------------------------------------
> Joerg Roedel (19):
> x86, apic: Move irq_remapping_enabled checks into IRQ-remapping code
> x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resume
> x86, io_apic: Introduce x86_io_apic_ops.disable()
> x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging
> x86, hpet: Introduce x86_msi_ops.setup_hpet_msi
> x86, msi: Use IRQ remapping specific setup_msi_irqs routine
> x86, io_apic: Introduce set_affinity function pointer
> x86, io_apic: Convert setup_ioapic_entry to function pointer
> x86, io_apic: Move irq_remapping_enabled checks out of check_timer()
> x86, io_apic: Remove irq_remapping_enabled check in setup_timer_IRQ0_pin
> x86, irq: Move irq_remapping_enabled declaration to iommu code
> x86, irq: Add data structure to keep AMD specific irq remapping information
> x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core
> x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq()
> x86, irq: Move irq_remapped() check into free_remapped_irq
> x86, irq: Introduce setup_remapped_irq()
> x86, msi: Introduce x86_msi.compose_msi_msg call-back
> x86, io_apic: Introduce eoi_ioapic_pin call-back
> x86, irq: Move irq_remapped out of x86 core code
>
> arch/x86/include/asm/hpet.h | 5 +-
> arch/x86/include/asm/hw_irq.h | 13 +-
> arch/x86/include/asm/io_apic.h | 28 +++
> arch/x86/include/asm/irq_remapping.h | 40 ++-
> arch/x86/include/asm/pci.h | 3 +
> arch/x86/include/asm/x86_init.h | 27 +-
> arch/x86/kernel/apic/apic.c | 28 +--
> arch/x86/kernel/apic/io_apic.c | 446 +++++++++++-----------------------
> arch/x86/kernel/hpet.c | 2 +-
> arch/x86/kernel/x86_init.c | 24 +-
> drivers/iommu/amd_iommu.c | 8 +-
> drivers/iommu/dmar.c | 2 +
> drivers/iommu/intel-iommu.c | 2 +
> drivers/iommu/intel_irq_remapping.c | 12 +
> drivers/iommu/irq_remapping.c | 231 +++++++++++++++++-
> drivers/iommu/irq_remapping.h | 1 +
> include/linux/irq.h | 3 +
> 17 files changed, 504 insertions(+), 371 deletions(-)
>
> Please pull.
Pulled, thanks Joerg!
Ingo
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-01-29 9:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25 10:00 [git pull] ioapic-cleanups-for-v3.9 Joerg Roedel
[not found] ` <20130125100040.GA13908-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2013-01-25 10:49 ` Ingo Molnar
[not found] ` <20130125104915.GB23332-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-01-25 11:31 ` Joerg Roedel
2013-01-28 15:58 ` Joerg Roedel
[not found] ` <20130128155757.GA3643-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2013-01-29 9:07 ` Ingo Molnar
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).