History log of /linux/scripts/ver_linux (Results 276 – 300 of 330)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9583f3d9 16-Jun-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into core/softirq


# 6d72b795 16-Jun-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into core/rodata


# 766d0278 16-Jun-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into core/rcu


# 688d22e2 16-Jun-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/xen


# fd2c17e1 16-Jun-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/timers


# faeca31d 16-Jun-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/pat


# 064a32d8 16-Jun-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/memtest


# 1791a78c 16-Jun-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/cleanups


# ed9e4996 16-Jun-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into tracing/sysprof


# cb9aa97c 16-Jun-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into tracing/mmiotrace-mergefixups


# e765ee90 16-Jun-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into tracing/ftrace


# 28638ea4 16-Jun-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/nmi

Conflicts:

arch/x86/kernel/nmi_32.c


Revision tags: v2.6.26-rc6
# bb6dfb32 12-Jun-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/gart


# 65b53e4c 10-Jun-2008 David S. Miller <davem@davemloft.net>

Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6

Conflicts:

drivers/net/tg3.c
drivers/net/wireless/rt2x00/rt2x00dev.c
net/mac80211/ieee80211_i.h


# 8a3e1c67 09-Jun-2008 Paul Mackerras <paulus@samba.org>

Merge branch 'merge'

Conflicts:

arch/powerpc/sysdev/fsl_soc.c


Revision tags: v2.6.26-rc5
# f38bb7de 04-Jun-2008 Jiri Kosina <jkosina@suse.cz>

Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6


# 67159306 29-May-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'linus/master' into sched-fixes-for-linus


Revision tags: v2.6.26-rc4
# b3733034 26-May-2008 Linus Torvalds <torvalds@linux-foundation.org>

Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes

* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes:
Kconfig: introduce ARCH_DEFCONFIG to DEFCONFIG_LIST
.gitign

Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes

* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes:
Kconfig: introduce ARCH_DEFCONFIG to DEFCONFIG_LIST
.gitignore: match ncscope.out
scripts/ver_linux use 'gcc -dumpversion'

show more ...


# 656a3f79 21-May-2008 Gabriel C <nix.or.die@googlemail.com>

scripts/ver_linux use 'gcc -dumpversion'

These magic greps and hacks in ver_linux to get the gcc version always break after some gcc releases.

Since now gcc >4.3 allows compiling with '--with-pkgve

scripts/ver_linux use 'gcc -dumpversion'

These magic greps and hacks in ver_linux to get the gcc version always break after some gcc releases.

Since now gcc >4.3 allows compiling with '--with-pkgversion' ( which can be everything 'My Cool Gcc' or something )
ver_linux will report random junk for these.

Simply use 'gcc -dumpversion' to get the gcc version which should always work.

Signed-off-by: Gabriel C <nix.or.die@googlemail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

show more ...


Revision tags: v2.6.26-rc3, v2.6.26-rc2, v2.6.26-rc1, v2.6.25, v2.6.25-rc9, v2.6.25-rc8, v2.6.25-rc7, v2.6.25-rc6, v2.6.25-rc5, v2.6.25-rc4, v2.6.25-rc3, v2.6.25-rc2, v2.6.25-rc1, v2.6.24, v2.6.24-rc8, v2.6.24-rc7, v2.6.24-rc6, v2.6.24-rc5, v2.6.24-rc4, v2.6.24-rc3, v2.6.24-rc2, v2.6.24-rc1
# 821f3eff 16-Oct-2007 Linus Torvalds <torvalds@woody.linux-foundation.org>

Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild

* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild: (40 commits)
kbuild: introduce ccflags-y, asflags-y and ldflags-y
kbuil

Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild

* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild: (40 commits)
kbuild: introduce ccflags-y, asflags-y and ldflags-y
kbuild: enable 'make CPPFLAGS=...' to add additional options to CPP
kbuild: enable use of AFLAGS and CFLAGS on commandline
kbuild: enable 'make AFLAGS=...' to add additional options to AS
kbuild: fix AFLAGS use in h8300 and m68knommu
kbuild: check for wrong use of CFLAGS
kbuild: enable 'make CFLAGS=...' to add additional options to CC
kbuild: fix up CFLAGS usage
kbuild: make modpost detect unterminated device id lists
kbuild: call export_report from the Makefile
kbuild: move Kai Germaschewski to CREDITS
kconfig/menuconfig: distinguish between selected-by-another options and comments
kconfig: tristate choices with mixed tristate and boolean values
include/linux/Kbuild: remove duplicate entries
kbuild: kill backward compatibility checks
kbuild: kill EXTRA_ARFLAGS
kbuild: fix documentation in makefiles.txt
kbuild: call make once for all targets when O=.. is used
kbuild: pass -g to assembler under CONFIG_DEBUG_INFO
kbuild: update _shipped files for kconfig syntax cleanup
...

Fix up conflicts in arch/um/sys-{x86_64,i386}/Makefile manually.

show more ...


# b981d8b3 13-Oct-2007 Dmitry Torokhov <dmitry.torokhov@gmail.com>

Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6

Conflicts:

drivers/macintosh/adbhid.c


Revision tags: v2.6.23, v2.6.23-rc9, v2.6.23-rc8, v2.6.23-rc7, v2.6.23-rc6, v2.6.23-rc5, v2.6.23-rc4, v2.6.23-rc3, v2.6.23-rc2
# cc9eefdb 02-Aug-2007 Jesper Juhl <jesper.juhl@gmail.com>

kbuild: scripts/ver_linux : correct printing of binutils version

Currently scripts/ver_linux prints "Binutils" or other random
information for the version number in the "binutils" output line
on som

kbuild: scripts/ver_linux : correct printing of binutils version

Currently scripts/ver_linux prints "Binutils" or other random
information for the version number in the "binutils" output line
on some distributions. This patch corrects that.

When I initially submitted a patch to correct that, I was not aware
that the output from "ld -v" could differ as much as it turned out
it can, so my original fix turned out to not cover all bases.
This patch works correctly with all the different "ld -v" output
that people posted in replys to my first patch, so it should be a
clear win over what we have currently.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

show more ...


# 9cc3ef30 22-Aug-2007 Jesper Juhl <jesper.juhl@gmail.com>

kbuild: ver_linux fix glibc version print

Fix ver_linux glibc version printing (for real this time)

Alexey Dobriyan reported that commit
4a645d5ea65baaa5736bcb566673bf4a351b2ad8
broke ver_linux whe

kbuild: ver_linux fix glibc version print

Fix ver_linux glibc version printing (for real this time)

Alexey Dobriyan reported that commit
4a645d5ea65baaa5736bcb566673bf4a351b2ad8
broke ver_linux when glibc has a 3 digit
version number, and proposed a patch.
Al Viro then suggested a simpler way to
solve the problem which I've then simply
put into patch form.

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Al Viro <viro@ftp.linux.org.uk>
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

show more ...


# 440fdb53 01-Aug-2007 David Woodhouse <dwmw2@infradead.org>

Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6


# 6a28a05f 26-Jul-2007 Linus Torvalds <torvalds@woody.linux-foundation.org>

Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild

* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild:
kbuild: fix modpost warnings for xtensa
kbuild: be more foregiving on i

Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild

* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild:
kbuild: fix modpost warnings for xtensa
kbuild: be more foregiving on init section naming
kbuild: rearrange a few function in modpost
kbuild: use LDFLAGS_MODULE only for .ko links
kconfig: remove unused members from struct symbol
kconfig: attach help text to menus
kbuild: fix up printing of Linux C Library version in scripts/ver_linux
kbuild: do not do section mismatch checks on vmlinux in 2nd pass

show more ...


1...<<11121314