1. 21 Jun, 2011 8 commits
  2. 03 Jun, 2011 1 commit
  3. 30 May, 2011 2 commits
    • Jack Steiner's avatar
      x86, UV: Clean up uv_mmrs.h · 55ba4120
      Jack Steiner authored
      No code changes. Reformat definitions to make it more readable.
      
      I fixed alignment of comments in the structure definitions.
      
      Also aligned comments and most field definitions & values. Also
      sorted the defines for the SHIFT & MASK values for each MMR.
      This make the file visually much more acceptable.
      
      Some of the symbol names are still quite long. The file is based
      on post-processing of verilog definitions that are used for the
      node controller chip design. Although some symbol names are not
      what I would chose, I would like to maintain compatibility with
      the names used by the chip designers. We have a number of
      cross-reference utilities & having common names is important.
      Signed-off-by: default avatarJack Steiner <steiner@sgi.com>
      Link: http://lkml.kernel.org/r/20110527145256.GA31224@sgi.comSigned-off-by: default avatarIngo Molnar <mingo@elte.hu>
      --
       arch/x86/include/asm/uv/uv_mmrs.h | 2873 +++++++++++++++++++++-----------------
       1 file changed, 1600 insertions(+), 1273 deletions(-)
      55ba4120
    • Linus Torvalds's avatar
      Linux 3.0-rc1 · 55922c9d
      Linus Torvalds authored
      .. except there are various scripts that really know that there are
      three numbers, so it calls itself "3.0.0-rc1".
      
      Hopefully by the time the final 3.0 is out, we'll have that extra zero
      all figured out.
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      55922c9d
  4. 29 May, 2011 29 commits