1. 06 Feb, 2013 1 commit
  2. 16 Jan, 2013 1 commit
  3. 03 Jan, 2013 1 commit
  4. 06 Dec, 2012 1 commit
  5. 16 Nov, 2012 1 commit
  6. 30 Oct, 2012 1 commit
  7. 17 Oct, 2012 1 commit
  8. 10 Oct, 2012 1 commit
  9. 19 Sep, 2012 1 commit
  10. 12 Sep, 2012 1 commit
  11. 19 Aug, 2012 1 commit
  12. 09 Aug, 2012 1 commit
  13. 04 Aug, 2012 1 commit
  14. 02 Aug, 2012 1 commit
  15. 25 Jul, 2012 1 commit
  16. 12 Jul, 2012 1 commit
  17. 04 Jul, 2012 1 commit
  18. 19 Jun, 2012 1 commit
  19. 10 Jun, 2012 1 commit
  20. 30 May, 2012 2 commits
    • Ben Hutchings's avatar
      Linux 3.2.19 · 563b3269
      Ben Hutchings authored
      563b3269
    • H. Peter Anvin's avatar
      x86, realmode: 16-bit real-mode code support for relocs tool · b352fc61
      H. Peter Anvin authored
      commit 6520fe55
      
       upstream.
      
      A new option is added to the relocs tool called '--realmode'.
      This option causes the generation of 16-bit segment relocations
      and 32-bit linear relocations for the real-mode code. When
      the real-mode code is moved to the low-memory during kernel
      initialization, these relocation entries can be used to
      relocate the code properly.
      
      In the assembly code 16-bit segment relocations must be relative
      to the 'real_mode_seg' absolute symbol. Linear relocations must be
      relative to a symbol prefixed with 'pa_'.
      
      16-bit segment relocation is used to load cs:ip in 16-bit code.
      Linear relocations are used in the 32-bit code for relocatable
      data references. They are declared in the linker script of the
      real-mode code.
      
      The relocs tool is moved to arch/x86/tools/relocs.c, and added new
      target archscripts that can be used to build scripts needed building
      an architecture.  be compiled before building the arch/x86 tree.
      
      [ hpa: accelerating this because it detects invalid absolute
        relocations, a serious bug in binutils 2.22.52.0.x which currently
        produces bad kernels. ]
      Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
      Link: http://lkml.kernel.org/r/1336501366-28617-2-git-send-email-jarkko.sakkinen@intel.com
      
      Signed-off-by: default avatarJarkko Sakkinen <jarkko.sakkinen@intel.com>
      Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
      Cc: <stable@vger.kernel.org>
      [bwh: Backported to 3.2:
       - Adjust context (no archheaders; no insn_sanity)
       - Expand put_unaligned_le32()]
      Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
      b352fc61
  21. 20 May, 2012 1 commit
  22. 11 May, 2012 1 commit
  23. 22 Apr, 2012 1 commit
  24. 13 Apr, 2012 1 commit
  25. 02 Apr, 2012 1 commit
  26. 23 Mar, 2012 1 commit
  27. 19 Mar, 2012 1 commit
  28. 13 Mar, 2012 1 commit
  29. 12 Mar, 2012 1 commit
  30. 01 Mar, 2012 1 commit
  31. 27 Feb, 2012 1 commit
  32. 20 Feb, 2012 1 commit
  33. 13 Feb, 2012 1 commit
  34. 06 Feb, 2012 1 commit
  35. 03 Feb, 2012 2 commits
  36. 26 Jan, 2012 1 commit
  37. 12 Jan, 2012 1 commit
  38. 04 Jan, 2012 1 commit