1. 02 Nov, 2008 1 commit
  2. 23 Aug, 2008 2 commits
  3. 22 Aug, 2008 1 commit
  4. 28 Jul, 2008 1 commit
  5. 24 Jun, 2008 4 commits
  6. 01 May, 2008 1 commit
    • Sam Ravnborg's avatar
      pcmcia: silence section mismatch warnings from class_interface variables · ed49f5d0
      Sam Ravnborg authored
      
      Silence the following warnings:
      WARNING: drivers/pcmcia/built-in.o(.data+0x6e8): Section mismatch in reference from the variable pcmcia_bus_interface to the function .devinit.text:pcmcia_bus_add_socket()
      WARNING: drivers/pcmcia/built-in.o(.data+0xa88): Section mismatch in reference from the variable pccard_rsrc_interface to the function .devinit.text:pccard_sysfs_add_rsrc()
      WARNING: drivers/pcmcia/built-in.o(.data+0xa90): Section mismatch in reference from the variable pccard_rsrc_interface to the function .devexit.text:pccard_sysfs_remove_rsrc()
      
      The variables of type class_interface contains references
      to __devinit and __devexit functions which is OK.
      Silence warnings by annotating the variables with __refdata.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Cc: Dominik Brodowski <linux@dominikbrodowski.net>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      ed49f5d0
  7. 05 Feb, 2008 1 commit
  8. 07 Feb, 2007 1 commit
  9. 27 Jun, 2006 2 commits
  10. 31 Mar, 2006 2 commits
  11. 05 Jan, 2006 3 commits
  12. 31 Oct, 2005 1 commit
  13. 28 Oct, 2005 1 commit
  14. 28 Sep, 2005 2 commits
  15. 28 Jun, 2005 5 commits
  16. 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