Merge tag 'xfs-for-linus-3.17-rc1' of git://oss.sgi.com/xfs/xfs
[cascardo/linux.git] / lib / bitmap.c
2014-08-13 Linus TorvaldsMerge tag 'xfs-for-linus-3.17-rc1' of git://oss.sgi...
2014-08-13 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2014-08-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-08-13 Linus TorvaldsMerge tag 'upstream-3.17-rc1' of git://git.infradead...
2014-08-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-08-11 Linus TorvaldsMerge branch 'for-linus' of git://git.infradead.org...
2014-08-11 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2014-08-11 Linus TorvaldsMerge tag 'md/3.17' of git://neil.brown.name/md
2014-08-11 Linus TorvaldsMerge tag 'modules-next-for-linus' of git://git./linux...
2014-08-11 Linus TorvaldsMerge tag 'virtio-next-for-linus' of git://git./linux...
2014-08-10 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2014-08-10 Linus TorvaldsMerge branch 'linux-3.17' of git://anongit.freedesktop...
2014-08-10 Linus TorvaldsMerge tag 'trace-ipi-tracepoints' of git://git./linux...
2014-08-10 Linus TorvaldsMerge tag 'trace-fixes-3.16' of git://git./linux/kernel...
2014-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-08-09 Linus TorvaldsMerge branch 'stable-3.17' of git://git.infradead.org...
2014-08-09 Linus TorvaldsMerge branch 'for-3.17' of git://linux-nfs.org/~bfields...
2014-08-09 Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2014-08-09 Linus TorvaldsMerge branch 'signal-cleanup' of git://git./linux/kerne...
2014-08-09 Linus TorvaldsMerge tag 'arc-v3.17-rc1' of git://git./linux/kernel...
2014-08-09 Linus TorvaldsMerge tag 'please-pull-getrandom' of git://git./linux...
2014-08-09 Linus TorvaldsMerge branch 'i2c/for-3.17' of git://git./linux/kernel...
2014-08-09 Olof JohanssonMerge tag 'omap-for-v3.17/soc-fixes' of git://git....
2014-08-09 Linus TorvaldsMerge tag 'for-linus-20140808' of git://git.infradead...
2014-08-09 Linus TorvaldsMerge tag 'fbdev-3.17' of git://git./linux/kernel/git...
2014-08-09 Linus TorvaldsMerge tag 'pwm/for-3.17-rc1' of git://git./linux/kernel...
2014-08-09 Linus TorvaldsMerge tag 'gpio-v3.17-1' of git://git./linux/kernel...
2014-08-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-08-08 Linus TorvaldsMerge tag 'defconfig-for-3.17' of git://git./linux...
2014-08-08 Linus TorvaldsMerge tag 'drivers-for-3.17' of git://git./linux/kernel...
2014-08-08 Linus TorvaldsMerge tag 'dt-for-3.17' of git://git./linux/kernel...
2014-08-08 Linus TorvaldsMerge tag 'boards-for-3.17' of git://git./linux/kernel...
2014-08-08 Linus TorvaldsMerge tag 'soc-for-3.17' of git://git./linux/kernel...
2014-08-08 Linus TorvaldsMerge tag 'cleanup-for-3.17' of git://git./linux/kernel...
2014-08-08 Linus TorvaldsMerge tag 'drm-intel-fixes-2014-08-08' of git://anongit...
2014-08-08 Linus TorvaldsMerge branch 'drm-next' of git://people.freedesktop...
2014-08-08 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2014-08-08 Linus TorvaldsMerge tag 'backlight-for-linus-3.17' of git://git....
2014-08-08 Linus TorvaldsMerge tag 'pinctrl-v3.17-1' of git://git./linux/kernel...
2014-08-08 Linus TorvaldsMerge tag 'mfd-for-linus-3.17' of git://git./linux...
2014-08-07 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2014-08-07 Linus TorvaldsMerge tag 'stable/for-linus-3.17-rc0-tag' of git:/...
2014-08-07 Linus TorvaldsMerge tag 'microblaze-3.17-rc1' of git://git.monstr...
2014-08-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-08-07 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2014-08-07 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2014-08-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-08-07 Linus TorvaldsMerge branch 'akpm' (patchbomb from Andrew Morton)
2014-08-07 Rasmus Villemoeslib: bitmap: add missing mask in bitmap_andnot
2014-08-07 Rasmus Villemoeslib: bitmap: add missing mask in bitmap_and
2014-08-07 Rasmus Villemoeslib: bitmap: micro-optimize bitmap_allocate_region
2014-08-07 Rasmus Villemoeslib: bitmap: change parameter of bitmap_*_region to...
2014-08-07 Rasmus Villemoeslib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ord
2014-08-07 Rasmus Villemoeslib: bitmap: simplify bitmap_parselist
2014-08-07 Rasmus Villemoeslib: bitmap: make the start index of bitmap_clear unsigned
2014-08-07 Rasmus Villemoeslib: bitmap: make the start index of bitmap_set unsigned
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_weight...
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_subset...
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_intersects...
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_{and,or...
2014-08-07 Rasmus Villemoeslib: bitmap: remove unnecessary mask from bitmap_complement
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_complement...
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_equal unsigned
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_full unsigned
2014-08-07 Rasmus Villemoeslib: bitmap: make nbits parameter of bitmap_empty unsigned
2013-05-01 Dmitry TorokhovMerge branch 'next' into for-linus
2013-04-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-04-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-03-22 Linus TorvaldsMerge git://git.infradead.org/users/willy/linux-nvme
2013-03-18 Dmitry TorokhovMerge tag 'v3.9-rc3' into next
2013-03-17 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2013-03-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-03-01 James Bottomley[SCSI] Merge tag 'fcoe-02-19-13' into for-linus
2013-02-25 Michal MarekMerge branch 'kbuild/rc-fixes' into kbuild/kconfig
2013-02-21 Jozsef KadlecsikMerge branch 'master' of git://1984.lsi.us.es/nf
2013-02-20 Chris MasonMerge branch 'raid56-experimental' into for-linus-3.9
2013-02-20 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2013-02-20 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-02-20 Mauro Carvalho ChehabMerge tag 'v3.8-rc7' into next
2013-02-20 Linus TorvaldsMerge branch 'x86-build-for-linus' of git://git./linux...
2013-02-19 Mark BrownMerge remote-tracking branch 'regulator/topic/lp872x...
2013-02-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-02-15 Linus TorvaldsMerge tag 'stable/for-linus-3.8-rc7-tag-two' of git...
2013-02-15 John W. LinvilleMerge branch 'for-linville' of git://github.com/kvalo...
2013-02-14 Thomas GleixnerMerge branch 'fortglx/3.9/time' of git://git.linaro...
2013-02-14 Mark BrownMerge tag 'v3.8-rc7' into regulator-core
2013-02-12 Mark BrownMerge remote-tracking branch 'asoc/topic/wm8994' into...
2013-02-11 Mark BrownMerge remote-tracking branch 'asoc/fix/wm2200' into...
2013-02-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-02-08 Linus TorvaldsMerge tag 'stable/for-linus-3.8-rc6-tag' of git://git...
2013-02-07 Takashi IwaiMerge branch 'topic/hda-ca0132-dsp' into for-next
2013-02-04 Frederic WeisbeckerMerge branch 'nohz/printk-v8' into irq/core
2013-02-04 Thomas GleixnerMerge branch 'fortglx/3.9/time' of git://git.linaro...
2013-01-30 Alex ElderMerge branch 'testing' of github.com:ceph/ceph-client...
2013-01-29 H. Peter AnvinMerge remote-tracking branch 'origin/x86/boot' into...
2013-01-26 H. Peter AnvinMerge tag 'v3.8-rc5' into x86/mm
2013-01-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-01-24 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git./linux...
2013-01-24 Ingo MolnarMerge branch 'core/irq_work' of git://git./linux/kernel...
2013-01-24 Ingo MolnarMerge tag 'v3.8-rc4' into irq/core
next