1. fc90ccf Revert "x86/apic: Remove init_bsp_APIC()" by Ville Syrjälä · 7 years ago
  2. 4fcab66 x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 case by Dou Liyang · 7 years ago
  3. b18d628 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. 43ff2f4 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  5. 6a9f70b Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  6. f72e38e x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init' by Juergen Gross · 7 years ago
  7. 141d3b1 Merge branch 'linus' into x86/apic, to resolve conflicts by Ingo Molnar · 7 years ago
  8. 616dd58 x86/apic: Update TSC_DEADLINE quirk with additional SKX stepping by Len Brown · 7 years ago
  9. cc6afe2 x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisors by Paolo Bonzini · 7 years ago
  10. a1652bb x86/boot: Spell out "boot CPU" for BP by Jean Delvare · 7 years ago
  11. 79761ce x86/apic: Fix spelling mistake: "symmectic" -> "symmetric" by Colin Ian King · 7 years ago
  12. 83a1052 x86/apic: Move common APIC callbacks by Thomas Gleixner · 7 years ago
  13. 0801bba x86/apic: Move probe32 specific APIC functions by Thomas Gleixner · 7 years ago
  14. ae41a2a x86/apic: Use lapic_is_integrated() consistently by Dou Liyang · 7 years ago
  15. e3cccbc x86/apic: Remove duplicate X86_64 conditional in lapic_is_integrated() by Dou Liyang · 7 years ago
  16. b371ae0 x86/apic: Remove init_bsp_APIC() by Dou Liyang · 7 years ago
  17. 935356c x86/apic: Initialize interrupt mode after timer init by Dou Liyang · 7 years ago
  18. 34fba3e x86/init: Add intr_mode_init to x86_init_ops by Dou Liyang · 7 years ago
  19. 0c75913 x86/apic: Unify interrupt mode setup for UP system by Dou Liyang · 7 years ago
  20. 4f45ed9 x86/apic: Mark the apic_intr_mode extern for sanity check cleanup by Dou Liyang · 7 years ago
  21. 3e730da x86/apic: Unify interrupt mode setup for SMP-capable system by Dou Liyang · 7 years ago
  22. 4b1244b x86/apic: Move logical APIC ID away from apic_bsp_setup() by Dou Liyang · 7 years ago
  23. a2510d1 x86/apic: Split local APIC timer setup from the APIC setup by Dou Liyang · 7 years ago
  24. 4b1669e x86/apic: Prepare for unifying the interrupt delivery modes setup by Dou Liyang · 7 years ago
  25. 0114a8e x86/apic: Construct a selector for the interrupt delivery mode by Dou Liyang · 7 years ago
  26. 680352b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  27. e2329b4 x86/cpu: Remove unused and undefined __generic_processor_info() declaration by Dou Liyang · 7 years ago
  28. 9b130ad treewide: make "nr_cpu_ids" unsigned by Alexey Dobriyan · 7 years ago
  29. 594a30f x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs without the feature by Hans de Goede · 7 years ago
  30. 61069de x86/apic: Remove the duplicated tracing versions of interrupts by Thomas Gleixner · 7 years ago
  31. 3bec6def x86/apic: Use this_cpu_ptr() in local_timer_interrupt() by Thomas Gleixner · 7 years ago
  32. 302a98f x86/apic: Remove the duplicated tracing version of local_timer_interrupt() by Thomas Gleixner · 7 years ago
  33. 05161b9 x86/irq: Get rid of the 'first_system_vector' indirection bogosity by Thomas Gleixner · 7 years ago
  34. 3ad918e Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  35. c7d6c9d x86/apic: Implement effective irq mask update by Thomas Gleixner · 8 years ago
  36. 0e24f7c x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid() by Thomas Gleixner · 8 years ago
  37. 91cd9cb x86/apic: Move cpumask and to core code by Thomas Gleixner · 8 years ago
  38. 52b166a x86/apic: Move online masking to core code by Thomas Gleixner · 8 years ago
  39. ad95212 x86/apic: Move flat_cpu_mask_to_apicid_and() into C source by Thomas Gleixner · 8 years ago
  40. bd9240a x86/apic: Add TSC_DEADLINE quirk due to errata by Peter Zijlstra · 8 years ago
  41. c6e9f42 x86/apic: Change the lapic name in deadline mode by Peter Zijlstra · 8 years ago
  42. 12ca7c8 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  43. 16b76293 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  44. 747d04b x86/apic/timer: Set ->min_delta_ticks and ->max_delta_ticks by Nicolai Stange · 8 years ago
  45. 5ba039a x86/apic: Fix a comment in init_apic_mappings() by Dou Liyang · 8 years ago
  46. 5d64d20 x86/apic: Remove the SET_APIC_ID(x) macro by Dou Liyang · 8 years ago
  47. 2b85b3d x86/acpi: Restore the order of CPU IDs by Dou Liyang · 8 years ago
  48. 11277aa x86/apic: Simplify enable_IR_x2apic(), remove try_to_enable_IR() by Dou Liyang · 8 years ago
  49. bb3f0a5 x86/apic: Fix a warning message in logical CPU IDs allocation by Dou Liyang · 8 years ago
  50. 0871d5a Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updates by Ingo Molnar · 8 years ago
  51. f89db78 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  52. 543113d x86/apic: Fix a typo in a comment line by Dou Liyang · 8 years ago
  53. 1506c8d x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*() by Ingo Molnar · 8 years ago
  54. 914122c x86/apic: Implement set_state_oneshot_stopped() callback by Frederic Weisbecker · 8 years ago
  55. 12bf98b x86/apic: Fix typos in comments by Dou Liyang · 8 years ago
  56. c4158ff x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlers by Daniel Bristot de Oliveira · 8 years ago
  57. 9d85eb9 x86/smpboot: Make logical package management more robust by Thomas Gleixner · 8 years ago
  58. 212f300 Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  59. 34bc356 x86: Remove empty idle.h header by Thomas Gleixner · 8 years ago
  60. 07c94a3 x86/amd: Simplify AMD E400 aware idle routine by Borislav Petkov · 8 years ago
  61. 8ca2255 x86/apic: Prevent tracing on apic_msr_write_eoi() by Wanpeng Li · 8 years ago
  62. df610d6 x86/apic: Prevent pointless warning messages by Thomas Gleixner · 8 years ago
  63. eb6296d x86/apic: Fix silent & fatal merge conflict in __generic_processor_info() by Thomas Gleixner · 8 years ago
  64. 1e1b372 Merge branch 'x86/urgent' into x86/apic by Thomas Gleixner · 8 years ago
  65. 8f54969 x86/acpi: Introduce persistent storage for cpuid <-> apicid mapping by Gu Zheng · 8 years ago
  66. f7c2883 x86/acpi: Enable acpi to register all possible cpus at boot time by Gu Zheng · 8 years ago
  67. cff9ab2 x86/apic: Get rid of apic_version[] array by Denys Vlasenko · 8 years ago
  68. c291b01 x86/apic: Fix num_processors value in case of failure by Dou Liyang · 8 years ago
  69. 5035da4 x86/apic: Update comment about disabling processor focus by Wei Jiangang · 8 years ago
  70. 2e63ad4 x86/apic: Do not init irq remapping if ioapic is disabled by Wanpeng Li · 8 years ago
  71. 6de4211 x86/apic, ACPI: Remove the repeated lapic address override entry parsing by Baoquan He · 8 years ago
  72. fdbdfef Merge branch 'linus' into timers/urgent, to pick up fixes by Ingo Molnar · 8 years ago
  73. 6731b0d x86/timers/apic: Inform TSC deadline clockevent device about recalibration by Nicolai Stange · 8 years ago
  74. 1a9e4c5 x86/timers/apic: Fix imprecise timer interrupts by eliminating TSC clockevents frequency roundoff error by Nicolai Stange · 8 years ago
  75. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  76. aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  77. 08fd8c17 Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  78. 3e9e57f x86/acpi: store ACPI ids from MADT for future usage by Vitaly Kuznetsov · 9 years ago
  79. 186f436 x86/kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  80. 3c8fad9 x86/apic: Fix misspelled APIC by Claudio Fontana · 9 years ago
  81. 93984fb x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  82. 59e21e3 x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  83. 62436a4 x86/cpufeature: Remove cpu_has_x2apic by Borislav Petkov · 9 years ago
  84. 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 9 years ago
  85. 1f12e32 x86/topology: Create logical package id by Thomas Gleixner · 9 years ago
  86. 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 9 years ago
  87. b7c4948 x86/apic: Introduce apic_extnmi command line parameter by Hidehiro Kawai · 9 years ago
  88. 42baa25 x86/apic: Fix the saving and restoring of lapic vectors during suspend/resume by Juergen Gross · 9 years ago
  89. d786ad3 x86/apic: Deinline various functions by Denys Vlasenko · 9 years ago
  90. 5d7c631 x86/apic: Serialize LVTT and TSC_DEADLINE writes by Shaohua Li · 9 years ago
  91. 43af987 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  92. 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  93. a57e456 x86/apic: Fix fallout from x2apic cleanup by Thomas Gleixner · 9 years ago
  94. c948c26 x86/apic: Drop local_irq_save/restore in timer callbacks by Thomas Gleixner · 9 years ago
  95. b23d8e5 x86/apic: Migrate apic timer to new set_state interface by Viresh Kumar · 9 years ago
  96. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 10 years ago
  97. 87be28a x86/asm/tsc: Replace rdtscll() with native_read_tsc() by Andy Lutomirski · 10 years ago
  98. 4399c03c6 x86/apic: Remove verify_local_APIC() by Bandan Das · 10 years ago
  99. 8329aa9 Revert "x86/apic: Only disable CPU x2apic mode when necessary" by Linus Torvalds · 10 years ago
  100. 9c4d9c7 x86: Consolidate boot cpu timer setup by Thomas Gleixner · 10 years ago