1. bac977c kbuild: deb-pkg: do not build linux-headers package if CONFIG_MODULES=n by Masahiro Yamada · 4 years, 10 months ago
  2. 7dfbea4 scripts: remove namespace.pl by Jacob Keller · 4 years, 10 months ago
  3. 76c3766 builddeb: Add support for all required debian/rules targets by Guillem Jover · 4 years, 11 months ago
  4. 3e85418 builddeb: Enable rootless builds by Guillem Jover · 4 years, 11 months ago
  5. 51ccdbf builddeb: Pass -n to gzip for reproducible packages by Guillem Jover · 4 years, 11 months ago
  6. 08beb66 kbuild: split the build log of kallsyms by Masahiro Yamada · 4 years, 10 months ago
  7. 548b8b5 scripts/setlocalversion: make git describe output more reliable by Rasmus Villemoes · 4 years, 11 months ago
  8. bb27321 kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant Makefiles by Masahiro Yamada · 5 years ago
  9. 9909b76 kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasan by Masahiro Yamada · 5 years ago
  10. 596b047 kbuild: preprocess module linker script by Masahiro Yamada · 5 years ago
  11. 6ad7cbc Makefile: Add clang-tidy and static analyzer support to makefile by Nathan Huckleberry · 5 years ago
  12. 8b61f74 gen_compile_commands: remove the warning about too few .cmd files by Masahiro Yamada · 5 years ago
  13. ecca4fe gen_compile_commands: support *.o, *.a, modules.order in positional argument by Masahiro Yamada · 5 years ago
  14. fc2cb22 gen_compile_commands: move directory walk to a generator function by Masahiro Yamada · 5 years ago
  15. 6fca36f gen_compile_commands: make -o option independent of -d option by Masahiro Yamada · 5 years ago
  16. 0a7d376 gen_compile_commands: reword the help message of -d option by Masahiro Yamada · 5 years ago
  17. 6ca4c6d gen_compile_commands: do not support .cmd files under tools/ directory by Masahiro Yamada · 5 years ago
  18. ea6cedc gen_compile_commands: use choices for --log_levels option by Masahiro Yamada · 5 years ago
  19. 8a685db gen_compile_commands: parse only the first line of .*.cmd files by Masahiro Yamada · 5 years ago
  20. 23cd88c kbuild: hide commands to run Kconfig, and show short log for syncconfig by Masahiro Yamada · 5 years ago
  21. 510bc3cb kconfig: qconf: replace deprecated QString::sprintf() with QTextStream by Masahiro Yamada · 5 years ago
  22. 68fd110 kconfig: qconf: remove redundant help in the info view by Masahiro Yamada · 5 years ago
  23. 53efe2e kconfig: qconf: remove qInfo() to get back Qt4 support by Masahiro Yamada · 5 years ago
  24. 66c262b kconfig: qconf: remove unused colNr by Masahiro Yamada · 5 years ago
  25. 7d1300e kconfig: qconf: fix the popup menu in the ConfigInfoView window by Masahiro Yamada · 5 years ago
  26. d85de33 kconfig: qconf: fix signal connection to invalid slots by Masahiro Yamada · 5 years ago
  27. e29a6d6 genksyms: keywords: Use __restrict not _restrict by Joe Perches · 5 years ago
  28. 1dbcf46 extract-cert: add static to local data by Masahiro Yamada · 5 years ago
  29. a97ea93 Makefile.extrawarn: Move sign-compare from W=2 to W=3 by Joe Perches · 5 years ago
  30. 32b2ee5 Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  31. d4bbe8a kconfig: qconf: move setOptionMode() to ConfigList from ConfigView by Masahiro Yamada · 5 years ago
  32. fa8de0a kconfig: qconf: do not limit the pop-up menu to the first row by Masahiro Yamada · 5 years ago
  33. 5cb255f kconfig: qconf: refactor icon setups by Masahiro Yamada · 5 years ago
  34. 4fa91f5 kconfig: qconf: remove unused voidPix, menuInvPix by Masahiro Yamada · 5 years ago
  35. 5ca534c kconfig: qconf: remove ConfigItem::text/setText by Masahiro Yamada · 5 years ago
  36. abf741a kconfig: qconf: remove ConfigList::addColumn/removeColumn by Masahiro Yamada · 5 years ago
  37. 711b875 kconfig: qconf: remove ConfigItem::pixmap/setPixmap by Masahiro Yamada · 5 years ago
  38. 3c73ff0 kconfig: qconf: drop more localization code by Masahiro Yamada · 5 years ago
  39. 5b75a6c kconfig: qconf: remove 'parent' from ConfigList::updateMenuList() by Masahiro Yamada · 5 years ago
  40. 1031685 kconfig: qconf: remove unused argument from ConfigView::updateList() by Masahiro Yamada · 5 years ago
  41. cb77043 kconfig: qconf: remove unused argument from ConfigList::updateList() by Masahiro Yamada · 5 years ago
  42. 9264115 kconfig: qconf: omit parent to QHBoxLayout() by Masahiro Yamada · 5 years ago
  43. 740fdef kconfig: qconf: remove name from ConfigSearchWindow constructor by Masahiro Yamada · 5 years ago
  44. 1b4263e kconfig: qconf: remove unused ConfigList::listView() by Masahiro Yamada · 5 years ago
  45. 860ec3f kconfig: qconf: overload addToolBar() to create and insert toolbar by Masahiro Yamada · 5 years ago
  46. 2afb3e2 kconfig: qconf: remove toolBar from ConfigMainWindow members by Masahiro Yamada · 5 years ago
  47. 93ebaac kconfig: qconf: use 'menu' variable for (QMenu *) by Masahiro Yamada · 5 years ago
  48. d4b1cea kconfig: qconf: do not use 'menu' variable for (QMenuBar *) by Masahiro Yamada · 5 years ago
  49. 614bf0a8 kconfig: qconf: remove ->addSeparator() to menuBar by Masahiro Yamada · 5 years ago
  50. d41809f kconfig: add 'static' to some file-local data by Masahiro Yamada · 5 years ago
  51. 7eb7c106f kconfig: qconf: Fix mouse events in search view by Maxime Chretien · 5 years ago
  52. 8410e65 kconfig: constify XPM data by Masahiro Yamada · 5 years ago
  53. 22a4ac0 Revert "checkpatch: kconfig: prefer 'help' over '---help---'" by Masahiro Yamada · 5 years ago
  54. f70f74d kconfig: remove '---help---' support by Masahiro Yamada · 5 years ago
  55. 8cd84b7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  56. 9ad57f6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  57. a3ec9f3 scripts/gdb: fix python 3.8 SyntaxWarning by Nick Desaulniers · 5 years ago
  58. ef3c005 checkpatch: remove missing switch/case break test by Joe Perches · 5 years ago
  59. 1a3dcf2 checkpatch: add test for repeated words by Joe Perches · 5 years ago
  60. ced69da1 checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missing by Quentin Monnet · 5 years ago
  61. 65b64b3 checkpatch: add --fix option for ASSIGN_IN_IF by Joe Perches · 5 years ago
  62. 5016126 checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_ by Joe Perches · 5 years ago
  63. bb5baaa Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  64. 3df1426 recordmcount: Fix build failure on non arm64 by Christophe Leroy · 5 years ago
  65. fc80c51 Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  66. 0378dae Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next-5.6 by Paolo Bonzini · 5 years ago
  67. 132305b kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option base by Masahiro Yamada · 5 years ago
  68. e0fe0bb kbuild: include scripts/Makefile.* only when relevant CONFIG is enabled by Masahiro Yamada · 5 years ago
  69. faabed2 kbuild: introduce hostprogs-always-y and userprogs-always-y by Masahiro Yamada · 5 years ago
  70. 85569d1 kbuild: sort hostprogs before passing it to ifneq by Masahiro Yamada · 5 years ago
  71. 42640b13 kbuild: move host .so build rules to scripts/gcc-plugins/Makefile by Masahiro Yamada · 5 years ago
  72. 16a122c kbuild: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 5 years ago
  73. 15d5761 kbuild: introduce ccflags-remove-y and asflags-remove-y by Masahiro Yamada · 5 years ago
  74. 3ec8a5b kbuild: do not export LDFLAGS_vmlinux by Masahiro Yamada · 5 years ago
  75. cc8a51c kbuild: always create directories of targets by Masahiro Yamada · 5 years ago
  76. 0f43283 Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  77. cae9dc3 kasan: allow enabling stack tagging for tag-based mode by Andrey Konovalov · 5 years ago
  78. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 5 years ago
  79. 70a175e scripts/spelling.txt: add more spellings to spelling.txt by Colin Ian King · 5 years ago
  80. d2b0216 const_structs.checkpatch: add regulator_ops by Joe Perches · 5 years ago
  81. f90dde4 scripts/decode_stacktrace.sh: guess path to vmlinux by release name by Konstantin Khlebnikov · 5 years ago
  82. 431151b scripts/decode_stacktrace.sh: guess path to modules by Konstantin Khlebnikov · 5 years ago
  83. ecda6e2 scripts/decode_stacktrace.sh: guess basepath if not specified by Konstantin Khlebnikov · 5 years ago
  84. f643b9e scripts/decode_stacktrace.sh: skip missing symbols by Konstantin Khlebnikov · 5 years ago
  85. 1d35b60 scripts/bloat-o-meter: Support comparing library archives by Nikolay Borisov · 5 years ago
  86. 4f491bb scripts/tags.sh: collect compiled source precisely by Jialu Xu · 5 years ago
  87. e3243e2a Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux by Linus Torvalds · 5 years ago
  88. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  89. dd27111 Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  90. 1785d11 Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  91. 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  92. 49e917d Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 5 years ago
  93. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  94. d05f94a coccinelle: api: filter out memdup_user definitions by Denis Efremov · 5 years ago
  95. 9c568db coccinelle: api: extend memdup_user rule with vmemdup_user() by Denis Efremov · 5 years ago
  96. 547ade4 coccinelle: api: extend memdup_user transformation with GFP_USER by Denis Efremov · 5 years ago
  97. 7cf4be6 coccinelle: api: add kzfree script by Denis Efremov · 5 years ago
  98. de50862 coccinelle: misc: add array_size_dup script to detect missed overflow checks by Denis Efremov · 5 years ago
  99. 2fbecb7 coccinelle: api/kstrdup: fix coccinelle position by Denis Efremov · 5 years ago
  100. abfc19f coccinelle: api: add device_attr_show script by Denis Efremov · 5 years ago