index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
scripts/config: replace hard-coded script name by a dynamic value
Clement Chauplannaz
2013-06-18
1
-5
/
+7
|
*
|
mconf/nconf: mark empty menus/menuconfigs different from non-empty ones
Dirk Gouders
2013-06-18
4
-13
/
+31
|
*
|
nconf: use function calls instead of ncurses' variables LINES and COLS
Dirk Gouders
2013-06-18
2
-16
/
+25
|
*
|
mconf: use function calls instead of ncurses' variables LINES and COLS
Dirk Gouders
2013-06-18
6
-14
/
+19
|
*
|
kconfig/lxdialog: handle newline characters in print_autowrap()
Dirk Gouders
2013-06-18
2
-16
/
+19
|
*
|
kconfig/lxdialog: Use new mininimum resize definitions in conf_choice()
Sedat Dilek
2013-06-18
1
-1
/
+3
|
*
|
kconfig/lxdialog: Add definitions for mininimum (re)size values
Sedat Dilek
2013-06-16
7
-9
/
+23
|
*
|
kconfig: Fix defconfig when one choice menu selects options that another choi...
Arve Hjønnevåg
2013-06-16
4
-4
/
+25
|
|
/
*
|
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2013-07-11
7
-27
/
+33
|
\
\
|
*
|
kbuild: create directory for dir/file.o
张忠山
2013-07-03
1
-1
/
+1
|
*
|
Fix a build warning in scripts/mod/file2alias.c
Daniel Tang
2013-07-03
1
-4
/
+6
|
*
|
improve modalias building
Jan Beulich
2013-06-28
1
-8
/
+3
|
*
|
scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/
Geert Uytterhoeven
2013-06-28
1
-2
/
+2
|
*
|
kbuild: fix error when building from src rpm
Mike Marciniszyn
2013-06-24
1
-0
/
+1
|
*
|
scripts/setlocalversion on write-protected source tree
Christian Kujau
2013-06-24
1
-3
/
+0
|
*
|
Makefile.lib: align DTB quiet_cmd
James Hogan
2013-06-13
1
-1
/
+1
|
*
|
kbuild: fix make headers_install when path is too long
Nicolas Dichtel
2013-05-17
2
-8
/
+19
|
|
/
*
|
lib: add support for LZ4-compressed kernel
Kyungsik Lee
2013-07-09
1
-0
/
+5
*
|
checkpatch: make the CamelCase cache work for non-git trees too
Joe Perches
2013-07-09
1
-19
/
+35
*
|
Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-07-07
1
-43
/
+9
|
\
\
|
*
|
modpost: remove all traces of cpuinit/cpuexit sections
Paul Gortmaker
2013-06-26
1
-43
/
+9
*
|
|
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
2013-07-04
3
-111
/
+551
|
\
\
\
|
*
|
|
rapidio: add udev notification
Alexandre Bounine
2013-07-04
2
-0
/
+26
|
*
|
|
checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>
Joe Perches
2013-07-04
1
-0
/
+26
|
*
|
|
checkpatch: allow longer logging function names
Jacob Keller
2013-07-04
1
-1
/
+1
|
*
|
|
checkpatch: ignore existing CamelCase uses from include/...
Joe Perches
2013-07-04
1
-7
/
+50
|
*
|
|
checkpatch: ignore SI unit CamelCase variants like "_uV"
Joe Perches
2013-07-04
1
-0
/
+3
|
*
|
|
checkpatch: move test for space before semicolon after operator spacing
Joe Perches
2013-07-04
1
-10
/
+10
|
*
|
|
checkpatch: create an EXPERIMENTAL --fix option to correct patches
Joe Perches
2013-07-04
1
-88
/
+354
|
*
|
|
checkpatch: improve "no space after cast" test
Joe Perches
2013-07-04
1
-2
/
+3
|
*
|
|
checkpatch: add a --strict test for comparison to true/false
Joe Perches
2013-07-04
1
-0
/
+27
|
*
|
|
checkpatch: don't warn on blank lines before/after braces as often
Joe Perches
2013-07-04
1
-2
/
+2
|
*
|
|
checkpatch: add a placeholder to check blank lines before declarations
Joe Perches
2013-07-04
1
-0
/
+8
|
*
|
|
checkpatch: reduce false positive rate of "complex macros"
Joe Perches
2013-07-04
1
-1
/
+1
|
*
|
|
checkpatch: warn on comparisons to get_jiffies_64()
Joe Perches
2013-07-04
1
-0
/
+6
|
*
|
|
checkpatch: warn on comparisons to jiffies
Joe Perches
2013-07-04
1
-0
/
+6
|
*
|
|
checkpatch: warn when networking block comment lines don't start with *
Joe Perches
2013-07-04
1
-0
/
+8
|
*
|
|
checkpatch: improve network block comment test and message
Joe Perches
2013-07-04
1
-2
/
+2
|
*
|
|
checkpatch: remove quote from CamelCase test
Joe Perches
2013-07-04
1
-2
/
+2
|
*
|
|
checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...
Joe Perches
2013-07-04
1
-0
/
+8
|
*
|
|
checkpatch: warn when using gcc's binary constant ("0b") extension
Joe Perches
2013-07-04
1
-2
/
+14
|
*
|
|
checkpatch: change CamelCase test and make it --strict
Joe Perches
2013-07-04
1
-3
/
+3
|
|
|
|
|
\
\
\
*
-
.
\
\
\
Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git....
Linus Torvalds
2013-07-03
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
/
|
|
|
|
/
|
|
|
/
|
|
*
/
|
modpost.c: Add .text.unlikely to TEXT_SECTIONS
Tom Rini
2013-05-20
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...
Linus Torvalds
2013-07-03
1
-0
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
arm64: extable: sort the exception table at build time
Will Deacon
2013-06-12
1
-0
/
+5
*
|
|
dtc: ensure #line directives don't consume data from the next line
Grant Likely
2013-06-13
2
-117
/
+117
*
|
|
dtc: Update generated files to output from Bison 2.5
Grant Likely
2013-06-13
2
-341
/
+388
*
|
|
kbuild: make sure we clean up DTB temporary files
Ian Campbell
2013-06-13
1
-4
/
+4
*
|
|
Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...
Michal Marek
2013-05-30
4
-11
/
+26
|
\
\
\
[prev]
[next]