1. 2b3061c Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicity by Ingo Molnar · 8 years ago
  2. d52c056 x86/apic/x2apic, smp/hotplug: Don't use before alloc in x2apic_cluster_probe() by Sebastian Andrzej Siewior · 8 years ago
  3. 404f6aa x86: Apply more __ro_after_init and const by Kees Cook · 8 years ago
  4. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  5. 6b2c284 x86/x2apic: Convert to CPU hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  6. 102bb9f x86/apic: Remove the unused struct apic::apic_id_mask field by Wei Jiangang · 8 years ago
  7. 7b6ce46 x86/apic: Implement single target IPI function for x2apic_cluster by Linus Torvalds · 9 years ago
  8. 0c0fee0 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  9. 656bba3 x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deasserted by Len Brown · 9 years ago
  10. 4daa832 x86: Drop bogus __ref / __refdata annotations by Mathias Krause · 9 years ago
  11. fdaf3a6 x86: fix more deprecated cpu function usage. by Rusty Russell · 9 years ago
  12. d089f8e x86: fix up obsolete cpu function usage. by Rusty Russell · 9 years ago
  13. 59f6e20 percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t -fix by Mel Gorman · 10 years ago
  14. 4ba2968 percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t by Christoph Lameter · 10 years ago
  15. 2f078b9 x86, apic: Remove enable_apic_mode callback by David Rientjes · 10 years ago
  16. 11a8318 x86, apic: Remove setup_portio_remap callback by David Rientjes · 10 years ago
  17. e76661b x86, apic: Remove multi_timer_check callback by David Rientjes · 10 years ago
  18. 658ffd7 x86, apic: Remove check_apicid_present callback by David Rientjes · 10 years ago
  19. c460b5d x86, apic: Remove mps_oem_check callback by David Rientjes · 10 years ago
  20. 300eddf x86, apic: Remove smp_callin_clear_local_apic callback by David Rientjes · 10 years ago
  21. 6ab1b27 x86, apic: Replace trampoline physical addresses with defaults by David Rientjes · 10 years ago
  22. 465822c x86/apic: Switch wait_for_init_deassert() to a bool flag by David Rientjes · 10 years ago
  23. 663b55b9 x86: Delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  24. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  25. d872818 x86/apic/x2apic: Use multiple cluster members for the irq destination only with the explicit affinity by Suresh Siddha · 12 years ago
  26. 1ac322d x86/apic/x2apic: Limit the vector reservation to the user specified mask by Suresh Siddha · 12 years ago
  27. b39f25a x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain membership by Suresh Siddha · 12 years ago
  28. a5a3915 x86/apic: Eliminate cpu_mask_to_apicid() operation by Alexander Gordeev · 12 years ago
  29. cac4afb x86/x2apic/cluster: Vector_allocation_domain() should return a value by Alexander Gordeev · 12 years ago
  30. 4988a40 x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_mask by Alexander Gordeev · 12 years ago
  31. ff16432 x86/apic: Make cpu_mask_to_apicid() operations return error code by Alexander Gordeev · 12 years ago
  32. bf721d3 x86/apic: Factor out default target_cpus() operation by Alexander Gordeev · 12 years ago
  33. 49d0c7a x86/apic: Trivial whitespace fixes by Alexander Gordeev · 12 years ago
  34. 0b8255e x86/x2apic/cluster: Use all the members of one cluster specified in the smp_affinity mask for the interrupt destination by Suresh Siddha · 12 years ago
  35. 0ab711a x86/apic: Implement EIO micro-optimization by Michael S. Tsirkin · 12 years ago
  36. 2a43195 x86/apic: Add apic->eoi_write() callback by Michael S. Tsirkin · 12 years ago
  37. b7157ac x86/apic: Add separate apic_id_valid() functions for selected apic drivers by Steffen Persvold · 12 years ago
  38. fa63030 x86/platform: Move APIC ID validity check into platform APIC code by Daniel J Blueman · 12 years ago
  39. 1a8880a x86, apic: Make apic drivers static by Suresh Siddha · 13 years ago
  40. 107e0e0 x86, apic: Introduce .apicdrivers section to find the list of apic drivers by Suresh Siddha · 13 years ago
  41. 79deb8e x86, x2apic: Move the common bits to x2apic.h by Cyrill Gorcunov · 13 years ago
  42. 9d0fa6c x86, x2apic: Minimize IPI register writes using cluster groups by Cyrill Gorcunov · 13 years ago
  43. a39d1f3 x86, x2apic: Track the x2apic cluster sibling map by Cyrill Gorcunov · 13 years ago
  44. a27d0b5 x86, x2apic: Remove duplicate code for IPI mask routines by Suresh Siddha · 13 years ago
  45. 9ebd680 x86, apic: Use probe routines to simplify apic selection by Suresh Siddha · 13 years ago
  46. 89e5dc2 x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node() by Tejun Heo · 13 years ago
  47. 7632611 x86: Kill apic->cpu_to_logical_apicid() by Tejun Heo · 13 years ago
  48. 18374d8 x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu system by Suresh Siddha · 15 years ago
  49. 087d7e5 x86: Fix MSI-X initialization by using online_mask for x2apic target_cpus by Yinghai Lu · 15 years ago
  50. d8c7eb3 x86: Don't use current_cpu_data in x2apic phys_pkg_id by Yinghai Lu · 15 years ago
  51. 2de1f33 x86: apic/x2apic_cluster.c x86_cpu_to_logical_apicid should be static by Jaswinder Singh Rajput · 15 years ago
  52. ce4e240 x86: add x2apic_wrmsr_fence() to x2apic flush tlb paths by Suresh Siddha · 15 years ago
  53. 1f5bcab x86: apic: simplify secondary CPU wakeup methods by Ingo Molnar · 15 years ago
  54. 2b6163b x86: remove update_apic from x86_quirks by Yinghai Lu · 15 years ago
  55. ef1f87a x86: select x2apic ops in early apic probe only if x2apic mode is enabled by Suresh Siddha · 15 years ago
  56. f62bae5 x86, apic: move APIC drivers to arch/x86/kernel/apic/* by Ingo Molnar · 15 years ago[Renamed from arch/x86/kernel/genx2apic_cluster.c]
  57. be163a1 x86, apic: rename 'genapic' to 'apic' by Ingo Molnar · 15 years ago
  58. ab6fb7c x86, apic: remove ->store_NMI_vector() by Ingo Molnar · 15 years ago
  59. 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 15 years ago
  60. c1eeb2d x86: fold apic_ops into genapic by Yinghai Lu · 15 years ago
  61. 3d5f597 x86, smp: remove ->restore_NMI_vector() by Ingo Molnar · 15 years ago
  62. abfa584 x86: set ->trampoline_phys_low/high on 64-bit too by Ingo Molnar · 15 years ago
  63. dac5f41 x86, apic: untangle the send_IPI_*() jungle by Ingo Molnar · 15 years ago
  64. debccb3 x86, apic: refactor ->cpu_mask_to_apicid*() by Ingo Molnar · 15 years ago
  65. ca6c8ed x86, apic: refactor ->get_apic_id() & GET_APIC_ID() by Ingo Molnar · 15 years ago
  66. d4c9a9f x86, apic: unify phys_pkg_id() by Ingo Molnar · 15 years ago
  67. a27a621 x86: refactor ->check_phys_apicid_present() subarch methods by Ingo Molnar · 15 years ago
  68. a21769a4 x86, apic: clean up ->cpu_present_to_apicid() by Ingo Molnar · 15 years ago
  69. 2e867b1 x86, apic: remove no_balance_irq and no_ioapic_check flags by Ingo Molnar · 15 years ago
  70. bdb1a9b x86, apic: rename genapic::apic_destination_logical to genapic::dest_logical by Ingo Molnar · 15 years ago
  71. 0b06e73 x86: clean up the APIC_DEST_LOGICAL logic by Ingo Molnar · 15 years ago
  72. 08125d3 x86: rename ->ESR_DISABLE to ->disable_esr by Ingo Molnar · 15 years ago
  73. f8987a1 x86, genapic: rename int_delivery_mode, et. al. by Ingo Molnar · 15 years ago
  74. 504a3c3 x86: clean up apic_x2apic_cluster by Ingo Molnar · 15 years ago
  75. 7d87d53 x86: use logical apicid in x2apic_cluster's x2apic_cpu_mask_to_apicid_and() by Suresh Siddha · 16 years ago
  76. a775a38 x86: fix cpu_mask_to_apicid_and to include cpu_online_mask by Mike Travis · 16 years ago
  77. bcda016 x86: cosmetic changes apic-related files. by Mike Travis · 16 years ago
  78. 6eeb7c5 x86: update add-cpu_mask_to_apicid_and to use struct cpumask* by Mike Travis · 16 years ago
  79. 95d313c x86: Add cpu_mask_to_apicid_and by Mike Travis · 16 years ago
  80. e798673 x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers by Mike Travis · 16 years ago
  81. 2caa371 x86: fix section mismatch warning - apic_x2apic_cluster by Marcin Slusarz · 16 years ago
  82. 9042763 Merge branch 'x86/x2apic' into x86/core by Ingo Molnar · 16 years ago
  83. e17941b x86: use x2apic id reported by cpuid during topology discovery by Suresh Siddha · 16 years ago
  84. d25ae38 x86: add apic probe for genapic 64bit - fix by Yinghai Lu · 16 years ago
  85. 1b9b89e x86: add apic probe for genapic 64bit, v2 by Yinghai Lu · 16 years ago
  86. f910a9d x86: make 64bit have get_apic_id by Yinghai Lu · 16 years ago
  87. 12a67cf x64, x2apic/intr-remap: x2apic cluster mode support by Suresh Siddha · 16 years ago