An error occurred fetching the project authors.
  1. 26 Sep, 2003 1 commit
    • Martin Schwidefsky's avatar
      [PATCH] s390: arch fixes. · 7d853ae3
      Martin Schwidefsky authored
       - Fix cflags for z990 compiles.
       - Rename resume to __switch_to to avoid name clash.
       - Fix show_trace and show_stack.
       - Add alignments to linker script.
       - Add atomic64_t and related funtions.
       - Add include/asm-s390/local.h
       - Fix 31 bit get_user for 8 byte values.
       - Fix show_regs oops.
       - Add a couple of might_sleep() calls.
       - Fix loading of modules with a BIG symbol table.
       - Fix inline asm constraint in __get_user_asm_1
       - Fix nested irq_enter bug on shutdown.
       - Add sched_clock function.
      7d853ae3
  2. 19 Aug, 2003 1 commit
    • Arnd Bergmann's avatar
      [PATCH] correct local_dec on some architectures · 6108d0da
      Arnd Bergmann authored
      A small bug in local.h apparently got copied a few times.
      I noticed this because I copied the same bug to s390.
      This patch should fix the occurrences in BK, but there
      are others that are not merged yet, e.g. ppc64 in -mm3.
      6108d0da
  3. 31 Jul, 2003 1 commit
    • Ralf Bächle's avatar
      [PATCH] MIPS update · 51c6022f
      Ralf Bächle authored
      Here's another MIPS update.  The patch is huge because it completly
      folds mips64 into mips, thereby eleminating 41010 lines of code.
      51c6022f
  4. 21 Jul, 2003 2 commits
  5. 18 Jul, 2003 1 commit
    • Rusty Russell's avatar
      [PATCH] Sparc64 local_t support · 5a4aab32
      Rusty Russell authored
      These are the local_t bits for sparc64.
      
      Other platforms such as PPC64 and Alpha (and in fact any "load locked/
      store conditional" like platform other than IA64), probably want to do
      something similar.
      5a4aab32