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
2018-03-25
kconfig: Print reverse dependencies in groups
Eugeniu Rosca
3
-13
/
+20
2018-03-25
kconfig: clean-up reverse dependency help implementation
Masahiro Yamada
2
-17
/
+23
2018-03-25
checkpatch: kconfig: prefer 'help' over '---help---'
Ulf Magnusson
1
-1
/
+5
2018-03-25
checkpatch: kconfig: check help texts for menuconfig and choice
Ulf Magnusson
1
-2
/
+11
2018-03-25
checkpatch: kconfig: recognize more prompts when checking help texts
Ulf Magnusson
1
-1
/
+1
2018-03-25
kbuild: clean up link rule of composite modules
Masahiro Yamada
1
-3
/
+1
2018-03-25
kbuild: clean up archive rule of built-in.a
Masahiro Yamada
1
-9
/
+4
2018-03-25
kbuild: remove partial section mismatch detection for built-in.a
Masahiro Yamada
1
-2
/
+1
2018-03-25
kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.a
Masahiro Yamada
2
-18
/
+10
2018-03-25
kbuild: rename real-objs-y/m to real-obj-y/m
Masahiro Yamada
2
-16
/
+16
2018-03-25
kbuild: move modname and modname-multi close to modname_flags
Masahiro Yamada
2
-8
/
+8
2018-03-25
kbuild: simplify modname calculation
Masahiro Yamada
2
-18
/
+1
2018-03-25
kbuild: fix modname for composite modules
Cao jin
1
-2
/
+2
2018-03-25
kbuild: define KBUILD_MODNAME even if multiple modules share objects
Masahiro Yamada
1
-7
/
+5
2018-03-25
kbuild: remove unnecessary $(subst $(obj)/, , ...) in modname-multi
Masahiro Yamada
1
-1
/
+1
2018-03-25
kbuild: Use ls(1) instead of stat(1) to obtain file size
Michael Forney
3
-3
/
+7
2018-03-25
kbuild: move include/config/ksym/* to include/ksym/*
Masahiro Yamada
3
-6
/
+6
2018-03-25
kbuild: restore autoksyms.h touch to the top Makefile
Masahiro Yamada
1
-2
/
+0
2018-03-25
kbuild: remove wrong 'touch' in adjust_autoksyms.sh
Masahiro Yamada
1
-3
/
+0
2018-03-25
kbuild: simplify ld-option implementation
Masahiro Yamada
1
-3
/
+1
2018-03-25
kbuild: rename built-in.o to built-in.a
Nicholas Piggin
4
-19
/
+19
2018-03-25
kbuild: remove incremental linking option
Nicholas Piggin
2
-80
/
+43
2018-03-25
kbuild: Improve portability of some sed invocations
Michael Forney
5
-9
/
+11
2018-03-25
kbuild: add clang-version.sh
Sami Tolvanen
1
-0
/
+33
2018-03-21
kernel-doc: Remove __sched markings
Matthew Wilcox
1
-0
/
+1
2018-03-21
kbuild: make scripts/adjust_autoksyms.sh robust against timestamp races
Nicolas Pitre
1
-0
/
+7
2018-03-19
drm: remove drm_mode_object_{un/reference} aliases
Haneen Mohammed
1
-10
/
+0
2018-03-16
arch: remove blackfin port
Arnd Bergmann
1
-26
/
+0
2018-03-10
mn10300: Remove the architecture
David Howells
1
-4
/
+3
2018-03-08
kbuild: Handle builtin dtb file names containing hyphens
James Hogan
1
-4
/
+4
2018-03-08
scripts/bloat-o-meter: fix typos in help
Matteo Croce
1
-1
/
+1
2018-03-08
Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...
Arnd Bergmann
2
-24
/
+0
2018-03-06
scripts/kallsyms: filter arm64's __efistub_ symbols
Ard Biesheuvel
1
-0
/
+1
2018-03-06
scripts: turn off some new dtc warnings by default
Rob Herring
1
-0
/
+2
2018-03-06
scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987
Rob Herring
20
-317
/
+619
2018-03-06
scripts/dtc: generate lexer and parser during build instead of shipping
Rob Herring
5
-4713
/
+5
2018-03-05
fixdep: do not ignore kconfig.h
Rasmus Villemoes
1
-1
/
+0
2018-03-05
fixdep: remove some false CONFIG_ matches
Rasmus Villemoes
1
-0
/
+5
2018-03-05
fixdep: remove stale references to uml-config.h
Rasmus Villemoes
1
-9
/
+0
2018-03-03
Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
12
-18
/
+29
2018-03-02
kconfig: fix line number in recursive inclusion error message
Masahiro Yamada
1
-8
/
+4
2018-03-02
Coccinelle: memdup: Fix typo in warning messages
Dafna Hirschfeld
1
-2
/
+2
2018-03-02
kconfig: Update ncurses package names for menuconfig
Arvind Prasanna
1
-1
/
+2
2018-03-02
kbuild/kallsyms: trivial typo fix
Cao jin
1
-1
/
+1
2018-03-02
kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignment
Cao jin
1
-1
/
+1
2018-03-02
kconfig: Don't leak choice names during parsing
Masahiro Yamada
1
-0
/
+1
2018-03-02
kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list
Masahiro Yamada
1
-0
/
+1
2018-03-01
scripts: re-enable some now fixed dtc warnings
Rob Herring
1
-3
/
+0
2018-03-01
kbuild: add dtc as dependency on .dtb files
Rob Herring
1
-1
/
+1
2018-03-01
kbuild: remove remaining use of undefined YACC_PREFIX
Rob Herring
1
-1
/
+1
[prev]
[next]