1. 3ab0c49 x86: UV BAU: Increase maximum CPUs per socket/hub by James Custer · 10 years ago
  2. e163217 uv: Replace __get_cpu_var by Christoph Lameter · 10 years ago
  3. 89cbc76 x86: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  4. a26fd71 x86/uv: Update the UV3 TLB shootdown logic by Cliff Wickman · 11 years ago
  5. 5f40f7d x86/UV: Set n_lshift based on GAM_GR_CONFIG MMR for UV3 by Dimitri Sivanich · 11 years ago
  6. 74c93f9 x86/uv/nmi: Fix Sparse warnings by Mike Travis · 11 years ago
  7. b5dfcb0 Revert "x86/UV: Add uvtrace support" by Ingo Molnar · 11 years ago
  8. 8eba184 x86/UV: Add uvtrace support by Mike Travis · 11 years ago
  9. 0d12ef0 x86/UV: Update UV support for external NMI signals by Mike Travis · 11 years ago
  10. 1e01942 x86/UV: Move NMI support by Mike Travis · 11 years ago
  11. cf910e8 x86, trace: Add irq vector tracepoints by Seiji Aguchi · 12 years ago
  12. d924f94 x86, uv, uv3: Trim MMR register definitions after code changes for SGI UV3 by Mike Travis · 12 years ago
  13. 6edbd47 x86, uv, uv3: Update Hub Info for SGI UV3 by Mike Travis · 12 years ago
  14. 60fe7be x86, uv, uv3: Update MMR register definitions for SGI Ultraviolet System 3 (UV3) by Mike Travis · 12 years ago
  15. 57c4f43 arch/x86/platform/uv: Fix incorrect tlb flush all issue by Alex Shi · 12 years ago
  16. 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
  17. e7b52ff x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_range by Alex Shi · 13 years ago
  18. 8b6e511 x86/uv: Work around UV2 BAU hangs by Cliff Wickman · 13 years ago
  19. 26ef857 x86/uv: Implement UV BAU runtime enable and disable control via /proc/sgi_uv/ by Cliff Wickman · 13 years ago
  20. d5d2d2e x86/uv: Fix UV2 BAU legacy mode by Cliff Wickman · 13 years ago
  21. 5a51467 x86/uv: Fix uv_gpa_to_soc_phys_ram() shift by Russ Anderson · 13 years ago
  22. b54bd9b x86/UV2: Add accounting for BAU strong nacks by Cliff Wickman · 13 years ago
  23. c5d35d3 x86/UV2: Work around BAU bug by Cliff Wickman · 13 years ago
  24. da87c93 x86/UV2: Fix new UV2 hardware by using native UV2 broadcast mode by Cliff Wickman · 13 years ago
  25. b495e03 x86, UV: Fix UV2 hub part number by Jack Steiner · 13 years ago
  26. d630ba5 Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  27. 6a469e4 x86: uv2: Workaround for UV2 Hub bug (system global address format) by Jack Steiner · 13 years ago
  28. 8b8bc2f x86: Use xadd helper more widely by Jeremy Fitzhardinge · 13 years ago
  29. ae90c23 x86, UV: Correct UV2 BAU destination timeout by cpw@sgi.com · 14 years ago
  30. 442d392 x86, UV: Remove cpumask_t from the stack by cpw@sgi.com · 14 years ago
  31. a456eaa x86, UV: Rename hubmask to pnmask by cpw@sgi.com · 14 years ago
  32. b18fb2c x86, UV: Inline header file functions by cpw@sgi.com · 14 years ago
  33. 55ba412 x86, UV: Clean up uv_mmrs.h by Jack Steiner · 14 years ago
  34. f073cc8 x86, UV: Clean up uv_tlb.c by Cliff Wickman · 14 years ago
  35. 2a91959 x86, UV: Add support for SGI UV2 hub chip by Jack Steiner · 14 years ago
  36. 77ed23f x86: Fix UV BAU for non-consecutive nasids by Cliff Wickman · 14 years ago
  37. 1d44e82 x86, UV: Fix NMI handler for UV platforms by Jack Steiner · 14 years ago
  38. 5471262 x86, UV: Initialize the broadcast assist unit base destination node id properly by Cliff Wickman · 14 years ago
  39. cfa6091 x86, UV, BAU: Extend for more than 16 cpus per socket by Cliff Wickman · 14 years ago
  40. 8191c9f x86: UV: Address interrupt/IO port operation conflict by Dimitri Sivanich · 14 years ago
  41. 62b0cfc x86, UV: Update node controller MMRs by Jack Steiner · 14 years ago
  42. c8f730b x86, uv: Enable Westmere support on SGI UV by Russ Anderson · 14 years ago
  43. f6d8a56 x86, UV: Modularize BAU send and wait by Cliff Wickman · 15 years ago
  44. 450a007 x86, UV: BAU broadcast to the local hub by Cliff Wickman · 15 years ago
  45. 90cc7d9 x86, UV: Remove BAU check for stay-busy by Cliff Wickman · 15 years ago
  46. 4faca15 x86, UV: BAU structure rearranging by Cliff Wickman · 15 years ago
  47. 712157a x86, UV: Shorten access to BAU statistics structure by Cliff Wickman · 15 years ago
  48. 50fb55a x86, UV: Disable BAU on network congestion by Cliff Wickman · 15 years ago
  49. e8e5e8a x86, UV: BAU tunables into a debugfs file by Cliff Wickman · 15 years ago
  50. 12a6611 x86, UV: Calculate BAU destination timeout by Cliff Wickman · 15 years ago
  51. a289cc7 x86, UV: uv_irq.c: Fix all sparse warnings by Randy Dunlap · 15 years ago
  52. b8f7fb1 x86, UV: Improve BAU performance and error recovery by Cliff Wickman · 15 years ago
  53. 6f4edd6 x86, UV: Clean up UV headers for MMR definitions by Jack Steiner · 15 years ago
  54. 30ff056 Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  55. 78c0617 x86: Enable NMI on all cpus on UV by Russ Anderson · 15 years ago
  56. 841582e x86, uv: Update UV arch to target Legacy VGA I/O correctly. by Mike Travis · 15 years ago
  57. 7a1110e x86, uv: Add function retrieving node controller revision number by Jack Steiner · 15 years ago
  58. e1e0138 x86, uv: uv_global_gru_mmr_address() macro fix by Jack Steiner · 15 years ago
  59. 39d3077 x86: SGI UV: Fix writes to led registers on remote uv hubs by Mike Travis · 15 years ago
  60. b76365a x86, uv: Add serial number parameter to uv_bios_get_sn_info() by Russ Anderson · 15 years ago
  61. 56abcf2 gru: function to generate chipset IPI values by Jack Steiner · 15 years ago
  62. c2c9f11 x86: uv: update XPC to handle updated BIOS interface by Robin Holt · 15 years ago
  63. fae419f x86: uv: introduce uv_gpa_is_mmr by Robin Holt · 15 years ago
  64. 729d69e x86: uv: introduce a means to translate from gpa -> socket_paddr by Robin Holt · 15 years ago
  65. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  66. a77d2e0 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  67. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  68. 02dd0a0 x86, UV: Set DELIVERY_MODE=4 for vector=NMI_VECTOR in uv_hub_send_ipi() by Robin Holt · 15 years ago
  69. 1d21e6e x86, UV: Fix and clean up bau code to use uv_gpa_to_pnode() by Robin Holt · 15 years ago
  70. 9338ad6 x86, apic: Move SGI UV functionality out of generic IO-APIC code by Dimitri Sivanich · 15 years ago
  71. 6c2c502 x86: SGI UV: Fix irq affinity for hub based interrupts by Dimitri Sivanich · 15 years ago
  72. 8dc579e x86: SGI UV: Add volatile semantics to macros that access chipset registers by Jack Steiner · 15 years ago
  73. d2374ae x86: SGI UV: Fix IPI macros by Jack Steiner · 15 years ago
  74. 3ef12c3 x86: Fix UV BAU destination subnode id by Cliff Wickman · 15 years ago
  75. 67e83f3 x86, UV: Fix macros for accessing large node numbers by Jack Steiner · 15 years ago
  76. 6c7184b x86, UV: Handle missing blade-local memory correctly by Jack Steiner · 15 years ago
  77. c4ed3f0 x86, UV: Fix macros for multiple coherency domains by Jack Steiner · 16 years ago
  78. 0e2595c x86: Fix UV BAU activation descriptor init by Cliff Wickman · 16 years ago
  79. c4c4688 x86: UV BAU messaging timeouts by Cliff Wickman · 16 years ago
  80. 66666e5 sgi-gru: add macros for using the UV hub to send interrupts by Jack Steiner · 16 years ago
  81. a4c3155 sgi-gru: add definitions of x86_64 GRU MMRs by Jack Steiner · 16 years ago
  82. bc5d994 sgi-gru: exclude UV definitions on 32-bit x86 by Jack Steiner · 16 years ago
  83. 8661984 x86: UV, SGI RTC: loop through installed UV blades by Dimitri Sivanich · 16 years ago
  84. 2b6163b x86: remove update_apic from x86_quirks by Yinghai Lu · 16 years ago
  85. 58105ef x86: UV: fix header struct usage by Randy Dunlap · 16 years ago
  86. 03b4863 x86: make UV support configurable by Nick Piggin · 16 years ago
  87. bdbcdd4 x86: uv cleanup by Tejun Heo · 16 years ago
  88. 4595f96 x86: change flush_tlb_others to take a const struct cpumask by Rusty Russell · 16 years ago
  89. fa95826 x86: uv_bau.h: fix dubious bitfield by Jaswinder Singh Rajput · 16 years ago
  90. c8182f0 sgi-xp: xpc needs to pass the physical address, not virtual by Russ Anderson · 16 years ago
  91. 189f67c x86: UV fix for global physical addresses by Jack Steiner · 16 years ago
  92. fbc2a06 Merge branch 'linus' into x86/uv by Ingo Molnar · 16 years ago
  93. 23c3570 x86: uv: Add UV reserved page bios call by Russ Anderson · 16 years ago
  94. e8929c8 x86: uv: Add UV memory protection bios call by Russ Anderson · 16 years ago
  95. 64ccf2f x86: uv: Add UV watchlist bios call by Russ Anderson · 16 years ago
  96. c08b6ac x86, uv: fix compile error in uv_hub.h by Mike Travis · 16 years ago
  97. 69a72a0 x86/uv: update SCIR driver to use the idle_cpu() function by Mike Travis · 16 years ago
  98. 7f1baa0 x86/uv: provide a System Activity Indicator driver by Mike Travis · 16 years ago
  99. 5292ae1 Merge commit 'v2.6.28-rc2' into x86/uv by Ingo Molnar · 16 years ago
  100. 05e4d31 x86: drop double underscores from header guards by H. Peter Anvin · 16 years ago