1. 20 Dec, 2007 1 commit
  2. 11 Oct, 2007 5 commits
  3. 22 Aug, 2007 1 commit
  4. 04 Dec, 2006 1 commit
    • Benjamin Herrenschmidt's avatar
      [POWERPC] Refactor 64 bits DMA operations · 12d04eef
      Benjamin Herrenschmidt authored
      
      This patch completely refactors DMA operations for 64 bits powerpc. 32 bits
      is untouched for now.
      
      We use the new dev_archdata structure to add the dma operations pointer
      and associated data to struct device. While at it, we also add the OF node
      pointer and numa node. In the future, we might want to look into merging
      that with pci_dn as well.
      
      The old vio, pci-iommu and pci-direct DMA ops are gone. They are now replaced
      by a set of generic iommu and direct DMA ops (non PCI specific) that can be
      used by bus types. The toplevel implementation is now inline.
      Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      12d04eef
  5. 07 Oct, 2006 1 commit
  6. 22 Sep, 2006 1 commit
  7. 14 Jul, 2006 1 commit
  8. 13 Jul, 2006 5 commits
  9. 28 Jun, 2006 1 commit
  10. 29 Apr, 2006 1 commit
  11. 26 Apr, 2006 1 commit
  12. 21 Mar, 2006 3 commits
  13. 12 Jan, 2006 5 commits
  14. 08 Jan, 2006 1 commit
    • David Gibson's avatar
      [PATCH] powerpc: Remove ItLpRegSave area from the paca · 1888e7b5
      David Gibson authored
      
      On iSeries, the paca contains, amongst other things an ItLpRegSave
      structure used by the hypervisor to save registers.  The hypervisor
      locates this area through a pointer at the beginning of the paca, so
      the structure itself can be located elsewhere.  This patch moves the
      reg_save area out into its own array.  This reduces the amount of
      iSeries specific gunk which is visible to general powerpc code via
      paca.h
      
      Built and booted on POWER5 LPAR and iSeries RS64.
      Signed-off-by: default avatarDavid Gibson <dwg@au1.ibm.com>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      1888e7b5
  15. 01 Nov, 2005 12 commits