An error occurred fetching the project authors.
  1. 09 May, 2007 1 commit
  2. 08 May, 2007 2 commits
  3. 17 Mar, 2007 1 commit
  4. 13 Feb, 2007 1 commit
    • Ralf Baechle's avatar
      [MIPS] Improve branch prediction in ll/sc atomic operations. · f65e4fa8
      Ralf Baechle authored
      Now that finally all supported versions of binutils have functioning
      support for .subsection use .subsection to tweak the branch prediction
      
      I did not modify the R10000 errata variants because it seems unclear if
      this will invalidate the workaround which actually relies on the cheesy
      prediction of branch likely to cause a misspredict if the sc was
      successful.
      Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
      f65e4fa8
  5. 10 Dec, 2006 1 commit
  6. 04 Dec, 2006 1 commit
  7. 02 Nov, 2006 1 commit
  8. 15 Jul, 2006 1 commit
    • Steven Rostedt's avatar
      [PATCH] remove set_wmb - arch removal · 52393ccc
      Steven Rostedt authored
      set_wmb should not be used in the kernel because it just confuses the
      code more and has no benefit.  Since it is not currently used in the
      kernel this patch removes it so that new code does not include it.
      
      All archs define set_wmb(var, value) to do { var = value; wmb(); }
      while(0) except ia64 and sparc which use a mb() instead.  But this is
      still moot since it is not used anyway.
      
      Hasn't been tested on any archs but x86 and x86_64 (and only compiled
      tested)
      Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      52393ccc
  9. 13 Jul, 2006 1 commit
  10. 26 Apr, 2006 1 commit
  11. 19 Apr, 2006 3 commits
  12. 21 Mar, 2006 1 commit
  13. 27 Feb, 2006 1 commit
  14. 12 Jan, 2006 2 commits
  15. 29 Oct, 2005 10 commits
  16. 05 Sep, 2005 1 commit
  17. 25 Jun, 2005 1 commit
    • Nick Piggin's avatar
      [PATCH] sched: cleanup context switch locking · 4866cde0
      Nick Piggin authored
      Instead of requiring architecture code to interact with the scheduler's
      locking implementation, provide a couple of defines that can be used by the
      architecture to request runqueue unlocked context switches, and ask for
      interrupts to be enabled over the context switch.
      
      Also replaces the "switch_lock" used by these architectures with an oncpu
      flag (note, not a potentially slow bitflag).  This eliminates one bus
      locked memory operation when context switching, and simplifies the
      task_running function.
      Signed-off-by: default avatarNick Piggin <nickpiggin@yahoo.com.au>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      4866cde0
  18. 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