1. 29 7月, 2005 1 次提交
  2. 27 7月, 2005 3 次提交
  3. 26 7月, 2005 2 次提交
  4. 25 7月, 2005 2 次提交
  5. 22 7月, 2005 1 次提交
  6. 18 7月, 2005 1 次提交
  7. 15 7月, 2005 3 次提交
    • S
      kbuild: fix make O=... build · 946dc121
      Sam Ravnborg 提交于
      It fixes the following error:
      
      make[1]: *** No rule to make target `include/asm', needed by `arch/alpha/kernel/asm-offsets.s'.  Stop.
      
      Reported by:
      From: Jan Dittmer <j.dittmer@portrix.net>
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      946dc121
    • S
      kbuild: Don't fail if include/asm symlink exists · d80e2246
      Sam Ravnborg 提交于
      From: Andreas Gruenbacher <agruen@suse.de>
      
      We're having the following situation: There are user-space applications
      that include kernel headers directly. With a completely unconfigured
      /usr/src/linux tree, including most headers fails because essential
      files are not there:
      
      	include/asm
      	include/linux/autoconf.h
      	include/linux/version.h
      
      So we create these files. On the other hand, we want to use
      /usr/src/linux as read-only source for building kernels or additional
      modules. Now when building a kernel with a separate output directory
      (O=), there is a check in the main makefile for the include/asm symlink.
      There is no real need for this check: if we ensure that
      $(objdir)/include/asm is always created as the patch does,
      $(srctree)/include/asm becomes irrelevant.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      d80e2246
    • S
      kbuild: Add target debug_kallsyms · 33bc25ea
      Sam Ravnborg 提交于
      From: Keith Owens <kaos@ocs.com.au>
      
      Make it easier to generate maps for debugging kallsyms problems.
      debug_kallsyms is only a debugging target so no help or silent mode.
      Signed-off-by: NKeith Owens <kaos@ocs.com.au>
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      33bc25ea
  8. 14 7月, 2005 2 次提交
    • I
      [PATCH] kbuild: allow cscope to index multiple architectures · a0674e88
      Ian Campbell 提交于
      I have a single source tree which I cross compile for a couple of
      different architectures using ARHC=foo O=blah etc.
      
      The existing cscope target is very handy but only indexes the current
      $(ARCH), which is a pain since inevitably I'm interested in the other
      one at any given time ;-). This patch allows me to pass a list of
      architectures for cscope to index. e.g.
      	make ALLSOURCE_ARCHS="i386 arm" cscope
      
      This change also works for etags etc, and I presume it is just as useful
      there.
      Signed-off-by: NIan Campbell <ijc@hellion.org.uk>
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      a0674e88
    • K
      [PATCH] kbuild: make 'cscope -q' play well with cscope.el · acbef459
      Karl Hegbloom 提交于
      I tried the Linux Makefile 'make cscope' target, and found that the
      generated database is not compatible with 'cscope.el' under XEmacs.
      The thing is that 'cscope.el' does not allow setting the command line
      options to the 'cscope' commands it runs, and it errors with a message
      about the options not matching the ones used to generate the index.
      
      It turns out the cscope designers already thought of this.  The
      options can be written into the "cscope.files".  The included patch
      moves the "-q" and "-k" options from the 'cmd_cscope' to the
      'cmd_cscope-file', echoing them into the top of the files listing.
      
      Now the index is generated with the "-q" option, and when 'cscope.el'
      performs it's search, it uses that argument as well.  Lookups are fast
      and everyone is happy.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      acbef459
  9. 08 7月, 2005 2 次提交
  10. 06 7月, 2005 1 次提交
  11. 29 6月, 2005 1 次提交
    • L
      Linux v2.6.13-rc1 · 4c91aedb
      Linus Torvalds 提交于
      Ok, a lot of things were pending after the 2.6.12 release, let's try to
      start calming things down again.
      4c91aedb
  12. 26 6月, 2005 1 次提交
  13. 24 6月, 2005 1 次提交
  14. 18 6月, 2005 1 次提交
  15. 06 6月, 2005 1 次提交
  16. 25 5月, 2005 1 次提交
  17. 17 5月, 2005 1 次提交
  18. 07 5月, 2005 1 次提交
  19. 01 5月, 2005 2 次提交
  20. 21 4月, 2005 1 次提交
    • L
      Linux v2.6.12-rc3 · a2755a80
      Linus Torvalds 提交于
      Releasing this will also make "git" the official source control
      thing. Here's to hoping for the best.
      a2755a80
  21. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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!
      1da177e4