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-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
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...
Linus Torvalds
1
-0
/
+5
2013-06-13
dtc: ensure #line directives don't consume data from the next line
Grant Likely
2
-117
/
+117
2013-06-13
dtc: Update generated files to output from Bison 2.5
Grant Likely
2
-341
/
+388
2013-06-13
kbuild: make sure we clean up DTB temporary files
Ian Campbell
1
-4
/
+4
2013-06-12
arm64: extable: sort the exception table at build time
Will Deacon
1
-0
/
+5
2013-05-30
Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...
Michal Marek
4
-11
/
+26
2013-05-30
kconfig/menu.c: fix multiple references to expressions in menu_add_prop()
Dirk Gouders
1
-1
/
+14
2013-05-30
mconf: handle keys in empty dialogs
Dirk Gouders
2
-9
/
+11
2013-05-23
kbuild: Don't assume dts files live in arch/*/boot/dts
Matthijs Kooijman
1
-1
/
+1
2013-05-20
scripts/config: fix assignment of parameters for short version of --*-after o...
Clement Chauplannaz
1
-1
/
+1
2013-05-16
package: Makefile: unbreak binrpm-pkg target
Luiz Capitulino
1
-1
/
+1
2013-05-07
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
4
-39
/
+37
2013-05-07
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
9
-12
/
+245
2013-05-07
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
5
-66
/
+48
2013-05-07
menuconfig: fix NULL pointer dereference when searching a symbol
Li Zefan
1
-6
/
+10
2013-05-06
Fix cleaning in scripts/mod
Andreas Schwab
1
-0
/
+2
2013-05-05
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
6
-57
/
+78
2013-05-02
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2
-42
/
+68
2013-04-30
menuconfig: print more info for symbol without prompts
Wengmeiling
1
-7
/
+20
2013-04-30
Merge tag 'localmodconfig-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-10
/
+16
2013-04-29
checkpatch: add Suggested-by as a standard signature
Mugunthan V N
1
-0
/
+1
2013-04-29
checkpatch: only warn for empty lines before closing braces by themselves
Matthijs Kooijman
1
-1
/
+1
2013-04-29
checkpatch: warn on space before semicolon
Joe Perches
1
-2
/
+2
2013-04-29
checkpatch: complain about executable files
Joe Perches
1
-1
/
+2
2013-04-29
checkpatch: Prefer seq_puts to seq_printf
Joe Perches
1
-0
/
+16
2013-04-29
checkpatch: add check for reuse of krealloc arg
Joe Perches
1
-0
/
+7
2013-04-29
get_maintainer: use filename-only regex match for Tegra
Stephen Warren
1
-1
/
+1
2013-04-29
scripts/decodecode: make faulting insn ptr more robust
Borislav Petkov
1
-1
/
+7
2013-04-29
localmodconfig: Process source kconfig files as they are found
Steven Rostedt
1
-10
/
+7
2013-04-29
localmodconfig: Add debug prints for dependencies of module configs
Steven Rostedt
1
-0
/
+9
2013-04-29
Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-0
/
+15
[next]