1. 6731b0d x86/timers/apic: Inform TSC deadline clockevent device about recalibration by Nicolai Stange · 8 years ago
  2. 102bb9f x86/apic: Remove the unused struct apic::apic_id_mask field by Wei Jiangang · 8 years ago
  3. 62436a4 x86/cpufeature: Remove cpu_has_x2apic by Borislav Petkov · 8 years ago
  4. 7834c10 x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt() by Dave Jones · 9 years ago
  5. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  6. b7c4948 x86/apic: Introduce apic_extnmi command line parameter by Hidehiro Kawai · 9 years ago
  7. 539da78 x86/apic: Add a single-target IPI function to the apic by Linus Torvalds · 9 years ago
  8. e02ae38 x86/x2apic: Make stub functions available even if !CONFIG_X86_LOCAL_APIC by Paolo Bonzini · 9 years ago
  9. 656bba3 x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deasserted by Len Brown · 9 years ago
  10. 6dc1787 x86: Consolidate irq entering inlines by Thomas Gleixner · 9 years ago
  11. 60f898e Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  12. 4399c03c6 x86/apic: Remove verify_local_APIC() by Bandan Das · 9 years ago
  13. a930dc4 x86/asm: Cleanup prefetch primitives by Borislav Petkov · 10 years ago
  14. b273c2c x86/apic: Fix the devicetree build in certain configs by Ricardo Ribalda Delgado · 10 years ago
  15. 374aab3 x86/apic: Reuse apic_bsp_setup() for UP APIC setup by Thomas Gleixner · 10 years ago
  16. 05f7e46 x86/smpboot: Move apic init code to apic.c by Thomas Gleixner · 10 years ago
  17. 659006b x86/x2apic: Split enable and setup function by Thomas Gleixner · 10 years ago
  18. 44e25ff x86/x2apic: Disable x2apic from nox2apic setup by Thomas Gleixner · 10 years ago
  19. 55eae7d x86/x2apic: Move code in conditional region by Thomas Gleixner · 10 years ago
  20. d524165 x86/apic: Check x2apic early by Thomas Gleixner · 10 years ago
  21. 2ca5b40 x86/ioapic: Check x2apic really by Thomas Gleixner · 10 years ago
  22. 81a46dd x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APIC by Thomas Gleixner · 10 years ago
  23. 8d80696 x86/apic: Avoid open coded x2apic detection by Thomas Gleixner · 10 years ago
  24. 81c02a2 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  25. 2f078b9 x86, apic: Remove enable_apic_mode callback by David Rientjes · 10 years ago
  26. 11a8318 x86, apic: Remove setup_portio_remap callback by David Rientjes · 10 years ago
  27. e76661b x86, apic: Remove multi_timer_check callback by David Rientjes · 10 years ago
  28. 658ffd7 x86, apic: Remove check_apicid_present callback by David Rientjes · 10 years ago
  29. c460b5d x86, apic: Remove mps_oem_check callback by David Rientjes · 10 years ago
  30. 300eddf x86, apic: Remove smp_callin_clear_local_apic callback by David Rientjes · 10 years ago
  31. 6ab1b27 x86, apic: Replace trampoline physical addresses with defaults by David Rientjes · 10 years ago
  32. 80a2670 x86, apic: Remove x86_32_numa_cpu_node callback by David Rientjes · 10 years ago
  33. 411cf9e x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box() by Oren Twaig · 10 years ago
  34. a491cc902 x86, mpparse: Simplify arch/x86/include/asm/mpspec.h by Jiang Liu · 10 years ago
  35. 9b13a93 x86, cpufeature: Convert more "features" to bugs by Borislav Petkov · 10 years ago
  36. dc9788f x86/apic: Always define nox2apic and define it as initdata by David Rientjes · 11 years ago
  37. 6d49898 x86/apic: Remove unused function prototypes by David Rientjes · 11 years ago
  38. 465822c x86/apic: Switch wait_for_init_deassert() to a bool flag by David Rientjes · 11 years ago
  39. d3c63ae x86/apic: Only use default_wait_for_init_deassert() by David Rientjes · 11 years ago
  40. 1740545 x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lock by Yoshihiro YUNOMAE · 11 years ago
  41. eddc0e9 x86, trace: Introduce entering/exiting_irq() by Seiji Aguchi · 11 years ago
  42. 75fdd15 sections: fix section conflicts in arch/x86 by Andi Kleen · 12 years ago
  43. 4cb3875 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  44. 5fecc9d Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  45. ebf7d2e Revert "apic: fix kvm build on UP without IOAPIC" by Michael S. Tsirkin · 12 years ago
  46. 1551df6 apic: add apic_set_eoi_write for PV use by Michael S. Tsirkin · 12 years ago
  47. 1ac322d x86/apic/x2apic: Limit the vector reservation to the user specified mask by Suresh Siddha · 12 years ago
  48. b39f25a x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain membership by Suresh Siddha · 12 years ago
  49. f9808b7 apic: fix kvm build on UP without IOAPIC by Michael S. Tsirkin · 12 years ago
  50. a5a3915 x86/apic: Eliminate cpu_mask_to_apicid() operation by Alexander Gordeev · 12 years ago
  51. 0816b0f x86: Add read_mostly declaration/definition to variables from smp.h by Vlad Zolotarov · 12 years ago
  52. 4988a40 x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_mask by Alexander Gordeev · 12 years ago
  53. ff16432 x86/apic: Make cpu_mask_to_apicid() operations return error code by Alexander Gordeev · 12 years ago
  54. 8637e38 x86/apic: Avoid useless scanning thru a cpumask in assign_irq_vector() by Alexander Gordeev · 12 years ago
  55. 9d8e106 x86/apic: Factor out default vector_allocation_domain() operation by Alexander Gordeev · 12 years ago
  56. 6398268 x86/apic: Factor out default cpu_mask_to_apicid() operations by Alexander Gordeev · 12 years ago
  57. bf721d3 x86/apic: Factor out default target_cpus() operation by Alexander Gordeev · 12 years ago
  58. 0ab711a x86/apic: Implement EIO micro-optimization by Michael S. Tsirkin · 12 years ago
  59. 2a43195 x86/apic: Add apic->eoi_write() callback by Michael S. Tsirkin · 12 years ago
  60. 4ebcc24 x86/apic: Use symbolic APIC_EOI_ACK by Michael S. Tsirkin · 12 years ago
  61. 6b8212a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  62. f05e798 Disintegrate asm/system.h for X86 by David Howells · 13 years ago
  63. b7157ac x86/apic: Add separate apic_id_valid() functions for selected apic drivers by Steffen Persvold · 13 years ago
  64. fa63030 x86/platform: Move APIC ID validity check into platform APIC code by Daniel J Blueman · 13 years ago
  65. a31bc32 x86, x2apic: Allow "nox2apic" to disable x2apic mode setup by BIOS by Yinghai Lu · 13 years ago
  66. fb209bd x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remapping by Yinghai Lu · 13 years ago
  67. b49d7d8 x86: Convert per-cpu counter icr_read_retry_count into a member of irq_stat by Fernando Luis Vazquez Cao · 13 years ago
  68. 346b46b x86: Add per-cpu stat counter for APIC ICR read tries by Fernando Luis Vázquez Cao · 13 years ago
  69. 1ade93e x86/apic: Allow use of lapic timer early calibration result by Jacob Pan · 13 years ago
  70. 838312b apic, i386/bigsmp: Fix false warnings regarding logical APIC ID mismatches by Jan Beulich · 13 years ago
  71. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  72. 1a8880a x86, apic: Make apic drivers static by Suresh Siddha · 13 years ago
  73. 69c252f x86, apic: Clean up bigsmp apic selection code by Suresh Siddha · 13 years ago
  74. 107e0e0 x86, apic: Introduce .apicdrivers section to find the list of apic drivers by Suresh Siddha · 13 years ago
  75. 84914ed0 x86-32, NUMA: Make apic->x86_32_numa_cpu_node() optional by Tejun Heo · 13 years ago
  76. ca444564 x86: Stop including <linux/delay.h> in two asm header files by Jean Delvare · 14 years ago
  77. d109028 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  78. 8460b3e Merge commit 'v2.6.38' into x86/mm by Ingo Molnar · 14 years ago
  79. 25874a2 x86: Clean up apic.c and apic.h by Henrik Kretzschmar · 14 years ago
  80. a906fda x86: dt: Cleanup local apic setup by Thomas Gleixner · 14 years ago
  81. 2fb270f x86: Fix section mismatch in LAPIC initialization by Jan Beulich · 14 years ago
  82. 89e5dc2 x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node() by Tejun Heo · 14 years ago
  83. acb8bc0 x86: Add apic->x86_32_early_logical_apicid() by Tejun Heo · 14 years ago
  84. 7632611 x86: Kill apic->cpu_to_logical_apicid() by Tejun Heo · 14 years ago
  85. 4c321ff x86: Replace cpu_2_logical_apicid[] with early percpu variable by Tejun Heo · 14 years ago
  86. f115714 x86, apic: Remove early_init_lapic_mapping() by Yinghai Lu · 14 years ago
  87. c0104d3 x86, apic: Unify identical register_lapic_address() functions by Yinghai Lu · 14 years ago
  88. d834a9d Merge branch 'x86/amd-nb' into x86/apic-cleanups by Thomas Gleixner · 14 years ago
  89. 0059b24 x86: Address gcc4.6 "set but not used" warnings in apic.h by Andi Kleen · 14 years ago
  90. 5a7ae78 x86: Allow platforms to force enable apic by Thomas Gleixner · 14 years ago
  91. 27afdf2 apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsets by Robert Richter · 14 years ago
  92. d674cd1 x86, apic: Allow to use certain functions without APIC built-in support by Cyrill Gorcunov · 15 years ago
  93. 7abc075 x86: apic: Do not use stacked physid_mask_t by Cyrill Gorcunov · 15 years ago
  94. 9844ab1 x86, apic: Introduce the NOOP apic driver by Cyrill Gorcunov · 15 years ago
  95. bfefb7a Merge branch 'linus' into x86/urgent by Ingo Molnar · 15 years ago
  96. 8312136 x86, apic: Fix missed handling of discrete apics by Cyrill Gorcunov · 15 years ago
  97. 78f28b7 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  98. e11dada x86: apic namespace cleanup by Thomas Gleixner · 15 years ago
  99. 736deca x86: Move percpu clockevents setup to x86_init_ops by Thomas Gleixner · 15 years ago
  100. ce69a78 x86/apic: Enable x2APIC without interrupt remapping under KVM by Gleb Natapov · 15 years ago