1. 21 5月, 2016 1 次提交
    • S
      sparc32: fix build with STRICT_MM_TYPECHECKS · 6e6e4187
      Sam Ravnborg 提交于
      Based on recent thread on linux-arch (some weeks ago) I
      decided to check how much work was required to build sparc32
      with STRICT_MM_TYPECHECKS enabled.
      
      The resulting binary (checked srmmu.o) was to my suprise smaller with
      STRICT_MM_TYPECHECKS defined, than without.
      
      As I have no working gear to test sparc32 bits at for the moment,
      I did not enable STRICT_MM_TYPECHECKS - but was tempeted to do so.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      6e6e4187
  2. 19 5月, 2014 1 次提交
  3. 14 5月, 2012 2 次提交
    • D
      sparc32: Convert mmu_* interfaces from btfixup to method ops. · d894d964
      David S. Miller 提交于
      This set of changes displays one major danger of btfixup, interface
      signatures are not always type checked fully.  As seen here the iounit
      variant of the map_dma_area routine had an incorrect type for one of
      it's arguments.
      
      It turns out to be harmless in this case, but just imagine trying to
      debug something involving this kind of problem.  No thanks.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d894d964
    • D
      sparc: Kill mmu_{un,}lockarea(). · 679bea5e
      David S. Miller 提交于
      These were used on sun4c during floppy data transfers since on that
      chip we had to lock the cpu mappings into the TLB because we cannot
      take a TLB miss during the assembler floppy interrupt handler that
      does the data transfer.
      
      That is no longer necessary since we've removed sun4c support, thus
      this stuff can disappear completely.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      679bea5e
  4. 24 7月, 2010 1 次提交
  5. 12 12月, 2008 1 次提交
  6. 29 8月, 2008 7 次提交
  7. 20 5月, 2008 1 次提交
  8. 27 10月, 2007 1 次提交
  9. 23 10月, 2007 1 次提交
  10. 16 10月, 2007 1 次提交
  11. 11 8月, 2007 1 次提交
  12. 10 12月, 2006 2 次提交
  13. 22 7月, 2006 1 次提交
  14. 01 7月, 2006 1 次提交
  15. 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