index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfig
Masahiro Yamada
2021-02-24
1
-22
/
+14
*
kconfig: omit --oldaskconfig option for 'make config'
Masahiro Yamada
2021-02-24
2
-1
/
+2
*
kconfig: fix 'invalid option' for help option
Masahiro Yamada
2021-02-24
1
-2
/
+2
*
kconfig: remove dead code in conf_askvalue()
Masahiro Yamada
2021-02-24
1
-15
/
+1
*
kconfig: clean up nested if-conditionals in check_conf()
Masahiro Yamada
2021-02-24
1
-26
/
+29
*
kconfig: Remove duplicate call to sym_get_string_value()
Mickaël Salaün
2021-02-24
1
-1
/
+1
*
kbuild: check the minimum linker version in Kconfig
Masahiro Yamada
2021-02-22
3
-32
/
+77
*
kbuild: remove ld-version macro
Masahiro Yamada
2021-02-22
1
-5
/
+1
*
scripts: add generic syscallhdr.sh
Masahiro Yamada
2021-02-22
1
-0
/
+98
*
scripts: add generic syscalltbl.sh
Masahiro Yamada
2021-02-22
1
-0
/
+73
*
gen_compile_commands: prune some directories
Masahiro Yamada
2021-02-16
1
-2
/
+10
*
Kconfig: allow explicit opt in to DWARF v5
Nick Desaulniers
2021-02-16
1
-0
/
+8
*
Kbuild: Make composite object searching more generic
Elliot Berman
2021-02-16
1
-4
/
+8
*
kbuild: use always-y instead of extra-y
Masahiro Yamada
2021-02-16
2
-7
/
+7
*
genksyms: remove useless case DOTS
Masahiro Yamada
2021-02-16
1
-1
/
+0
*
genksyms: remove dead code for ST_TABLE_*
Masahiro Yamada
2021-02-16
1
-54
/
+0
*
genksyms: make source_file a local variable in lexer
Masahiro Yamada
2021-02-16
3
-2
/
+3
*
kbuild: check the minimum compiler version in Kconfig
Masahiro Yamada
2021-02-16
4
-39
/
+88
*
kbuild: LD_VERSION redenomination
Masahiro Yamada
2021-02-11
1
-1
/
+1
*
kallsyms: fix nonconverging kallsyms table with lld
Arnd Bergmann
2021-02-05
1
-0
/
+6
*
scripts/clang-tools: switch explicitly to Python 3
Masahiro Yamada
2021-02-03
2
-2
/
+2
*
kbuild: remove PYTHON variable
Masahiro Yamada
2021-02-01
1
-1
/
+1
*
Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"
Masahiro Yamada
2021-01-28
1
-7
/
+0
*
scripts: use pkg-config to locate libcrypto
Rolf Eike Beer
2021-01-28
1
-2
/
+6
*
kconfig: mconf: fix HOSTCC call
Enrico Weigelt, metux IT consult
2021-01-26
1
-1
/
+1
*
kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc
Masahiro Yamada
2021-01-23
1
-7
/
+3
*
scripts: switch explicitly to Python 3
Andy Shevchenko
2021-01-21
2
-2
/
+2
*
Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-01-10
3
-11
/
+4
|
\
|
*
kconfig: remove 'kvmconfig' and 'xenconfig' shorthands
Masahiro Yamada
2021-01-04
1
-10
/
+0
|
*
kconfig: Support building mconf with vendor sysroot ncurses
John Millikin
2021-01-04
1
-1
/
+3
|
*
kconfig: config script: add a little user help
Randy Dunlap
2021-01-04
1
-0
/
+1
*
|
gcc-plugins: fix gcc 11 indigestion with plugins...
Valdis Klētnieks
2021-01-07
1
-2
/
+2
|
/
*
depmod: handle the case of /sbin/depmod without /sbin in PATH
Linus Torvalds
2021-01-01
1
-0
/
+2
*
checkpatch: prefer strscpy to strlcpy
Joe Perches
2020-12-30
1
-0
/
+6
*
Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...
Linus Torvalds
2020-12-25
4
-304
/
+18
|
\
|
*
scripts: coccicheck: Correct usage of make coccicheck
Sumera Priyadarsini
2020-12-24
1
-0
/
+12
|
*
coccinnelle: Remove ptr_ret script
Maxime Ripard
2020-12-15
1
-97
/
+0
|
*
kbuild: do not use scripts/ld-version.sh for checking spatch version
Masahiro Yamada
2020-12-12
2
-12
/
+6
|
*
remove boolinit.cocci
Peter Zijlstra
2020-11-09
1
-195
/
+0
*
|
Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2020-12-22
8
-76
/
+94
|
\
\
|
*
|
kconfig: fix return value of do_error_if()
Masahiro Yamada
2020-12-21
1
-1
/
+1
|
*
|
kconfig: clean up header inclusion
Boris Kolpackov
2020-12-08
4
-3
/
+2
|
*
|
kconfig: qconf: show Qt version in the About dialog
Masahiro Yamada
2020-12-08
1
-3
/
+6
|
*
|
kconfig: make lkc.h self-sufficient #include-wise
Boris Kolpackov
2020-12-08
1
-0
/
+4
|
*
|
kconfig: qconf: convert to Qt5 new signal/slot connection syntax
Masahiro Yamada
2020-12-08
1
-58
/
+78
|
*
|
kconfig: qconf: use a variable to pass packages to pkg-config
Masahiro Yamada
2020-12-08
1
-1
/
+1
|
*
|
kconfig: qconf: drop Qt4 support
Masahiro Yamada
2020-12-08
1
-10
/
+2
*
|
|
Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2020-12-22
14
-55
/
+87
|
\
\
\
|
*
|
|
genksyms: Ignore module scoped _Static_assert()
Marco Elver
2020-12-21
3
-1
/
+36
|
*
|
|
modpost: turn static exports into error
Quentin Perret
2020-12-21
1
-3
/
+3
[next]