1. 15 1月, 2006 1 次提交
  2. 11 1月, 2006 2 次提交
  3. 10 1月, 2006 1 次提交
  4. 07 1月, 2006 1 次提交
  5. 05 1月, 2006 1 次提交
  6. 21 11月, 2005 1 次提交
  7. 16 11月, 2005 1 次提交
  8. 14 11月, 2005 3 次提交
  9. 07 11月, 2005 3 次提交
    • R
      [PATCH] kernel-doc: fix some kernel-api warnings · 8f2709b5
      Randy Dunlap 提交于
      Fix various warnings in kernel-doc:
      
      Warning(linux-2614-rc4//include/linux/net.h:89): Enum value 'SOCK_DCCP' not described in enum 'sock_type'
      
      usercopy.c: should use !E instead of !I for exported symbols:
      Warning(linux-2614-rc4//arch/i386/lib/usercopy.c): no structured comments found
      
      fs.h does not need to use !E since it has no exported symbols:
      Warning(linux-2614-rc4//include/linux/fs.h:1182): No description found for parameter 'find_exported_dentry'
      Warning(linux-2614-rc4//include/linux/fs.h): no structured comments found
      
      irq/manage.c should use !E for its exported symbols:
      Warning(linux-2614-rc4//kernel/irq/manage.c): no structured comments found
      
      macmodes.c should use !E for its exported symbols:
      Warning(linux-2614-rc4//drivers/video/macmodes.c): no structured comments found
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      8f2709b5
    • R
      [PATCH] jbd doc: fix some kernel-doc warnings · 6c8bec6d
      Randy Dunlap 提交于
      Add structure fields kernel-doc for 2 fields in struct journal_s.
      
      Warning(/var/linsrc/linux-2614-rc4//include/linux/jbd.h:808): No description found for parameter 'j_wbuf'
      Warning(/var/linsrc/linux-2614-rc4//include/linux/jbd.h:808): No description found for parameter 'j_wbufsize'
      
      Convert fs/jbd/recovery.c non-static functions to kernel-doc format.
      
      fs/jbd/recovery.c doesn't export any symbols, so it should use
      !I instead of !E to eliminate this warning message:
      
      Warning(/var/linsrc/linux-2614-rc4//fs/jbd/recovery.c): no structured comments found
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6c8bec6d
    • M
      [PATCH] RapidIO support: core base · 394b701c
      Matt Porter 提交于
      Adds a RapidIO subsystem to the kernel.  RIO is a switched fabric interconnect
      used in higher-end embedded applications.  The curious can look at the specs
      over at http://www.rapidio.org
      
      The core code implements enumeration/discovery, management of
      devices/resources, and interfaces for RIO drivers.
      
      There's a lot more to do to take advantages of all the hardware features.
      However, this should provide a good base for folks with RIO hardware to start
      contributing.
      Signed-off-by: NMatt Porter <mporter@kernel.crashing.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      394b701c
  10. 03 11月, 2005 1 次提交
  11. 29 10月, 2005 3 次提交
  12. 04 10月, 2005 1 次提交
  13. 29 9月, 2005 2 次提交
  14. 22 9月, 2005 1 次提交
  15. 11 9月, 2005 1 次提交
  16. 10 9月, 2005 1 次提交
  17. 07 9月, 2005 1 次提交
  18. 28 6月, 2005 1 次提交
  19. 24 6月, 2005 3 次提交
  20. 21 6月, 2005 1 次提交
  21. 01 6月, 2005 1 次提交
  22. 31 5月, 2005 3 次提交
  23. 21 5月, 2005 1 次提交
  24. 01 5月, 2005 5 次提交