1. 26 Nov, 2013 3 commits
  2. 24 Dec, 2012 1 commit
  3. 01 Apr, 2012 1 commit
  4. 28 Mar, 2012 1 commit
  5. 10 Dec, 2011 5 commits
  6. 09 Aug, 2010 1 commit
  7. 17 May, 2010 1 commit
  8. 27 Feb, 2010 6 commits
  9. 26 Mar, 2009 2 commits
  10. 12 Jan, 2009 1 commit
  11. 28 Dec, 2008 1 commit
  12. 21 Jul, 2008 1 commit
    • Adrian Bunk's avatar
      m68k/mac/: possible cleanups · 8dfbdf4a
      Adrian Bunk authored
      
      This patch contains the following possible cleanups:
      - make the following needlessly global code (always) static:
        - baboon.c: struct baboon
        - baboon.c: baboon_irq()
        - config.c: mac_orig_videoaddr
        - config.c: mac_identify()
        - config.c: mac_report_hardware()
        - config.c: mac_debug_console_write()
        - config.c: mac_sccb_console_write()
        - config.c: mac_scca_console_write()
        - config.c: mac_init_scc_port()
        - oss.c: oss_irq()
        - oss.c: oss_nubus_irq()
        - psc.c: psc_debug_dump()
        - psc.c: psc_dma_die_die_die()
        - via.c: rbv_clear
      - remove the unused bootparse.c
      - #if 0 the following unused functions:
        - config.c: mac_debugging_short()
        - config.c: mac_debugging_long()
      - remove the following unused code:
        - config.c: mac_bisize
        - config.c: mac_env
        - config.c: mac_SCC_init_done
        - config.c: mac_SCC_reset_done
        - config.c: mac_init_scca_port()
        - config.c: mac_init_sccb_port()
      Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
      Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      8dfbdf4a
  13. 05 May, 2008 1 commit
  14. 05 Feb, 2008 1 commit
  15. 19 Oct, 2007 1 commit
  16. 20 Jul, 2007 2 commits
  17. 05 May, 2007 2 commits
  18. 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
  19. 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
  20. 30 Jun, 2006 1 commit
  21. 25 Jun, 2006 2 commits
  22. 23 Jun, 2006 1 commit
  23. 12 Jan, 2006 1 commit
  24. 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