1. 08 9月, 2008 1 次提交
  2. 28 8月, 2008 1 次提交
  3. 11 8月, 2008 1 次提交
    • M
      sh: select memchunk size using kernel cmdline · 0c13bf1e
      Magnus Damm 提交于
      Allow user to pass parameters on kernel command line to override
      default size for physically contiguous memory buffers. The default
      VPU buffer size is too small for VGA harware encoding, but instead
      of just bumping up the number we allow the user to override the
      default size using the command line. Supports SuperH Mobile hardware
      blocks such as VEU, VPU and CEU.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      0c13bf1e
  4. 28 7月, 2008 1 次提交
  5. 19 7月, 2008 1 次提交
  6. 14 2月, 2008 1 次提交
    • M
      sh: declared coherent memory support V2 fix · 2a3eeba8
      Magnus Damm 提交于
      This patch fixes the recently introduced declared coherent memory support.
      Without this fix a cached memory area is returned by dma_alloc_coherent() -
      unless dma_declare_coherent_memory() has setup a separate area.
      
      This patch makes sure an uncached memory area is returned. With this patch
      it is now possible to ping through an rtl8139 interface on r2d-plus.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      2a3eeba8
  7. 28 1月, 2008 2 次提交
  8. 17 10月, 2007 1 次提交
  9. 10 10月, 2006 1 次提交
  10. 27 9月, 2006 1 次提交
    • P
      sh: page table alloc cleanups and page fault optimizations. · 26ff6c11
      Paul Mundt 提交于
      Cleanup of page table allocators, using generic folded PMD and PUD
      helpers. TLB flushing operations are moved to a more sensible spot.
      
      The page fault handler is also optimized slightly, we no longer waste
      cycles on IRQ disabling for flushing of the page from the ITLB, since
      we're already under CLI protection by the initial exception handler.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      26ff6c11
  11. 22 3月, 2006 1 次提交
  12. 28 10月, 2005 1 次提交
  13. 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