index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-05
kconfig: do not special-case 'MODULES' symbol
Yann E. MORIN
2
-13
/
+3
2013-09-01
diffconfig: Update script to support python versions 2.5 through 3.3
Mike Pagano
1
-15
/
+13
2013-08-19
diffconfig: Gracefully exit if the default config files are not present
Mike Pagano
1
-2
/
+7
2013-08-15
kconfig: silence warning when parsing auto.conf when a symbol has changed type
Yann E. MORIN
1
-3
/
+8
2013-08-15
scripts/config: use sed's POSIX interface
Clement Chauplannaz
1
-3
/
+41
2013-08-15
kconfig: switch to "long long" for sanity
Kees Cook
1
-9
/
+10
2013-07-23
Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...
Michal Marek
3
-33
/
+24
2013-07-16
kconfig: simplify symbol-search code
Yann E. MORIN
1
-19
/
+11
2013-07-16
kconfig: don't allocate n+1 elements in temporary array
Yann E. MORIN
1
-1
/
+1
2013-07-16
kconfig: minor style fixes in symbol-search code
Yann E. MORIN
1
-4
/
+3
2013-07-16
kconfig/[mn]conf: shorten title in search-box
Yann E. MORIN
2
-4
/
+4
2013-07-16
kconfig: avoid multiple calls to strlen
Yann E. MORIN
1
-5
/
+5
2013-07-10
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
35
-51
/
+173
2013-07-10
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
18
-100
/
+249
2013-07-10
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
7
-27
/
+33
2013-07-09
lib: add support for LZ4-compressed kernel
Kyungsik Lee
1
-0
/
+5
2013-07-09
checkpatch: make the CamelCase cache work for non-git trees too
Joe Perches
1
-19
/
+35
2013-07-07
Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-43
/
+9
2013-07-03
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
3
-111
/
+551
2013-07-03
rapidio: add udev notification
Alexandre Bounine
2
-0
/
+26
2013-07-03
checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>
Joe Perches
1
-0
/
+26
2013-07-03
checkpatch: allow longer logging function names
Jacob Keller
1
-1
/
+1
2013-07-03
checkpatch: ignore existing CamelCase uses from include/...
Joe Perches
1
-7
/
+50
2013-07-03
checkpatch: ignore SI unit CamelCase variants like "_uV"
Joe Perches
1
-0
/
+3
2013-07-03
checkpatch: move test for space before semicolon after operator spacing
Joe Perches
1
-10
/
+10
2013-07-03
checkpatch: create an EXPERIMENTAL --fix option to correct patches
Joe Perches
1
-88
/
+354
2013-07-03
checkpatch: improve "no space after cast" test
Joe Perches
1
-2
/
+3
2013-07-03
checkpatch: add a --strict test for comparison to true/false
Joe Perches
1
-0
/
+27
2013-07-03
checkpatch: don't warn on blank lines before/after braces as often
Joe Perches
1
-2
/
+2
2013-07-03
checkpatch: add a placeholder to check blank lines before declarations
Joe Perches
1
-0
/
+8
2013-07-03
checkpatch: reduce false positive rate of "complex macros"
Joe Perches
1
-1
/
+1
2013-07-03
checkpatch: warn on comparisons to get_jiffies_64()
Joe Perches
1
-0
/
+6
2013-07-03
checkpatch: warn on comparisons to jiffies
Joe Perches
1
-0
/
+6
2013-07-03
checkpatch: warn when networking block comment lines don't start with *
Joe Perches
1
-0
/
+8
2013-07-03
checkpatch: improve network block comment test and message
Joe Perches
1
-2
/
+2
2013-07-03
checkpatch: remove quote from CamelCase test
Joe Perches
1
-2
/
+2
2013-07-03
checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...
Joe Perches
1
-0
/
+8
2013-07-03
checkpatch: warn when using gcc's binary constant ("0b") extension
Joe Perches
1
-2
/
+14
2013-07-03
checkpatch: change CamelCase test and make it --strict
Joe Perches
1
-3
/
+3
2013-07-03
Coccinelle: Update information about the minimal version required
Nicolas Palix
1
-0
/
+5
2013-07-03
Coccinelle: Update the options used to the new option scheme
Nicolas Palix
34
-47
/
+47
2013-07-03
kbuild: create directory for dir/file.o
张忠山
1
-1
/
+1
2013-07-03
Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git....
Linus Torvalds
1
-1
/
+1
2013-07-03
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...
Linus Torvalds
1
-0
/
+5
2013-07-03
scripts: Coccinelle script for pci_free_consistent()
strnape1@fel.cvut.cz
1
-0
/
+52
2013-07-03
coccicheck: span checks across CPUs
Kees Cook
1
-3
/
+28
2013-07-03
Fix a build warning in scripts/mod/file2alias.c
Daniel Tang
1
-4
/
+6
2013-06-29
kconfig: allow "hex" and "range" to support longs
Kees Cook
1
-5
/
+5
2013-06-28
improve modalias building
Jan Beulich
1
-8
/
+3
2013-06-28
scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/
Geert Uytterhoeven
1
-2
/
+2
[next]