[PATCH 00/33] dyn_array and nr_irqs support v4

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Ingo Molnar <mingo@...>, Thomas Gleixner <tglx@...>, H. Peter Anvin <hpa@...>, Eric W. Biederman <ebiederm@...>, Dhaval Giani <dhaval@...>, Mike Travis <travis@...>, Andrew Morton <akpm@...>
Cc: <linux-kernel@...>, Yinghai Lu <yhlu.kernel@...>
Date: Wednesday, August 6, 2008 - 4:38 am

Please check dyn_array support for x86
v3: split changing to nr_irqs to small patches
    fix checkpatch error
    reorder the patch sequence to make dyn_array support go at first
        so could use that with arrays other than NR_IRQS
v4: add CONFIG_HAVE_SPARSE_IRQ with list to use condensed irq_desc array
    so could use 32 init, and init more if needed.

now: x86 32bit: have CONFIG_HAVE_DYN_ARRAY
     x86 64bit: have CONFIG_HAVE_DYN_ARRAY and CONFIG_HAVE_SPARSE_IRQ

left:
a. hook irq_2_iommu to irq_desc ?
b. expand /proc/interrupts to process > nr_irqs
c. expand to use irq > nr_irqs for msi

notes: may break some arch compling...

Thanks

Yinghai Lu
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/33] dyn_array and nr_irqs support v4, Yinghai Lu, (Wed Aug 6, 4:38 am)
Re: [PATCH 00/33] dyn_array and nr_irqs support v4, Eric W. Biederman, (Wed Aug 6, 1:37 pm)
Re: [PATCH 00/33] dyn_array and nr_irqs support v4, Yinghai Lu, (Wed Aug 6, 2:29 pm)
Re: [PATCH 00/33] dyn_array and nr_irqs support v4, Eric W. Biederman, (Wed Aug 6, 4:35 pm)
Re: [PATCH 00/33] dyn_array and nr_irqs support v4, Eric W. Biederman, (Wed Aug 6, 9:02 pm)
Re: [PATCH 00/33] dyn_array and nr_irqs support v4, Yinghai Lu, (Thu Aug 7, 6:51 am)
Re: [PATCH 00/33] dyn_array and nr_irqs support v4, H. Peter Anvin, (Thu Aug 7, 2:12 pm)
Re: [PATCH 00/33] dyn_array and nr_irqs support v4, Yinghai Lu, (Wed Aug 6, 4:57 pm)
Re: [PATCH 00/33] dyn_array and nr_irqs support v4, Yinghai Lu, (Wed Aug 6, 2:50 pm)
Re: [PATCH 00/33] dyn_array and nr_irqs support v4, Eric W. Biederman, (Wed Aug 6, 4:32 pm)
Re: [PATCH 00/33] dyn_array and nr_irqs support v4, Yinghai Lu, (Wed Aug 6, 4:52 pm)
[PATCH 01/33] x86: add after_bootmem for 32bit, Yinghai Lu, (Wed Aug 6, 4:38 am)
[PATCH 02/33] x86: remove irq_vectors_limits, Yinghai Lu, (Wed Aug 6, 4:38 am)