1. be596aa Add current selection check. by Boris Barbulovski · 9 years ago
  2. 588446a Use pkg-config to find Qt 4 and 5 instead of direct qmake by Thiago Macieira · 9 years ago
  3. f6aad26 kconfig: Fix copy&paste error by Michal Sojka · 9 years ago
  4. 2163e7b kconfig/merge_config.sh: Accept a single file by Gabriel de Perthuis · 9 years ago
  5. ed94fea kconfig/merge_config.sh: Support KCONFIG_CONFIG by Gabriel de Perthuis · 9 years ago
  6. d1b0dc9 Update the buildsystem for KConfig finding Qt by Thiago Macieira · 9 years ago
  7. b4ff1de Port xconfig to Qt5 - Update copyright. by Boris Barbulovski · 9 years ago
  8. ee7298f Port xconfig to Qt5 - Fix goParent issue. by Boris Barbulovski · 9 years ago
  9. 5df9da9 Port xconfig to Qt5 - on Back clicked, deselect old item. by Boris Barbulovski · 9 years ago
  10. 76d53cb Port xconfig to Qt5 - Add(back) one click checkbox toggle. by Boris Barbulovski · 9 years ago
  11. e336b9f Port xconfig to Qt5 - Add(back) lineedit editing. by Boris Barbulovski · 9 years ago
  12. 5c60014 Port xconfig to Qt5 - Remove some commented code. by Boris Barbulovski · 9 years ago
  13. b3c48f9 Port xconfig to Qt5 - Source format. by Boris Barbulovski · 9 years ago
  14. f999cc0 Port xconfig to Qt5 - Add horizontal scrollbar, and scroll per pixel. by Boris Barbulovski · 9 years ago
  15. d960b98 Port xconfig to Qt5 - Change ConfigItem constructor parent type. by Boris Barbulovski · 9 years ago
  16. a5225e9 Port xconfig to Qt5 - Disable ConfigList soring by Boris Barbulovski · 9 years ago
  17. 5c6f155 Port xconfig to Qt5 - Remove ConfigList::updateMenuList template. by Boris Barbulovski · 9 years ago
  18. dbf6293 Port xconfig to Qt5 - Add ConfigList::mode to initializer list. by Boris Barbulovski · 9 years ago
  19. 86c0528 Port xconfig to Qt5 - Add ConfigItem::nextItem to initializer list. by Boris Barbulovski · 9 years ago
  20. a52cb32 Port xconfig to Qt5 - Tree widget set column titles. by Boris Barbulovski · 9 years ago
  21. e484fe3 Port xconfig to Qt5 - Quick workaround to bypass app crash at startup. by Boris Barbulovski · 9 years ago
  22. 9bd36ed Port xconfig to Qt5 - Set ConfigView object name. by Boris Barbulovski · 9 years ago
  23. c14fa5e Port xconfig to Qt5 - Use correct signal names. by Boris Barbulovski · 9 years ago
  24. 9bfda0a Port xconfig to Qt5 - Remove Qt3Support from Makefile. by Boris Barbulovski · 9 years ago
  25. d5d973c Port xconfig to Qt5 - Put back some of the old implementation(part 2). by Boris Barbulovski · 9 years ago
  26. 59e5644 Port xconfig to Qt5 - Put back some of the old implementation. by Boris Barbulovski · 9 years ago
  27. 1019f1a Port xconfig to Qt5 - Introduce Qt4/5 version of ConfigList and ConfigItem by Boris Barbulovski · 9 years ago
  28. 9211993 Port xconfig to Qt5 - update signals by Boris Barbulovski · 9 years ago
  29. 68ccb7e Port xconfig to Qt5 - Fix the code so it compiles with Qt5 by Boris Barbulovski · 9 years ago
  30. 7653866 Port xconfig to Qt5 - Remove custom ListView classes. by Boris Barbulovski · 9 years ago
  31. 780505e Port xconfig to Qt5 - Make single/split/full actions checkable. by Boris Barbulovski · 9 years ago
  32. 9c86235 Port xconfig to Qt5 - Update QAction checkable by Boris Barbulovski · 9 years ago
  33. 92298b4 Port xconfig to Qt5 - Fix layout margin. by Boris Barbulovski · 9 years ago
  34. 29a7016 Port xconfig to Qt5 - Fix layout by Boris Barbulovski · 9 years ago
  35. 34d6320 Port xconfig to Qt5 - Replace Q3VBox with QWidget by Boris Barbulovski · 9 years ago
  36. 1ce6735 Port xconfig to Qt5 - Remove unused #include <q3dragobject.h> by Boris Barbulovski · 9 years ago
  37. 76bede8 Port xconfig to Qt5 - Use QMenu by Boris Barbulovski · 9 years ago
  38. 924bbb5 Port xconfig to Qt5 - Use QTextBrowser by Boris Barbulovski · 9 years ago
  39. 041fbdc Port xconfig to Qt5 - Use QList by Boris Barbulovski · 9 years ago
  40. bea0077 Port xconfig to Qt5 - Use QFileDialog by Boris Barbulovski · 9 years ago
  41. 85eaf28 Port xconfig to Qt5 - Use QAction by Boris Barbulovski · 9 years ago
  42. b1f8a45 Port xconfig to Qt5 - Use QMainWindow, QToolBar by Boris Barbulovski · 9 years ago
  43. 8328447 Remove support for QT3 and older. by Boris Barbulovski · 9 years ago
  44. 1c199f2 kbuild: document recursive dependency limitation / resolution by Luis R. Rodriguez · 9 years ago
  45. 7c0d35a MODSIGN: fix a compilation warning in extract-cert by David Howells · 9 years ago
  46. c5595fa checkpatch: add constant comparison on left side test by Joe Perches · 9 years ago
  47. 54507b5 checkpatch: add __pmem to $Sparse annotations by Joe Perches · 9 years ago
  48. 4e5d56b checkpatch: fix left brace warning by Eddie Kovsky · 9 years ago
  49. bf4daf1 checkpatch: avoid some commit message long line warnings by Joe Perches · 9 years ago
  50. 6e30075 checkpatch: emit an error on formats with 0x%<decimal> by Joe Perches · 9 years ago
  51. 7bd7e48 checkpatch: make --strict the default for drivers/staging files and patches by Joe Perches · 9 years ago
  52. 86406b1 checkpatch: always check block comment styles by Joe Perches · 9 years ago
  53. 7d3a9f6 checkpatch: report the right line # when using --emacs and --file by Joe Perches · 9 years ago
  54. 100425d checkpatch: add some <foo>_destroy functions to NEEDLESS_IF tests by Joe Perches · 9 years ago
  55. 3e838b6 checkpatch: Allow longer declaration macros by Joe Perches · 9 years ago
  56. 9f5af48 checkpatch: improve SUSPECT_CODE_INDENT test by Joe Perches · 9 years ago
  57. 9d3e3c7 checkpatch: add warning on BUG/BUG_ON use by Joe Perches · 9 years ago
  58. fe043ea checkpatch: warn on bare SHA-1 commit IDs in commit logs by Joe Perches · 9 years ago
  59. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  60. 1fc524d coccinelle: mm: scripts/coccinelle/api/alloc/pool_zalloc-simple.cocci by Sean O. Stalley · 9 years ago
  61. d9241b2 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  62. 605e971 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  63. dab3c3c Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  64. b793c00 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  65. 35108d7 scripts/spelling.txt: add some typo-words by Zhao Lei · 9 years ago
  66. e260fe0 scripts: decode_stacktrace: fix ARM architecture decoding by Robert Jarzmik · 9 years ago
  67. fa70900 scripts/Lindent: handle missing indent gracefully by Jean Delvare · 9 years ago
  68. d40e1e6 kerneldoc: Convert error messages to GNU error message format by Bart Van Assche · 9 years ago
  69. c22b6ae scripts/spelling.txt: spelling of uninitialized by Sudip Mukherjee · 9 years ago
  70. 779a6ce scripts/spelling.txt: add misspelled words for check by Maninder Singh · 9 years ago
  71. 5631d9c kbuild: Fix clang detection by Michal Marek · 9 years ago
  72. 3716001 deb-pkg: add source package by Riku Voipio · 9 years ago
  73. 2680382 package/Makefile: move source tar creation to a function by Riku Voipio · 9 years ago
  74. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  75. 7073bc6 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  76. e270160 Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 9 years ago
  77. 1c00038 Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  78. 5bbb9f7 scripts: add stackdelta script by Rasmus Villemoes · 9 years ago
  79. 56d4a38 scripts: add stackusage script by Rasmus Villemoes · 9 years ago
  80. 30b139d scripts: add extract-cert and sign-file to .gitignore by Paul Gortmaker · 9 years ago
  81. a9dd941 kbuild: avoid listing /lib/modules in kernel spec file by Mike Marciniszyn · 9 years ago
  82. f062bca Merge tag 'modsign-pkcs7-20150814' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into ra-next by James Morris · 9 years ago
  83. d179e22 kbuild: fixdep: drop meaningless hash table initialization by Masahiro Yamada · 9 years ago
  84. d721109 kbuild: fixdep: optimize code slightly by Masahiro Yamada · 9 years ago
  85. f007492 kernel-doc: ignore unneeded attribute information by Jonathan Corbet · 9 years ago
  86. 5b733fa genksyms: Regenerate parser by Michal Marek · 9 years ago
  87. 1c72250 genksyms: Duplicate function pointer type definitions segfault by Richard Yao · 10 years ago
  88. 3c0561e Avoid conflict with host definitions when cross-compiling by Pavel Fedin · 9 years ago
  89. 78a6854 merge_config.sh: exit on missing input files by Sam Bobroff · 10 years ago
  90. bea107b fallback to hostname in scripts/package/builddeb by Christian Kujau · 9 years ago
  91. bec8a5a coccinelle: api: extend spatch for dropping unnecessary owner by Krzysztof Kozlowski · 10 years ago
  92. 09cd755 kconfig: Regenerate shipped zconf.{hash,lex}.c files by Andreas Ruprecht · 10 years ago
  93. c226456 kconfig: warn of unhandled characters in Kconfig commands by Andreas Ruprecht · 10 years ago
  94. 35ffd08 kconfig: Delete unnecessary checks before the function call "sym_calc_value" by Markus Elfring · 10 years ago
  95. bf7b005 deb-pkg: simplify directory creation by Riku Voipio · 10 years ago
  96. 3c42f0b scripts/tags.sh: Include trace_*_rcuidle() in tags by Stephen Boyd · 10 years ago
  97. 5699f87 scripts/kernel-doc: Adding cross-reference links to html documentation. by Danilo Cesar Lemes de Paula · 9 years ago
  98. 3e5f206 Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 9 years ago
  99. 3ee550f modsign: Handle signing key in source tree by David Woodhouse · 9 years ago
  100. e9a5e8c sign-file: Fix warning about BIO_reset() return value by David Howells · 9 years ago