| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, uv: uv_global_gru_mmr_address() macro fix | Jack Steiner | 2010-03-15 | 1 | -1/+2 |
* | x86, uv: Add function retrieving node controller revision number | Jack Steiner | 2010-01-15 | 1 | -0/+12 |
* | x86: SGI UV: Fix writes to led registers on remote uv hubs | Mike Travis | 2009-12-29 | 1 | -38/+48 |
* | gru: function to generate chipset IPI values | Jack Steiner | 2009-12-16 | 1 | -4/+20 |
* | x86: uv: update XPC to handle updated BIOS interface | Robin Holt | 2009-12-16 | 1 | -10/+1 |
* | x86: uv: introduce uv_gpa_is_mmr | Robin Holt | 2009-12-16 | 1 | -0/+7 |
* | x86: uv: introduce a means to translate from gpa -> socket_paddr | Robin Holt | 2009-12-16 | 1 | -0/+13 |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -1/+1 |
|\ |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-12-05 | 1 | -6/+8 |
|\ \
| |/
|/| |
|
| * | x86, apic: Move SGI UV functionality out of generic IO-APIC code | Dimitri Sivanich | 2009-10-14 | 1 | -7/+0 |
| * | x86: SGI UV: Fix irq affinity for hub based interrupts | Dimitri Sivanich | 2009-10-14 | 1 | -3/+12 |
* | | x86, UV: Set DELIVERY_MODE=4 for vector=NMI_VECTOR in uv_hub_send_ipi() | Robin Holt | 2009-10-21 | 1 | -0/+7 |
* | | x86, UV: Fix and clean up bau code to use uv_gpa_to_pnode() | Robin Holt | 2009-10-16 | 1 | -1/+15 |
|/ |
|
* | x86: SGI UV: Add volatile semantics to macros that access chipset registers | Jack Steiner | 2009-09-18 | 1 | -8/+9 |
* | x86: SGI UV: Fix IPI macros | Jack Steiner | 2009-09-18 | 1 | -1/+1 |
* | x86: Fix UV BAU destination subnode id | Cliff Wickman | 2009-08-15 | 1 | -1/+1 |
* | x86, UV: Fix macros for accessing large node numbers | Jack Steiner | 2009-08-04 | 1 | -1/+1 |
* | x86, UV: Handle missing blade-local memory correctly | Jack Steiner | 2009-08-04 | 1 | -0/+7 |
* | x86, UV: Fix macros for multiple coherency domains | Jack Steiner | 2009-06-08 | 1 | -2/+4 |
* | x86: Fix UV BAU activation descriptor init | Cliff Wickman | 2009-06-03 | 1 | -1/+1 |
* | x86: UV BAU messaging timeouts | Cliff Wickman | 2009-04-03 | 1 | -0/+5 |
* | sgi-gru: add macros for using the UV hub to send interrupts | Jack Steiner | 2009-04-02 | 1 | -0/+12 |
* | sgi-gru: add definitions of x86_64 GRU MMRs | Jack Steiner | 2009-04-02 | 1 | -0/+153 |
* | sgi-gru: exclude UV definitions on 32-bit x86 | Jack Steiner | 2009-04-02 | 1 | -0/+2 |
* | x86: UV, SGI RTC: loop through installed UV blades | Dimitri Sivanich | 2009-03-04 | 1 | -0/+4 |
* | x86: remove update_apic from x86_quirks | Yinghai Lu | 2009-02-26 | 1 | -3/+0 |
* | x86: UV: fix header struct usage | Randy Dunlap | 2009-02-11 | 1 | -0/+3 |
* | x86: make UV support configurable | Nick Piggin | 2009-01-21 | 1 | -3/+3 |
* | x86: uv cleanup | Tejun Heo | 2009-01-21 | 2 | -2/+33 |
* | x86: change flush_tlb_others to take a const struct cpumask | Rusty Russell | 2009-01-11 | 1 | -1/+2 |
* | x86: uv_bau.h: fix dubious bitfield | Jaswinder Singh Rajput | 2008-12-30 | 1 | -23/+23 |
* | sgi-xp: xpc needs to pass the physical address, not virtual | Russ Anderson | 2008-12-16 | 1 | -1/+1 |
* | x86: UV fix for global physical addresses | Jack Steiner | 2008-12-16 | 1 | -14/+2 |
* | Merge branch 'linus' into x86/uv | Ingo Molnar | 2008-11-20 | 1 | -0/+1 |
|\ |
|
| * | x86, uv: fix compile error in uv_hub.h | Mike Travis | 2008-10-30 | 1 | -0/+1 |
* | | x86: uv: Add UV reserved page bios call | Russ Anderson | 2008-11-05 | 1 | -1/+4 |
* | | x86: uv: Add UV memory protection bios call | Russ Anderson | 2008-11-05 | 1 | -1/+9 |
* | | x86: uv: Add UV watchlist bios call | Russ Anderson | 2008-11-05 | 1 | -1/+16 |
* | | x86/uv: update SCIR driver to use the idle_cpu() function | Mike Travis | 2008-10-27 | 1 | -13/+13 |
* | | x86/uv: provide a System Activity Indicator driver | Mike Travis | 2008-10-27 | 1 | -1/+62 |
* | | Merge commit 'v2.6.28-rc2' into x86/uv | Ingo Molnar | 2008-10-27 | 1 | -3/+3 |
|/ |
|
* | x86: drop double underscores from header guards | H. Peter Anvin | 2008-10-23 | 5 | -15/+15 |
* | x86: Fix ASM_X86__ header guards | H. Peter Anvin | 2008-10-22 | 5 | -15/+15 |
* | x86, um: ... and asm-x86 move | Al Viro | 2008-10-22 | 5 | -0/+2111 |