aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.kmemcheck (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-26scripts/checkpatch.pl: add warnings for static char that could be static const charJoe Perches1-0/+12
2010-10-26checkpatch: version 0.31Andy Whitcroft1-1/+1
2010-10-26checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft1-6/+6
2010-10-26checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft1-1/+10
2010-10-26checkpatch: clean up structure definition macro handlineAndy Whitcroft1-2/+2
2010-10-26checkpatch: update copyright datesAndy Whitcroft1-1/+1
2010-10-26checkpatch: Add additional attribute #definesJoe Perches1-0/+14
2010-10-26checkpatch: check for incorrect permissionsRabin Vincent1-1/+13
2010-10-26checkpatch: ensure kconfig help checks only apply when we are adding helpAndy Whitcroft1-5/+21
2010-10-26checkpatch: simplify and consolidate "missing space after" checksAndy Whitcroft1-10/+5
2010-10-26checkpatch: add check for space after struct, union, and enumAndy Whitcroft1-0/+10
2010-10-26checkpatch: returning errno typically should be negativeAndy Whitcroft1-0/+7
2010-10-26checkpatch: handle casts better fixing false categorisation of : as binaryAndy Whitcroft1-0/+5
2010-10-26checkpatch: ensure we do not collapse bracketed sections into constantsAndy Whitcroft1-3/+4
2010-10-26checkpatch: suggest cleanpatch and cleanfile when appropriateAndy Whitcroft1-0/+13
2010-10-26checkpatch: types may sit on a line on their ownAndy Whitcroft1-1/+1
2010-10-26checkpatch: fix regressions in "fix handling of leading spaces"Andy Whitcroft1-3/+6
2010-10-26div64_u64(): improve precision on 32bit platformsBrian Behlendorf3-10/+59
2010-10-26lib/parser: cleanup match_number()Namhyung Kim1-3/+4
2010-10-26percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()Christoph Lameter1-3/+3
2010-10-26lib/list_sort: test: check element addressesArtem Bityutskiy1-8/+67
2010-10-26lib/list_sort: test: unify test messagesArtem Bityutskiy1-9/+10
2010-10-26lib/list_sort: test: improve errors handlingArtem Bityutskiy1-27/+38
2010-10-26lib/list_sort: test: use generic random32Artem Bityutskiy1-12/+15
2010-10-26lib/list_sort: test: use more reasonable printk levelsArtem Bityutskiy1-8/+8
2010-10-26lib/Kconfig.debug: add list_sort debugging switchArtem Bityutskiy2-2/+11
2010-10-26percpu_counter: add debugobj supportTejun Heo2-0/+56
2010-10-26idr: fix idr_pre_get() locking descriptionNaohiro Aota1-11/+13
2010-10-26lib/bitmap.c: use hex_to_bin()Andy Shevchenko1-2/+1
2010-10-26MAINTAINERS: use "T: git" and whitespace triviaJoe Perches1-5/+5
2010-10-26MAINTAINERS: remove USB ZC0301 DRIVERJoe Perches1-10/+0
2010-10-26MAINTAINERS: remove USB OV511 DRIVERJoe Perches1-7/+0
2010-10-26MAINTAINERS: merge s3c6400 and 6410 to 64xxJoe Perches1-9/+2
2010-10-26MAINTAINERS: merge s3c-244x sectionsJoe Perches1-14/+1
2010-10-26MAINTAINERS: merge imote2 and stargateJoe Perches1-7/+1
2010-10-26MAINTAINERS: fix Colibri PXA270 file patternJoe Perches1-2/+1
2010-10-26scripts/get_maintainer.pl: don't deduplicate unnamed addresses ie: mailing listsJoe Perches1-3/+3
2010-10-26scripts/get_maintainer.pl: use mailmap in name deduplication and other updatesJoe Perches1-84/+148
2010-10-26scripts/get_maintainer.pl: correct indentation in a few placesJoe Perches1-78/+78
2010-10-26scripts/get_maintainer.pl: fix mailmap handlingFlorian Mickler1-38/+109
2010-10-26scripts/get_maintainer.pl: use case insensitive name de-duplicationJoe Perches1-34/+101
2010-10-26scripts/get_maintainer.pl: improve --interactive UIJoe Perches1-275/+596
2010-10-26scripts/get_maintainer.pl: add interactive modeFlorian Mickler1-5/+141
2010-10-26scripts/get_maintainer.pl: use .get_maintainer.conf from . then $HOME then scriptsJoe Perches1-3/+17
2010-10-26scripts/get_maintainer.pl: add default --git-fallback, remove default --gitJoe Perches1-2/+9
2010-10-26scripts/get_maintainer.pl: don't search MAINTAINERS for keywords or emailsJoe Perches1-1/+1
2010-10-26scripts/get_maintainer.pl: use correct indentationJoe Perches1-15/+15
2010-10-26scripts/get_maintainer.pl: Add --git-blame --rolestats "Authored lines" informationJoe Perches1-3/+57
2010-10-26lib: fix scnprintf() if @size is == 0Changli Gao1-2/+6
2010-10-26vsprintf.c: use default pointer field size for "(null)" stringsJoe Perches1-2/+9