aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk1-1/+1
2004-08-14lib/bitmap.c: fix incorrect use of BITS_TO_LONGS()James Bottomley1-3/+9
2004-06-30Add memory region bitmap implementationsJames Bottomley1-0/+76
2004-06-23[PATCH] cpumask: bitmap inlining and optimizationsAndrew Morton1-44/+47
2004-06-23[PATCH] cpumask: bitmap cleanup preparation for cpumask overhaulAndrew Morton1-6/+81
2004-04-12[PATCH] Rename bitmap_clear to bitmap_zero, remove CLEAR_BITMAPAndrew Morton1-1/+1
2004-04-11[PATCH] Remove bitmap_shift_*() bitmap length limitsAndrew Morton1-21/+49
2004-04-11[PATCH] Broken bitmap_parse for ncpus > 32Andrew Morton1-1/+23
2004-03-30[PATCH] double semicolon cleanupAlexander Stohr1-1/+1
2004-02-18[PATCH] Rename bitmap_snprintf() and cpumask_snprintf() to *_scnprintf()Andrew Morton1-3/+3
2004-02-18[PATCH] snprintf fixesAndrew Morton1-1/+1
2004-02-07[PATCH] bitmap_snprintf() optimizationAndrew Morton1-4/+2
2004-02-03[PATCH] bitmap parsing/printing routines, version 4Andrew Morton1-3/+146
2004-01-19[PATCH] work around gcc bug in bitmap.cAndrew Morton1-1/+2
2004-01-19[PATCH] uninline bitmap functionsAndrew Morton1-0/+140