1. c71bb9f kconfig: remove stale lxdialog/.gitignore by Masahiro Yamada · 6 years ago
  2. 037fc33 kbuild: force all architectures except um to include mandatory-y by Masahiro Yamada · 6 years ago
  3. 7cbbbb8 kbuild: warn redundant generic-y by Masahiro Yamada · 6 years ago
  4. f84dde10 Revert "modsign: Abort modules_install when signing fails" by Douglas Anderson · 6 years ago
  5. f6d9db6 kbuild: deb-pkg: avoid implicit effects by Arseny Maslennikov · 6 years ago
  6. da9cfb8 coccinelle: semantic code search for missing put_device() by Wen Yang · 6 years ago
  7. 6fb7ef5 kbuild: pkg: grep include/config/auto.conf instead of $KCONFIG_CONFIG by Masahiro Yamada · 6 years ago
  8. 515f4c6 kbuild: deb-pkg: introduce is_enabled and if_enabled_echo to builddeb by Masahiro Yamada · 6 years ago
  9. 7e548e9 kbuild: deb-pkg: add CONFIG_ prefix to kernel config options by Masahiro Yamada · 6 years ago
  10. 94cf8ac kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG} by Masahiro Yamada · 6 years ago
  11. 898f5a0 kbuild: move archive command to scripts/Makefile.lib by Masahiro Yamada · 6 years ago
  12. 46c7dd5 modpost: always show verbose warning for section mismatch by Masahiro Yamada · 6 years ago
  13. e3a2285 deb-pkg: generate correct build dependencies by Riku Voipio · 6 years ago
  14. 5453a3d Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  15. 8741908 kconfig: fix 'Save As' menu of xconfig by Masahiro Yamada · 6 years ago
  16. ffd602e Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  17. dbbdf54 Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 6 years ago
  18. 065b6c4 Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  19. 99b25a7 Merge tag 'leaks-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks by Linus Torvalds · 6 years ago
  20. 1a29e85 Merge tag 'docs-5.1' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  21. 2bb9954 Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  22. 663cb63 scripts/gdb: replace flags (MS_xyz -> SB_xyz) by Jackie Liu · 6 years ago
  23. a8da38a checkpatch: add test for SPDX-License-Identifier on wrong line # by Joe Perches · 6 years ago
  24. 98005e8 checkpatch: allow reporting C99 style comments by Vadim Bendebury · 6 years ago
  25. e29a70f checkpatch: add some new alloc functions to various tests by Joe Perches · 6 years ago
  26. fdf1369 checkpatch: verify SPDX comment style by Joe Perches · 6 years ago
  27. 7e242b5 scripts/spelling.txt: add more spellings to spelling.txt by Colin Ian King · 6 years ago
  28. 0bc44b2 platform/x86: wmi: add WMI support to MODULE_DEVICE_TABLE() by Mattias Jacobsson · 6 years ago
  29. eacc95e platform/x86: wmi: move struct wmi_device_id to mod_devicetable.h by Mattias Jacobsson · 6 years ago
  30. 841f1b8 modpost: file2alias: define size of alias by Mattias Jacobsson · 6 years ago
  31. 45763bf Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  32. 9ac060a leaking_addresses: Completely remove --version flag by Tobin C. Harding · 6 years ago
  33. 0f29943 leaking_addresses: Fix calls to dprint by Tobin C. Harding · 6 years ago
  34. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  35. 384d11f Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  36. 3478588 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  37. 1d6693f scripts/decode_stacktrace.sh: handle RIP address with segment by Konstantin Khlebnikov · 6 years ago
  38. 7771bdb kasan: remove use after scope bugs detection. by Andrey Ryabinin · 6 years ago
  39. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  40. 81a56f6 gcc-plugins: structleak: Generalize to all variable types by Kees Cook · 6 years ago
  41. fa7295a kbuild: clean up scripts/gcc-version.sh by Masahiro Yamada · 6 years ago
  42. d3a918c kbuild: remove cc-version macro by Masahiro Yamada · 6 years ago
  43. 00250b521 kbuild: update comment block of scripts/clang-version.sh by Masahiro Yamada · 6 years ago
  44. 6baec88 kasan: turn off asan-stack for clang-8 and earlier by Arnd Bergmann · 6 years ago
  45. 87143fc of: add dtc annotations functionality to dtx_diff by Frank Rowand · 6 years ago
  46. 117948a kbuild: [bin]deb-pkg: add DPKG_FLAGS variable by Kacper Kołodziej · 6 years ago
  47. 0614621d Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  48. cfbe271 Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  49. 0585071 kbuild: move ".config not found!" message from Kconfig to Makefile by Masahiro Yamada · 6 years ago
  50. bd55f96 kbuild: refactor cc-cross-prefix implementation by Masahiro Yamada · 6 years ago
  51. 8811071 kbuild: hardcode genksyms path and remove GENKSYMS variable by Masahiro Yamada · 6 years ago
  52. b513adf scripts/gdb: refactor rules for symlink creation by Masahiro Yamada · 6 years ago
  53. 1e5ff84 scripts/gdb: do not descend into scripts/gdb from scripts by Masahiro Yamada · 6 years ago
  54. a5f4cb4 scripts/spdxcheck.py: fix C++ comment style detection by Aurélien Cedeyn · 6 years ago
  55. 1d8001e kbuild: generate modules.order only when CONFIG_MODULES=y by Masahiro Yamada · 6 years ago
  56. 175209c kbuild: pkg: use -f $(srctree)/Makefile to recurse to top Makefile by Masahiro Yamada · 6 years ago
  57. 1e88e41 kbuild: Disable extra debugging info in .s output by Masahiro Yamada · 6 years ago
  58. 1d5b823 checksyscalls: fix up mq_timedreceive and stat exceptions by Arnd Bergmann · 6 years ago
  59. c8ce48f asm-generic: Make time32 syscall numbers optional by Arnd Bergmann · 6 years ago
  60. 500193e kallsyms: include <asm/bitsperlong.h> instead of <asm/types.h> by Masahiro Yamada · 6 years ago
  61. 52a849e kallsyms: remove unneeded memset() calls by Masahiro Yamada · 6 years ago
  62. f43e9da kallsyms: add static qualifiers where missing by Masahiro Yamada · 6 years ago
  63. 80d7da1 asm-generic: Drop getrlimit and setrlimit syscalls from default list by Yury Norov · 7 years ago
  64. 769a1c0 kconfig: rename zconf.y to parser.y by Masahiro Yamada · 6 years ago
  65. 981e545 kconfig: rename zconf.l to lexer.l by Masahiro Yamada · 6 years ago
  66. 0cf264b locking/atomics: Check atomic headers with sha1sum by Mark Rutland · 6 years ago
  67. b14e77f locking/atomics: Change 'fold' to 'grep' by Anders Roxell · 6 years ago
  68. 41b8687 Merge branch 'locking/atomics' into locking/core, to pick up WIP commits by Ingo Molnar · 6 years ago
  69. 41ea391 Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  70. 48166e6 y2038: add 64-bit time_t syscalls to all 32-bit architectures by Arnd Bergmann · 6 years ago
  71. 0fc1db9 tee: add bus driver framework for TEE based devices by Sumit Garg · 6 years ago
  72. fdddcfd Merge 5.0-rc4 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  73. 6db2983 kallsyms: Handle too long symbols in kallsyms.c by Eugene Loh · 6 years ago
  74. b79c6aa kbuild: remove unnecessary in-subshell execution by Masahiro Yamada · 6 years ago
  75. afa974b kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^) by Masahiro Yamada · 6 years ago
  76. ecbd10d kbuild: simplify rules of data compression with size appending by Masahiro Yamada · 6 years ago
  77. d151e97 kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJS by Masahiro Yamada · 6 years ago
  78. dee9495 kbuild: remove top-level built-in.a by Masahiro Yamada · 6 years ago
  79. 58156ba kbuild: skip 'addtree' and 'flags' magic for external module build by Masahiro Yamada · 6 years ago
  80. 2ca46ed ver_linux: Assign constant RE to variable name for clarity by Alexander Kapshuk · 6 years ago
  81. 7967656 coding-style: Clarify the expectations around bool by Jason Gunthorpe · 6 years ago
  82. dbcfc96 Merge tag 'gcc-plugins-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  83. 2c88c74 gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+ by Ard Biesheuvel · 6 years ago
  84. 560706d gcc-plugins: arm_ssp_per_task_plugin: sign extend the SP mask by Ard Biesheuvel · 6 years ago
  85. be5cd20c kernel-doc: suppress 'not described' warnings for embedded struct fields by Jonathan Corbet · 6 years ago
  86. 959b496 scripts/spdxcheck.py: Handle special quotation mark comments by Thomas Gleixner · 6 years ago
  87. bd352a7 kbuild: remove unused baseprereq by Masahiro Yamada · 6 years ago
  88. 2648ca1 kconfig: clean generated *conf-cfg files by Masahiro Yamada · 6 years ago
  89. 66c56cf Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  90. e4f3589 x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE by WANG Chao · 6 years ago
  91. dfd32ca dma-mapping: remove dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  92. d86271a kconfig: rename generated .*conf-cfg to *conf-cfg by Masahiro Yamada · 6 years ago
  93. ba97df4 kbuild: use assignment instead of define ... endef for filechk_* rules by Masahiro Yamada · 6 years ago
  94. 9199873 kbuild: generate asm-generic wrappers if mandatory headers are missing by Masahiro Yamada · 6 years ago
  95. ad77408 kbuild: change filechk to surround the given command with { } by Masahiro Yamada · 6 years ago
  96. 172caf1 kbuild: remove redundant target cleaning on failure by Masahiro Yamada · 6 years ago
  97. f568866 kbuild: clean up rule_dtc_dt_yaml by Masahiro Yamada · 6 years ago
  98. 786ac51 kbuild: remove UIMAGE_IN and UIMAGE_OUT by Masahiro Yamada · 6 years ago
  99. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  100. 72d3ebb kallsyms: lower alignment on ARM by Mathias Krause · 6 years ago