1. 67afc21 coccinelle: Improve checking for missing NULL terminators by Daniel Granat · 9 years ago
  2. 4743775 coccinelle: ifnullfree: handle various destroy functions by Julia Lawall · 9 years ago
  3. ca047e7 coccinelle: ifnullfree: various cleanups by Julia Lawall · 9 years ago
  4. 41167d0 cocinelle: iterators: semantic patch to delete unneeded of_node_put by Julia Lawall · 9 years ago
  5. 7c2aa61 scripts/coccinelle: fix typos by Julia Lawall · 9 years ago
  6. 1a617a8 coccinelle: misc: remove "complex return code" warnings by Johan Hovold · 9 years ago
  7. 02da7b4 coccinelle: tests: improve odd_ptr_err.cocci by Julia Lawall · 9 years ago
  8. 74a8478f coccinelle: misc: move constants to the right by Julia Lawall · 9 years ago
  9. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  10. 1fc524d coccinelle: mm: scripts/coccinelle/api/alloc/pool_zalloc-simple.cocci by Sean O. Stalley · 9 years ago
  11. bec8a5a coccinelle: api: extend spatch for dropping unnecessary owner by Krzysztof Kozlowski · 9 years ago
  12. f94c56f coccinelle: simple_return: Add a blank line by Fabio Estevam · 9 years ago
  13. 9473a62 coccinelle: irqf_oneshot.cocci: Improve the generated commit log by Fabio Estevam · 9 years ago
  14. 4c8f20b coccinelle: api: add vma_pages.cocci by Dmitry Kalinkin · 9 years ago
  15. 74de120d scripts/coccinelle/misc/irqf_oneshot.cocci: Fix grammar by Fabio Estevam · 9 years ago
  16. 4341f6e scripts/coccinelle/misc/semicolon.cocci: Use imperative mood by Fabio Estevam · 9 years ago
  17. ca34cba coccinelle: simple_open: Use imperative mood by Fabio Estevam · 9 years ago
  18. dd494ac coccinelle: ifaddr: Fix the sentence by Fabio Estevam · 9 years ago
  19. fe8c46b coccinelle: returnvar: Use imperative mood by Fabio Estevam · 9 years ago
  20. f9beafc coccinelle: pm_runtime: Insert blank line by Fabio Estevam · 9 years ago
  21. 3323641 scripts/coccinelle/misc/bugon.cocci: update bug_on conversion warning by Fabian Frederick · 9 years ago
  22. 2c2b913 irqf_oneshot.cocci: add check of devm_request_threaded_irq() by Valentin Rothberg · 9 years ago
  23. 787140a Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  24. 7426977 bugon.cocci: fix Options at the macro by Mauro Carvalho Chehab · 10 years ago
  25. 1f648f8 coccinelle: api: add spatch to prevent unnecessary .owner by Wolfram Sang · 10 years ago
  26. 932058a coccinelle: misc: semantic patch to delete overly complex return code processing by Julia Lawall · 10 years ago
  27. 899552d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  28. 45715f3 scripts/coccinelle/free/ifnullfree.cocci: add copyright information by Fabian Frederick · 10 years ago
  29. 791dfeb scripts/coccinelle/free: add NULL test before freeing functions by Fabian Frederick · 10 years ago
  30. 5be1df6 Coccinelle: Script to replace if and BUG with BUG_ON by Himangi Saraogi · 10 years ago
  31. e52320c Coccinelle: Script to detect incorrect argument to sizeof by Himangi Saraogi · 10 years ago
  32. 7ab04ea Coccinelle: Script to use ARRAY_SIZE instead of division of two sizeofs by Himangi Saraogi · 10 years ago
  33. 99fcec3 Coccinelle: Script to detect cast after memory allocation by Himangi Saraogi · 10 years ago
  34. b5889ab coccinelle/null: solve parse error by Himangi Saraogi · 10 years ago
  35. c9d53c0 devres: remove devm_request_and_ioremap() by Jingoo Han · 10 years ago
  36. 90829ad coccicheck: Add unneeded return variable test by Peter Senna Tschudin · 10 years ago
  37. 2d5c5db coccinelle: Check for missing NULL terminators in of_device_id tables by Stephen Boyd · 10 years ago
  38. f23a9fa scripts/coccinelle: Use PTR_ERR_OR_ZERO by Sachin Kamat · 10 years ago
  39. 0a830da Coccicheck: Remove memcpy to struct assignment test by Peter Senna Tschudin · 10 years ago
  40. 79f0345 scripts: Coccinelle script for pm_runtime_* return checks with IS_ERR_VALUE by Nishanth Menon · 11 years ago
  41. a690876 scripts/coccinelle/api: remove devm_request_and_ioremap.cocci by Wolfram Sang · 11 years ago
  42. 327fff3 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  43. 46b5c9b coccinelle: replace 0/1 with false/true in functions returning bool by Rasmus Villemoes · 11 years ago
  44. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  45. 93f1446 Coccinelle: Update the options used to the new option scheme by Nicolas Palix · 11 years ago
  46. f7b1671 scripts: Coccinelle script for pci_free_consistent() by strnape1@fel.cvut.cz · 11 years ago
  47. 61cb48c scripts/coccinelle: check for field address argument to kfree by Julia Lawall · 11 years ago
  48. ad60a93 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  49. 24f0c2d scripts/coccinelle: find constant additions that could be bit ors by Julia Lawall · 11 years ago
  50. ff3771c scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assignment by Peter Senna Tschudin · 11 years ago
  51. 7320bfa scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon test by Peter Senna Tschudin · 12 years ago
  52. 7509657 lib: devres: Introduce devm_ioremap_resource() by Thierry Reding · 11 years ago
  53. af487e4 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  54. af56e3f Coccinelle: add api/d_find_alias.cocci by Cyril Roelandt · 12 years ago
  55. ad99ac2 scripts/coccinelle/misc/warn.cocci: use WARN by Julia Lawall · 12 years ago
  56. cbd8aca Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  57. e8fa600 scripts/coccinelle/tests/odd_ptr_err.cocci: semantic patch for IS_ERR/PTR_ERR inconsistency by Julia Lawall · 12 years ago
  58. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  59. 7c6c4d5 Coccinelle: fix typo in memdup_user.cocci by Fengguang Wu · 12 years ago
  60. 3085897 scripts/coccinelle: ptr_ret: Add ternary operator version by Lars-Peter Clausen · 12 years ago
  61. 6fcd5f2 scripts/coccinelle: list iterator variable semantic patch by Julia Lawall · 12 years ago
  62. f1f4550 scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOT by Lars-Peter Clausen · 12 years ago
  63. 905cec4 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  64. 2cbd082 scripts/coccinelle: sizeof of pointer by Julia Lawall · 12 years ago
  65. 4619c2b scripts/coccinelle: address test is always true by Julia Lawall · 12 years ago
  66. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  67. 9b3ae64 scripts/coccinelle/api/simple_open.cocci: semantic patch for simple_open() by Julia Lawall · 12 years ago
  68. 468db96 scripts/coccinelle/api/ptr_ret.cocci: semantic patch for ptr_err by Julia Lawall · 12 years ago
  69. 8991058 coccinelle: semantic patch for bool issues by Julia Lawall · 12 years ago
  70. 4a05f06 coccinelle: semantic patch to check for PTR_ERR after reassignment by Julia Lawall · 12 years ago
  71. 47f67ea coccinelle: semantic patch converting 0 test to null test by Julia Lawall · 12 years ago
  72. cd0207a coccinelle: semantic patch for missing iounmap by Julia Lawall · 12 years ago
  73. 53302c1 coccinelle: semantic patch for missing clk_put by Julia Lawall · 12 years ago
  74. 29a36d4 scripts/coccinelle: improve the coverage of some semantic patches by Julia Lawall · 12 years ago
  75. fb3f8af coccinelle: semantic patches related to devm_ functions (part 2) by Julia Lawall · 13 years ago
  76. 22e0059 coccinelle: semantic patches related to devm_ functions (part 1) by Julia Lawall · 13 years ago
  77. a1087ef scripts/coccinelle: update for compatability with Coccinelle 0.2.4 by Julia Lawall · 14 years ago
  78. 97c1cf8 Coccinelle: Find doubled arguments to boolean or bit operators. by Julia Lawall · 14 years ago
  79. 1024717 Coccinelle: Find nested lock+irqsave functions that use the same flags variables. by Julia Lawall · 14 years ago
  80. e90f659 Coccinelle: Use new comment format to explain kfree.cocci by Nicolas Palix · 14 years ago
  81. 49ab7a3 Coccinelle: Add misc/ifcol.cocci by Nicolas Palix · 14 years ago
  82. 033456e Coccinelle: Add misc/doubleinit.cocci by Nicolas Palix · 14 years ago
  83. be8fe9d Coccinelle: Move alloc directory into api directory by Nicolas Palix · 14 years ago
  84. 77c272f Coccinelle: Move resource_size.cocci to the api directory by Nicolas Palix · 14 years ago
  85. 99d653d Coccinelle: Move err_cast.cocci to the api directory by Nicolas Palix · 14 years ago
  86. 0341745 Coccinelle: Add api/memdup_user by Nicolas Palix · 14 years ago
  87. 0426a97 Coccinelle: Add api/memdup.cocci by Nicolas Palix · 14 years ago
  88. 998f552 Coccinelle: Add api/kstrdup.cocci by Nicolas Palix · 14 years ago
  89. 43ba21b Coccinelle: Add free/kfree.cocci by Nicolas Palix · 14 years ago
  90. 5c34050 Coccinelle: Add iterators/list_entry_update.cocci by Nicolas Palix · 14 years ago
  91. afc48a8 Coccinelle: Add iterators/itnull.cocci by Nicolas Palix · 14 years ago
  92. 4045159 Coccinelle: Add iterators/fen.cocci by Nicolas Palix · 14 years ago
  93. 54c0562 Coccinelle: Add locks/mini_lock.cocci by Nicolas Palix · 14 years ago
  94. 8aa6273 Coccinelle: Add locks/double_lock.cocci by Nicolas Palix · 14 years ago
  95. e105007 Coccinelle: Add locks/call_kern.cocci by Nicolas Palix · 14 years ago
  96. 7703692 Coccinelle: Move deref_null.cocci to a more appropriate directory by Nicolas Palix · 14 years ago
  97. 2e1e160 Coccinelle: Add null/kmerr.cocci by Nicolas Palix · 14 years ago
  98. c75b81b Coccinelle: Add null/eno.cocci by Nicolas Palix · 14 years ago
  99. 82c4340 Add scripts/coccinelle/deref_null.cocci by Nicolas Palix · 14 years ago
  100. f853f83 Add scripts/coccinelle/err_cast.cocci by Nicolas Palix · 14 years ago