1. 03ee0c4 Coccinelle: Use the -no_show_diff option for org and report mode by Nicolas Palix · 14 years ago
  2. 2c1160c8 Coccinelle: Add a new mode named 'chain' by Nicolas Palix · 14 years ago
  3. e90f659 Coccinelle: Use new comment format to explain kfree.cocci by Nicolas Palix · 14 years ago
  4. 3c90841 Coccinelle: Improve user information with a new kind of comment by Nicolas Palix · 14 years ago
  5. 32af089 Coccinelle: Update documentation by Nicolas Palix · 14 years ago
  6. af78f21 MAINTAINERS: Coccinelle: Update email address by Nicolas Palix · 14 years ago
  7. 5793210 Documentation/kbuild: modules.txt cleanup by matt mooney · 14 years ago
  8. 9f02186 Documentation/kbuild: major edit of modules.txt sections 5-8 by matt mooney · 14 years ago
  9. efdf02c Documentation/kbuild: major edit of modules.txt sections 1-4 by matt mooney · 14 years ago
  10. 49ab7a3 Coccinelle: Add misc/ifcol.cocci by Nicolas Palix · 14 years ago
  11. 033456e Coccinelle: Add misc/doubleinit.cocci by Nicolas Palix · 14 years ago
  12. be8fe9d Coccinelle: Move alloc directory into api directory by Nicolas Palix · 14 years ago
  13. 77c272f Coccinelle: Move resource_size.cocci to the api directory by Nicolas Palix · 14 years ago
  14. 99d653d Coccinelle: Move err_cast.cocci to the api directory by Nicolas Palix · 14 years ago
  15. 0341745 Coccinelle: Add api/memdup_user by Nicolas Palix · 14 years ago
  16. 0426a97 Coccinelle: Add api/memdup.cocci by Nicolas Palix · 14 years ago
  17. 998f552 Coccinelle: Add api/kstrdup.cocci by Nicolas Palix · 14 years ago
  18. 43ba21b Coccinelle: Add free/kfree.cocci by Nicolas Palix · 14 years ago
  19. 5c34050 Coccinelle: Add iterators/list_entry_update.cocci by Nicolas Palix · 14 years ago
  20. afc48a8 Coccinelle: Add iterators/itnull.cocci by Nicolas Palix · 14 years ago
  21. 4045159 Coccinelle: Add iterators/fen.cocci by Nicolas Palix · 14 years ago
  22. 54c0562 Coccinelle: Add locks/mini_lock.cocci by Nicolas Palix · 14 years ago
  23. 8aa6273 Coccinelle: Add locks/double_lock.cocci by Nicolas Palix · 14 years ago
  24. e105007 Coccinelle: Add locks/call_kern.cocci by Nicolas Palix · 14 years ago
  25. 7703692 Coccinelle: Move deref_null.cocci to a more appropriate directory by Nicolas Palix · 14 years ago
  26. 2e1e160 Coccinelle: Add null/kmerr.cocci by Nicolas Palix · 14 years ago
  27. c75b81b Coccinelle: Add null/eno.cocci by Nicolas Palix · 14 years ago
  28. 5e8e1cc scripts/dtc: Fix a resource leak by Martin Ettl · 14 years ago
  29. fbe3290 Documentation: fix ubuntu distro name by Kulikov Vasiliy · 14 years ago
  30. 3631d9a MAINTAINERS: Update kbuild git URLs by Michal Marek · 14 years ago
  31. 1e9dea2 Add support for the C variable in the coccicheck script by Nicolas Palix · 14 years ago
  32. 6ff2151 Merge branch 'kbuild/coccinelle' into kbuild/misc by Michal Marek · 14 years ago
  33. 82c4340 Add scripts/coccinelle/deref_null.cocci by Nicolas Palix · 14 years ago
  34. f853f83 Add scripts/coccinelle/err_cast.cocci by Nicolas Palix · 14 years ago
  35. 09c3539 Add scripts/coccinelle/resource_size.cocci by Nicolas Palix · 14 years ago
  36. cf5842d Add scripts/coccinelle/alloc/kzalloc-simple.cocci by Nicolas Palix · 14 years ago
  37. 51169c8 Add scripts/coccinelle/alloc/drop_kmalloc_cast.cocci by Nicolas Palix · 14 years ago
  38. e228b1e Add Documentation/coccinelle.txt by Nicolas Palix · 14 years ago
  39. 74425ee Add a target to use the Coccinelle checker by Nicolas Palix · 14 years ago
  40. b396aa0 scripts: decodecode: remove bashisms by Rabin Vincent · 14 years ago
  41. c844716 Makefile: clarify a comment by Michal Marek · 14 years ago
  42. 03b550d checkkconfigsymbols.sh: Kconfig symbols sometimes have lowercase letters by Roland Dreier · 14 years ago
  43. 073ed10 scripts: add nconf into gitignore file by Américo Wang · 14 years ago
  44. 64ffc9f kbuild: Revert part of e8d400a to resolve a conflict by Michal Marek · 14 years ago
  45. fb994ec kbuild: Fix checking of scm-identifier variable by Greg Thelen · 14 years ago
  46. 06f9a55 gconfig: add support to show hidden options that have prompts by Li Zefan · 14 years ago
  47. 22c7eca menuconfig: add support to show hidden options which have prompts by Li Zefan · 14 years ago
  48. 7b5d872 gconfig: remove show_debug option by Li Zefan · 14 years ago
  49. 2944235 gconfig: remove dbg_print_ptype() and dbg_print_stype() by Li Zefan · 14 years ago
  50. c6ccc30 kconfig: fix zconfdump() by Li Zefan · 14 years ago
  51. 4280eae kconfig: some small fixes by Li Zefan · 14 years ago
  52. 7926c09 add random binaries to .gitignore by Jan III Sobieski · 14 years ago
  53. b834193 kbuild: Include gen_initramfs_list.sh and the file list in the .d file by Jason Gunthorpe · 14 years ago
  54. da6df87 kconfig: recalc symbol value before showing search results by Li Zefan · 14 years ago
  55. 52b8002 .gitignore: ignore *.lzo files by Philipp Kohlbecher · 14 years ago
  56. 1dcd810 headerdep: perlcritic warning by Stephen Hemminger · 14 years ago
  57. 2d74b2c scripts/Makefile.lib: Align the output of LZO by Wu Zhangjin · 14 years ago
  58. 73d1393 kbuild: Generate modules.builtin in make modules_install by Michal Marek · 14 years ago
  59. e93bc1a Revert "kbuild: specify absolute paths for cscope" by Michal Marek · 14 years ago
  60. a6c3663 kbuild: Do not unnecessarily regenerate modules.builtin by Michal Marek · 14 years ago
  61. bae4cec headers_install: use local file handles by Stephen Hemminger · 14 years ago
  62. dbbe33e headers_check: fix perl warnings by Stephen Hemminger · 14 years ago
  63. 91416cf export_report: fix perl warnings by Stephen Hemminger · 14 years ago
  64. 9c49fd3 profile2linkerlist: fix perl warnings by Stephen Hemminger · 14 years ago
  65. 86d08e5 namespace: perlcritic warnings by Stephen Hemminger · 14 years ago
  66. a208868 checkversion: perl cleanup by Stephen Hemminger · 14 years ago
  67. 3da2715 checkincludes: fix perlcritic warnings by Stephen Hemminger · 14 years ago
  68. 1f2a144 scripts: improve checkstack by Stephen Hemminger · 14 years ago
  69. b59a122 kbuild: deb-pkg md5sums by FEJES Jozsef · 14 years ago
  70. e9cfaa9 Rename .text.start to .text..start. by Denys Vlasenko · 14 years ago
  71. b6f4e45 Rename special text sections in arch/frv from .text.XXX to .text..XXX. by Denys Vlasenko · 14 years ago
  72. a7df554 Rename .data.lock_aligned to .data..lock_aligned. by Denys Vlasenko · 14 years ago
  73. 2c31c34 Rename .data.initvect to .data..initvect. by Denys Vlasenko · 14 years ago
  74. c273fb3 Rename .data.init to .data..init. by Denys Vlasenko · 14 years ago
  75. 07b3bb1 Rename .data.nosave to .data..nosave. by Denys Vlasenko · 14 years ago
  76. 9bf5942 Rename .text.startup to .text..startup. by Denys Vlasenko · 14 years ago
  77. 819d676 Rename .text.page_aligned to .text..page_aligned. by Denys Vlasenko · 14 years ago
  78. 75ddb0e Rename .text.lock to .text..lock. by Denys Vlasenko · 14 years ago
  79. 2b55f36 Rename .text.ivt to .text..ivt. by Denys Vlasenko · 14 years ago
  80. 041d5f9 Rename .rodata.compressed to .rodata..compressed. by Denys Vlasenko · 14 years ago
  81. d56a3c1 Rename .data.vmpages and .data.vm0.XXX to .data..vmpages and .data..vm0.XXX. by Denys Vlasenko · 14 years ago
  82. 54cb27a Rename .data.read_mostly to .data..read_mostly. by Denys Vlasenko · 14 years ago
  83. 3d9a854 Rename .data[.percpu][.XXX] to .data[..percpu][..XXX]. by Denys Vlasenko · 14 years ago
  84. dafb932 Rename .data..patch.XXX to .data..patch.XXX. by Denys Vlasenko · 14 years ago
  85. 9d1578a Rename .data.init_irqstack to .data..init_irqstack. by Denys Vlasenko · 14 years ago
  86. e1cb14b Rename .data.gate to .data..gate. by Denys Vlasenko · 14 years ago
  87. 1360e07 Rename .bss.stack to .bss..stack. by Denys Vlasenko · 14 years ago
  88. 7c74df0 Rename .bss.page_aligned to .bss..page_aligned. by Tim Abbott · 14 years ago
  89. 75b1348 Rename .data.page_aligned to .data..page_aligned. by Tim Abbott · 14 years ago
  90. 5f547f5 powerpc: remove unused __page_aligned definition. by Tim Abbott · 14 years ago
  91. 2af7687 Rename .data.init_task to .data..init_task. by Tim Abbott · 14 years ago
  92. 4af57b7 Rename .data.cacheline_aligned to .data..cacheline_aligned. by Tim Abbott · 14 years ago
  93. bc75cc6 tags: Add the ability to make tags for all archs using "all" by John Kacur · 14 years ago
  94. 4431d4c tags: Fix spelling error in comment (is->if) by John Kacur · 14 years ago
  95. a8bac51 tags: Use $SRCARCH by Michal Marek · 14 years ago
  96. e8d400a kbuild: fix a couple of typos in Documentation by Kirill Smelkov · 14 years ago
  97. f81b1be tags: include headers before source files by Guennadi Liakhovetski · 14 years ago
  98. d0679c7 kbuild: move -fno-dwarf2-cfi-asm to powerpc only by Andi Kleen · 14 years ago
  99. 59dde38 markup_oops.pl: minor fixes by Hui Zhu · 14 years ago
  100. 52e13e2 markup_oops.pl: add options to improve cross-sompilation environments by Hui Zhu · 14 years ago