1. 9791af5 h8300: GENERIC_BUG support by Yoshinori Sato · 16 years ago
  2. 81d423e h8300: update timer handler - misc update by Yoshinori Sato · 16 years ago
  3. e0b0f9e h8300: update timer handler - new files by Yoshinori Sato · 16 years ago
  4. 4b6aba5 h8300: update timer handler - delete files by Yoshinori Sato · 16 years ago
  5. 3baf63a m32r: fix build due to notify_cpu_starting() change by Ingo Molnar · 16 years ago
  6. a9b1261 device create: misc: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  7. ae87221d sysfs: crash debugging by Andrew Morton · 17 years ago
  8. 1390da4 Blackfin arch: make sure cycles is marked as volatile so gcc doesnt reorder on us by Mike Frysinger · 16 years ago
  9. ed061b7 Blackfin arch: disable CONFIG_HW_RANDOM and CONFIG_DAB in defconfig files by Mike Frysinger · 16 years ago
  10. 8fb4f8f Blackfin arch: update cache flush prototypes with argument names to make them less mysterious by Mike Frysinger · 16 years ago
  11. 04be80e Blackfin arch: move bfin_addr_dcachable() and friends into the cacheflush header where it belongs by Mike Frysinger · 16 years ago
  12. a92946b Blackfin arch: use the new bfin_addr_dcachable() function by Mike Frysinger · 16 years ago
  13. 9bebeff Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all platforms by Robin Getz · 16 years ago
  14. ded963a Blackfin arch: unify/cleanup cache code by Mike Frysinger · 16 years ago
  15. f515015 Blackfin arch: update AD7879 platform resources in board file by Michael Hennerich · 16 years ago
  16. 10e0298 io_apic: make irq_mis_count available on 64-bit too by Ingo Molnar · 16 years ago
  17. 4b1135a genirq: fix name space collisions of nr_irqs in arch/* by Thomas Gleixner · 16 years ago
  18. 249f6d9 x86: move ack_bad_irq() to irq.c by Thomas Gleixner · 16 years ago
  19. 6b39ba7 x86: unify show_interrupts() and proc helpers by Thomas Gleixner · 16 years ago
  20. c0c168ca x86: cleanup show_interrupts by Thomas Gleixner · 16 years ago
  21. a1aca5d genirq: remove artifacts from sparseirq removal by Ingo Molnar · 16 years ago
  22. d6c88a5 genirq: revert dynarray by Thomas Gleixner · 16 years ago
  23. ee32c97 genirq: remove irq_to_desc_alloc by Thomas Gleixner · 16 years ago
  24. 2cc21ef genirq: remove sparse irq code by Thomas Gleixner · 16 years ago
  25. 3235e93 x86: remove sparse irq from Kconfig by Thomas Gleixner · 16 years ago
  26. 7ef0c30 genirq: define nr_irqs for architectures with GENERIC_HARDIRQS=n by Thomas Gleixner · 16 years ago
  27. 81608f3 x86: apic - unify APIC_DIVISOR by Cyrill Gorcunov · 16 years ago
  28. 4c66a73 x86: sparse_irq: fix typo in debug print out by Yinghai Lu · 16 years ago
  29. fc8c2d7 x86: Add sysfs entries for UV v4 by Russ Anderson · 16 years ago
  30. 922402f x86: Add UV partition call v4 by Russ Anderson · 16 years ago
  31. 7f59423 x86: Add UV bios call infrastructure v4 by Russ Anderson · 16 years ago
  32. a50f70b x86: Add UV EFI table entry v4 by Russ Anderson · 16 years ago
  33. 37762b6 x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3, fix by Ingo Molnar · 16 years ago
  34. 4173a0e x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 by Dean Nelson · 16 years ago
  35. 5f79f2f hpet: clean up warning by Venki Pallipadi · 16 years ago
  36. c81bba4 x86: print out irq nr for msi/ht, v3 by Yinghai Lu · 16 years ago
  37. c1370b4 x86: io-apic - interrupt remapping fix by Cyrill Gorcunov · 16 years ago
  38. 7564676 x86: irq no should not use hex in /proc/interrupts by Yinghai Lu · 16 years ago
  39. 8da077d x86, uv: fix ordering of calls to uv_system_init & uv_cpu_init by Jack Steiner · 16 years ago
  40. 5ffa4eb x86: io-apic - interrupt remapping fix by Cyrill Gorcunov · 16 years ago
  41. 9d98598 sparseirq: remove some debug print out by Yinghai Lu · 16 years ago
  42. 56ffa1a x86: io-apic - do not use KERN_DEBUG marker too much, fix by Cyrill Gorcunov · 16 years ago
  43. b189892 x86: apic - fix unused vars warning in calibrate_APIC_clock by Cyrill Gorcunov · 16 years ago
  44. 08ad776 x86: apic - skip writting ESR register if we dont have on by Cyrill Gorcunov · 16 years ago
  45. 9df08f1 x86: apic - lapic_setup_esr does not handle esr_disable - fix it by Cyrill Gorcunov · 16 years ago
  46. 823b259 x86: print out apic id in hex format by Yinghai Lu · 16 years ago
  47. 87783be x86: io-apic - get rid of __DO_ACTION macro by Cyrill Gorcunov · 16 years ago
  48. ba374c9 x86: fix HPET compiler error when not using CONFIG_PCI_MSI by Steven Noonan · 16 years ago
  49. f0ed4e6 x86: using HPET in MSI mode and setting up per CPU HPET timers, fix by Venki Pallipadi · 16 years ago
  50. 2a554fb x86: io-apic - do not use KERN_DEBUG marker too much by Cyrill Gorcunov · 16 years ago
  51. 79c0969 x86: lapic address print out like io apic addr by Yinghai Lu · 16 years ago
  52. 3c2cbd2 x86: io-apic - code style cleaning for setup_IO_APIC_irqs by Cyrill Gorcunov · 16 years ago
  53. 26afe5f x86: HPET_MSI Initialise per-cpu HPET timers by venkatesh.pallipadi@intel.com · 16 years ago
  54. 4588c1f x86: HPET_MSI Basic HPET_MSI setup code, cleanups by Ingo Molnar · 16 years ago
  55. 58ac1e7 x86: HPET_MSI Basic HPET_MSI setup code by venkatesh.pallipadi@intel.com · 16 years ago
  56. b40d575 x86: HPET_MSI Refactor code in preparation for HPET_MSI by venkatesh.pallipadi@intel.com · 16 years ago
  57. ac54a6c x86: io-apic - declare irq_cfg_lock for SPARSE_IRQ only by Cyrill Gorcunov · 16 years ago
  58. 676f4a9 x86: io-apic - use ARRAY_SIZE macro by Cyrill Gorcunov · 16 years ago
  59. 02c1df1 x86: print out if acpi want physical flat of all by Yinghai Lu · 16 years ago
  60. a11b5ab x2apic: fix reserved APIC register accesses in print_local_APIC() by Yinghai Lu · 16 years ago
  61. c59d85a sparseirq: export nr_irqs on m68k/sparc/s390 by Ingo Molnar · 16 years ago
  62. 1dd6ba2 x86: apic - unify smp_spurious/error_interrupt declaration by Cyrill Gorcunov · 16 years ago
  63. e492c5a x86: let 64 bit to use 32 bit calibrate_apic_clock by Yinghai Lu · 16 years ago
  64. 0f611ff x86: rename apic_32.c and apic_64.c to apic.c by Yinghai Lu · 16 years ago
  65. 6c15822 x86: apic copy apic_64.c to apic_32.c by Yinghai Lu · 16 years ago
  66. 2f04fa8 x86: apic copy calibrate_APIC_clock to each other in apic_32/64.c by Yinghai Lu · 16 years ago
  67. dc1528d x86: apic unify smp_spurious/error_interrupt by Yinghai Lu · 16 years ago
  68. 773763d x86: merge header files in apic_xx.c by Yinghai Lu · 16 years ago
  69. be7a656 x86: copy detect_init_APIC to the other by Yinghai Lu · 16 years ago
  70. fa2bd35 x86: merge APIC_init_uniprocessor by Yinghai Lu · 16 years ago
  71. f28c0ae x86: make apic_32/64.c more like by Yinghai Lu · 16 years ago
  72. 3491998 x86: add hard_smp_prossor_id with MACRO in io_apic_xx.c by Yinghai Lu · 16 years ago
  73. 49899ea x86: use HAVE_X2APIC in apic_64.c by Yinghai Lu · 16 years ago
  74. b3c5117 x86: apic_xx.c order variables by Yinghai Lu · 16 years ago
  75. 6460bc7 x86: apic - unify smp_apic_timer_interrupt by Cyrill Gorcunov · 16 years ago
  76. 457cc52 x86: apic_32.c should use __cpuinit section by Cyrill Gorcunov · 16 years ago
  77. 89c38c2 x86: apic - unify setup_local_APIC by Cyrill Gorcunov · 16 years ago
  78. 80e5609 x86: apic_64.c - add sanity check for spurious vector definition by Cyrill Gorcunov · 16 years ago
  79. 920fa7a x86: apic - unify setup_apicpmtimer by Cyrill Gorcunov · 16 years ago
  80. 7c37e48 x86: apic - introduce get_physical_broadcast for 64bit by Cyrill Gorcunov · 16 years ago
  81. db4b552 x86: apic_64.c - setup_APIC_timer has to be __cpuinit function by Cyrill Gorcunov · 16 years ago
  82. 2699574 x86: VMI, initialize IRQ vector by Alok Kataria · 16 years ago
  83. 052c0bf x86: fix probe_nr_irqs for xen by Yinghai Lu · 16 years ago
  84. a2d332f x86: fix 32-bit ioapic lockup with sparseirqs by Yinghai Lu · 16 years ago
  85. e89eb43 x86: sparse_irq needs spin_lock in allocations by Yinghai Lu · 16 years ago
  86. 0c425ce warning: fix arch x86 kernel io_apic c by Ingo Molnar · 16 years ago
  87. bf9d3cf xen: Fix bug `do_IRQ: cannot handle IRQ -1 vector 0x6 cpu 1' by Alex Nixon · 16 years ago
  88. 9d6a4d0 x86: probe nr_irqs even only mptable is used by Yinghai Lu · 16 years ago
  89. 8f09cd2 x86: make HAVE_SPARSE_IRQ support selectable by Yinghai Lu · 16 years ago
  90. ffd5aae x86: print local APIC of APs one by one by Yinghai Lu · 16 years ago
  91. 29ccbbf x86: remove first_free_entry/pin_map_size by Yinghai Lu · 16 years ago
  92. 3eb2cce x86: unify ack_apic_edge by Yinghai Lu · 16 years ago
  93. 4e738e2 x86: unify mask_IO_APIC_irq by Yinghai Lu · 16 years ago
  94. c691cc8 io_apic: make 32 bit have io_apic resource in /proc/iomem by Yinghai Lu · 16 years ago
  95. 26d347c rename io_apic_64.c and io_apic_32.c to io_apic.c by Yinghai Lu · 16 years ago
  96. 54168ed x86: make io_apic_32.c the same as io_apic_64.c by Ingo Molnar · 16 years ago
  97. 047c8fd x86: make io_apic_64.c and io_apic_32.c the same by Yinghai Lu · 16 years ago
  98. aa45f97 x86: remove ioapic_force by Yinghai Lu · 16 years ago
  99. f876d21 x86: make 64 handle sis_apic_bug like the 32 bit by Yinghai Lu · 16 years ago
  100. d4057bd x86: make headers files the same in io_apic_xx.c by Yinghai Lu · 16 years ago