1. 58ac1e7 x86: HPET_MSI Basic HPET_MSI setup code by venkatesh.pallipadi@intel.com · 16 years ago
  2. b40d575 x86: HPET_MSI Refactor code in preparation for HPET_MSI by venkatesh.pallipadi@intel.com · 16 years ago
  3. 932775a x86: HPET_MSI change IRQ affinity in process context when it is disabled by venkatesh.pallipadi@intel.com · 16 years ago
  4. 1f3addc irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ, v2 by Yinghai Lu · 16 years ago
  5. 2105683 irq: set_irq_chip() has redundant call to irq_to_desc() by Dean Nelson · 16 years ago
  6. e65ef88 irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ by Dean Nelson · 16 years ago
  7. ac54a6c x86: io-apic - declare irq_cfg_lock for SPARSE_IRQ only by Cyrill Gorcunov · 16 years ago
  8. 676f4a9 x86: io-apic - use ARRAY_SIZE macro by Cyrill Gorcunov · 16 years ago
  9. b558cb3 dyn_array: fix typo by Yinghai Lu · 16 years ago
  10. 02c1df1 x86: print out if acpi want physical flat of all by Yinghai Lu · 16 years ago
  11. e8fc96e dyn_array: don't break compiling for !CONFIG_SMP by H. Peter Anvin · 16 years ago
  12. 1c7d1bc dmar: fix dmar_parse_dev() devices_cnt error condition check by Suresh Siddha · 16 years ago
  13. 04e2ea6 dmar: use list_for_each_entry_safe() in dmar_dev_scope_init() by Suresh Siddha · 16 years ago
  14. 74d04bd dmar: initialize the return value in dmar_parse_dev() by Yinghai Lu · 16 years ago
  15. f6dd5c3 dmar: fix using early fixmap mapping for DMAR table parsing by Yinghai Lu · 16 years ago
  16. a11b5ab x2apic: fix reserved APIC register accesses in print_local_APIC() by Yinghai Lu · 16 years ago
  17. c59d85a sparseirq: export nr_irqs on m68k/sparc/s390 by Ingo Molnar · 16 years ago
  18. 1dd6ba2 x86: apic - unify smp_spurious/error_interrupt declaration by Cyrill Gorcunov · 16 years ago
  19. 8c464a4 sparseirq: move kstat_irqs from kstat to irq_desc - fix by Yinghai Lu · 16 years ago
  20. e492c5a x86: let 64 bit to use 32 bit calibrate_apic_clock by Yinghai Lu · 16 years ago
  21. 0f611ff x86: rename apic_32.c and apic_64.c to apic.c by Yinghai Lu · 16 years ago
  22. 6c15822 x86: apic copy apic_64.c to apic_32.c by Yinghai Lu · 16 years ago
  23. 2f04fa8 x86: apic copy calibrate_APIC_clock to each other in apic_32/64.c by Yinghai Lu · 16 years ago
  24. dc1528d x86: apic unify smp_spurious/error_interrupt by Yinghai Lu · 16 years ago
  25. 773763d x86: merge header files in apic_xx.c by Yinghai Lu · 16 years ago
  26. be7a656 x86: copy detect_init_APIC to the other by Yinghai Lu · 16 years ago
  27. fa2bd35 x86: merge APIC_init_uniprocessor by Yinghai Lu · 16 years ago
  28. f28c0ae x86: make apic_32/64.c more like by Yinghai Lu · 16 years ago
  29. 3491998 x86: add hard_smp_prossor_id with MACRO in io_apic_xx.c by Yinghai Lu · 16 years ago
  30. 49899ea x86: use HAVE_X2APIC in apic_64.c by Yinghai Lu · 16 years ago
  31. b3c5117 x86: apic_xx.c order variables by Yinghai Lu · 16 years ago
  32. 6460bc7 x86: apic - unify smp_apic_timer_interrupt by Cyrill Gorcunov · 16 years ago
  33. 457cc52 x86: apic_32.c should use __cpuinit section by Cyrill Gorcunov · 16 years ago
  34. 89c38c2 x86: apic - unify setup_local_APIC by Cyrill Gorcunov · 16 years ago
  35. 80e5609 x86: apic_64.c - add sanity check for spurious vector definition by Cyrill Gorcunov · 16 years ago
  36. 920fa7a x86: apic - unify setup_apicpmtimer by Cyrill Gorcunov · 16 years ago
  37. 7c37e48 x86: apic - introduce get_physical_broadcast for 64bit by Cyrill Gorcunov · 16 years ago
  38. db4b552 x86: apic_64.c - setup_APIC_timer has to be __cpuinit function by Cyrill Gorcunov · 16 years ago
  39. 2699574 x86: VMI, initialize IRQ vector by Alok Kataria · 16 years ago
  40. 052c0bf x86: fix probe_nr_irqs for xen by Yinghai Lu · 16 years ago
  41. a2d332f x86: fix 32-bit ioapic lockup with sparseirqs by Yinghai Lu · 16 years ago
  42. e89eb43 x86: sparse_irq needs spin_lock in allocations by Yinghai Lu · 16 years ago
  43. 7ddfb65 sparseirq: fix intr-remap with dyn_array/nr_irqs changes] by Suresh Siddha · 16 years ago
  44. 0c425ce warning: fix arch x86 kernel io_apic c by Ingo Molnar · 16 years ago
  45. bf9d3cf xen: Fix bug `do_IRQ: cannot handle IRQ -1 vector 0x6 cpu 1' by Alex Nixon · 16 years ago
  46. e7f5ed8 dyn_array: split dyn_array functions from init/main.c by Yinghai Lu · 16 years ago
  47. 2b46b37 xen: fix memory access violation bug when CONFIG_HAVE_SPARSE_IRQ is enabled by Alex Nixon · 16 years ago
  48. 9d6a4d0 x86: probe nr_irqs even only mptable is used by Yinghai Lu · 16 years ago
  49. 8f09cd2 x86: make HAVE_SPARSE_IRQ support selectable by Yinghai Lu · 16 years ago
  50. ffd5aae x86: print local APIC of APs one by one by Yinghai Lu · 16 years ago
  51. 29ccbbf x86: remove first_free_entry/pin_map_size by Yinghai Lu · 16 years ago
  52. 3eb2cce x86: unify ack_apic_edge by Yinghai Lu · 16 years ago
  53. 4e738e2 x86: unify mask_IO_APIC_irq by Yinghai Lu · 16 years ago
  54. bcd5626 x86: irq: interrupt array size should be NR_VECTORS by Yinghai Lu · 16 years ago
  55. 42379b1 pci: change msi-x vector to 32bit by Yinghai Lu · 16 years ago
  56. c691cc8 io_apic: make 32 bit have io_apic resource in /proc/iomem by Yinghai Lu · 16 years ago
  57. 26d347c rename io_apic_64.c and io_apic_32.c to io_apic.c by Yinghai Lu · 16 years ago
  58. 54168ed x86: make io_apic_32.c the same as io_apic_64.c by Ingo Molnar · 16 years ago
  59. 047c8fd x86: make io_apic_64.c and io_apic_32.c the same by Yinghai Lu · 16 years ago
  60. aa45f97 x86: remove ioapic_force by Yinghai Lu · 16 years ago
  61. f876d21 x86: make 64 handle sis_apic_bug like the 32 bit by Yinghai Lu · 16 years ago
  62. d4057bd x86: make headers files the same in io_apic_xx.c by Yinghai Lu · 16 years ago
  63. e955b53 sparseirq: fix lockdep by Ingo Molnar · 16 years ago
  64. efa2559 x86: order variables in io_apic_xx.c by Yinghai Lu · 16 years ago
  65. 8ea5371 x86: ordering functions in io_apic_64.c by Yinghai Lu · 16 years ago
  66. 1d02519 x86: ordering functions in io_apic_32.c by Yinghai Lu · 16 years ago
  67. d83e94a x86, io-apic: remove union about dest for log/phy by Yinghai Lu · 16 years ago
  68. 7a959cf x86: add debug info for 32bit sparse_irq by Yinghai Lu · 16 years ago
  69. 497c9a1 x86: make 32bit support per_cpu vector by Yinghai Lu · 16 years ago
  70. 199751d x86: make 32 bit to use sparse_irq by Yinghai Lu · 16 years ago
  71. 0f978f4 x86: make 32bit to use irq_2_pin in irq_cfg by Yinghai Lu · 16 years ago
  72. da51a82 x86: make 32bit use irq_cfg_alloc, etc by Yinghai Lu · 16 years ago
  73. a1420f3 x86: add irq_cfg for 32bit by Yinghai Lu · 16 years ago
  74. 8b8e8c1 x86: remove irqbalance in kernel for 32 bit by Yinghai Lu · 16 years ago
  75. 6d50bc2 x86: use 28 bits irq NR for pci msi/msix and ht by Yinghai Lu · 16 years ago
  76. e420dfb x86: put irq_2_iommu pointer into irq_desc by Yinghai Lu · 16 years ago
  77. 52b1732 x86_64: make /proc/interrupts work with dyn irq_desc by Yinghai Lu · 16 years ago
  78. a2f9f43 x86_64: separate irq_cfgx from irq_cfgx_free by Yinghai Lu · 16 years ago
  79. 67fb283 irq: separate sparse_irqs from sparse_irqs_free by Yinghai Lu · 16 years ago
  80. cb5bc83 x86_64: rename irq_desc/irq_desc_alloc by Yinghai Lu · 16 years ago
  81. 1d5f6b3 x86: check with without_new in show_interrupts by Yinghai Lu · 16 years ago
  82. 46926b6 generic: add irq_desc in function in parameter by Yinghai Lu · 16 years ago
  83. 7d94f7c irq: remove >= nr_irqs checking with config_have_sparse_irq by Yinghai Lu · 16 years ago
  84. 46b8214 x86, ioapic: replace loop with nr_irqs with for_each_irq_icfg by Yinghai Lu · 16 years ago
  85. c7fb03a irq, fs/proc: replace loop with nr_irqs for proc/stat by Yinghai Lu · 16 years ago
  86. 2c6927a irq: replace loop with nr_irqs with for_each_irq_desc by Yinghai Lu · 16 years ago
  87. 9059d8f irq: add irq_desc_without_new by Yinghai Lu · 16 years ago
  88. 7f95ec9 x86: move kstat_irqs from kstat to irq_desc by Yinghai Lu · 16 years ago
  89. 3060d6f x86: put timer_rand_state pointer into irq_desc by Yinghai Lu · 16 years ago
  90. e5a5371 x86: put irq_2_pin pointer into irq_cfg by Yinghai Lu · 16 years ago
  91. 3ac2de4 x86: add irq_cfg in io_apic_64.c by Yinghai Lu · 16 years ago
  92. 3bf52a4 irq: sparse irqs, fix IRQ auto-probe crash by Ingo Molnar · 16 years ago
  93. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 16 years ago
  94. bfea123 x86: remove nr_irq_vectors by Yinghai Lu · 16 years ago
  95. 71f521b x86, irq: get nr_irqs from madt by Yinghai Lu · 16 years ago
  96. a84488c irq: sparse irqs, fix #3 by Ingo Molnar · 16 years ago
  97. 301e619 x86: use dyn_array in io_apic_xx.c by Yinghai Lu · 16 years ago
  98. d17a55d irq: make irqs in kernel stat use per_cpu_dyn_array by Yinghai Lu · 16 years ago
  99. fa42d10 irq: sparse irqs, export nr_irqs by Ingo Molnar · 16 years ago
  100. d60458b irq: make irq_desc to use dyn_array by Yinghai Lu · 16 years ago