1. 05 Dec, 2006 1 commit
    • Paul Mundt's avatar
      sh: Fixup movli.l/movco.l atomic ops for gcc4. · c03c6961
      Paul Mundt authored
      
      gcc4 gets a bit pissy about the outputs:
      
      include/asm/atomic.h: In function 'atomic_add':
      include/asm/atomic.h:37: error: invalid lvalue in asm statement
      include/asm/atomic.h:30: error: invalid lvalue in asm output 1
      ...
      
      this ended up being a thinko anyways, so just fix it up.
      
      Verified for proper behaviour with the older toolchains, too.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      c03c6961
  2. 27 Sep, 2006 1 commit
  3. 26 Sep, 2006 1 commit
  4. 09 Jan, 2006 1 commit
  5. 06 Jan, 2006 1 commit
    • Christoph Lameter's avatar
      [PATCH] atomic_long_t & include/asm-generic/atomic.h V2 · d3cb4871
      Christoph Lameter authored
      
      Several counters already have the need to use 64 atomic variables on 64 bit
      platforms (see mm_counter_t in sched.h).  We have to do ugly ifdefs to fall
      back to 32 bit atomic on 32 bit platforms.
      
      The VM statistics patch that I am working on will also make more extensive
      use of atomic64.
      
      This patch introduces a new type atomic_long_t by providing definitions in
      asm-generic/atomic.h that works similar to the c "long" type.  Its 32 bits
      on 32 bit platforms and 64 bits on 64 bit platforms.
      
      Also cleans up the determination of the mm_counter_t in sched.h.
      Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      d3cb4871
  6. 13 Nov, 2005 2 commits
  7. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4