1. 27 9月, 2005 1 次提交
  2. 21 9月, 2005 1 次提交
  3. 08 9月, 2005 1 次提交
  4. 23 6月, 2005 1 次提交
  5. 17 4月, 2005 2 次提交
    • B
      [PATCH] ppc64: Detect altivec via firmware on unknown CPUs · 187335a4
      Benjamin Herrenschmidt 提交于
      This patch adds detection of the Altivec capability of the CPU via the
      firmware in addition to the cpu table.  This allows newer CPUs that aren't
      in the table to still have working altivec support in the kernel.
      
      It also fixes a problem where if a CPU isn't recognized as having altivec
      features, and takes an altivec unavailable exception due to userland
      issuing altivec instructions, the kernel would happily enable it and
      context switch the registers ...  but not all of them (it would basically
      forget vrsave).  With this patch, the kernel will refuse to enable altivec
      when the feature isn't detected for the CPU (SIGILL).
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      187335a4
    • 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