“db88a8e3ca38b840c768e65a3ddb952cf1bf258f”上不存在“README.md”
  1. 26 6月, 2006 1 次提交
    • D
      [SCSI] kmalloc argument switcheroo in recent 53c700 change. · 4311fa60
      Dave Jones 提交于
      On Wed, Jun 21, 2006 at 07:00:34PM +0000, Linux Kernel wrote:
       > commit 67d59dfd
       > tree ae85703651d81740f4a6cd398f9dd4d6aabe6a2f
       > parent 6db874fb
       > author James Bottomley <James.Bottomley@steeleye.com> Wed, 14 Jun 2006 07:31:19 -0500
       > committer James Bottomley <jejb@mulgrave.il.steeleye.com> Tue, 20 Jun 2006 05:34:01 -0500
       >
       > [SCSI] 53c700: remove reliance on deprecated cmnd fields
       >  ...
       >
       > +	SDp->hostdata = kmalloc(GFP_KERNEL, sizeof(struct NCR_700_sense));
       > +
       > +	if (!SDp->hostdata)
       > +		return -ENOMEM;
      
      "I'll take reversed arguments for $100 please Alex".
      Signed-off-by: NDave Jones <davej@redhat.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      4311fa60
  2. 20 6月, 2006 1 次提交
  3. 10 6月, 2006 1 次提交
  4. 29 5月, 2006 1 次提交
  5. 28 2月, 2006 1 次提交
  6. 16 12月, 2005 1 次提交
  7. 29 10月, 2005 2 次提交
  8. 21 6月, 2005 1 次提交
  9. 18 6月, 2005 3 次提交
  10. 17 4月, 2005 2 次提交
    • [PATCH] finally fix 53c700 to use the generic iomem infrastructure · 56fece20
      提交于
      This driver has had it's own different infrastructure for doing this for
      ages, but it's time it used the common one.
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      56fece20
    • 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
新手
引导
客服 返回
顶部