1. 04 2月, 2013 6 次提交
  2. 16 11月, 2012 1 次提交
    • H
      mtd: cmdlinepart: fix the overflow of big mtd partitions · 6f9f59ee
      Huang Shijie 提交于
      When the kernel parses the following cmdline
      
      	#mtdparts=gpmi-nand:16m(boot),16m(kernel),1g(home),4g(test),-(usr)
      
      for a big nand chip Micron MT29F64G08AFAAAWP(8GB), we got the following wrong
      result:
      
      	.............................................
      		"mtd: partition size too small (0)"
      	.............................................
      
      We can not get any partition.
      
      The "4g(test)" partition triggers a overflow of the "size". The memparse()
      returns 4g to the "size", but the size is "unsigned long" type, so a overflow
      occurs, the "size" becomes zero in the end.
      
      This patch changes the "size"/"offset" to "unsigned long long" type,
      and replaces the UINT_MAX with ULLONG_MAX for macros SIZE_REMAINING and
      OFFSET_CONTINUOUS.
      Signed-off-by: NHuang Shijie <b32955@freescale.com>
      Signed-off-by: NArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
      6f9f59ee
  3. 15 11月, 2012 1 次提交
  4. 29 9月, 2012 4 次提交
  5. 14 5月, 2012 1 次提交
  6. 01 11月, 2011 1 次提交
  7. 11 9月, 2011 2 次提交
  8. 09 8月, 2010 1 次提交
  9. 25 6月, 2009 1 次提交
  10. 21 3月, 2009 1 次提交
  11. 18 10月, 2008 1 次提交
  12. 12 7月, 2008 1 次提交
  13. 05 6月, 2008 1 次提交
  14. 23 4月, 2008 1 次提交
  15. 22 4月, 2008 1 次提交
  16. 03 2月, 2008 1 次提交
  17. 29 11月, 2006 2 次提交
  18. 01 4月, 2006 1 次提交
  19. 07 11月, 2005 1 次提交
  20. 29 6月, 2005 1 次提交
  21. 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