1. c6d3085 UBSAN: run-time undefined behavior sanity checker by Andrey Ryabinin · 8 years ago
  2. 6b10df4 checkpatch: fix a number of COMPLEX_MACRO false positives by Vladimir Zapolskiy · 8 years ago
  3. 62e15a6 checkpatch: improve macros with flow control test by Joe Perches · 8 years ago
  4. 938224b checkpatch: warn when casting constants to c90 int or longer types by Joe Perches · 8 years ago
  5. be17bdd scripts/get_maintainer.pl: handle file names beginning with ./ by Joe Perches · 8 years ago
  6. 90bf353 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  7. af75d51 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  8. d9569f0 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  9. a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  10. 0cbeafb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  11. e535d74 Merge tag 'docs-4.5' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  12. 685eaad page-flags: drop __TestClearPage*() helpers by Kirill A. Shutemov · 8 years ago
  13. f689b74 Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  14. 2f63236 modpost: don't add a trailing wildcard for OF module aliases by Javier Martinez Canillas · 8 years ago
  15. 72214a2 scripts/bloat-o-meter: fix python3 syntax error by Sergey Senozhatsky · 8 years ago
  16. cbd88cd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  17. 4c257ec Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  18. 2e50c4b scripts/recordmcount.pl: support data in text section on powerpc by Ulrich Weigand · 8 years ago
  19. 4f31d77 Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
  20. 43e361f checkpatch: add virt barriers by Michael S. Tsirkin · 8 years ago
  21. f4073b0 checkpatch: check for __smp outside barrier.h by Michael S. Tsirkin · 8 years ago
  22. 402c255 checkpatch.pl: add missing memory barriers by Michael S. Tsirkin · 8 years ago
  23. c5c80bd Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  24. 3f984cb coccinelle: tests: unsigned value cannot be lesser than zero by Andrzej Hajda · 8 years ago
  25. 7599ea8 kbuild: Demote 'sign-compare' warning to W=2 by Lee Jones · 8 years ago
  26. 5b61c7b kconfig: fix qconf segfault by deleting heap objects by Chris Bainbridge · 8 years ago
  27. a7df4716 um: link with -lpthread by Vegard Nossum · 8 years ago
  28. 8083013 ld-version: Fix it on Fedora by Michael S. Tsirkin · 8 years ago
  29. 93209d6 tags: Unify emacs and exuberant rules by Michal Marek · 9 years ago
  30. a1ccdb6 tags: Drop the _PE rule by Michal Marek · 9 years ago
  31. ab9ca61 tags: Do not try to index defconfigs by Michal Marek · 9 years ago
  32. a281b85 tags: Process Kconfig files in a single pass by Michal Marek · 9 years ago
  33. c26206f tags: Fix erroneous pattern match in a comment by Michal Marek · 9 years ago
  34. d2fb5ae tags: Treat header files as C code by Michal Marek · 9 years ago
  35. aab24a8 kconfig: return 'false' instead of 'no' in bool function by Vegard Nossum · 8 years ago
  36. 713a3e4 ftrace/scripts: Fix incorrect use of sprintf in recordmcount by Colin Ian King · 8 years ago
  37. d5ece1c Fix ld-version.sh to handle large 3rd version part by James Hogan · 8 years ago
  38. a7e137e kbuild: add AFLAGS_REMOVE_(basename).o option by Heiko Carstens · 9 years ago
  39. a50bd43 ftrace/scripts: Have recordmcount copy the object file by Steven Rostedt (Red Hat) · 8 years ago
  40. dd39a26 scripts: recordmcount: break hardlinks by Russell King · 8 years ago
  41. af3ff64 Drivers: hv: vmbus: Use uuid_le type consistently by K. Y. Srinivasan · 8 years ago
  42. 1b2c841 checkkconfigsymbols.py: find similar symbols by Valentin Rothberg · 9 years ago
  43. e2042a8 checkkconfigsymbols.py: multiprocessing of files by Valentin Rothberg · 9 years ago
  44. 74dba80 kconfig: allow kconfig to handle longer path names by Markus Mayer · 8 years ago
  45. a78f70e genksyms: Handle string literals with spaces in reference files by Michal Marek · 8 years ago
  46. fb1770a arch: um: fix error when linking vmlinux. by Lorenzo Colitti · 9 years ago
  47. 4c835b5 fixdep: constify strrcmp arguments by Nicolas Iooss · 9 years ago
  48. cf4f219 kbuild: Allow to specify composite modules with modname-m by Michal Marek · 9 years ago
  49. 4b63f60 package Makefile: fix perf-tar targets when outdir is set by Riku Voipio · 9 years ago
  50. b22b5a9 kernel-doc: Fix parsing of DECLARE_BITMAP in struct by Conchúr Navid · 9 years ago
  51. 4468e21 kernel-doc: Strip #ifdef/#endif in enums by Conchúr Navid · 9 years ago
  52. 8a9260a kernel-doc: Fix stripping of #define in enums by Conchúr Navid · 9 years ago
  53. 0f68431 scripts/tags.sh: Teach tags about more powerpc macros by Michael Ellerman · 9 years ago
  54. 1ef0623 kernel-doc: Make it compatible with Perl versions below 5.12 again by Mauro Carvalho Chehab · 9 years ago
  55. 5dfe5b2 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  56. 152813e Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  57. 50c3650 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  58. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  59. 6d32f7a checkpatch: improve the unnecessary initialisers tests by Joe Perches · 9 years ago
  60. 369c8dd checkpatch: improve tests for fixes:, long lines and stack dumps in commit log by Joe Perches · 9 years ago
  61. 2a7cb1d get_maintainer: add subsystem to reviewer output by Joe Perches · 9 years ago
  62. 4f07510 get_maintainer: --r (list reviewer) is on by default by Brian Norris · 9 years ago
  63. b1312bfe get_maintainer: add --no-foo options to --help by Brian Norris · 9 years ago
  64. cc7ff0e get_maintainer: it's '--pattern-depth', not '-pattern-depth' by Brian Norris · 9 years ago
  65. 3cbcca8 get_maintainer: add missing documentation for --git-blame-signatures by Brian Norris · 9 years ago
  66. 22402cd Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  67. 0280d1a Merge tag 'sound-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  68. 2f4bf52 Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  69. 5ebe0ee Merge tag 'docs-for-linus' of git://git.lwn.net/linux by Linus Torvalds · 9 years ago
  70. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  71. b037865 Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  72. 8e483ed Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  73. 2dc10ad Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  74. 2ee8a74 recordmcount: arm64: Replace the ignored mcount call into nop by Li Bin · 9 years ago
  75. c84da8b recordmcount: Fix endianness handling bug for nop_mcount by libin · 9 years ago
  76. be596aa Add current selection check. by Boris Barbulovski · 9 years ago
  77. 588446a Use pkg-config to find Qt 4 and 5 instead of direct qmake by Thiago Macieira · 9 years ago
  78. 46a2b61 recordmcount: x86: Assign a meaningful value to rel_type_nop by Li Bin · 9 years ago
  79. 67afc21 coccinelle: Improve checking for missing NULL terminators by Daniel Granat · 9 years ago
  80. 4743775 coccinelle: ifnullfree: handle various destroy functions by Julia Lawall · 9 years ago
  81. ca047e7 coccinelle: ifnullfree: various cleanups by Julia Lawall · 9 years ago
  82. 41167d0 cocinelle: iterators: semantic patch to delete unneeded of_node_put by Julia Lawall · 9 years ago
  83. 63a478f deb-pkg: Add automatic support for armhf architecture by Ben Hutchings · 9 years ago
  84. 7c2aa61 scripts/coccinelle: fix typos by Julia Lawall · 9 years ago
  85. 1a617a8 coccinelle: misc: remove "complex return code" warnings by Johan Hovold · 9 years ago
  86. 5b16910 Coccinelle: fix incorrect -include option transformation by Andrzej Hajda · 9 years ago
  87. 02da7b4 coccinelle: tests: improve odd_ptr_err.cocci by Julia Lawall · 9 years ago
  88. 74a8478f coccinelle: misc: move constants to the right by Julia Lawall · 9 years ago
  89. d1189c6 scripts: [modpost] add new sections to white list by Noam Camus · 9 years ago
  90. 2740357 Merge branch 'topic/hw-constraint-single' into for-next by Takashi Iwai · 9 years ago
  91. 4adc605 KEYS: Provide a script to extract a module signature by David Howells · 9 years ago
  92. 2221a6e KEYS: Provide a script to extract the sys cert list from a vmlinux file by David Howells · 9 years ago
  93. f6aad26 kconfig: Fix copy&paste error by Michal Sojka · 9 years ago
  94. da23ac1 ALSA: hda - Add hduadio support to DEVTABLE by Subhransu S. Prusty · 9 years ago
  95. 1920c29 ver_linux: proc/modules, limit text processing to 'sed' by Alexander Kapshuk · 9 years ago
  96. 031c155 ver_linux: wireless-tools, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  97. 1245b7e ver_linux: use 'udevadm', instead of 'udevinfo' by Alexander Kapshuk · 9 years ago
  98. 29dfecf ver_linux: sh-utils, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  99. 7a34323 ver_linux: loadkeys, look for numerical input, not field number by Alexander Kapshuk · 9 years ago
  100. be6bb51 ver_linux: net-tools, look for numerical input, not field number by Alexander Kapshuk · 9 years ago