index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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-06-05
kconfig: Add testconfig into make help output
Petr Vorel
1
-0
/
+1
2018-06-04
Merge tag 'docs-4.18' of git://git.lwn.net/linux
Linus Torvalds
2
-12
/
+397
2018-06-01
powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS
Nicholas Piggin
1
-1
/
+17
2018-05-29
scripts: Fixed printf format mismatch
nixiaoming
3
-3
/
+3
2018-05-28
kconfig: add basic helper macros to scripts/Kconfig.include
Masahiro Yamada
1
-0
/
+27
2018-05-28
kconfig: test: add Kconfig macro language tests
Masahiro Yamada
13
-0
/
+191
2018-05-28
kconfig: error out if a recursive variable references itself
Masahiro Yamada
1
-0
/
+13
2018-05-28
kconfig: add 'filename' and 'lineno' built-in variables
Masahiro Yamada
1
-0
/
+16
2018-05-28
kconfig: add 'info', 'warning-if', and 'error-if' built-in functions
Masahiro Yamada
1
-0
/
+27
2018-05-28
kconfig: expand lefthand side of assignment statement
Masahiro Yamada
1
-0
/
+7
2018-05-28
kconfig: support append assignment operator
Masahiro Yamada
3
-3
/
+27
2018-05-28
kconfig: support simply expanded variable
Masahiro Yamada
4
-7
/
+27
2018-05-28
kconfig: support user-defined function and recursively expanded variable
Masahiro Yamada
4
-4
/
+120
2018-05-28
kconfig: begin PARAM state only when seeing a command keyword
Masahiro Yamada
1
-1
/
+1
2018-05-28
kconfig: add 'shell' built-in function
Masahiro Yamada
1
-0
/
+41
2018-05-28
kconfig: add built-in function support
Masahiro Yamada
1
-12
/
+130
2018-05-28
kconfig: make default prompt of mainmenu less specific
Masahiro Yamada
2
-2
/
+2
2018-05-28
kconfig: remove sym_expand_string_value()
Masahiro Yamada
2
-54
/
+0
2018-05-28
kconfig: remove string expansion for mainmenu after yyparse()
Masahiro Yamada
1
-19
/
+5
2018-05-28
kconfig: remove string expansion in file_lookup()
Masahiro Yamada
1
-3
/
+1
2018-05-28
kconfig: reference environment variables directly and remove 'option env='
Masahiro Yamada
10
-114
/
+326
2018-05-28
kbuild: remove kbuild cache
Masahiro Yamada
1
-87
/
+14
2018-05-28
trace: Use -mcount-record for dynamic ftrace
Andi Kleen
1
-0
/
+6
2018-05-28
kconfig: drop localization support
Sam Ravnborg
21
-610
/
+258
2018-05-28
kconfig: refactor ncurses package checks for building mconf and nconf
Masahiro Yamada
5
-128
/
+113
2018-05-28
kconfig: refactor GTK+ package checks for building gconf
Masahiro Yamada
2
-34
/
+32
2018-05-28
kconfig: refactor Qt package checks for building qconf
Masahiro Yamada
2
-45
/
+53
2018-05-28
kbuild: do not display CHK for filechk
Masahiro Yamada
1
-1
/
+0
2018-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-05-26
checkpatch: fix macro argument precedence test
Joe Perches
1
-1
/
+1
2018-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+4
2018-05-22
scripts/tags.sh: use `find` for $ALLSOURCE_ARCHS generation
Joey Pabalinas
1
-10
/
+1
2018-05-22
coccinelle: deref_null: improve performance
Julia Lawall
1
-20
/
+20
2018-05-22
coccinelle: mini_lock: improve performance
Julia Lawall
1
-2
/
+4
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2018-05-18
Merge drm-fixes-for-v4.17-rc6-urgent into drm-next
Dave Airlie
8
-18
/
+13
2018-05-17
bpf: change eBPF helper doc parsing script to allow for smaller indent
Quentin Monnet
1
-4
/
+4
2018-05-17
modpost: constify *modname function argument where possible
Masahiro Yamada
1
-2
/
+2
2018-05-17
modpost: remove redundant is_vmlinux() test
Masahiro Yamada
1
-2
/
+1
2018-05-17
modpost: use strstarts() helper more widely
Masahiro Yamada
1
-21
/
+18
2018-05-17
modpost: pass struct elf_info pointer to get_modinfo()
Masahiro Yamada
1
-13
/
+12
2018-05-17
checkpatch: remove VMLINUX_SYMBOL() check
Masahiro Yamada
1
-10
/
+0
2018-05-17
kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX
Masahiro Yamada
2
-9
/
+1
2018-05-17
depmod.sh: remove symbol prefix support
Masahiro Yamada
1
-22
/
+3
2018-05-17
kallsyms: remove symbol prefix support
Masahiro Yamada
2
-40
/
+11
2018-05-17
genksyms: remove symbol prefix support
Masahiro Yamada
2
-10
/
+3
2018-05-17
modpost: remove symbol prefix support
Masahiro Yamada
1
-20
/
+10
2018-05-17
kbuild: deb-pkg improve maintainer address generation
Riku Voipio
1
-14
/
+13
2018-05-15
kbuild: disable new dtc graph and unit-address warnings
Rob Herring
1
-0
/
+3
2018-05-15
scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bc
Rob Herring
6
-16
/
+261
[prev]
[next]