index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-17
checkpatch: improve operator spacing check
Sam Bobroff
1
-1
/
+1
2015-04-17
checkpatch: add 'Prefer ARRAY_SIZE" test
Joe Perches
1
-0
/
+13
2015-04-17
checkpatch: add uart_ops to normally const structs
Joe Perches
1
-0
/
+1
2015-04-17
checkpatch: add #define foo "string" long line exception
Joe Perches
1
-2
/
+3
2015-04-17
checkpatch, SubmittingPatches: suggest line wrapping commit messages at 75 co...
Joe Perches
1
-0
/
+9
2015-04-17
checkpatch: don't ask for asm/file.h to linux/file.h unconditionally
Fabian Frederick
1
-7
/
+11
2015-04-17
checkpatch: add test for repeated const uses
Joe Perches
1
-0
/
+18
2015-04-17
checkpatch: improve return negative errno check
Joe Perches
1
-3
/
+3
2015-04-17
checkpatch: match more world writable permissions
Joe Perches
1
-2
/
+10
2015-04-17
checkpatch: add optional --codespell dictionary to find more typos
Joe Perches
1
-4
/
+34
2015-04-17
checkpatch: spell check reudce
Jani Nikula
1
-0
/
+1
2015-04-17
checkpatch: add spell checking of email subject line
Joe Perches
1
-1
/
+2
2015-04-17
checkpatch: improve "no space is necessary after a cast" test
Joe Perches
1
-2
/
+9
2015-04-15
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
15
-198
/
+174
2015-04-15
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
3
-11
/
+22
2015-04-15
scripts/coccinelle/misc/bugon.cocci: update bug_on conversion warning
Fabian Frederick
1
-1
/
+1
2015-04-09
kconfig: Do not print status messages in make -s mode
Michal Marek
6
-32
/
+62
2015-04-08
kconfig: Simplify Makefile
Michal Marek
1
-12
/
+8
2015-04-07
Kbuild: kallsyms: drop special handling of pre-3.0 GCC symbols
Ard Biesheuvel
1
-1
/
+0
2015-04-07
Kbuild: kallsyms: ignore veneers emitted by the ARM linker
Ard Biesheuvel
1
-9
/
+21
2015-04-02
kbuild: include $(src)/Makefile rather than $(obj)/Makefile
Masahiro Yamada
2
-2
/
+2
2015-04-02
kbuild: use relative path to include Makefile
Masahiro Yamada
2
-2
/
+2
2015-03-24
kbuild: add generic mergeconfig target, %.config
Masahiro Yamada
1
-10
/
+9
2015-03-24
merge_config.sh: rename MAKE to RUNMAKE
Masahiro Yamada
1
-3
/
+3
2015-03-24
merge_config.sh: improve indentation
Masahiro Yamada
1
-8
/
+6
2015-03-24
kbuild: mergeconfig: remove redundant $(objtree)
Masahiro Yamada
1
-1
/
+1
2015-03-24
kbuild: mergeconfig: move an error check to merge_config.sh
Masahiro Yamada
2
-1
/
+5
2015-03-24
kbuild: mergeconfig: fix "jobserver unavailable" warning
Masahiro Yamada
1
-1
/
+1
2015-02-28
scripts/gdb: add empty package initialization script
Jan Kiszka
1
-0
/
+1
2015-02-25
kconfig: Remove unnecessary prototypes from headers
Michal Marek
7
-48
/
+40
2015-02-25
kconfig: Remove dead code
Michal Marek
4
-39
/
+0
2015-02-25
kconfig: Get rid of the P() macro in headers
Michal Marek
2
-47
/
+43
2015-02-25
kconfig: fix a misspelling in scripts/kconfig/merge_config.sh
Masahiro Yamada
1
-1
/
+1
2015-02-19
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2
-0
/
+6
2015-02-19
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
1
-3
/
+14
2015-02-19
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2
-8
/
+2
2015-02-18
scripts/gdb: disable pagination while printing from breakpoint handler
Jan Kiszka
1
-0
/
+11
2015-02-18
scripts/gdb: convert CpuList to generator function
Jan Kiszka
2
-40
/
+33
2015-02-18
scripts/gdb: convert ModuleList to generator function
Jan Kiszka
2
-23
/
+12
2015-02-18
scripts/gdb: use a generator instead of iterator for task list
Daniel Wagner
1
-30
/
+20
2015-02-18
scripts/gdb: ignore byte-compiled python files
Daniel Thompson
1
-0
/
+2
2015-02-18
scripts/gdb: port to python3 / gdb7.7
Pantelis Koukousoulas
6
-9
/
+18
2015-02-18
scripts/gdb: add lx-lsmod command
Jan Kiszka
1
-1
/
+45
2015-02-18
scripts/gdb: add class to iterate over CPU masks
Jan Kiszka
1
-0
/
+54
2015-02-18
scripts/gdb: add lx_current convenience function
Jan Kiszka
1
-0
/
+17
2015-02-18
scripts/gdb: add internal helper and convenience function for per-cpu lookup
Jan Kiszka
2
-0
/
+69
2015-02-18
scripts/gdb: add get_gdbserver_type helper
Jan Kiszka
1
-0
/
+35
2015-02-18
scripts/gdb: add internal helper and convenience function to retrieve thread_...
Jan Kiszka
1
-0
/
+35
2015-02-18
scripts/gdb: add is_target_arch helper
Jan Kiszka
1
-0
/
+13
2015-02-18
scripts/gdb: add helper and convenience function to look up tasks
Jan Kiszka
2
-0
/
+28
[next]