1. 29dfecf ver_linux: sh-utils, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  2. 7a34323 ver_linux: loadkeys, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  3. be6bb51 ver_linux: net-tools, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  4. e723087 ver_linux: procps, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  5. 53494ba ver_linux: libcpp, fix missing output by Alexander Kapshuk · 9 years ago
  6. 1e5f739 ver_linux: ldd, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  7. cbb57d1 ver_linux: libc, input redirection to sed fails in some distros by Alexander Kapshuk · 9 years ago
  8. b903fa9 ver_linux: ppp, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  9. 8fb0959 ver_linux: quota-tools, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  10. f437d1e ver_linux: pcmciautils, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  11. 44422f3 ver_linux: xfsprogs, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  12. 63e781a ver_linux: reiserfsprogs, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  13. 0fc8de5 ver_linux: jfsutils, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  14. a878222 ver_linux: e2fsprogs, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  15. 5bcb2f5 ver_linux: module-init-tools, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  16. 12b2732 ver_linux: util-linux, 'fdformat' not ubiquitous any longer by Alexander Kapshuk · 9 years ago
  17. 3e2f5cf ver_linux: binutils, fix inaccurate output by Alexander Kapshuk · 9 years ago
  18. 1d60b87 ver_linux: make --version, use regex to find version number by Alexander Kapshuk · 9 years ago
  19. 235024e ver_linux: gcc -dumpversion, use regex to find version number by Alexander Kapshuk · 9 years ago
  20. 8d740a3 builddeb: remove debian/files before build by Riku Voipio · 9 years ago
  21. bd960f0 scripts/kconfig/Makefile: Fix KBUILD_DEFCONFIG check when building with O= by Michael Ellerman · 9 years ago
  22. 2163e7b kconfig/merge_config.sh: Accept a single file by Gabriel de Perthuis · 9 years ago
  23. ed94fea kconfig/merge_config.sh: Support KCONFIG_CONFIG by Gabriel de Perthuis · 9 years ago
  24. d1b0dc9 Update the buildsystem for KConfig finding Qt by Thiago Macieira · 9 years ago
  25. b4ff1de Port xconfig to Qt5 - Update copyright. by Boris Barbulovski · 9 years ago
  26. ee7298f Port xconfig to Qt5 - Fix goParent issue. by Boris Barbulovski · 9 years ago
  27. 5df9da9 Port xconfig to Qt5 - on Back clicked, deselect old item. by Boris Barbulovski · 9 years ago
  28. 76d53cb Port xconfig to Qt5 - Add(back) one click checkbox toggle. by Boris Barbulovski · 9 years ago
  29. e336b9f Port xconfig to Qt5 - Add(back) lineedit editing. by Boris Barbulovski · 9 years ago
  30. 5c60014 Port xconfig to Qt5 - Remove some commented code. by Boris Barbulovski · 9 years ago
  31. b3c48f9 Port xconfig to Qt5 - Source format. by Boris Barbulovski · 9 years ago
  32. f999cc0 Port xconfig to Qt5 - Add horizontal scrollbar, and scroll per pixel. by Boris Barbulovski · 9 years ago
  33. d960b98 Port xconfig to Qt5 - Change ConfigItem constructor parent type. by Boris Barbulovski · 9 years ago
  34. a5225e9 Port xconfig to Qt5 - Disable ConfigList soring by Boris Barbulovski · 9 years ago
  35. 5c6f155 Port xconfig to Qt5 - Remove ConfigList::updateMenuList template. by Boris Barbulovski · 9 years ago
  36. dbf6293 Port xconfig to Qt5 - Add ConfigList::mode to initializer list. by Boris Barbulovski · 9 years ago
  37. 86c0528 Port xconfig to Qt5 - Add ConfigItem::nextItem to initializer list. by Boris Barbulovski · 9 years ago
  38. a52cb321 Port xconfig to Qt5 - Tree widget set column titles. by Boris Barbulovski · 9 years ago
  39. e484fe3 Port xconfig to Qt5 - Quick workaround to bypass app crash at startup. by Boris Barbulovski · 9 years ago
  40. 9bd36ed Port xconfig to Qt5 - Set ConfigView object name. by Boris Barbulovski · 9 years ago
  41. c14fa5e Port xconfig to Qt5 - Use correct signal names. by Boris Barbulovski · 9 years ago
  42. 9bfda0a Port xconfig to Qt5 - Remove Qt3Support from Makefile. by Boris Barbulovski · 9 years ago
  43. d5d973c Port xconfig to Qt5 - Put back some of the old implementation(part 2). by Boris Barbulovski · 9 years ago
  44. 59e5644 Port xconfig to Qt5 - Put back some of the old implementation. by Boris Barbulovski · 9 years ago
  45. 1019f1a Port xconfig to Qt5 - Introduce Qt4/5 version of ConfigList and ConfigItem by Boris Barbulovski · 9 years ago
  46. 9211993 Port xconfig to Qt5 - update signals by Boris Barbulovski · 9 years ago
  47. 68ccb7e Port xconfig to Qt5 - Fix the code so it compiles with Qt5 by Boris Barbulovski · 9 years ago
  48. 7653866 Port xconfig to Qt5 - Remove custom ListView classes. by Boris Barbulovski · 9 years ago
  49. 780505e Port xconfig to Qt5 - Make single/split/full actions checkable. by Boris Barbulovski · 9 years ago
  50. 9c86235 Port xconfig to Qt5 - Update QAction checkable by Boris Barbulovski · 9 years ago
  51. 92298b4 Port xconfig to Qt5 - Fix layout margin. by Boris Barbulovski · 9 years ago
  52. 29a7016 Port xconfig to Qt5 - Fix layout by Boris Barbulovski · 9 years ago
  53. 34d6320 Port xconfig to Qt5 - Replace Q3VBox with QWidget by Boris Barbulovski · 9 years ago
  54. 1ce6735 Port xconfig to Qt5 - Remove unused #include <q3dragobject.h> by Boris Barbulovski · 9 years ago
  55. 76bede8 Port xconfig to Qt5 - Use QMenu by Boris Barbulovski · 9 years ago
  56. 924bbb5 Port xconfig to Qt5 - Use QTextBrowser by Boris Barbulovski · 9 years ago
  57. 041fbdc Port xconfig to Qt5 - Use QList by Boris Barbulovski · 9 years ago
  58. bea0077 Port xconfig to Qt5 - Use QFileDialog by Boris Barbulovski · 9 years ago
  59. 85eaf28 Port xconfig to Qt5 - Use QAction by Boris Barbulovski · 9 years ago
  60. b1f8a45 Port xconfig to Qt5 - Use QMainWindow, QToolBar by Boris Barbulovski · 9 years ago
  61. 8328447 Remove support for QT3 and older. by Boris Barbulovski · 9 years ago
  62. 60fb33a scripts/tags.sh: Teach tags about some powerpc macros by Michael Ellerman · 9 years ago
  63. 39d114d arm64: add KASAN support by Andrey Ryabinin · 9 years ago
  64. 0d8c39e DocBook: Fix kernel-doc to be case-insensitive for private: by Mauro Carvalho Chehab · 9 years ago
  65. 8376645 kernel-doc: better format typedef function output by Mauro Carvalho Chehab · 9 years ago
  66. 3a80a76 kernel-doc: Add a parser for function typedefs by Mauro Carvalho Chehab · 9 years ago
  67. 1c199f2 kbuild: document recursive dependency limitation / resolution by Luis R. Rodriguez · 9 years ago
  68. c39b7ee Merge 4.3-rc4 into char-misc-next by Greg Kroah-Hartman · 9 years ago
  69. 47490ec modpost: Add flag -E for making section mismatches fatal by Nicolas Boichat · 9 years ago
  70. d2036f3 scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target by Michael Ellerman · 9 years ago
  71. b479bfd DocBook: Use a fixed encoding for output by Ben Hutchings · 9 years ago
  72. 283e8ba MODSIGN: Change from CMS to PKCS#7 signing if the openssl is too old by David Howells · 9 years ago
  73. 292c609 KEYS: Remove unnecessary header #inclusions from extract-cert.c by David Howells · 9 years ago
  74. 1c0032c Merge branch 'doc/4.4' of git.lwn.net:/home/git/linux-2.6 by Jonathan Corbet · 9 years ago
  75. b26864c mei: bus: add client protocol version to the device alias by Tomas Winkler · 9 years ago
  76. 59796ed mei: make modules.alias UUID information easier to read by Prarit Bhargava · 9 years ago
  77. 09a77a8 modsign: Fix GPL/OpenSSL licence incompatibility by David Woodhouse · 9 years ago
  78. 4d73270 scripts/kernel-doc: Replacing highlights hash by an array by Danilo Cesar Lemes de Paula · 9 years ago
  79. 68f8666 Documentation: Avoid creating man pages in source tree by Ben Hutchings · 9 years ago
  80. 23aebb3 scripts/kernel-doc: Processing -nofunc for functions only by Danilo Cesar Lemes de Paula · 9 years ago
  81. 7c0d35a MODSIGN: fix a compilation warning in extract-cert by David Howells · 9 years ago
  82. c5595fa checkpatch: add constant comparison on left side test by Joe Perches · 9 years ago
  83. 54507b5 checkpatch: add __pmem to $Sparse annotations by Joe Perches · 9 years ago
  84. 4e5d56b checkpatch: fix left brace warning by Eddie Kovsky · 9 years ago
  85. bf4daf1 checkpatch: avoid some commit message long line warnings by Joe Perches · 9 years ago
  86. 6e30075 checkpatch: emit an error on formats with 0x%<decimal> by Joe Perches · 9 years ago
  87. 7bd7e48 checkpatch: make --strict the default for drivers/staging files and patches by Joe Perches · 9 years ago
  88. 86406b1 checkpatch: always check block comment styles by Joe Perches · 9 years ago
  89. 7d3a9f6 checkpatch: report the right line # when using --emacs and --file by Joe Perches · 9 years ago
  90. 100425d checkpatch: add some <foo>_destroy functions to NEEDLESS_IF tests by Joe Perches · 9 years ago
  91. 3e838b6 checkpatch: Allow longer declaration macros by Joe Perches · 9 years ago
  92. 9f5af48 checkpatch: improve SUSPECT_CODE_INDENT test by Joe Perches · 9 years ago
  93. 9d3e3c7 checkpatch: add warning on BUG/BUG_ON use by Joe Perches · 9 years ago
  94. fe043ea checkpatch: warn on bare SHA-1 commit IDs in commit logs by Joe Perches · 9 years ago
  95. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  96. 1fc524d coccinelle: mm: scripts/coccinelle/api/alloc/pool_zalloc-simple.cocci by Sean O. Stalley · 9 years ago
  97. d9241b2 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  98. 605e971 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  99. dab3c3c Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  100. b793c00 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago