1. 299f89d Merge tag 'leaks-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks by Linus Torvalds · 7 years ago
  2. 3612605 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  3. c73dff5 leaking_addresses: check if file name contains address by Tobin C. Harding · 7 years ago
  4. 2306a67 leaking_addresses: explicitly name variable used in regex by Tobin C. Harding · 7 years ago
  5. 3482737 leaking_addresses: remove version number by Tobin C. Harding · 7 years ago
  6. 2ad7429 leaking_addresses: skip '/proc/1/syscall' by Tobin C. Harding · 7 years ago
  7. 472c9e1 leaking_addresses: skip all /proc/PID except /proc/1 by Tobin C. Harding · 7 years ago
  8. 5e4bac3 leaking_addresses: cache architecture name by Tobin C. Harding · 7 years ago
  9. b401f56 leaking_addresses: simplify path skipping by Tobin C. Harding · 7 years ago
  10. e2858ca leaking_addresses: do not parse binary files by Tobin C. Harding · 7 years ago
  11. 1410fe4 leaking_addresses: add 32-bit support by Tobin C. Harding · 7 years ago
  12. 5eb0da0 leaking_addresses: add is_arch() wrapper subroutine by Tobin C. Harding · 7 years ago
  13. 6efb745 leaking_addresses: use system command to get arch by Tobin C. Harding · 7 years ago
  14. 2f042c9 leaking_addresses: add support for 5 page table levels by Tobin C. Harding · 7 years ago
  15. f9d2a42 leaking_addresses: add support for kernel config file by Tobin C. Harding · 7 years ago
  16. 87e3758 leaking_addresses: add range check for vsyscall memory by Tobin C. Harding · 7 years ago
  17. 15d60a3 leaking_addresses: indent dependant options by Tobin C. Harding · 7 years ago
  18. 6145de8 leaking_addresses: remove command examples by Tobin C. Harding · 7 years ago
  19. 20cdfb5 leaking_addresses: remove mention of kptr_restrict by Tobin C. Harding · 7 years ago
  20. 6d23dd9 leaking_addresses: fix typo function not called by Tobin C. Harding · 7 years ago
  21. 3b54765 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  22. 6870c01 scripts/faddr2line: show the code context by Changbin Du · 7 years ago
  23. 9c2dd84 Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  24. 527cd20 Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  25. 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  26. 147a89b Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  27. 3b24b83 Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  28. bb2407a Merge tag 'docs-4.17' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  29. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  30. a1d2a6b riscv/ftrace: Add RECORD_MCOUNT support by Alan Kao · 7 years ago
  31. 320b164 Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  32. a95b37e kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h> by Masahiro Yamada · 7 years ago
  33. df0ce17 security: convert security hooks to use hlist by Sargun Dhillon · 7 years ago
  34. d404d57 docs: kernel-doc: fix parsing of arrays by Mauro Carvalho Chehab · 7 years ago
  35. 2b4f44ee Backmerge tag 'v4.16-rc7' into drm-next by Dave Airlie · 7 years ago
  36. 8a6105c kbuild: rpm-pkg: Support GNU tar >= 1.29 by Jason Gunthorpe · 7 years ago
  37. f843752 builddeb: Fix header package regarding dtc source links by Jan Kiszka · 7 years ago
  38. e53a05a scripts/checkstack.pl: remove blackfin support by Tobias Klauser · 7 years ago
  39. 8283159 recordmcount.pl: drop blackin and tile support by Arnd Bergmann · 7 years ago
  40. 1849268 kconfig: use yylineno option instead of manual lineno increments by Masahiro Yamada · 7 years ago
  41. 379a8eb kconfig: detect recursive inclusion earlier by Masahiro Yamada · 7 years ago
  42. 32a94b8 kconfig: remove duplicated file name and lineno of recursive inclusion by Masahiro Yamada · 7 years ago
  43. 2656151 kconfig: do not include both curses.h and ncurses.h for nconfig by Masahiro Yamada · 7 years ago
  44. f8f69dc kconfig: make unmet dependency warnings readable by Masahiro Yamada · 7 years ago
  45. f622f82 kconfig: warn unmet direct dependency of tristate symbols selected by y by Masahiro Yamada · 7 years ago
  46. e2c75e7 kconfig: tests: test if recursive inclusion is detected by Masahiro Yamada · 7 years ago
  47. 29c434f kconfig: tests: test if recursive dependencies are detected by Masahiro Yamada · 7 years ago
  48. 3e4888c kconfig: tests: test randconfig for choice in choice by Masahiro Yamada · 7 years ago
  49. beaaddb kconfig: tests: test defconfig when two choices interact by Masahiro Yamada · 7 years ago
  50. ee23661 kconfig: tests: check visibility of tristate choice values in y choice by Masahiro Yamada · 7 years ago
  51. 930c429 kconfig: tests: check unneeded "is not set" with unmet dependency by Masahiro Yamada · 7 years ago
  52. b76960c kconfig: tests: test if new symbols in choice are asked by Masahiro Yamada · 7 years ago
  53. 49ac3c0 kconfig: tests: test automatic submenu creation by Masahiro Yamada · 7 years ago
  54. 1903c51 kconfig: tests: add basic choice tests by Masahiro Yamada · 7 years ago
  55. 022a4bf kconfig: tests: add framework for Kconfig unit testing by Masahiro Yamada · 7 years ago
  56. 2a61625 kconfig: remove redundant streamline_config.pl prerequisite by Ulf Magnusson · 7 years ago
  57. 911a91c kconfig: rename silentoldconfig to syncconfig by Masahiro Yamada · 7 years ago
  58. 81d2bc2 kconfig: invoke oldconfig instead of silentoldconfig from local*config by Masahiro Yamada · 7 years ago
  59. 2aad9b8 kconfig: hide irrelevant sub-menus for oldconfig by Masahiro Yamada · 7 years ago
  60. 99f0b65 kconfig: remove redundant input_mode test for check_conf() loop by Masahiro Yamada · 7 years ago
  61. 4bb3a5b kconfig: remove unneeded input_mode test in conf() by Masahiro Yamada · 7 years ago
  62. 59a80b5 kconfig: do not call check_conf() for olddefconfig by Masahiro Yamada · 7 years ago
  63. f467c56 kconfig: only write '# CONFIG_FOO is not set' for visible symbols by Ulf Magnusson · 7 years ago
  64. d9119b5 kconfig: Print reverse dependencies in groups by Eugeniu Rosca · 7 years ago
  65. 9a47cee kconfig: clean-up reverse dependency help implementation by Masahiro Yamada · 7 years ago
  66. 84af7a6 checkpatch: kconfig: prefer 'help' over '---help---' by Ulf Magnusson · 7 years ago
  67. 678ae16 checkpatch: kconfig: check help texts for menuconfig and choice by Ulf Magnusson · 7 years ago
  68. 86adf1a checkpatch: kconfig: recognize more prompts when checking help texts by Ulf Magnusson · 7 years ago
  69. 127668c kbuild: clean up link rule of composite modules by Masahiro Yamada · 7 years ago
  70. 5e18f02 kbuild: clean up archive rule of built-in.a by Masahiro Yamada · 7 years ago
  71. 7657f60 kbuild: remove partial section mismatch detection for built-in.a by Masahiro Yamada · 7 years ago
  72. f98fe47 kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.a by Masahiro Yamada · 7 years ago
  73. f5f3368 kbuild: rename real-objs-y/m to real-obj-y/m by Masahiro Yamada · 7 years ago
  74. c0152e9 kbuild: move modname and modname-multi close to modname_flags by Masahiro Yamada · 7 years ago
  75. fe852ac kbuild: simplify modname calculation by Masahiro Yamada · 7 years ago
  76. c96a294 kbuild: fix modname for composite modules by Cao jin · 7 years ago
  77. aeacb01 kbuild: define KBUILD_MODNAME even if multiple modules share objects by Masahiro Yamada · 7 years ago
  78. 8cd0e46 kbuild: remove unnecessary $(subst $(obj)/, , ...) in modname-multi by Masahiro Yamada · 7 years ago
  79. a670b0b kbuild: Use ls(1) instead of stat(1) to obtain file size by Michael Forney · 7 years ago
  80. fbfa9be kbuild: move include/config/ksym/* to include/ksym/* by Masahiro Yamada · 7 years ago
  81. 07a422b kbuild: restore autoksyms.h touch to the top Makefile by Masahiro Yamada · 7 years ago
  82. baa1668 kbuild: remove wrong 'touch' in adjust_autoksyms.sh by Masahiro Yamada · 7 years ago
  83. 0294e6f kbuild: simplify ld-option implementation by Masahiro Yamada · 7 years ago
  84. f49821e kbuild: rename built-in.o to built-in.a by Nicholas Piggin · 7 years ago
  85. 6358d6e kbuild: remove incremental linking option by Nicholas Piggin · 7 years ago
  86. 1fe7d2b kbuild: Improve portability of some sed invocations by Michael Forney · 7 years ago
  87. ae0c553 kbuild: add clang-version.sh by Sami Tolvanen · 7 years ago
  88. 0891f95 kernel-doc: Remove __sched markings by Matthew Wilcox · 7 years ago
  89. 825d487 kbuild: make scripts/adjust_autoksyms.sh robust against timestamp races by Nicolas Pitre · 7 years ago
  90. e007488 drm: remove drm_mode_object_{un/reference} aliases by Haneen Mohammed · 7 years ago
  91. 4ba66a9 arch: remove blackfin port by Arnd Bergmann · 7 years ago
  92. 739d875 mn10300: Remove the architecture by David Howells · 7 years ago
  93. 55fe6da kbuild: Handle builtin dtb file names containing hyphens by James Hogan · 7 years ago
  94. 61fc470 scripts/bloat-o-meter: fix typos in help by Matteo Croce · 7 years ago
  95. b67aea2b Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jhogan/metag into asm-generic by Arnd Bergmann · 7 years ago
  96. 1212f7a scripts/kallsyms: filter arm64's __efistub_ symbols by Ard Biesheuvel · 7 years ago
  97. 4fd98e3 scripts: turn off some new dtc warnings by default by Rob Herring · 7 years ago
  98. 9130ba8 scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987 by Rob Herring · 7 years ago
  99. e039139 scripts/dtc: generate lexer and parser during build instead of shipping by Rob Herring · 7 years ago
  100. 638e69c fixdep: do not ignore kconfig.h by Rasmus Villemoes · 7 years ago