“fc1c8cbebecdc564ac7caa95dfccb7e9270c28d5”上不存在“git@gitcode.net:openanolis/dragonwell8_jdk.git”
  1. 24 7月, 2010 2 次提交
  2. 22 5月, 2010 1 次提交
    • G
      of: Remove duplicate fields from of_platform_driver · 4018294b
      Grant Likely 提交于
      .name, .match_table and .owner are duplicated in both of_platform_driver
      and device_driver.  This patch is a removes the extra copies from struct
      of_platform_driver and converts all users to the device_driver members.
      
      This patch is a pretty mechanical change.  The usage model doesn't change
      and if any drivers have been missed, or if anything has been fixed up
      incorrectly, then it will fail with a compile time error, and the fixup
      will be trivial.  This patch looks big and scary because it touches so
      many files, but it should be pretty safe.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Acked-by: NSean MacLennan <smaclennan@pikatech.com>
      4018294b
  3. 19 5月, 2010 1 次提交
  4. 09 1月, 2009 1 次提交
  5. 05 12月, 2008 2 次提交
    • S
      sparc,sparc64: unify kernel/ · a88b5ba8
      Sam Ravnborg 提交于
      o Move all files from sparc64/kernel/ to sparc/kernel
        - rename as appropriate
      o Update sparc/Makefile to the changes
      o Update sparc/kernel/Makefile to include the sparc64 files
      
      NOTE: This commit changes link order on sparc64!
      
      Link order had to change for either of sparc32 and sparc64.
      And assuming sparc64 see more testing than sparc32 change link
      order on sparc64 where issues will be caught faster.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a88b5ba8
    • D
      sparc64: Rework auxio driver to save some text space. · 86821d18
      David S. Miller 提交于
      Use common functions instead of inlining and duplicating logic
      over and over to handle the SBUS vs. EBUS cases.
      
      Before:
      
         text	   data	    bss	    dec	    hex	filename
          715	    568	     16	   1299	    513	arch/sparc64/kernel/auxio.o
      
      After:
      
         text	   data	    bss	    dec	    hex	filename
          631	    568	     16	   1215	    4bf	arch/sparc64/kernel/auxio.o
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      86821d18
  6. 31 8月, 2008 1 次提交
  7. 08 8月, 2008 1 次提交
  8. 14 10月, 2007 1 次提交
  9. 20 7月, 2007 1 次提交
  10. 04 10月, 2006 1 次提交
  11. 30 6月, 2006 2 次提交
  12. 26 6月, 2006 1 次提交
  13. 24 6月, 2006 2 次提交
  14. 28 6月, 2005 1 次提交
  15. 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