1. 26 Mar, 2008 1 commit
  2. 06 Feb, 2008 1 commit
  3. 23 Dec, 2007 1 commit
  4. 15 Oct, 2007 2 commits
    • Michael Ellerman's avatar
      Use dcr_host_t.base in dcr_unmap() · cdbd3865
      Michael Ellerman authored
      
      With the base stored in dcr_host_t, there's no need for callers to pass
      the dcr_n into dcr_unmap(). In fact this removes the possibility of them
      passing the incorrect value, which would then be iounmap()'ed.
      Signed-off-by: default avatarMichael Ellerman <michael@ellerman.id.au>
      Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
      cdbd3865
    • Michael Ellerman's avatar
      Add dcr_host_t.base in dcr_read()/dcr_write() · 83f34df4
      Michael Ellerman authored
      
      Now that all users of dcr_read()/dcr_write() add the dcr_host_t.base, we
      can save them the trouble and do it in dcr_read()/dcr_write().
      
      As some background to why we just went through all this jiggery-pokery,
      benh sayeth:
      
       Initially the goal of the dcr_read/dcr_write routines was to operate like
       mfdcr/mtdcr which take absolute DCR numbers. The reason is that on 4xx
       hardware, indirect DCR access is a pain (goes through a table of
       instructions) and it's useful to have the compiler resolve an absolute DCR
       inline.
      
       We decided that wasn't worth the API bastardisation since most places
       where absolute DCR values are used are low level 4xx-only code which may
       as well continue using mfdcr/mtdcr, while the new API is designed for
       device "instances" that can exist on 4xx and Axon type platforms and may
       be located at variable DCR offsets.
      Signed-off-by: default avatarMichael Ellerman <michael@ellerman.id.au>
      Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
      83f34df4
  5. 02 Oct, 2007 1 commit
  6. 15 Feb, 2007 1 commit
  7. 11 Dec, 2006 1 commit
  8. 04 Dec, 2006 1 commit
  9. 02 Oct, 2006 1 commit
  10. 01 Sep, 2005 1 commit
  11. 23 Jun, 2005 1 commit
  12. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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