index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-03
Kbuild: Makefile.modbuiltin: include auto.conf and tristate.conf mandatory
Dirk Gouders
1
-2
/
+2
2018-07-25
kbuild: add .DELETE_ON_ERROR special target
Masahiro Yamada
1
-0
/
+3
2018-07-25
kconfig: allow all config targets to write auto.conf if missing
Masahiro Yamada
7
-19
/
+30
2018-07-25
kconfig: make syncconfig update .config regardless of sym_change_count
Masahiro Yamada
1
-4
/
+6
2018-07-25
kconfig: create directories needed for syncconfig by itself
Masahiro Yamada
2
-9
/
+20
2018-07-25
kconfig: remove unneeded directory generation from local*config
Masahiro Yamada
1
-1
/
+0
2018-07-25
kconfig: split out useful helpers in confdata.c
Masahiro Yamada
1
-17
/
+64
2018-07-25
kconfig: rename file_write_dep and move it to confdata.c
Masahiro Yamada
3
-32
/
+30
2018-07-25
kconfig: handle format string before calling conf_message_callback()
Masahiro Yamada
4
-18
/
+17
2018-07-18
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
Dirk Gouders
6
-8
/
+8
2018-07-18
kconfig: check for pkg-config on make {menu,n,g,x}config
Randy Dunlap
2
-0
/
+9
2018-07-14
checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messages
Joe Perches
1
-3
/
+3
2018-07-13
Merge tag 'kbuild-fixes-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
9
-23
/
+4
2018-07-13
scripts/tags.sh: add __ro_after_init
Constantine Shulyupin
1
-1
/
+1
2018-07-08
scripts: teach extract-vmlinux about LZ4 and ZSTD
Adam Borowski
1
-0
/
+2
2018-07-06
kbuild: remove duplicated comments about PHONY
Masahiro Yamada
6
-21
/
+0
2018-07-06
kbuild: do not drop -I without parameter
Masahiro Yamada
1
-1
/
+1
2018-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2018-06-30
Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
4
-4
/
+11
2018-06-28
kconfig: loop boundary condition fix
Jerry James
1
-1
/
+1
2018-06-28
kconfig: handle P_SYMBOL in print_symbol()
Dirk Gouders
2
-0
/
+7
2018-06-28
bpfilter: check compiler capability in Kconfig
Masahiro Yamada
1
-1
/
+1
2018-06-27
checkpatch: remove warning for 'old' stable@kernel.org address
Linus Torvalds
1
-6
/
+0
2018-06-25
kconfig: fix line numbers for if-entries in menu tree
Dirk Gouders
1
-2
/
+2
2018-06-25
stack-protector: Fix test with 32-bit userland and CONFIG_64BIT=y
Sven Joachim
1
-1
/
+1
2018-06-21
tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcount
Greg Thelen
1
-1
/
+1
2018-06-15
scripts/documentation-file-ref-check: check tools/*/Documentation
Mauro Carvalho Chehab
1
-0
/
+7
2018-06-15
scripts/documentation-file-ref-check: get rid of false-positives
Mauro Carvalho Chehab
1
-3
/
+18
2018-06-15
scripts/documentation-file-ref-check: hint: dash or underline
Mauro Carvalho Chehab
1
-0
/
+6
2018-06-15
scripts/documentation-file-ref-check: add a fix logic for DT
Mauro Carvalho Chehab
1
-3
/
+17
2018-06-15
scripts/documentation-file-ref-check: accept more wildcards at filenames
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-15
scripts/documentation-file-ref-check: fix help message
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-13
Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
8
-104
/
+39
2018-06-11
kconfig: fix localmodconfig
Sam Ravnborg
1
-2
/
+2
2018-06-11
gcc-plugins: test plugin support in Kconfig and clean up Makefile
Masahiro Yamada
3
-57
/
+26
2018-06-11
gcc-plugins: move GCC version check for PowerPC to Kconfig
Masahiro Yamada
1
-8
/
+0
2018-06-11
kcov: test compiler capability in Kconfig and correct dependency
Masahiro Yamada
3
-14
/
+8
2018-06-09
Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
1
-1
/
+0
2018-06-08
kconfig: add CC_IS_CLANG and CLANG_VERSION
Masahiro Yamada
1
-14
/
+4
2018-06-08
stack-protector: test compiler capability in Kconfig and drop AUTO mode
Masahiro Yamada
2
-11
/
+1
2018-06-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-7
/
+28
2018-06-07
checkpatch: improve patch recognition
Joe Perches
1
-0
/
+8
2018-06-07
get_maintainer: improve patch recognition
Joe Perches
1
-1
/
+12
2018-06-07
mm: split page_type out from _mapcount
Matthew Wilcox
1
-3
/
+3
2018-06-07
scripts: use SPDX tag in get_maintainer and checkpatch
Joe Perches
2
-3
/
+5
2018-06-07
Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
7
-16
/
+264
2018-06-07
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-1
/
+17
2018-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-0
/
+432
2018-06-06
Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-0
/
+6
2018-06-06
Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
48
-1089
/
+1396
[next]