index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2018-06-06
59
-1143
/
+1666
|
\
|
*
kconfig: Avoid format overflow warning from GCC 8.1
Nathan Chancellor
2018-06-05
1
-1
/
+1
|
*
kbuild: Move last word of nconfig help to the previous line
Petr Vorel
2018-06-05
1
-2
/
+1
|
*
kconfig: Add testconfig into make help output
Petr Vorel
2018-06-05
1
-0
/
+1
|
*
kconfig: add basic helper macros to scripts/Kconfig.include
Masahiro Yamada
2018-05-28
4
-0
/
+32
|
*
kconfig: show compiler version text in the top comment
Masahiro Yamada
2018-05-28
3
-0
/
+6
|
*
kconfig: test: add Kconfig macro language tests
Masahiro Yamada
2018-05-28
13
-0
/
+191
|
*
Documentation: kconfig: document a new Kconfig macro language
Masahiro Yamada
2018-05-28
2
-1
/
+243
|
*
kconfig: error out if a recursive variable references itself
Masahiro Yamada
2018-05-28
1
-0
/
+13
|
*
kconfig: add 'filename' and 'lineno' built-in variables
Masahiro Yamada
2018-05-28
1
-0
/
+16
|
*
kconfig: add 'info', 'warning-if', and 'error-if' built-in functions
Masahiro Yamada
2018-05-28
1
-0
/
+27
|
*
kconfig: expand lefthand side of assignment statement
Masahiro Yamada
2018-05-28
1
-0
/
+7
|
*
kconfig: support append assignment operator
Masahiro Yamada
2018-05-28
3
-3
/
+27
|
*
kconfig: support simply expanded variable
Masahiro Yamada
2018-05-28
4
-7
/
+27
|
*
kconfig: support user-defined function and recursively expanded variable
Masahiro Yamada
2018-05-28
4
-4
/
+120
|
*
kconfig: begin PARAM state only when seeing a command keyword
Masahiro Yamada
2018-05-28
1
-1
/
+1
|
*
kconfig: replace $(UNAME_RELEASE) with function call
Masahiro Yamada
2018-05-28
2
-4
/
+3
|
*
kconfig: add 'shell' built-in function
Masahiro Yamada
2018-05-28
1
-0
/
+41
|
*
kconfig: add built-in function support
Masahiro Yamada
2018-05-28
1
-12
/
+130
|
*
kconfig: make default prompt of mainmenu less specific
Masahiro Yamada
2018-05-28
2
-2
/
+2
|
*
kconfig: remove sym_expand_string_value()
Masahiro Yamada
2018-05-28
2
-54
/
+0
|
*
kconfig: remove string expansion for mainmenu after yyparse()
Masahiro Yamada
2018-05-28
1
-19
/
+5
|
*
kconfig: remove string expansion in file_lookup()
Masahiro Yamada
2018-05-28
1
-3
/
+1
|
*
kconfig: reference environment variables directly and remove 'option env='
Masahiro Yamada
2018-05-28
19
-154
/
+343
|
*
kbuild: remove CONFIG_CROSS_COMPILE support
Masahiro Yamada
2018-05-28
2
-12
/
+0
|
*
kbuild: remove kbuild cache
Masahiro Yamada
2018-05-28
2
-90
/
+16
|
*
kconfig: drop localization support
Sam Ravnborg
2018-05-28
21
-610
/
+258
|
*
kconfig: refactor ncurses package checks for building mconf and nconf
Masahiro Yamada
2018-05-28
5
-128
/
+113
|
*
kconfig: refactor GTK+ package checks for building gconf
Masahiro Yamada
2018-05-28
2
-34
/
+32
|
*
kconfig: refactor Qt package checks for building qconf
Masahiro Yamada
2018-05-28
2
-45
/
+53
|
*
kbuild: do not display CHK for filechk
Masahiro Yamada
2018-05-28
1
-1
/
+0
*
|
Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2018-06-06
33
-443
/
+349
|
\
\
|
*
|
kbuild: add machine size to CHECKFLAGS
Luc Van Oostenryck
2018-06-01
9
-10
/
+10
|
*
|
kbuild: add endianness flag to CHEKCFLAGS
Luc Van Oostenryck
2018-05-29
4
-3
/
+5
|
*
|
kbuild: $(CHECK) doesnt need NOSTDINC_FLAGS twice
Luc Van Oostenryck
2018-05-29
1
-1
/
+0
|
*
|
scripts: Fixed printf format mismatch
nixiaoming
2018-05-29
3
-3
/
+3
|
*
|
scripts/tags.sh: use `find` for $ALLSOURCE_ARCHS generation
Joey Pabalinas
2018-05-22
1
-10
/
+1
|
*
|
coccinelle: deref_null: improve performance
Julia Lawall
2018-05-22
1
-20
/
+20
|
*
|
coccinelle: mini_lock: improve performance
Julia Lawall
2018-05-22
1
-2
/
+4
|
*
|
powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected
Nicholas Piggin
2018-05-17
2
-11
/
+12
|
*
|
kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabled
Nicholas Piggin
2018-05-17
2
-15
/
+27
|
*
|
kbuild: LD_DEAD_CODE_DATA_ELIMINATION no -ffunction-sections/-fdata-sections ...
Nicholas Piggin
2018-05-17
1
-2
/
+2
|
*
|
kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATION
Nicholas Piggin
2018-05-17
1
-20
/
+29
|
*
|
modpost: constify *modname function argument where possible
Masahiro Yamada
2018-05-17
1
-2
/
+2
|
*
|
modpost: remove redundant is_vmlinux() test
Masahiro Yamada
2018-05-17
1
-2
/
+1
|
*
|
modpost: use strstarts() helper more widely
Masahiro Yamada
2018-05-17
1
-21
/
+18
|
*
|
modpost: pass struct elf_info pointer to get_modinfo()
Masahiro Yamada
2018-05-17
1
-13
/
+12
|
*
|
checkpatch: remove VMLINUX_SYMBOL() check
Masahiro Yamada
2018-05-17
1
-10
/
+0
|
*
|
vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()
Masahiro Yamada
2018-05-17
1
-145
/
+144
|
*
|
kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX
Masahiro Yamada
2018-05-17
3
-15
/
+1
[next]