index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-26
kernel-doc: drop the -filelist option, it doesn't work
Ilya Dryomov
1
-13
/
+1
2010-02-26
kernel-doc: track line numbers for each file separately
Ilya Dryomov
1
-0
/
+2
2010-02-26
Merge commit 'v2.6.33' into tracing/core
Ingo Molnar
6
-40
/
+78
2010-02-25
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2
-4
/
+69
2010-02-25
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
3
-247
/
+44
2010-02-22
tags: Use $SRCARCH
Michal Marek
1
-2
/
+2
2010-02-17
tags: include headers before source files
Guennadi Liakhovetski
1
-6
/
+14
2010-02-09
tree-wide: Assorted spelling fixes
Daniel Mack
1
-1
/
+1
2010-02-05
markup_oops.pl: minor fixes
Hui Zhu
1
-5
/
+5
2010-02-05
markup_oops.pl: add options to improve cross-sompilation environments
Hui Zhu
1
-13
/
+36
2010-02-03
kconfig: Simplify LSMOD= handling
Michal Marek
1
-5
/
+4
2010-02-02
kconfig: Add LSMOD=file to override the lsmod for localmodconfig
Steven Rostedt
2
-13
/
+38
2010-02-02
markup_oops.pl: fix $func_offset error with x86_64
Hui Zhu
1
-1
/
+1
2010-02-02
get_maintainer.pl: teach git log to use --no-color
Richard Kennedy
1
-2
/
+2
2010-02-02
kconfig: Look in both /bin and /sbin for lsmod in streamline_config.pl
Steven Rostedt
1
-1
/
+14
2010-02-02
Merge branch 'modpost' of git://git.pengutronix.de/git/ukl/linux-2.6 into kbu...
Michal Marek
1
-64
/
+88
2010-02-02
scripts: use %_tmppath in "make rpm-pkg"
John Saalwaechter
1
-1
/
+1
2010-02-02
markup_oops.pl: fix for faulting instruction in the first line of a range
Hui Zhu
1
-3
/
+4
2010-02-02
scripts: change scripts to use system python instead of env
Don Zickus
2
-2
/
+2
2010-02-02
scripts/kallsyms: suppress build warning
Himanshu Chauhan
1
-2
/
+4
2010-02-02
scripts/mkcompile_h: don't test for hardcoded paths
Michal Marek
1
-3
/
+2
2010-02-02
Improve kconfig symbol hashing
Andi Kleen
4
-17
/
+21
2010-02-02
nconfig: minor fix
Nir Tzachar
1
-3
/
+3
2010-02-02
nconfig: mark local functions as such
Michal Marek
2
-15
/
+15
2010-02-02
kconfig: new configuration interface (nconfig)
nir.tzachar@gmail.com
10
-20
/
+2314
2010-02-02
genksyms: close ref_file after use
Alexander Beregalov
1
-1
/
+3
2010-02-02
menuconfig: wrap long help lines
Vadim Bendebury (вб)
4
-2
/
+33
2010-02-02
scripts: add ARM support to decodecode
Rabin Vincent
1
-13
/
+35
2010-02-02
kbuild: Fix linking error built-in.o no such file or directory
Jiafu He
1
-1
/
+1
2010-01-30
modpost: don't allow *driver to reference .init.*
Uwe Kleine-König
1
-1
/
+10
2010-01-30
modpost: make symbol white list a per mismatch type variable
Uwe Kleine-König
1
-18
/
+31
2010-01-30
modpost: remove now unused NO_MISMATCH constant
Uwe Kleine-König
1
-3
/
+0
2010-01-30
modpost: pass around const struct sectioncheck * instead of enum mismatch
Uwe Kleine-König
1
-7
/
+9
2010-01-30
modpost: give most mismatch constants a better name
Uwe Kleine-König
1
-28
/
+28
2010-01-29
modpost: define ALL_XXX{IN,EX}IT_SECTIONS
Uwe Kleine-König
1
-6
/
+9
2010-01-29
modpost: members of *driver structs should not point to __init functions
Uwe Kleine-König
1
-1
/
+1
2010-01-17
modpost: fix segfault in sym_is() with prefixed arches
Mike Frysinger
1
-1
/
+1
2010-01-16
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2010-01-16
markup_oops.pl: fix error with x86
Hui Zhu
1
-1
/
+1
2010-01-13
kbuild: really fix bzImage build with non-bash sh
Jonathan Nieder
1
-2
/
+7
2010-01-12
remove my email address from checkpatch.
Dave Jones
1
-1
/
+1
2010-01-11
tracing/x86: Derive arch from bits argument in recordmcount.pl
Jan Kiszka
1
-1
/
+1
2010-01-11
scripts/get_maintainer.pl: fix file exclusion X: logic
Joe Perches
1
-30
/
+54
2010-01-11
lib: add support for LZO-compressed kernels
Albin Tonnerre
1
-0
/
+5
2010-01-06
tracing: Use appropriate perl constructs in recordmcount.pl
Wolfram Sang
1
-18
/
+11
2010-01-06
kconfig: Check for if conditions in Kconfig for localmodconfig
Steven Rostedt
1
-0
/
+26
2010-01-06
kconfig: Create include/generated for localmodconfig
Steven Rostedt
1
-0
/
+2
2010-01-06
tracing: optimize recordmcount.pl for offsets-handling
Wolfram Sang
1
-9
/
+9
2009-12-17
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
2
-3
/
+56
2009-12-17
Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
Linus Torvalds
15
-243
/
+429
[prev]
[next]