1. 5e58052 Backmerge tag 'v4.7' into drm-next by Dave Airlie · 8 years ago
  2. b447e02 Revert "scripts/gdb: add a Radix Tree Parser" by Kieran Bingham · 8 years ago
  3. 552ab2a scripts/gdb: Perform path expansion to lx-symbol's arguments by Nikolay Borisov · 8 years ago
  4. e2aa2f8 scripts/gdb: add constants.py to .gitignore by Omar Sandoval · 8 years ago
  5. 834a352 scripts/gdb: rebuild constants.py on dependancy change by Kieran Bingham · 8 years ago
  6. abb035b scripts/gdb: silence 'nothing to do' message by Kieran Bingham · 8 years ago
  7. 542d972 Back-merge tag 'v4.7-rc5' into drm-next by Dave Airlie · 8 years ago
  8. db5dfef Merge tag 'sphinx-4.8' of git://git.lwn.net/linux into topic/drm-misc by Daniel Vetter · 8 years ago
  9. ccf55f7 Merge tag 'powerpc-4.7-3Michael Ellerman:' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  10. 8569de6 docs: kernel-doc: Add "example" and "note" to the magic section types by Jonathan Corbet · 8 years ago
  11. b3c0a4d of: fix autoloading due to broken modalias with no 'compatible' by Wolfram Sang · 8 years ago
  12. 0b0f5f2 scripts/kernel-doc: Add option to inject line numbers by Daniel Vetter · 8 years ago
  13. 879be4f checkpatch: reduce git commit description style false positives by Joe Perches · 8 years ago
  14. b7afa92 scripts/kernel-doc: Also give functions symbolic names by Daniel Vetter · 8 years ago
  15. ebff7f9 scripts/kernel-doc: Remove duplicated DOC: start handling by Daniel Vetter · 8 years ago
  16. 2f4ad40 kernel-doc: reset contents and section harder by Jani Nikula · 8 years ago
  17. 3221776 kernel-doc: concatenate contents of colliding sections by Jani Nikula · 8 years ago
  18. f624ade kernel-doc: limit the "section header:" detection to a select few by Jani Nikula · 8 years ago
  19. cddfe32 kernel-doc/rst: remove fixme comment by Jani Nikula · 8 years ago
  20. d4b08e0 kernel-doc/rst: use *undescribed* instead of _undescribed_ by Jani Nikula · 8 years ago
  21. b7886de kernel-doc: strip leading whitespace from continued param descs by Jani Nikula · 8 years ago
  22. 0a72630 kernel-doc: improve handling of whitespace on the first line param description by Jani Nikula · 8 years ago
  23. ecbcfba kernel-doc/rst: change the output layout by Jani Nikula · 8 years ago
  24. 6450c89 kernel-doc: strip leading blank lines from inline doc comments by Jani Nikula · 8 years ago
  25. 830066a kernel-doc/rst: blank lines in output are not needed by Jani Nikula · 8 years ago
  26. a0b96c2 kernel-doc: fix wrong code indentation by Jani Nikula · 8 years ago
  27. 13901ef kernel-doc: do not regard $, %, or & prefixes as special in section names by Jani Nikula · 8 years ago
  28. c099ff6 kernel-doc/rst: highlight function/struct/enum purpose lines too by Jani Nikula · 8 years ago
  29. 9c9193c kernel-doc/rst: drop redundant unescape in highlighting by Jani Nikula · 8 years ago
  30. f3341dc kernel-doc/rst: add support for struct/union/enum member references by Jani Nikula · 8 years ago
  31. 47ae7ae kernel-doc/rst: add support for &union foo and &typedef foo references by Jani Nikula · 8 years ago
  32. a7291e7 kernel-doc/rst: &foo references are more universal than structs by Jani Nikula · 8 years ago
  33. a19bce6 kernel-doc/rst: reference functions according to C domain spec by Jani Nikula · 8 years ago
  34. 9e72184 kernel-doc/rst: do not output DOC: section titles for requested ones by Jani Nikula · 8 years ago
  35. b6c3f45 kernel-doc: add names for output selection by Jani Nikula · 8 years ago
  36. 48af606 kernel-doc: add names for states and substates by Jani Nikula · 8 years ago
  37. 86ae2e3 kernel-doc: support printing exported and non-exported symbols by Jani Nikula · 9 years ago
  38. 5e64fa9 kernel-doc/rst: fix use of uninitialized value by Jani Nikula · 8 years ago
  39. dc03c0f Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  40. f429d35 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  41. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  42. 92181d4 headers_check: don't warn about c++ guards by Arnd Bergmann · 8 years ago
  43. b3b0842 scripts/gdb: decode bytestream on dmesg for Python3 by Kieran Bingham · 8 years ago
  44. d21d5b9eb scripts/gdb: fix issue with dmesg.py and python 3.X by Dom Cote · 8 years ago
  45. 321958d scripts/gdb: improve types abstraction for gdb python scripts by Dom Cote · 8 years ago
  46. 9f66dee scripts/gdb: add lx_thread_info_by_pid helper by Kieran Bingham · 8 years ago
  47. e127a73 scripts/gdb: add a Radix Tree Parser by Kieran Bingham · 8 years ago
  48. 4bc393d scripts/gdb: cast CPU numbers to integer by Jan Kiszka · 8 years ago
  49. b150393 scripts/gdb: add cpu iterators by Kieran Bingham · 8 years ago
  50. c1a1539 scripts/gdb: add mount point list command by Kieran Bingham · 8 years ago
  51. e7165a2 scripts/gdb: add io resource readers by Kieran Bingham · 8 years ago
  52. 74627cf scripts/gdb: provide a dentry_name VFS path helper by Kieran Bingham · 8 years ago
  53. 958ef8a scripts/gdb: support !CONFIG_MODULES gracefully by Kieran Bingham · 8 years ago
  54. e78f3d7 scripts/gdb: provide exception catching parser by Kieran Bingham · 8 years ago
  55. 619ccaf scripts/gdb: convert modules usage to lists functions by Kieran Bingham · 8 years ago
  56. a84be61 scripts/gdb: provide kernel list item generators by Kieran Bingham · 8 years ago
  57. f197d75 scripts/gdb: provide linux constants by Kieran Bingham · 8 years ago
  58. 0c22fde scripts/gdb: Adjust module reference counter reported by lx-lsmod by Jan Kiszka · 8 years ago
  59. 5469dc2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  60. 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  61. 5af2344 Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  62. 28898fd checkpatch: improve --git <commit-count> shortcut by Joe Perches · 8 years ago
  63. 0dea9f1 checkpatch: reduce number of `git log` calls with --git by Joe Perches · 8 years ago
  64. 4a593c3 checkpatch: add support to check already applied git commits by Du, Changbin · 8 years ago
  65. 3beb42e checkpatch: add --list-types to show message types to show or ignore by Joe Perches · 8 years ago
  66. ef21219 checkpatch: advertise the --fix and --fix-inplace options more by Joe Perches · 8 years ago
  67. 481aea5 checkpatch: whine about ACCESS_ONCE by Joe Perches · 8 years ago
  68. a91e899 checkpatch: add test for keywords not starting on tabstops by Joe Perches · 8 years ago
  69. f39e176 checkpatch: improve CONSTANT_COMPARISON test for structure members by Joe Perches · 8 years ago
  70. 2d63274 checkpatch: add PREFER_IS_ENABLED test by Joe Perches · 8 years ago
  71. e7f44b6 Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  72. a1c28b7 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  73. a05a70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  74. b21e91c scripts/bloat-o-meter: print percent change by Vineet Gupta · 8 years ago
  75. bad7de7 scripts/spelling.txt: add "fimware" misspelling by Kees Cook · 8 years ago
  76. 310c6dd scripts/decode_stacktrace.sh: handle symbols in modules by Konstantin Khlebnikov · 8 years ago
  77. e9ad9b9 Merge tag 'docs-for-linus' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  78. ec67b14 Merge tag 'localmodconfig-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfig by Linus Torvalds · 8 years ago
  79. 2552a39 coccicheck: Fix missing 0 index in kill loop by Kees Cook · 8 years ago
  80. 65a9f31 scripts/package/Makefile: rpmbuild add support of RPMOPTS by Srinivas Pandruvada · 8 years ago
  81. 0e95abf docproc: print a comment about autogeneration for rst output by Jani Nikula · 8 years ago
  82. 064669b docproc: add support for reStructuredText format via --rst option by Jani Nikula · 8 years ago
  83. 1dcdad0 docproc: abstract terminating lines at first space by Jani Nikula · 8 years ago
  84. a48dc45 docproc: abstract docproc directive detection by Jani Nikula · 8 years ago
  85. 868fb19 docproc: reduce unnecessary indentation by Jani Nikula · 8 years ago
  86. 568fb2d docproc: add variables for subcommand and filename by Jani Nikula · 8 years ago
  87. 6285097 kernel-doc: use rst C domain directives and references for types by Jani Nikula · 8 years ago
  88. c0d1b6e kernel-doc: produce RestructuredText output by Jonathan Corbet · 8 years ago
  89. fadc0b3 kernel-doc: rewrite usage description, remove duplicated comments by Jani Nikula · 8 years ago
  90. 0d61ed1 ld-version: Drop the 4th and 5th version components by Maciej W. Rozycki · 8 years ago
  91. c9c6837 kbuild: move -Wunused-const-variable to W=1 warning level by Arnd Bergmann · 8 years ago
  92. 9c8fa9b kbuild: fix if_change and friends to consider argument order by Masahiro Yamada · 8 years ago
  93. fa64e5f kconfig/symbol.c: handle choice_values that depend on 'm' symbols by Dirk Gouders · 8 years ago
  94. 962475a builddeb: fix missing headers in linux-headers package by Azriel Samson · 8 years ago
  95. 697bbc7 builddeb: include objtool binary in headers package by Bjørn Mork · 8 years ago
  96. a7c65b97 kbuild: fix adjust_autoksyms.sh for modules that need only one symbol by Nicolas Pitre · 8 years ago
  97. f110e0f kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same line by Nicolas Pitre · 8 years ago
  98. a466391 kconfig: add unexpected data itself to warning by Paul Bolle · 8 years ago
  99. 725d012 Merge 4.6-rc7 into char-misc-testing by Greg Kroah-Hartman · 8 years ago
  100. acbef7b modpost: fix module autoloading for OF devices with generic compatible property by Philipp Zabel · 8 years ago