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