1. 08 3月, 2008 1 次提交
  2. 11 9月, 2007 1 次提交
  3. 01 7月, 2006 1 次提交
  4. 09 5月, 2006 1 次提交
  5. 10 2月, 2006 1 次提交
  6. 07 2月, 2006 1 次提交
  7. 14 1月, 2006 1 次提交
    • M
      [PATCH] powerpc/8xx: Use 8MB D-TLB's for kernel static mapping faults · 8f069b1a
      Marcelo Tosatti 提交于
      The following implements support for instantiation of 8MB D-TLB
      entries for the kernel direct virtual mapping on 8xx, thus reducing TLB
      space consumed for the kernel.
      
      Test used: writing 40MB from /dev/zero to file in ext2fs over 
      RAMDISK.
      
      $ time dd if=/dev/zero of=file bs=4k count=10000 
      
      VANILLA			8MB kernel data pages
      
      real    0m11.485s	real    0m11.267s
      user    0m0.218s        user    0m0.250s
      sys     0m8.939s	sys     0m9.108s
      
      real    0m11.518s	real    0m10.978s
      user    0m0.203s 	user    0m0.222s
      sys     0m9.585s	sys     0m9.138s
      
      real    0m11.554s	real    0m10.967s
      user    0m0.228s    	user    0m0.222s
      sys     0m9.497s	sys     0m9.127s
      
      real    0m11.633s	real	0m11.286s
      user    0m0.214s	user    0m0.196s
      sys     0m9.529s	sys     0m9.134s
      
      and averages for both:
      
      real	11.54750	real 11.12450
      
      Which is a 3.6% improvement in execution time. More improvement is
      expected for loads with larger kernel data footprint (real workloads).
      Signed-off-by: NMarcelo Tosatti <marcelo.tosatti@cyclades.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      8f069b1a
  8. 01 10月, 2005 1 次提交
  9. 10 9月, 2005 1 次提交
  10. 28 7月, 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