1. b2b815d x86: put trigger in to detect mismatched apic versions by Mike Travis · 17 years ago
  2. 4a13ad0 x86: avoid early crash in disable_local_APIC() by Jan Beulich · 17 years ago
  3. 2bc1379 x86: fix apic.c build error on latest git by Jaswinder Singh Rajput · 17 years ago
  4. 0936912 Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x86/urgent by Ingo Molnar · 17 years ago
  5. e423e33 x86: apic.c fix style problems by Jaswinder Singh Rajput · 17 years ago
  6. 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  7. 9628937 x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids by Mike Travis · 17 years ago
  8. 7eb1955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumask by Mike Travis · 17 years ago
  9. 923a789 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 17 years ago
  10. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  11. ec8c842 x86: apic.c: xapic_icr_read and x2apic_icr_read should be static by Jaswinder Singh Rajput · 17 years ago
  12. 33edcf1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 17 years ago
  13. 75329f1 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 17 years ago
  14. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  15. b6b301a x86: apic.c x2apic_preenabled and disable_x2apic should be static by Jaswinder Singh · 17 years ago
  16. b77b881 x86: fix lguest used_vectors breakage, -v2 by Yinghai Lu · 17 years ago
  17. bed4f13 Merge branch 'x86/irq' into x86/core by Ingo Molnar · 17 years ago
  18. fa623d1 Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core by Ingo Molnar · 17 years ago
  19. bf8bd66 Merge branch 'x86/apic' into x86/irq by Ingo Molnar · 17 years ago
  20. 1ccedb7c Merge commit 'v2.6.28-rc9' into x86/apic by Ingo Molnar · 17 years ago
  21. 3b11ce7 x86: use possible_cpus=NUM to extend the possible cpus allowed by Mike Travis · 17 years ago
  22. 9a3d8f7 Merge branch 'x86/apic' into cpus4096 by Ingo Molnar · 17 years ago
  23. 1de88cd x86: Use cpumask accessors code for possible/present maps. by Mike Travis · 17 years ago
  24. 168ef54 x86: prepare for cpumask iterators to only go to nr_cpu_ids by Mike Travis · 17 years ago
  25. e798673 x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers by Mike Travis · 17 years ago
  26. 320ab2b cpumask: convert struct clock_event_device to cpumask pointers. by Rusty Russell · 17 years ago
  27. 915b0d0 x86: hardirq: introduce inc_irq_stat() by Hiroshi Shimamoto · 17 years ago
  28. 8f2466f x86: kill #ifdef for exit_idle() by Hiroshi Shimamoto · 17 years ago
  29. bcbc4f2 tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interrupt by Frederic Weisbecker · 17 years ago
  30. 2236d25 enable_IR_x2apic() needs to be __init by Al Viro · 17 years ago
  31. a98f8fd x86: apic reset counter on shutdown by Thomas Gleixner · 17 years ago
  32. ba21ebb x86: apic - use pr_ macros for logging by Cyrill Gorcunov · 17 years ago
  33. 4e03043 x86: apic - calibrate_APIC_clock remove redundant irq-enable-disable by Cyrill Gorcunov · 17 years ago
  34. 81608f3 x86: apic - unify APIC_DIVISOR by Cyrill Gorcunov · 17 years ago
  35. 5ffa4eb x86: io-apic - interrupt remapping fix by Cyrill Gorcunov · 17 years ago
  36. b189892 x86: apic - fix unused vars warning in calibrate_APIC_clock by Cyrill Gorcunov · 17 years ago
  37. 08ad776 x86: apic - skip writting ESR register if we dont have on by Cyrill Gorcunov · 17 years ago
  38. 9df08f1 x86: apic - lapic_setup_esr does not handle esr_disable - fix it by Cyrill Gorcunov · 17 years ago
  39. 823b259 x86: print out apic id in hex format by Yinghai Lu · 17 years ago
  40. 79c0969 x86: lapic address print out like io apic addr by Yinghai Lu · 17 years ago
  41. 1dd6ba2 x86: apic - unify smp_spurious/error_interrupt declaration by Cyrill Gorcunov · 17 years ago
  42. e492c5a x86: let 64 bit to use 32 bit calibrate_apic_clock by Yinghai Lu · 17 years ago
  43. 0f611ff x86: rename apic_32.c and apic_64.c to apic.c by Yinghai Lu · 17 years ago[Renamed from arch/x86/kernel/apic_64.c]
  44. 2f04fa8 x86: apic copy calibrate_APIC_clock to each other in apic_32/64.c by Yinghai Lu · 17 years ago
  45. dc1528d x86: apic unify smp_spurious/error_interrupt by Yinghai Lu · 17 years ago
  46. 773763d x86: merge header files in apic_xx.c by Yinghai Lu · 17 years ago
  47. be7a656 x86: copy detect_init_APIC to the other by Yinghai Lu · 17 years ago
  48. fa2bd35 x86: merge APIC_init_uniprocessor by Yinghai Lu · 17 years ago
  49. f28c0ae x86: make apic_32/64.c more like by Yinghai Lu · 17 years ago
  50. 3491998 x86: add hard_smp_prossor_id with MACRO in io_apic_xx.c by Yinghai Lu · 17 years ago
  51. 49899ea x86: use HAVE_X2APIC in apic_64.c by Yinghai Lu · 17 years ago
  52. b3c5117 x86: apic_xx.c order variables by Yinghai Lu · 17 years ago
  53. 6460bc7 x86: apic - unify smp_apic_timer_interrupt by Cyrill Gorcunov · 17 years ago
  54. 89c38c2 x86: apic - unify setup_local_APIC by Cyrill Gorcunov · 17 years ago
  55. 80e5609 x86: apic_64.c - add sanity check for spurious vector definition by Cyrill Gorcunov · 17 years ago
  56. 920fa7a x86: apic - unify setup_apicpmtimer by Cyrill Gorcunov · 17 years ago
  57. 7c37e48 x86: apic - introduce get_physical_broadcast for 64bit by Cyrill Gorcunov · 17 years ago
  58. db4b552 x86: apic_64.c - setup_APIC_timer has to be __cpuinit function by Cyrill Gorcunov · 17 years ago
  59. aa45f97 x86: remove ioapic_force by Yinghai Lu · 17 years ago
  60. efa2559 x86: order variables in io_apic_xx.c by Yinghai Lu · 17 years ago
  61. accba5f Merge branch 'linus' into oprofile-v2 by Ingo Molnar · 17 years ago
  62. d847059 Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B by Ingo Molnar · 17 years ago
  63. 1b4ee4e x86: apic - compilation warnings fix by Cyrill Gorcunov · 17 years ago
  64. 789fa73 x86: apic - unify disableapic and nolapic setup handlers by Cyrill Gorcunov · 17 years ago
  65. 79af9be x86: apic - unify apic_set_verbosity by Cyrill Gorcunov · 17 years ago
  66. 0b23e8c x86: apic - unify local_apic_timer_interrupt by Cyrill Gorcunov · 17 years ago
  67. fa6b95f x86: apic - unify end_local_APIC_setup by Cyrill Gorcunov · 17 years ago
  68. 1b313f4 x86: apic - generic_processor_info by Cyrill Gorcunov · 17 years ago
  69. c177b0b x86: apic - unify disconnect_bsp_APIC by Cyrill Gorcunov · 17 years ago
  70. c40aaec x86: apic - unify __setup_APIC_LVTT by Cyrill Gorcunov · 17 years ago
  71. c43da2f x86: apic - unify lapic_setup_esr by Cyrill Gorcunov · 17 years ago
  72. 36c9d67 x86: apic - unify connect_bsp_APIC by Cyrill Gorcunov · 17 years ago
  73. fe4024d x86: apic - unify lapic_shutdown by Cyrill Gorcunov · 17 years ago
  74. 990b183 x86: apic - unify disable_local_APIC by Cyrill Gorcunov · 17 years ago
  75. b6c8051 x86: apic - rearrange maxcpu definition by Cyrill Gorcunov · 17 years ago
  76. d5e629a x86: apic - unify lapic_resume - fix by Yinghai Lu · 17 years ago
  77. cf9768d7 x86: apic - unify xapic_icr_read by Cyrill Gorcunov · 17 years ago
  78. 9c80386 x86: apic - unify lapic_is_integrated by Cyrill Gorcunov · 17 years ago
  79. 274cfe5 x86: apic - rearrange functions and comments by Cyrill Gorcunov · 17 years ago
  80. 24968cf x86: apic - unify lapic_suspend by Cyrill Gorcunov · 17 years ago
  81. 92206c9 x86: apic - unify lapic_resume by Cyrill Gorcunov · 17 years ago
  82. 6764014 x86: apic - unify clear_local_APIC by Cyrill Gorcunov · 17 years ago
  83. 638c041 x86: apic - unify init_bsp_APIC by Cyrill Gorcunov · 17 years ago
  84. 6f6da97 x86: apic - sync_Arb_IDs style fixup by Cyrill Gorcunov · 17 years ago
  85. 296cb95 x86: apic - unify sync_Arb_IDs by Cyrill Gorcunov · 17 years ago
  86. f07f4f9 x86: apic - unify __setup_APIC_LVTT by Cyrill Gorcunov · 17 years ago
  87. 36fef09 x86: apic - unify disable_apic_timer by Cyrill Gorcunov · 17 years ago
  88. ed4e5ec x86: apic - use SET_APIC_DEST_FIELD instead of hardcoded shift by Cyrill Gorcunov · 17 years ago
  89. 881b374 Merge branch 'x86/apic' into x86/core by Ingo Molnar · 17 years ago
  90. 23b49c19 x86: resurrect proper handling of maxcpus= kernel option (v2) by Max Krasnyansky · 17 years ago
  91. 6aa360e x86: apic: changing export symbols to *_GPL by Robert Richter · 17 years ago
  92. 0969161 x86: apic: export symbols for extended interrupt LVT functions by Robert Richter · 17 years ago
  93. 286f571 x86: apic_*.c: add description to AMD's extended LVT functions by Robert Richter · 17 years ago
  94. d4c63ec x86: apic unification - merge down enable_NMI_through_LVT0 by Cyrill Gorcunov · 17 years ago
  95. 36a028d x86: apic unification - merge down lapic_get_maxlvt by Cyrill Gorcunov · 17 years ago
  96. 76c3bb1 Merge branch 'linus' into x86/x2apic by Ingo Molnar · 17 years ago
  97. acee709 Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus by Ingo Molnar · 17 years ago
  98. 9175fc0 x86: use setup_clear_cpu_cap() when disabling the lapic by Yinghai Lu · 17 years ago
  99. f586bf7 x86: APIC: Remove apic_write_around(); use alternatives, merge fix by Suresh Siddha · 17 years ago
  100. 453c140 Merge branch 'x86/apic' into x86/x2apic by Ingo Molnar · 17 years ago