1. 20 May, 2012 1 commit
  2. 18 May, 2012 1 commit
    • H. Peter Anvin's avatar
      x86, realmode: 16-bit real-mode code support for relocs tool · 6520fe55
      H. Peter Anvin authored
      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 i...
      6520fe55
  3. 12 May, 2012 1 commit
    • Linus Torvalds's avatar
      Linux 3.4-rc7 · 36be5051
      Linus Torvalds authored
      .. and this should hopefully be the last -rc before final 3.4 release.
      36be5051
  4. 06 May, 2012 1 commit
  5. 29 Apr, 2012 1 commit
  6. 21 Apr, 2012 1 commit
  7. 15 Apr, 2012 1 commit
  8. 07 Apr, 2012 1 commit
  9. 31 Mar, 2012 1 commit
  10. 18 Mar, 2012 1 commit
  11. 10 Mar, 2012 1 commit
  12. 03 Mar, 2012 1 commit
  13. 25 Feb, 2012 1 commit
  14. 24 Feb, 2012 1 commit
  15. 18 Feb, 2012 1 commit
  16. 13 Feb, 2012 1 commit
  17. 08 Feb, 2012 1 commit
  18. 06 Feb, 2012 1 commit
  19. 03 Feb, 2012 1 commit
  20. 31 Jan, 2012 1 commit
  21. 25 Jan, 2012 1 commit
  22. 19 Jan, 2012 1 commit
  23. 12 Jan, 2012 1 commit
  24. 08 Jan, 2012 1 commit
    • Jason Wessel's avatar
      kbuild: Correctly deal with make options which contain an "s" · e6ac89fa
      Jason Wessel authored
      
      When using remake, which is based on gnumake, if you invoke
      an example build as shown below, the build will become silent
      due to the top level make file incorrectly guessing that
      the end user wants a silent build because an argument that
      contained an "s" was used.  Here are two examples one with remake
      and one with straight gnumake.
      
      remake --no-extended-errors
      make --warn-undefined-variables
      
      Fix up the top level Makefile to use filter to parse the options
      that mean silent instead of findstring catching other random
      arguments containing an "s".
      Signed-off-by: default avatarJason Wessel <jason.wessel@windriver.com>
      CC: Michal Marek <mmarek@suse.cz>
      CC: Andrew Morton <akpm@linux-foundation.org>
      CC: linux-kbuild@vger.kernel.org
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      e6ac89fa
  25. 06 Jan, 2012 1 commit
  26. 04 Jan, 2012 1 commit
  27. 03 Jan, 2012 1 commit
  28. 24 Dec, 2011 1 commit
  29. 21 Dec, 2011 1 commit
  30. 16 Dec, 2011 1 commit
  31. 09 Dec, 2011 2 commits
  32. 01 Dec, 2011 1 commit
  33. 28 Nov, 2011 1 commit
  34. 26 Nov, 2011 1 commit
  35. 23 Nov, 2011 1 commit
  36. 21 Nov, 2011 1 commit
  37. 17 Nov, 2011 1 commit
    • H. Peter Anvin's avatar
      kbuild: Add support for an "archheaders" target · 052ad274
      H. Peter Anvin authored
      
      Add support for an "archheaders" target.  This target can generate
      files that need to be installed for user space by "make
      headers_install" or "make headers_install_all".
      
      In order to support "make headers_install_all", it must be able to run
      without the tree having to be configured first.
      
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Cc: Michal Marek <mmarek@suse.cz>
      Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
      052ad274
  38. 15 Nov, 2011 1 commit
  39. 11 Nov, 2011 1 commit