An error occurred fetching the project authors.
  1. 09 May, 2007 1 commit
  2. 03 May, 2007 3 commits
  3. 16 Feb, 2007 1 commit
    • Grant Grundler's avatar
      PCI: pci.txt fix __devexit() usage · 26ba05e4
      Grant Grundler authored
      Marin Mitov <mitov@issp.bas.bg> spotted a brainfart where I had
      failed to update copied text with *_remove and __devexit().
      
      Marin made a good comment in his email to me:
      | mydriver_probe() is _always_ executed, while mydriver_remove() is not.
      | See: include/linux/init.h
      
      Which says:
      /* Functions marked as __devexit may be discarded at kernel link time, depending
         on config options.  Newer versions of binutils detect references from
         retained sections to discarded sections and flag an error.  Pointers to
         __devexit functions must use __devexit_p(function_name), the wrapper will
         insert either the function_name or NULL, depending on the config options.
       */
      Signed-off-by: default avatarGrant Grundler <grundler@parisc-linux.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      26ba05e4
  4. 22 Jan, 2007 1 commit
    • Grant Grundler's avatar
      PCI: rework Documentation/pci.txt · 74da15eb
      Grant Grundler authored
      Rewrite Documentation/pci.txt:
      o restructure document to match how API is used when writing init code.
      o update to reflect changes in struct pci_driver function pointers.
      o removed language on "new style vs old style" device discovery.
        "Old style" is now deprecated. Don't use it. Left description in
        to document existing driver behaviors.
      o add section "Legacy I/O Port free driver" by Kenji Kaneshige
        http://lkml.org/lkml/2006/11/22/25
        (renamed to "pci_enable_device_bars() and Legacy I/O Port space")
      o add "MMIO space and write posting" section to help avoid common pitfall
        when converting drivers from IO Port space to MMIO space.
        Orignally posted http://lkml.org/lkml/2006/2/27/24
      o many typo/grammer/spelling corrections from Randy Dunlap
      o two more spelling corrections from Stephan Richter
      o fix CodingStyle as per Randy Dunlap
      Signed-off-by: default avatarGrant Grundler <grundler@parisc-linux.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      74da15eb
  5. 02 Jul, 2006 1 commit
  6. 21 Jun, 2006 1 commit
  7. 27 Apr, 2006 1 commit
  8. 10 Sep, 2005 1 commit
  9. 17 Aug, 2005 1 commit
  10. 04 May, 2005 1 commit
  11. 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