1. 11 Sep, 2011 1 commit
    • Jonas Bonn's avatar
      Add missing DMA ops · 707b38a0
      Jonas Bonn authored
      For the initial architecture submission, not all of the DMA ops were
      implemented.  This patch adds the *map_page and *map_sg variants of the
      DMA mapping ops.
      
      This patch is currently of interest mainly to some drivers that haven't
      been submitted upstream yet.
      Signed-off-by: default avatarJonas Bonn <jonas@southpole.se>
      707b38a0
  2. 05 Sep, 2011 1 commit
    • Jonas Bonn's avatar
      openrisc: don't use pt_regs in struct sigcontext · d7cb6667
      Jonas Bonn authored
      As it was decided not to export struct pt_regs to userspace, struct
      sigcontext shouldn't be using it either.  The pt_regs struct for OpenRISC
      is kernel internal and the layout of the registers may change in the
      future.  The struct user_regs_struct is what is guaranteed to remain
      stable, so struct sigcontext may use that instead.
      
      This patch removes the usage of struct pt_regs in struct sigcontext and
      makes according changes in signal.c to get the register layout right.
      
      The usp field is removed from the sigcontext structure as this information
      is already contained in the user_regs_struct.
      Signed-off-by: default avatarJonas Bonn <jonas@southpole.se>
      Reviewed-by: default avatarEmilio Cota <cota@braap.org>
      d7cb6667
  3. 14 Aug, 2011 13 commits
  4. 13 Aug, 2011 23 commits
  5. 12 Aug, 2011 2 commits