summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* genirq: remove artifacts from sparseirq removalIngo Molnar2008-10-162-2/+1
* genirq: revert dynarrayThomas Gleixner2008-10-164-81/+6
* genirq: remove irq_to_desc_allocThomas Gleixner2008-10-161-5/+0
* genirq: remove sparse irq codeThomas Gleixner2008-10-161-20/+0
* genirq: use inline function for irq_to_descThomas Gleixner2008-10-161-2/+13
* genirq: consolidate nr_irqs and for_each_irq_desc()Thomas Gleixner2008-10-162-14/+12
* genirq: define nr_irqs for architectures with GENERIC_HARDIRQS=nThomas Gleixner2008-10-161-3/+5
* x86: Add sysfs entries for UV v4Russ Anderson2008-10-161-0/+1
* x86: Add UV partition call v4Russ Anderson2008-10-161-3/+19
* x86: Add UV bios call infrastructure v4Russ Anderson2008-10-162-32/+54
* x86: Add UV EFI table entry v4Russ Anderson2008-10-161-0/+4
* x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3Dean Nelson2008-10-161-0/+36
* x86: HPET_MSI Basic HPET_MSI setup codevenkatesh.pallipadi@intel.com2008-10-161-0/+21
* dmar: fix using early fixmap mapping for DMAR table parsingYinghai Lu2008-10-161-1/+0
* x2apic: fix reserved APIC register accesses in print_local_APIC()Yinghai Lu2008-10-161-0/+14
* x86: apic - unify smp_spurious/error_interrupt declarationCyrill Gorcunov2008-10-161-5/+0
* sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu2008-10-162-4/+10
* x86: probe nr_irqs even only mptable is usedYinghai Lu2008-10-162-1/+8
* x86: remove first_free_entry/pin_map_sizeYinghai Lu2008-10-161-3/+0
* x86: irq: interrupt array size should be NR_VECTORSYinghai Lu2008-10-161-1/+1
* pci: change msi-x vector to 32bitYinghai Lu2008-10-161-1/+1
* x86: remove ioapic_forceYinghai Lu2008-10-161-2/+0
* x86, io-apic: remove union about dest for log/phyYinghai Lu2008-10-161-16/+0
* x86: make 32bit support per_cpu vectorYinghai Lu2008-10-1610-31/+30
* x86: remove irqbalance in kernel for 32 bitYinghai Lu2008-10-161-11/+3
* x86: use 28 bits irq NR for pci msi/msix and htYinghai Lu2008-10-161-0/+1
* x86: put irq_2_iommu pointer into irq_descYinghai Lu2008-10-161-0/+4
* irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu2008-10-161-1/+1
* x86_64: rename irq_desc/irq_desc_allocYinghai Lu2008-10-161-1/+1
* generic: add irq_desc in function in parameterYinghai Lu2008-10-161-3/+6
* irq, fs/proc: replace loop with nr_irqs for proc/statYinghai Lu2008-10-161-0/+5
* irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu2008-10-161-0/+7
* irq: add irq_desc_without_newYinghai Lu2008-10-161-0/+13
* x86: move kstat_irqs from kstat to irq_descYinghai Lu2008-10-162-7/+22
* x86: put timer_rand_state pointer into irq_descYinghai Lu2008-10-161-0/+2
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-161-11/+21
* x86: remove nr_irq_vectorsYinghai Lu2008-10-161-9/+0
* x86, irq: get nr_irqs from madtYinghai Lu2008-10-161-0/+1
* irq: make irqs in kernel stat use per_cpu_dyn_arrayYinghai Lu2008-10-161-0/+4
* irq: make irq_desc to use dyn_arrayYinghai Lu2008-10-161-0/+4
* x86: use nr_irqsYinghai Lu2008-10-161-0/+3
* irq: introduce nr_irqsYinghai Lu2008-10-161-0/+2
* x86: alloc dyn_array all togetherYinghai Lu2008-10-161-1/+1
* add per_cpu_dyn_array supportYinghai Lu2008-10-162-3/+30
* generic: add dyn_array supportYinghai Lu2008-10-162-0/+30
* x86: remove irq_vectors_limitsYinghai Lu2008-10-162-28/+0
* Merge branch 'linus' into genirqIngo Molnar2008-10-161008-65402/+14759
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2008-10-143-96/+333
| |\
| | * HID: fix a lockup regression when using force feedback on a PID deviceAnssi Hannula2008-10-141-0/+6
| | * HID: hiddev.h: Fix example code.Antonio Ospite2008-10-141-0/+2