An error occurred fetching the project authors.
  1. 31 Jan, 2011 1 commit
    • Torben Hohn's avatar
      m68k: Switch do_timer() to xtime_update() · e53f276b
      Torben Hohn authored
      xtime_update() properly takes the xtime_lock
      Signed-off-by: default avatarTorben Hohn <torbenh@gmx.de>
      Cc: Sam Creasey <sammy@sammy.net>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: johnstul@us.ibm.com
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Cc: hch@infradead.org
      Cc: yong.zhang0@gmail.com
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Greg Ungerer <gerg@uclinux.org>
      LKML-Reference: <20110127150006.23248.71790.stgit@localhost>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      e53f276b
  2. 12 Jan, 2009 1 commit
  3. 23 Oct, 2008 1 commit
  4. 05 Feb, 2008 1 commit
  5. 20 Jul, 2007 1 commit
  6. 09 Oct, 2006 1 commit
    • David Howells's avatar
      IRQ: Use the new typedef for interrupt handler function pointers · 40220c1a
      David Howells authored
      Use the new typedef for interrupt handler function pointers rather than
      actually spelling out the full thing each time.  This was scripted with the
      following small shell script:
      
      #!/bin/sh
      egrep -nHrl -e 'irqreturn_t[ 	]*[(][*]' $* |
      while read i
      do
          echo $i
          perl -pi -e 's/irqreturn_t\s*[(]\s*[*]\s*([_a-zA-Z0-9]*)\s*[)]\s*[(]\s*int\s*,\s*void\s*[*]\s*[)]/irq_handler_t \1/g' $i || exit $?
      done
      Signed-Off-By: default avatarDavid Howells <dhowells@redhat.com>
      40220c1a
  7. 07 Oct, 2006 1 commit
    • Al Viro's avatar
      [PATCH] m68k pt_regs fixes · 2850bc27
      Al Viro authored
      m68k_handle_int() split in two functions: __m68k_handle_int() takes
      pt_regs * and does set_irq_regs(); m68k_handle_int() doesn't get pt_regs
      *.
      
      Places where we used to call m68k_handle_int() recursively with the same
      pt_regs have simply lost the second argument, the rest is switched to
      __m68k_handle_int().
      
      The rest of patch is just dropping pt_regs * where needed.
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      2850bc27
  8. 25 Jun, 2006 1 commit
  9. 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