#
462cee29 |
| 26-May-2005 |
<jgarzik@pretzel.yyz.us> |
Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git branch HEAD
|
#
8973a585 |
| 26-May-2005 |
<jgarzik@pretzel.yyz.us> |
Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git branch HEAD
|
#
949d33e7 |
| 26-May-2005 |
<jgarzik@pretzel.yyz.us> |
Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git branch HEAD
|
#
4b463f78 |
| 25-May-2005 |
David S. Miller <davem@sunset.davemloft.net> |
Merge of /home/davem/src/GIT/linux-2.6/.git/
|
#
c1c58ada |
| 25-May-2005 |
Anton Altaparmakov <aia21@cantab.net> |
Merge with /usr/src/ntfs-2.6.git
|
Revision tags: v2.6.12-rc5 |
|
#
2a24ab62 |
| 24-May-2005 |
Linus Torvalds <torvalds@ppc970.osdl.org> |
Linux 2.6.12-rc5
|
#
67394f8f |
| 21-May-2005 |
Anton Altaparmakov <aia21@cantab.net> |
Merge with /usr/src/ntfs-2.6.git
|
#
ad34ea2c |
| 20-May-2005 |
James Bottomley <jejb@titanic.(none)> |
merge by hand - fix up rejections in Documentation/DocBook/Makefile
|
#
7063e6c7 |
| 19-May-2005 |
David Woodhouse <dwmw2@shinybook.infradead.org> |
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
|
#
325a479c |
| 17-May-2005 |
Tony Luck <tony.luck@intel.com> |
Merge with temp tree to get David's gdb inferior calls patch
|
#
d0dac808 |
| 17-May-2005 |
Tony Luck <tony.luck@intel.com> |
Merge with linus
|
#
e8f5bdb0 |
| 16-May-2005 |
Rik van Riel <riel@redhat.com> |
[PATCH] Makefile include path ordering
The arch Makefile may override the include path order, which is used by Xen (and UML?) to make sure include/asm-xen is searched before include/asm-i386.
The M
[PATCH] Makefile include path ordering
The arch Makefile may override the include path order, which is used by Xen (and UML?) to make sure include/asm-xen is searched before include/asm-i386.
The Makefile change to 2.6.12-rc4 made the top Makefile always override the value specified by the arch Makefile. This trivial patch makes the Xen kernel compile again.
Signed-off-by: Rik van Riel <riel@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
show more ...
|
#
a84f5770 |
| 09-May-2005 |
Tony Luck <tony.luck@intel.com> |
Merge with /home/aegl/GIT/linus
|
#
13e65280 |
| 08-May-2005 |
David Woodhouse <dwmw2@shinybook.infradead.org> |
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
|
Revision tags: v2.6.12-rc4 |
|
#
88d7bd8c |
| 07-May-2005 |
Linus Torvalds <torvalds@ppc970.osdl.org> |
Linux v2.6.12-rc4
|
#
27b030d5 |
| 03-May-2005 |
David Woodhouse <dwmw2@shinybook.infradead.org> |
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
|
#
efcd5e3a |
| 01-May-2005 |
Emanuele Giaquinta <emanuele.giaquinta@gmail.com> |
[PATCH] Makefile: fix for compatibility with *emacs ctags
I've noticed that, starting from linux-2.6.12-rc1, in the top Makefile the "cmd_tags" variable has been changed in a way incompatible with *
[PATCH] Makefile: fix for compatibility with *emacs ctags
I've noticed that, starting from linux-2.6.12-rc1, in the top Makefile the "cmd_tags" variable has been changed in a way incompatible with *emacs ctags. Since the "--extra" option exists only in "exuberant ctags", it should be included in the CTAGSF shell variable.
Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
show more ...
|
#
e8e69931 |
| 30-Apr-2005 |
Sam Ravnborg <sam@ravnborg.org> |
[PATCH] kbuild: Set NOSTDINC_FLAGS late to speed up compile (a little)
Move definition of NOSTDINC_FLAGS below inclusion of arch Makefile, so any arch specific settings to $(CC) takes effect before
[PATCH] kbuild: Set NOSTDINC_FLAGS late to speed up compile (a little)
Move definition of NOSTDINC_FLAGS below inclusion of arch Makefile, so any arch specific settings to $(CC) takes effect before looking up the compiler include directory.
The previous solution that replaced ':=' with '=' caused gcc to be invoked one additional time for each directory visited.
This decreases kernel compile time with 0.1 second (3.6 -> 3.5 seconds) when running make on a fully built kernel
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
show more ...
|
Revision tags: v2.6.12-rc3 |
|
#
a2755a80 |
| 20-Apr-2005 |
Linus Torvalds <torvalds@ppc970.osdl.org> |
Linux v2.6.12-rc3
Releasing this will also make "git" the official source control thing. Here's to hoping for the best.
|
Revision tags: v2.6.12-rc2 |
|
#
1da177e4 |
| 16-Apr-2005 |
Linus Torvalds <torvalds@ppc970.osdl.org> |
Linux-2.6.12-rc2
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in
Linux-2.6.12-rc2
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it.
Let it rip!
show more ...
|