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
*
builddeb: Pass -n to gzip for reproducible packages
Guillem Jover
2020-10-09
1
-1
/
+1
*
kbuild: split the build log of kallsyms
Masahiro Yamada
2020-10-09
1
-10
/
+10
*
scripts/setlocalversion: make git describe output more reliable
Rasmus Villemoes
2020-09-24
1
-5
/
+16
*
kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant Makefiles
Masahiro Yamada
2020-09-24
3
-1
/
+6
*
kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasan
Masahiro Yamada
2020-09-24
1
-2
/
+0
*
kbuild: preprocess module linker script
Masahiro Yamada
2020-09-24
5
-4
/
+10
*
Makefile: Add clang-tidy and static analyzer support to makefile
Nathan Huckleberry
2020-08-26
2
-0
/
+74
*
gen_compile_commands: remove the warning about too few .cmd files
Masahiro Yamada
2020-08-26
1
-10
/
+0
*
gen_compile_commands: support *.o, *.a, modules.order in positional argument
Masahiro Yamada
2020-08-26
1
-4
/
+96
*
gen_compile_commands: move directory walk to a generator function
Masahiro Yamada
2020-08-26
1
-12
/
+32
*
gen_compile_commands: make -o option independent of -d option
Masahiro Yamada
2020-08-26
1
-9
/
+9
*
gen_compile_commands: reword the help message of -d option
Masahiro Yamada
2020-08-26
1
-2
/
+2
*
gen_compile_commands: do not support .cmd files under tools/ directory
Masahiro Yamada
2020-08-26
1
-20
/
+12
*
gen_compile_commands: use choices for --log_levels option
Masahiro Yamada
2020-08-26
1
-10
/
+4
*
gen_compile_commands: parse only the first line of .*.cmd files
Masahiro Yamada
2020-08-26
1
-5
/
+2
*
kbuild: hide commands to run Kconfig, and show short log for syncconfig
Masahiro Yamada
2020-08-26
1
-8
/
+8
*
kconfig: qconf: replace deprecated QString::sprintf() with QTextStream
Masahiro Yamada
2020-08-21
1
-54
/
+62
*
kconfig: qconf: remove redundant help in the info view
Masahiro Yamada
2020-08-21
1
-6
/
+1
*
kconfig: qconf: remove qInfo() to get back Qt4 support
Masahiro Yamada
2020-08-21
1
-2
/
+0
*
kconfig: qconf: remove unused colNr
Masahiro Yamada
2020-08-18
1
-1
/
+1
*
kconfig: qconf: fix the popup menu in the ConfigInfoView window
Masahiro Yamada
2020-08-18
2
-18
/
+15
*
kconfig: qconf: fix signal connection to invalid slots
Masahiro Yamada
2020-08-18
1
-4
/
+4
*
genksyms: keywords: Use __restrict not _restrict
Joe Perches
2020-08-18
1
-2
/
+2
*
extract-cert: add static to local data
Masahiro Yamada
2020-08-18
1
-1
/
+1
*
Makefile.extrawarn: Move sign-compare from W=2 to W=3
Joe Perches
2020-08-17
1
-1
/
+1
*
Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2020-08-14
8
-243
/
+218
|
\
|
*
kconfig: qconf: move setOptionMode() to ConfigList from ConfigView
Masahiro Yamada
2020-08-14
2
-28
/
+27
|
*
kconfig: qconf: do not limit the pop-up menu to the first row
Masahiro Yamada
2020-08-14
1
-34
/
+34
|
*
kconfig: qconf: refactor icon setups
Masahiro Yamada
2020-08-14
2
-14
/
+27
|
*
kconfig: qconf: remove unused voidPix, menuInvPix
Masahiro Yamada
2020-08-14
2
-2
/
+2
|
*
kconfig: qconf: remove ConfigItem::text/setText
Masahiro Yamada
2020-08-14
1
-8
/
+0
|
*
kconfig: qconf: remove ConfigList::addColumn/removeColumn
Masahiro Yamada
2020-08-14
2
-19
/
+11
|
*
kconfig: qconf: remove ConfigItem::pixmap/setPixmap
Masahiro Yamada
2020-08-14
2
-19
/
+11
|
*
kconfig: qconf: drop more localization code
Masahiro Yamada
2020-08-14
1
-8
/
+3
|
*
kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()
Masahiro Yamada
2020-08-14
2
-10
/
+10
|
*
kconfig: qconf: remove unused argument from ConfigView::updateList()
Masahiro Yamada
2020-08-14
2
-5
/
+5
|
*
kconfig: qconf: remove unused argument from ConfigList::updateList()
Masahiro Yamada
2020-08-14
2
-5
/
+5
|
*
kconfig: qconf: omit parent to QHBoxLayout()
Masahiro Yamada
2020-08-14
1
-1
/
+2
|
*
kconfig: qconf: remove name from ConfigSearchWindow constructor
Masahiro Yamada
2020-08-14
2
-24
/
+22
|
*
kconfig: qconf: remove unused ConfigList::listView()
Masahiro Yamada
2020-08-14
1
-4
/
+0
|
*
kconfig: qconf: overload addToolBar() to create and insert toolbar
Masahiro Yamada
2020-08-14
1
-3
/
+1
|
*
kconfig: qconf: remove toolBar from ConfigMainWindow members
Masahiro Yamada
2020-08-14
2
-2
/
+1
|
*
kconfig: qconf: use 'menu' variable for (QMenu *)
Masahiro Yamada
2020-08-14
1
-21
/
+20
|
*
kconfig: qconf: do not use 'menu' variable for (QMenuBar *)
Masahiro Yamada
2020-08-14
1
-6
/
+5
|
*
kconfig: qconf: remove ->addSeparator() to menuBar
Masahiro Yamada
2020-08-14
1
-1
/
+0
|
*
kconfig: add 'static' to some file-local data
Masahiro Yamada
2020-08-14
2
-5
/
+11
|
*
kconfig: qconf: Fix mouse events in search view
Maxime Chretien
2020-08-14
1
-2
/
+3
|
*
kconfig: constify XPM data
Masahiro Yamada
2020-08-14
2
-30
/
+30
|
*
Revert "checkpatch: kconfig: prefer 'help' over '---help---'"
Masahiro Yamada
2020-08-14
1
-5
/
+1
|
*
kconfig: remove '---help---' support
Masahiro Yamada
2020-08-14
2
-2
/
+2
[next]