1. 02 10月, 2007 1 次提交
    • L
      Linux 2.6.23-rc9 · 3146b39c
      Linus Torvalds 提交于
      No, I didn't want to do this, but we had more stuff go in after -rc8
      than we had in the previous -rc. Gaah.
      3146b39c
  2. 25 9月, 2007 1 次提交
  3. 20 9月, 2007 1 次提交
  4. 11 9月, 2007 1 次提交
  5. 01 9月, 2007 1 次提交
  6. 28 8月, 2007 1 次提交
  7. 13 8月, 2007 1 次提交
  8. 04 8月, 2007 1 次提交
  9. 26 7月, 2007 1 次提交
  10. 23 7月, 2007 1 次提交
  11. 20 7月, 2007 1 次提交
    • R
      Use --build-id ld option · 18991197
      Roland McGrath 提交于
      This change passes the --build-id when linking the kernel and when linking
      modules, if ld supports it.  This is a new GNU ld option that synthesizes an
      ELF note section inside the read-only data.  The note in this section contains
      unique identifying bits called the "build ID", which are generated so as to be
      different for any two linked ELF files that aren't identical.  The build ID
      can be recovered from stripped files, memory dumps, etc.  and used to look up
      the original program built, locate debuginfo or other details or history
      associated with it.  For normal program linking, the compiler passes
      --build-id to ld by default, but the option is needed when using ld directly
      as we do.
      Signed-off-by: NRoland McGrath <roland@redhat.com>
      Cc: Andi Kleen <ak@suse.de>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      18991197
  12. 17 7月, 2007 4 次提交
  13. 09 7月, 2007 1 次提交
  14. 02 7月, 2007 1 次提交
  15. 25 6月, 2007 1 次提交
  16. 17 6月, 2007 1 次提交
  17. 05 6月, 2007 1 次提交
  18. 26 5月, 2007 1 次提交
  19. 19 5月, 2007 1 次提交
  20. 18 5月, 2007 1 次提交
  21. 13 5月, 2007 1 次提交
  22. 03 5月, 2007 5 次提交
    • S
      kbuild: complain about missing system calls · c53aeca0
      Sam Ravnborg 提交于
      Most system calls seems to get added to i386 first. This patch
      automatically generates a warning for any new system call which is
      implemented on i386 but not the architecture currently being compiled.
      On PowerPC at the moment, for example, it results in these warnings:
      init/missing_syscalls.h:935:3: warning: #warning syscall sync_file_range not implemented
      init/missing_syscalls.h:947:3: warning: #warning syscall getcpu not implemented
      init/missing_syscalls.h:950:3: warning: #warning syscall epoll_pwait not implemented
      
      The file scripts/checksyscalls.sh list a number of legacy system calls
      that are ignored because they only makes sense on i386 systems.
      
      Other contributors to this patch are Russell King <rmk+lkml@arm.linux.org.uk>
      and Stéphane Jourdois <kwisatz@rubis.org>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      c53aeca0
    • D
      kbuild: move tags from ARCH and include/ ahead of drivers · dd7e54ad
      Don Mullis 提交于
      Move tags extracted from the ARCH and include/ sub-trees ahead of
      those from device drivers, so that the former will appear first
      during searches.
      
      Saves user time during interactive searches for certain patterns
      that happen to find unwanted matches in driver files.
      
      Example in emacs:
      	 "M-x find-tag PAGE_SIZE"
      	 "M-1 M-." (repeated until definition from asm-i386/page.h appears)
      Signed-off-by: NDon Mullis <dwm@meer.net>
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      dd7e54ad
    • U
      2462566f
    • S
      kbuild: fix section mismatch check for vmlinux · 85bd2fdd
      Sam Ravnborg 提交于
      vmlinux does not contain relocation entries which is
      used by the section mismatch checks.
      Reported by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
      
      Use the individual objects as inputs to overcome
      this limitation.
      In modpost check the .o files and skip non-ELF files.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      85bd2fdd
    • A
      [PATCH] x86: Drop cc-options call for all options supported in gcc 3.2+ · c8fdd247
      Andi Kleen 提交于
      The kernel only supports gcc 3.2+ now so it doesn't make sense
      anymore to explicitely check for options this compiler version
      already has.
      
      This actually fixes a bug. The -mprefered-stack-boundary check
      never worked because gcc rightly complains
      
        CC      arch/i386/kernel/asm-offsets.s
      cc1: -mpreferred-stack-boundary=2 is not between 4 and 12
      
      We just never saw the error because of cc-options.
      I changed it to 4 to actually work.
      
      Tested by compiling i386 and x86-64 defconfig with gcc 3.2.
      
      Should speed up the build time a tiny bit and improve
      stack usage on i386 slightly.
      Signed-off-by: NAndi Kleen <ak@suse.de>
      c8fdd247
  23. 26 4月, 2007 1 次提交
  24. 16 4月, 2007 1 次提交
  25. 06 4月, 2007 1 次提交
  26. 26 3月, 2007 1 次提交
  27. 16 3月, 2007 1 次提交
  28. 07 3月, 2007 1 次提交
  29. 28 2月, 2007 1 次提交
    • L
      Linux 2.6.21-rc2 · 606135a3
      Linus Torvalds 提交于
      Too many changes for comfort since -rc1.  Some missed merges, and some
      just annoyingly big fixes since.  This is not how an -rc2 should look.
      Need to really calm things down!
      606135a3
  30. 21 2月, 2007 1 次提交
  31. 15 2月, 2007 2 次提交
  32. 13 2月, 2007 1 次提交