1. 14 1月, 2007 1 次提交
    • R
      [SCSI] megaraid: fix kernel-doc · a69b74d3
      Randy Dunlap 提交于
      kernel-doc modifications:
      - change "@param var" notation to @var;
      - change function/description separator from ':' to '-';
      - change var/description separator from '-' to ':';
      - fix a few doc. typos;
      - don't use kernel-doc /** lead-in when the doc. block is not kernel-doc;
      - use Linux common */ ending comment format instead of **/;
      - use correct function parameter names;
      - place function parameters immediately after the function short description;
      - place kernel-doc immediately before its function or macro;
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Acked-by: NSumant Patro <sumantp@lsil.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      a69b74d3
  2. 27 9月, 2006 1 次提交
  3. 29 7月, 2006 2 次提交
    • J
      [SCSI] megaraid_{mm,mbox}: a fix on INQUIRY with EVPD · aa677bc7
      Ju, Seokmann 提交于
      With this patch, driver will protect data corruption created by
      INQUIRY with EVPD request to megaraid controllers.  As specified in
      the changelog, megaraid F/W already has fixed the issue and being
      under process of release. Meanwhile, driver will protect the system
      with this patch.
      
      Signed-Off By: Seokmann Ju <seokmann.ju@lsil.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      aa677bc7
    • J
      [SCSI] megaraid_{mm,mbox}: 64-bit DMA capability checker · fbf60802
      Ju, Seokmann 提交于
      This patch contains
      - a fix for 64-bit DMA capability check in megaraid_{mm,mbox} driver.
      - includes changes (going back to 32-bit DMA mask if 64-bit DMA mask
      failes) suggested by James with previous patch.
      - addition of SATA 150-4/6 as commented by Vasily Averin.
      
      With patch, the driver access PCIconfiguration space with dedicated
      offset to read a signature. If the signature read, it means that the
      controller has capability to handle 64-bit DMA.
      Without this patch, the driver used to blindly claim 64-bit DMA
      capability.
      The issue has been reported by Vasily Averin [vvs@sw.ru].
      Thank you Vasily for the reporting.
      
      Signed-Off By: Seokmann Ju <seokmann.ju@lsil.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      fbf60802
  4. 09 11月, 2005 1 次提交
    • O
      [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason · 733482e4
      Olaf Hering 提交于
      This patch removes almost all inclusions of linux/version.h.  The 3
      #defines are unused in most of the touched files.
      
      A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
      unfortunatly in linux/version.h.
      
      There are also lots of #ifdef for long obsolete kernels, this was not
      touched.  In a few places, the linux/version.h include was move to where
      the LINUX_VERSION_CODE was used.
      
      quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`
      
      search pattern:
      /UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h
      Signed-off-by: NOlaf Hering <olh@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      733482e4
  5. 07 11月, 2005 1 次提交
  6. 21 5月, 2005 1 次提交
  7. 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