- 20 May, 2012 1 commit
-
-
Linus Torvalds authored
-
- 18 May, 2012 1 commit
-
-
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...
-
- 12 May, 2012 1 commit
-
-
Linus Torvalds authored
.. and this should hopefully be the last -rc before final 3.4 release.
-
- 06 May, 2012 1 commit
-
-
Linus Torvalds authored
-
- 29 Apr, 2012 1 commit
-
-
Linus Torvalds authored
-
- 21 Apr, 2012 1 commit
-
-
Linus Torvalds authored
-
- 15 Apr, 2012 1 commit
-
-
Linus Torvalds authored
-
- 07 Apr, 2012 1 commit
-
-
Linus Torvalds authored
-
- 31 Mar, 2012 1 commit
-
-
Linus Torvalds authored
-
- 18 Mar, 2012 1 commit
-
-
Linus Torvalds authored
-
- 10 Mar, 2012 1 commit
-
-
Linus Torvalds authored
-
- 03 Mar, 2012 1 commit
-
-
Linus Torvalds authored
-
- 25 Feb, 2012 1 commit
-
-
Linus Torvalds authored
-
- 24 Feb, 2012 1 commit
-
-
Gerard Snitselaar authored
Playing around with make randconfig I ended up with CONFIG_SAMPLES set. After cleaning up the build I noticed that git status was showing samples/hidraw/hid-example as an untracked file. Adding samples to clean-dirs seems to solve the problem, but I don't know if that is the correct way to solve the issue. Signed-off-by:
Gerard Snitselaar <dev@snitselaar.org> Signed-off-by:
Michal Marek <mmarek@suse.cz>
-
- 18 Feb, 2012 1 commit
-
-
Linus Torvalds authored
-
- 13 Feb, 2012 1 commit
-
-
Greg Kroah-Hartman authored
-
- 08 Feb, 2012 1 commit
-
-
Linus Torvalds authored
-
- 06 Feb, 2012 1 commit
-
-
Greg Kroah-Hartman authored
-
- 03 Feb, 2012 1 commit
-
-
Greg Kroah-Hartman authored
-
- 31 Jan, 2012 1 commit
-
-
Linus Torvalds authored
-
- 25 Jan, 2012 1 commit
-
-
Greg Kroah-Hartman authored
-
- 19 Jan, 2012 1 commit
-
-
Linus Torvalds authored
-
- 12 Jan, 2012 1 commit
-
-
Greg Kroah-Hartman authored
-
- 08 Jan, 2012 1 commit
-
-
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:
Jason 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:
Michal Marek <mmarek@suse.cz>
-
- 06 Jan, 2012 1 commit
-
-
Greg Kroah-Hartman authored
-
- 04 Jan, 2012 1 commit
-
-
Linus Torvalds authored
-
- 03 Jan, 2012 1 commit
-
-
Greg Kroah-Hartman authored
-
- 24 Dec, 2011 1 commit
-
-
Linus Torvalds authored
-
- 21 Dec, 2011 1 commit
-
-
Greg Kroah-Hartman authored
-
- 16 Dec, 2011 1 commit
-
-
Linus Torvalds authored
-
- 09 Dec, 2011 2 commits
-
-
Linus Torvalds authored
-
Greg Kroah-Hartman authored
-
- 01 Dec, 2011 1 commit
-
-
Linus Torvalds authored
-
- 28 Nov, 2011 1 commit
-
-
Greg Kroah-Hartman authored
-
- 26 Nov, 2011 1 commit
-
-
Greg Kroah-Hartman authored
-
- 23 Nov, 2011 1 commit
-
-
Linus Torvalds authored
-
- 21 Nov, 2011 1 commit
-
-
Greg Kroah-Hartman authored
-
- 17 Nov, 2011 1 commit
-
-
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:
H. Peter Anvin <hpa@linux.intel.com>
-
- 15 Nov, 2011 1 commit
-
-
Linus Torvalds authored
-
- 11 Nov, 2011 1 commit
-
-
Greg Kroah-Hartman authored
-