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-12-05
ftrace: default to tilegx if ARCH=tile is specified
Tony Lu
1
-1
/
+2
2013-11-21
Merge branch 'akpm' (fixes from Andrew)
Linus Torvalds
1
-0
/
+1
2013-11-21
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...
Linus Torvalds
1
-0
/
+2
2013-11-21
checkpatch: fix "Use of uninitialized value" warnings
Joe Perches
1
-0
/
+1
2013-11-16
Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-2
/
+2
2013-11-15
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
4
-117
/
+12
2013-11-15
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
7
-39
/
+43
2013-11-15
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
3
-4
/
+11
2013-11-15
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-5
/
+21
2013-11-13
kallsyms: Revert back to 128 max symbol length
Michal Marek
1
-1
/
+1
2013-11-13
kernel-doc: improve "no structured comments found" error
Johannes Berg
2
-5
/
+15
2013-11-13
initramfs: read CONFIG_RD_ variables for initramfs compression
P J P
1
-6
/
+18
2013-11-13
checkpatch: add check for sscanf without return use
Joe Perches
1
-0
/
+17
2013-11-13
checkpatch: don't require kernel style __attribute__ shortcuts in uapi paths
Joe Perches
1
-7
/
+12
2013-11-13
checkpatch: improve "return is not a function" test
Joe Perches
1
-14
/
+4
2013-11-13
checkpatch.pl: check for the FSF mailing address
Josh Triplett
1
-0
/
+12
2013-11-13
checkpatch: make the memory barrier test noisier
Joe Perches
1
-2
/
+2
2013-11-13
checkpatch: add rules to check init attribute and const defects
Joe Perches
1
-2
/
+34
2013-11-13
checkpatch: add test for #defines of ARCH_HAS_<foo>
Joe Perches
1
-8
/
+14
2013-11-13
checkpatch: find CamelCase definitions of struct/union/enum
Joe Perches
1
-2
/
+3
2013-11-13
checkpatch: update seq_<foo> tests
Joe Perches
1
-3
/
+4
2013-11-13
checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patch
Joe Perches
1
-2
/
+10
2013-11-13
checkpatch: report missing spaces around trigraphs with --strict
Joe Perches
1
-9
/
+7
2013-11-13
scripts/mod/modpost.c: handle non ABS crc symbols
Andi Kleen
1
-8
/
+7
2013-11-13
scripts/sortextable: support objects with more than 64K sections.
Jamie Iles
2
-3
/
+47
2013-11-08
scripts/tags.sh: remove obsolete __devinit[const|data]
Michael Opdenacker
1
-2
/
+2
2013-11-08
scripts: kallsyms: Use %zu to print 'size_t'
Fabio Estevam
1
-1
/
+1
2013-11-07
perf tools: Fix version when building out of tree
David Ahern
1
-1
/
+3
2013-11-07
scripts/bloat-o-meter: use .startswith rather than fragile slicing
Josh Triplett
1
-1
/
+1
2013-11-07
scripts/bloat-o-meter: ignore changes in the size of linux_banner
Josh Triplett
1
-0
/
+1
2013-11-07
modpost: fix bogus 'exported twice' warnings.
Rusty Russell
1
-2
/
+5
2013-11-06
kbuild: replace unbounded sprintf call in modpost
Kees Cook
1
-1
/
+1
2013-11-06
kbuild, bloat-o-meter: fix static detection
Andi Kleen
1
-2
/
+2
2013-11-06
Kbuild: Handle longer symbols in kallsyms.c
Andi Kleen
1
-1
/
+7
2013-11-06
scripts/kernel-doc: make unknown function prototype a Warning instead of an E...
Randy Dunlap
1
-2
/
+1
2013-11-05
recordmcount.pl: Add support for __fentry__
Jamie Iles
1
-2
/
+2
2013-11-02
scripts/kallsyms: filter symbols not in kernel address space
Ming Lei
2
-1
/
+13
2013-10-31
Merge branch 'yem/kconfig-for-next' of git://gitorious.org/linux-kconfig/linu...
Michal Marek
7
-39
/
+43
2013-10-29
asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visible
Andi Kleen
1
-1
/
+1
2013-10-23
show_delta: Update script to support python versions 2.5 through 3.3
Mike Pagano
1
-6
/
+6
2013-10-23
scripts/coccinelle/api: remove devm_request_and_ioremap.cocci
Wolfram Sang
1
-105
/
+0
2013-10-23
scripts/tags.sh: Increase identifier list
Kirill Tkhai
1
-2
/
+3
2013-10-08
xconfig: Fix the filename for GUI settings
Ben Hutchings
2
-0
/
+6
2013-10-08
kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len
Martin Walch
1
-1
/
+1
2013-10-08
kconfig: remove unused definition from scanner
Martin Walch
1
-1
/
+0
2013-10-08
kconfig: adjust warning message for conflicting types
Martin Walch
1
-3
/
+4
2013-10-08
kconfig: fix trivial typos and update mconf documentation
Martin Walch
3
-33
/
+31
2013-10-08
kconfig: add short explanation to SYMBOL_WRITE
Martin Walch
1
-1
/
+1
2013-09-25
X.509: remove possible code fragility: enumeration values not handled
Antonio Alecrim Jr
1
-0
/
+2
2013-09-24
checkpatch: make extern in .h prototypes quieter
Joe Perches
1
-2
/
+2
[next]