aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bitmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-05-29lib/bitmap.c: fix documentation for scnprintf() functionsAndrew Morton1-6/+6
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+2
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+2
2012-02-29bug.h: add include of it to various implicit C usersPaul Gortmaker1-0/+1
2011-10-31lib/bitmap.c: quiet sparse noise about address spaceH Hartley Sweeten1-4/+6
2011-08-03Merge branch 'apei' into apei-releaseLen Brown1-2/+0
2011-08-03lib, Make gen_pool memory allocator locklessHuang Ying1-2/+0
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko1-1/+1
2011-06-15lib/bitmap.c: fix kernel-doc notationRandy Dunlap1-1/+1
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis1-12/+97
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-26lib/bitmap.c: use hex_to_bin()Andy Shevchenko1-2/+1
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds1-1/+1
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner1-1/+1
2010-03-06bitmap: use for_each_set_bit()Akinobu Mita1-9/+4
2010-03-06lib: fix first line of kernel-doc for a few functionsBen Hutchings1-3/+3
2009-12-16bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaAkinobu Mita1-0/+81
2009-08-21Make bitmask 'and' operators return a result codeLinus Torvalds1-4/+8
2009-03-12bitmap: fix end condition in bitmap_find_free_regionLinus Torvalds1-8/+8
2008-10-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwbLinus Torvalds1-0/+22
2008-10-20bitmask: remove bitmap_scnprintf_len()Lai Jiangshan1-11/+0
2008-09-17bitmap: add bitmap_copy_le()David Vrabel1-0/+22
2008-08-12seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan1-0/+11
2008-05-13cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_lenPaul Jackson1-16/+0
2008-04-28mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson1-0/+158
2008-04-19cpumask: add cpumask_scnprintf_len functionMike Travis1-0/+16
2007-11-05Fix bitmap_scnlistprintf for empty masksAndi Kleen1-0/+4
2007-03-01[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap1-8/+8
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-4/+4
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersReinette Chatre1-11/+43
2006-06-25[PATCH] kernel-doc for lib/bitmap.cRandy Dunlap1-15/+16
2006-03-26[PATCH] bitops: hweight() related cleanupAkinobu Mita1-17/+2
2006-03-24[PATCH] bitmap: region restructuringPaul Jackson1-97/+102
2006-03-24[PATCH] bitmap: region multiword spanning supportPaul Mundt1-34/+76
2006-03-24[PATCH] bitmap: region cleanupPaul Jackson1-26/+38
2006-01-08[PATCH] cpuset: better bitmap remap defaultsPaul Jackson1-45/+44
2005-10-30[PATCH] cpusets: bitmap and mask remap operatorsPaul Jackson1-0/+166
2005-06-25[PATCH] Use ALIGN to remove duplicate codeNick Wilson1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+595