1. 01 4月, 2014 1 次提交
  2. 23 1月, 2014 1 次提交
  3. 30 10月, 2013 1 次提交
  4. 01 2月, 2013 1 次提交
  5. 04 1月, 2013 1 次提交
    • G
      MIPS: drivers: remove __dev* attributes. · 28eb0e46
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      28eb0e46
  6. 11 10月, 2012 1 次提交
    • R
      MIPS: Malta: Fix section mismatch. · 2eaaac50
      Ralf Baechle 提交于
        LD      arch/mips/pci/built-in.o
      WARNING: arch/mips/pci/built-in.o(.devinit.text+0x2a0): Section mismatch in reference from the function malta_piix_func0_fixup() to the variable .init.data:pci_irq
      The function __devinit malta_piix_func0_fixup() references
      a variable __initdata pci_irq.
      If pci_irq is only used by malta_piix_func0_fixup then
      annotate pci_irq with a matching annotation.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      2eaaac50
  7. 23 7月, 2012 1 次提交
  8. 19 7月, 2012 1 次提交
  9. 11 7月, 2007 1 次提交
  10. 05 9月, 2005 1 次提交
  11. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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