Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
325e4114043469e5f9923d902b4d30bcc2be8163
/
lib
/
bitmap.c
28596c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
da3dae5
Documentation: Docbook: Fix generated DocBook/kernel-api.xml
by Masanari Iida
· 10 years ago
74e7653
lib: bitmap: add missing mask in bitmap_andnot
by Rasmus Villemoes
· 10 years ago
7e5f97d
lib: bitmap: add missing mask in bitmap_and
by Rasmus Villemoes
· 10 years ago
2ac521d
lib: bitmap: micro-optimize bitmap_allocate_region
by Rasmus Villemoes
· 10 years ago
9279d32
lib: bitmap: change parameter of bitmap_*_region to unsigned
by Rasmus Villemoes
· 10 years ago
a855174
lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ord
by Rasmus Villemoes
· 10 years ago
bc5be18
lib: bitmap: simplify bitmap_parselist
by Rasmus Villemoes
· 10 years ago
154f5e3
lib: bitmap: make the start index of bitmap_clear unsigned
by Rasmus Villemoes
· 10 years ago
fb5ac54
lib: bitmap: make the start index of bitmap_set unsigned
by Rasmus Villemoes
· 10 years ago
877d9f3
lib: bitmap: make nbits parameter of bitmap_weight unsigned
by Rasmus Villemoes
· 10 years ago
5be2021
lib: bitmap: make nbits parameter of bitmap_subset unsigned
by Rasmus Villemoes
· 10 years ago
6dfe979
lib: bitmap: make nbits parameter of bitmap_intersects unsigned
by Rasmus Villemoes
· 10 years ago
2f9305e
lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned
by Rasmus Villemoes
· 10 years ago
65b4ee6
lib: bitmap: remove unnecessary mask from bitmap_complement
by Rasmus Villemoes
· 10 years ago
3d6684f
lib: bitmap: make nbits parameter of bitmap_complement unsigned
by Rasmus Villemoes
· 10 years ago
5e068069
lib: bitmap: make nbits parameter of bitmap_equal unsigned
by Rasmus Villemoes
· 10 years ago
8397927
lib: bitmap: make nbits parameter of bitmap_full unsigned
by Rasmus Villemoes
· 10 years ago
0679cc4
lib: bitmap: make nbits parameter of bitmap_empty unsigned
by Rasmus Villemoes
· 10 years ago
6d49e35
propagate name change to comments in kernel source
by Nadia Yvette Chambers
· 12 years ago
05a6c8a
lib/bitmap.c: fix documentation for scnprintf() functions
by Andrew Morton
· 12 years ago
11bcb32
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
8bc3bcc
lib: reduce the use of module.h wherever possible
by Paul Gortmaker
· 13 years ago
50af5ea
bug.h: add include of it to various implicit C users
by Paul Gortmaker
· 13 years ago
b9c321f
lib/bitmap.c: quiet sparse noise about address space
by H Hartley Sweeten
· 13 years ago
d0e323b
Merge branch 'apei' into apei-release
by Len Brown
· 13 years ago
7f18427
lib, Make gen_pool memory allocator lockless
by Huang Ying
· 13 years ago
778d3b0
cpusets: randomize node rotor used in cpuset_mem_spread_node()
by Michal Hocko
· 13 years ago
b0825ee
lib/bitmap.c: fix kernel-doc notation
by Randy Dunlap
· 13 years ago
4b06042
bitmap, irq: add smp_affinity_list interface to /proc/irq
by Mike Travis
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
66f1991
lib/bitmap.c: use hex_to_bin()
by Andy Shevchenko
· 14 years ago
35926ff
Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"
by Linus Torvalds
· 14 years ago
0ac0c0d
cpusets: randomize node rotor used in cpuset_mem_spread_node()
by Jack Steiner
· 14 years ago
08564fb
bitmap: use for_each_set_bit()
by Akinobu Mita
· 15 years ago
9a86e2b
lib: fix first line of kernel-doc for a few functions
by Ben Hutchings
· 15 years ago
c1a2a96
bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_area
by Akinobu Mita
· 15 years ago
f4b0373
Make bitmask 'and' operators return a result code
by Linus Torvalds
· 15 years ago
aa8e4fc
bitmap: fix end condition in bitmap_find_free_region
by Linus Torvalds
· 16 years ago
9779a83
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb
by Linus Torvalds
· 16 years ago
c459643
bitmask: remove bitmap_scnprintf_len()
by Lai Jiangshan
· 16 years ago
ccbe329
bitmap: add bitmap_copy_le()
by David Vrabel
· 16 years ago
50ac2d6
seq_file: add seq_cpumask(), seq_nodemask()
by Alexey Dobriyan
· 16 years ago
f4ed0de
cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len
by Paul Jackson
· 16 years ago
7ea931c
mempolicy: add bitmap_onto() and bitmap_fold() operations
by Paul Jackson
· 17 years ago
30ca60c
cpumask: add cpumask_scnprintf_len function
by Mike Travis
· 17 years ago
0b030c2
Fix bitmap_scnlistprintf for empty masks
by Andi Kleen
· 17 years ago
05fb6bf
[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
by Randy Dunlap
· 18 years ago
72fd4a3
[PATCH] Numerous fixes to kernel-doc info in source files.
by Robert P. J. Day
· 18 years ago
01a3ee2
[PATCH] bitmap: parse input from kernel and user buffers
by Reinette Chatre
· 18 years ago
6e1907ff
[PATCH] kernel-doc for lib/bitmap.c
by Randy Dunlap
· 18 years ago
37d5411
[PATCH] bitops: hweight() related cleanup
by Akinobu Mita
· 19 years ago
3cf64b9
[PATCH] bitmap: region restructuring
by Paul Jackson
· 19 years ago
74373c6
[PATCH] bitmap: region multiword spanning support
by Paul Mundt
· 19 years ago
87e2480
[PATCH] bitmap: region cleanup
by Paul Jackson
· 19 years ago
96b7f34
[PATCH] cpuset: better bitmap remap defaults
by Paul Jackson
· 19 years ago
fb5eeee
[PATCH] cpusets: bitmap and mask remap operators
by Paul Jackson
· 19 years ago
8c0e33c
[PATCH] Use ALIGN to remove duplicate code
by Nick Wilson
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago