1. 9477b4a Coccinelle: Remove setup_timer.cocci by Kees Cook · 7 years ago
  2. 2ce079f Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  3. e60e1ee Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  4. a44b866 coccinelle: api: detect identical chip data arrays by Julia Lawall · 7 years ago
  5. 1b18d05 coccinelle: Improve setup_timer.cocci matching by Kees Cook · 7 years ago
  6. bc27b77 Coccinelle: setup_timer: improve messages from setup_timer by Julia Lawall · 7 years ago
  7. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  8. 9a96f55 drm: introduce drm_dev_{get/put} functions by Aishwarya Pant · 7 years ago
  9. 6472e50 drm: Introduce drm_property_blob_{get,put}() by Thierry Reding · 8 years ago
  10. e6b6271 drm: Introduce drm_gem_object_{get,put}() by Thierry Reding · 8 years ago
  11. a4a69da drm: Introduce drm_framebuffer_{get,put}() by Thierry Reding · 8 years ago
  12. ad09360 drm: Introduce drm_connector_{get,put}() by Thierry Reding · 8 years ago
  13. 020a218 drm: Introduce drm_mode_object_{get,put}() by Thierry Reding · 8 years ago
  14. d97629f Coccinelle: pm_runtime: ensure relevance of pm_runtime reports by Julia Lawall · 8 years ago
  15. 43d9639 Coccinelle: limit memdup_user transformation to GFP_KERNEL case by Julia Lawall · 8 years ago
  16. dc03c0f Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  17. 531f503 Coccinelle: setup_timer: Add space in front of parentheses by Vaishali Thakkar · 9 years ago
  18. 5103068 debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage by Nicolai Stange · 9 years ago
  19. c5eda8f Coccinelle: Add api/setup_timer.cocci by Vaishali Thakkar · 9 years ago
  20. 79ff2b3 Coccinelle: pm_runtime: reduce rule applicability by Julia Lawall · 9 years ago
  21. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  22. 1fc524d coccinelle: mm: scripts/coccinelle/api/alloc/pool_zalloc-simple.cocci by Sean O. Stalley · 9 years ago
  23. bec8a5a coccinelle: api: extend spatch for dropping unnecessary owner by Krzysztof Kozlowski · 10 years ago
  24. 4c8f20b coccinelle: api: add vma_pages.cocci by Dmitry Kalinkin · 10 years ago
  25. ca34cba coccinelle: simple_open: Use imperative mood by Fabio Estevam · 10 years ago
  26. f9beafc coccinelle: pm_runtime: Insert blank line by Fabio Estevam · 10 years ago
  27. 1f648f8 coccinelle: api: add spatch to prevent unnecessary .owner by Wolfram Sang · 10 years ago
  28. 899552d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  29. 99fcec3 Coccinelle: Script to detect cast after memory allocation by Himangi Saraogi · 11 years ago
  30. c9d53c0 devres: remove devm_request_and_ioremap() by Jingoo Han · 11 years ago
  31. f23a9fa scripts/coccinelle: Use PTR_ERR_OR_ZERO by Sachin Kamat · 11 years ago
  32. 79f0345 scripts: Coccinelle script for pm_runtime_* return checks with IS_ERR_VALUE by Nishanth Menon · 11 years ago
  33. a690876 scripts/coccinelle/api: remove devm_request_and_ioremap.cocci by Wolfram Sang · 11 years ago
  34. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  35. 93f1446 Coccinelle: Update the options used to the new option scheme by Nicolas Palix · 12 years ago
  36. 7509657 lib: devres: Introduce devm_ioremap_resource() by Thierry Reding · 12 years ago
  37. af56e3f Coccinelle: add api/d_find_alias.cocci by Cyril Roelandt · 12 years ago
  38. cbd8aca Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  39. 7c6c4d5 Coccinelle: fix typo in memdup_user.cocci by Fengguang Wu · 12 years ago
  40. 3085897 scripts/coccinelle: ptr_ret: Add ternary operator version by Lars-Peter Clausen · 12 years ago
  41. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  42. 9b3ae64 scripts/coccinelle/api/simple_open.cocci: semantic patch for simple_open() by Julia Lawall · 13 years ago
  43. 468db96 scripts/coccinelle/api/ptr_ret.cocci: semantic patch for ptr_err by Julia Lawall · 13 years ago
  44. 29a36d4 scripts/coccinelle: improve the coverage of some semantic patches by Julia Lawall · 13 years ago
  45. 22e0059 coccinelle: semantic patches related to devm_ functions (part 1) by Julia Lawall · 13 years ago
  46. be8fe9d Coccinelle: Move alloc directory into api directory by Nicolas Palix · 14 years ago
  47. 77c272f Coccinelle: Move resource_size.cocci to the api directory by Nicolas Palix · 14 years ago
  48. 99d653d Coccinelle: Move err_cast.cocci to the api directory by Nicolas Palix · 14 years ago
  49. 0341745 Coccinelle: Add api/memdup_user by Nicolas Palix · 14 years ago
  50. 0426a97 Coccinelle: Add api/memdup.cocci by Nicolas Palix · 14 years ago
  51. 998f552 Coccinelle: Add api/kstrdup.cocci by Nicolas Palix · 14 years ago