1. 01 11月, 2011 1 次提交
  2. 28 9月, 2011 1 次提交
    • P
      doc: fix broken references · 395cf969
      Paul Bolle 提交于
      There are numerous broken references to Documentation files (in other
      Documentation files, in comments, etc.). These broken references are
      caused by typo's in the references, and by renames or removals of the
      Documentation files. Some broken references are simply odd.
      
      Fix these broken references, sometimes by dropping the irrelevant text
      they were part of.
      Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      395cf969
  3. 11 9月, 2011 1 次提交
    • J
      Add missing DMA ops · 707b38a0
      Jonas Bonn 提交于
      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: NJonas Bonn <jonas@southpole.se>
      707b38a0
  4. 05 9月, 2011 1 次提交
    • J
      openrisc: don't use pt_regs in struct sigcontext · d7cb6667
      Jonas Bonn 提交于
      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: NJonas Bonn <jonas@southpole.se>
      Reviewed-by: NEmilio Cota <cota@braap.org>
      d7cb6667
  5. 23 7月, 2011 18 次提交