aboutsummaryrefslogtreecommitdiff
path: root/lib/bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-03Merge branch 'apei' into apei-releaseGravatar Len Brown 1-2/+0
2011-08-03lib, Make gen_pool memory allocator locklessGravatar Huang Ying 1-2/+0
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Gravatar Michal Hocko 1-1/+1
2011-06-15lib/bitmap.c: fix kernel-doc notationGravatar Randy Dunlap 1-1/+1
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqGravatar Mike Travis 1-12/+97
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-10-26lib/bitmap.c: use hex_to_bin()Gravatar Andy Shevchenko 1-2/+1
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Gravatar Linus Torvalds 1-1/+1
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Gravatar Jack Steiner 1-1/+1
2010-03-06bitmap: use for_each_set_bit()Gravatar Akinobu Mita 1-9/+4
2010-03-06lib: fix first line of kernel-doc for a few functionsGravatar Ben Hutchings 1-3/+3
2009-12-16bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaGravatar Akinobu Mita 1-0/+81
2009-08-21Make bitmask 'and' operators return a result codeGravatar Linus Torvalds 1-4/+8
2009-03-12bitmap: fix end condition in bitmap_find_free_regionGravatar Linus Torvalds 1-8/+8
2008-10-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+22
2008-10-20bitmask: remove bitmap_scnprintf_len()Gravatar Lai Jiangshan 1-11/+0
2008-09-17bitmap: add bitmap_copy_le()Gravatar David Vrabel 1-0/+22
2008-08-12seq_file: add seq_cpumask(), seq_nodemask()Gravatar Alexey Dobriyan 1-0/+11
2008-05-13cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_lenGravatar Paul Jackson 1-16/+0
2008-04-28mempolicy: add bitmap_onto() and bitmap_fold() operationsGravatar Paul Jackson 1-0/+158
2008-04-19cpumask: add cpumask_scnprintf_len functionGravatar Mike Travis 1-0/+16
2007-11-05Fix bitmap_scnlistprintf for empty masksGravatar Andi Kleen 1-0/+4
2007-03-01[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Gravatar Randy Dunlap 1-8/+8
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Gravatar Robert P. J. Day 1-4/+4
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersGravatar Reinette Chatre 1-11/+43
2006-06-25[PATCH] kernel-doc for lib/bitmap.cGravatar Randy Dunlap 1-15/+16
2006-03-26[PATCH] bitops: hweight() related cleanupGravatar Akinobu Mita 1-17/+2
2006-03-24[PATCH] bitmap: region restructuringGravatar Paul Jackson 1-97/+102
2006-03-24[PATCH] bitmap: region multiword spanning supportGravatar Paul Mundt 1-34/+76
2006-03-24[PATCH] bitmap: region cleanupGravatar Paul Jackson 1-26/+38
2006-01-08[PATCH] cpuset: better bitmap remap defaultsGravatar Paul Jackson 1-45/+44
2005-10-30[PATCH] cpusets: bitmap and mask remap operatorsGravatar Paul Jackson 1-0/+166
2005-06-25[PATCH] Use ALIGN to remove duplicate codeGravatar Nick Wilson 1-2/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+595