1. 28 4月, 2007 1 次提交
  2. 08 2月, 2007 1 次提交
  3. 23 12月, 2006 1 次提交
  4. 02 12月, 2006 1 次提交
  5. 30 9月, 2006 1 次提交
  6. 27 9月, 2006 1 次提交
    • S
      [PATCH] x86 microcode: using request_firmware to pull microcode · a30a6a2c
      Shaohua Li 提交于
      Using request_firmware to pull ucode from userspace, so we don't need the
      application 'microcode_ctl' to assist.  We name each ucode file according
      to CPU's info as intel-ucode/family-model-stepping.  In this way we could
      split ucode file as small one.  This has a lot of advantages such as
      selectively update and validate microcode for specific models, better
      manage microcode file, easily write tools for administerators and so on.
      with the changes, we should put all intel-ucode/xx-xx-xx microcode files
      into the firmware dir (I had a tool to split previous big data file into
      small one and later we will release new style data file).  The init script
      should be changed to just loading the driver without unloading
      Signed-off-by: NShaohua Li <shaohua.li@intel.com>
      Acked-by: NTigran Aivazian <tigran@veritas.com>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      a30a6a2c
  7. 22 6月, 2006 1 次提交
  8. 22 5月, 2006 1 次提交
  9. 21 3月, 2006 1 次提交
    • J
      [PATCH] firmware: fix BUG: in fw_realloc_buffer · 30560ba6
      Jeff Moyer 提交于
      The fw_realloc_buffer routine does not handle an increase in buffer size of
      more than 4k.  It's not clear to me why it expects that it will only get an
      extra 4k of data.  The attached patch modifies fw_realloc_buffer to vmalloc
      as much memory as is requested, instead of what we previously had + 4k.
      
      I've tested this on my laptop, which would crash occaisionally on boot
      without the patch.  With the patch, it hasn't crashed, but I can't be
      certain that this code path is exercised.
      Signed-off-by: NJeff Moyer <jmoyer@redhat.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      30560ba6
  10. 15 1月, 2006 1 次提交
  11. 12 1月, 2006 1 次提交
  12. 05 1月, 2006 1 次提交
  13. 14 11月, 2005 1 次提交
  14. 31 10月, 2005 1 次提交
  15. 13 9月, 2005 1 次提交
  16. 08 9月, 2005 1 次提交
  17. 29 6月, 2005 1 次提交
  18. 19 4月, 2005 1 次提交
  19. 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