An error occurred fetching the project authors.
- 14 May, 2003 1 commit
-
-
David Mosberger authored
so it handles not-present translations for region 5 (patch by John Marvin).
-
- 06 May, 2003 1 commit
-
-
David Mosberger authored
with a special convention. Various minor fixes for gcc-pre3.4.
-
- 15 Apr, 2003 1 commit
-
-
Alex Williamson authored
This fixes a couple problems with the generic target in the latest 2.5.67 kernel. First is simply a fix for the addition of readX in the machvec. The second gets things to link in roughly the same order when using a generic vs zx1 flavor. With the current code, sba_init() is called in the right place when using a zx1 flavor kernel, but happens way too early on a generic kernel.
-
- 26 Mar, 2003 1 commit
-
-
David Mosberger authored
-
- 24 Mar, 2003 1 commit
-
-
Wolfgang Mauerer authored
the attached patch (against bk-current) fixes a cross compilation problem by using the target specific objdump tool instead of the host specific one.
-
- 18 Mar, 2003 1 commit
-
-
Jesse Barnes authored
David, here's an updated patch that doesn't mess with arch/ia64/Makefile in case you hadn't applied the last one yet
-
- 04 Mar, 2003 1 commit
-
-
Jesse Barnes authored
And here's the SN specific part of the update. This should get an SN2 compile all the way to the link stage, where I still have some devfs stuff to cleanup.
-
- 11 Feb, 2003 1 commit
-
-
David Mosberger authored
-
- 26 Jan, 2003 2 commits
-
-
Sam Ravnborg authored
Replace done for all archs except mips* and cris. These architectures are lacking too much behind that it made sense
-
Sam Ravnborg authored
The recent change in the top level makefile allowed this clean-up in all the architecture specific Makefiles. No functional changes, just deleted the now optional targets
-
- 24 Jan, 2003 2 commits
-
-
David Mosberger authored
the kernel. Old gas versions will result in buggy kernels that will bugcheck all over the place (usually mount() is the first one to fail).
-
David Mosberger authored
Add light-weight version of set_tid_address() system call.
-
- 17 Jan, 2003 2 commits
-
-
David Mosberger authored
in the tools directory. Patch by Yu, Fenghua.
-
David Mosberger authored
the unwind info for consistency (well, just the obvious stuff, but it's a start). Fix the couple of bugs that this script uncovered (and work around one false positive).
-
- 20 Dec, 2002 1 commit
-
-
David Mosberger authored
-
- 16 Dec, 2002 1 commit
-
-
David Mosberger authored
-
- 10 Dec, 2002 1 commit
-
-
David Mosberger authored
-
- 09 Dec, 2002 2 commits
-
-
David Mosberger authored
-
Jesse Barnes authored
David, here's a patch to update SN support in the ia64 tree. I had to make a few mods outside arch/ia64/sn and include/asm-ia64/sn to get CONFIG_IA64_SGI_SN2 to compile.
-
- 24 Oct, 2002 1 commit
-
-
David Mosberger authored
-
- 28 Sep, 2002 2 commits
-
-
David Mosberger authored
-
David Mosberger authored
-
- 22 Sep, 2002 1 commit
-
-
Kai Germaschewski authored
-
- 20 Sep, 2002 1 commit
-
-
David Mosberger authored
code-duplication that existed between ACPI and the ia64 IOSAPIC code. To make this work, the Makefiles had to be re-organized to ensure that the ACPI subsystem is initialized before PCI (even though both are called via subsys-initcalls).
-
- 17 Sep, 2002 2 commits
-
-
David Mosberger authored
Support new clone2() functionality (CLONE_SETTLS, CLONE_SETTID, & CLONE_CLEARTID).
-
Kai Germaschewski authored
Now that all archs use the same way to generate the link script, we can handle it from the common top-level Makefile instead of the individual arch/*/Makefile's.
-
- 12 Sep, 2002 1 commit
-
-
Kai Germaschewski authored
Use the same rule as in Rules.make for preprocessing vmlinux.lds.S, that also gives automatic dependency tracking. This means we should also use the standard AFLAGS_... instead of CPPFLAGS_... to provide specific additional flags.
-
- 04 Sep, 2002 1 commit
-
-
David Mosberger authored
-
- 27 Aug, 2002 1 commit
-
-
David Mosberger authored
-
- 16 Aug, 2002 2 commits
-
-
Kai Germaschewski authored
Some archs use the C preprocessor to adapt their vmlinux.lds script. Introduce a common rule for these arch/*/Makefile's to use.
-
Kai Germaschewski authored
HPATH won't work with separate obj/src dirs, since it doesn't specify if we want to look at source or generated files. Fortunately, most uses in arch/*/Makefile were superfluous anyway, the others were converted to explicitly $(srctree) or $(objtree). Additionally, a bit more of srctree / objtree related cleanup.
-
- 31 Jul, 2002 1 commit
-
-
David Mosberger authored
-
- 20 Jun, 2002 2 commits
-
-
Kai Germaschewski authored
Again, don't just add flags into $(OBJCOPY), but use the variable $(OBJCOPYFLAGS) instead.
-
Kai Germaschewski authored
Everywhere else we use CFLAGS_<target> etc to designate special flags for an object, so handle vmlinux the same way.
-
- 19 Jun, 2002 1 commit
-
-
David Mosberger authored
-
- 16 Jun, 2002 1 commit
-
-
Kai Germaschewski authored
Since we don't do dependencies up front anymore, archdep does not make too much sense anymore. It was mostly unused now anyway, move the remaining users to the "prepare" target, which is exactly what is wanted: Do some work before the actual build gets started.
-
- 15 Jun, 2002 1 commit
-
-
Kai Germaschewski authored
These didn't have any associated rules, so they can as well just go.
-
- 24 May, 2002 1 commit
-
-
Kai Germaschewski authored
FORCE is the de-facto standard name for a prequisite to force recompilation, so instead of using a mix of 'dummy','FORCE' and 'FORCE_RECOMPILE' use 'FORCE' everywhere. Also, move figuring out the path relative to the top level dir into Rules.make, instead of calling an external script.
-
- 03 May, 2002 1 commit
-
-
David Mosberger authored
-
- 05 Apr, 2002 1 commit
-
-
Bjorn Helgaas authored
-