| Commit message (Expand) | Author | Age | Files | Lines |
* | gru: handle blades without memory | Jack Steiner | 2009-12-16 | 1 | -2/+2 |
* | gru: fix istatus race in GRU tlb dropin | Jack Steiner | 2009-12-16 | 1 | -29/+20 |
* | gru: add comments raised in previous code reviews | Jack Steiner | 2009-12-16 | 2 | -1/+8 |
* | gru: initial GRU based on blade topology | Jack Steiner | 2009-12-16 | 1 | -7/+5 |
* | X86: uv: implement a gru_read_gpa kernel function | Robin Holt | 2009-12-16 | 5 | -0/+52 |
* | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | sgi-gru: decrapfiy options_write() function | Linus Torvalds | 2009-11-05 | 1 | -6/+7 |
* | const: constify remaining file_operations | Alexey Dobriyan | 2009-10-01 | 1 | -2/+1 |
* | const: mark struct vm_struct_operations | Alexey Dobriyan | 2009-09-27 | 2 | -2/+2 |
* | gru: allocation may fail in quicktest1() | Roel Kluin | 2009-09-24 | 1 | -0/+2 |
* | gru: use proc_create() | Alexey Dobriyan | 2009-09-24 | 1 | -2/+1 |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 2 | -2/+0 |
* | gru: copyright fixes | Jack Steiner | 2009-06-18 | 2 | -8/+28 |
* | gru: remove references to the obsolete global status handle | Jack Steiner | 2009-06-18 | 1 | -2/+0 |
* | gru: fixes to grudump utility | Jack Steiner | 2009-06-18 | 2 | -4/+8 |
* | gru: fix potential use-after-free when purging GRU tlbs | Jack Steiner | 2009-06-18 | 1 | -1/+3 |
* | gru: add user request to specify gru slice | Jack Steiner | 2009-06-18 | 4 | -1/+13 |
* | gru: generic infrastructure for context options | Jack Steiner | 2009-06-18 | 5 | -13/+35 |
* | gru: cleanup gru inline functions | Jack Steiner | 2009-06-18 | 1 | -17/+16 |
* | gru: delete user request for fetching chiplet status | Jack Steiner | 2009-06-18 | 2 | -41/+0 |
* | gru: collect per-context user statistics | Jack Steiner | 2009-06-18 | 5 | -0/+52 |
* | gru: fix automatic retry of gru instruction failures | Jack Steiner | 2009-06-18 | 1 | -3/+2 |
* | gru: add user request to explicitly unload a gru context | Jack Steiner | 2009-06-18 | 3 | -28/+41 |
* | gru: fix cache coherency issues with instruction retry | Jack Steiner | 2009-06-18 | 4 | -4/+14 |
* | gru: update to rev 0.9 of gru spec | Jack Steiner | 2009-06-18 | 6 | -11/+24 |
* | gru: update gru kernel self tests | Jack Steiner | 2009-06-18 | 4 | -16/+142 |
* | gru: support for asynchronous gru instructions | Jack Steiner | 2009-06-18 | 3 | -20/+213 |
* | gru: support instruction completion interrupts | Jack Steiner | 2009-06-18 | 3 | -7/+29 |
* | gru: check context state on reload | Jack Steiner | 2009-06-18 | 2 | -9/+25 |
* | gru: fix handling of mesq failures | Jack Steiner | 2009-06-18 | 1 | -9/+24 |
* | gru: support contexts with zero dsrs or cbrs | Jack Steiner | 2009-06-18 | 2 | -6/+4 |
* | gru: change resource assignment for kernel threads | Jack Steiner | 2009-06-18 | 6 | -105/+184 |
* | gru: support cch_allocate for kernel threads | Jack Steiner | 2009-06-18 | 4 | -19/+17 |
* | gru: change context load and unload | Jack Steiner | 2009-06-18 | 3 | -7/+11 |
* | gru: dynamic allocation of kernel contexts | Jack Steiner | 2009-06-18 | 2 | -29/+33 |
* | gru: dump chiplet state | Jack Steiner | 2009-06-18 | 5 | -1/+267 |
* | gru: bug fixes for GRU exception handling | Jack Steiner | 2009-06-18 | 6 | -26/+52 |
* | page allocator: do not check NUMA node ID when the caller knows the node is v... | Mel Gorman | 2009-06-16 | 1 | -1/+1 |
* | sgi-xp/sgi-gru: allow modules to load on non-uv systems | Robin Holt | 2009-04-21 | 1 | -1/+1 |
* | sgi-gru: support multiple pagesizes in GRU | Jack Steiner | 2009-04-02 | 6 | -38/+35 |
* | sgi-gru: fix bugs related to module unload of the GRU driver | Jack Steiner | 2009-04-02 | 3 | -1/+24 |
* | sgi-gru: macro for scanning all gru chiplets | Jack Steiner | 2009-04-02 | 4 | -13/+14 |
* | sgi-gru: add support to the GRU driver for message queue interrupts | Jack Steiner | 2009-04-02 | 2 | -55/+82 |
* | sgi-gru: restructure the GRU vtop functions | Jack Steiner | 2009-04-02 | 1 | -24/+44 |
* | sgi-gru: aSID (context management) bug fixes | Jack Steiner | 2009-04-02 | 2 | -4/+10 |
* | sgi-gru: add support for a user to explicitly unload a GRU context | Jack Steiner | 2009-04-02 | 1 | -0/+36 |
* | sgi-gru: add statistics to the GRU context management functions | Jack Steiner | 2009-04-02 | 3 | -0/+59 |
* | sgi-gru: change GRU CCH commands from inline functions to outofline functions | Jack Steiner | 2009-04-02 | 4 | -160/+218 |
* | sgi-gru: improvements to GRU debug messages & statistics | Jack Steiner | 2009-04-02 | 7 | -27/+38 |
* | sgi-gru: misc GRU cleanup | Jack Steiner | 2009-04-02 | 8 | -43/+55 |