-
- Downloads
Merge branch 'for-linus' of...
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-generic-bitops-v3 * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-generic-bitops-v3: x86, bitops: select the generic bitmap search functions x86: include/asm-x86/pgalloc.h/bitops.h: checkpatch cleanups - formatting only x86: finalize bitops unification x86, UML: remove x86-specific implementations of find_first_bit x86: optimize find_first_bit for small bitmaps x86: switch 64-bit to generic find_first_bit x86: generic versions of find_first_(zero_)bit, convert i386 bitops: use __fls for fls64 on 64-bit archs generic: implement __fls on all 64-bit archs generic: introduce a generic __fls implementation x86: merge the simple bitops and move them to bitops.h x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps x86, uml: fix uml with generic find_next_bit for x86 x86: change x86 to use generic find_next_bit uml: Kconfig cleanup uml: fix build error
No related branches found
No related tags found
Showing
- arch/um/Kconfig.x86_64 7 additions, 0 deletionsarch/um/Kconfig.x86_64
- arch/um/os-Linux/helper.c 1 addition, 0 deletionsarch/um/os-Linux/helper.c
- arch/um/sys-i386/Makefile 1 addition, 1 deletionarch/um/sys-i386/Makefile
- arch/um/sys-x86_64/Makefile 1 addition, 1 deletionarch/um/sys-x86_64/Makefile
- arch/x86/Kconfig.cpu 6 additions, 1 deletionarch/x86/Kconfig.cpu
- arch/x86/lib/Makefile 1 addition, 2 deletionsarch/x86/lib/Makefile
- arch/x86/lib/bitops_32.c 0 additions, 70 deletionsarch/x86/lib/bitops_32.c
- arch/x86/lib/bitops_64.c 0 additions, 175 deletionsarch/x86/lib/bitops_64.c
- include/asm-alpha/bitops.h 5 additions, 0 deletionsinclude/asm-alpha/bitops.h
- include/asm-generic/bitops/__fls.h 43 additions, 0 deletionsinclude/asm-generic/bitops/__fls.h
- include/asm-generic/bitops/find.h 2 additions, 0 deletionsinclude/asm-generic/bitops/find.h
- include/asm-generic/bitops/fls64.h 22 additions, 0 deletionsinclude/asm-generic/bitops/fls64.h
- include/asm-ia64/bitops.h 16 additions, 0 deletionsinclude/asm-ia64/bitops.h
- include/asm-mips/bitops.h 5 additions, 0 deletionsinclude/asm-mips/bitops.h
- include/asm-parisc/bitops.h 1 addition, 0 deletionsinclude/asm-parisc/bitops.h
- include/asm-powerpc/bitops.h 5 additions, 0 deletionsinclude/asm-powerpc/bitops.h
- include/asm-s390/bitops.h 1 addition, 0 deletionsinclude/asm-s390/bitops.h
- include/asm-sh/bitops.h 1 addition, 0 deletionsinclude/asm-sh/bitops.h
- include/asm-sparc64/bitops.h 1 addition, 0 deletionsinclude/asm-sparc64/bitops.h
- include/asm-x86/bitops.h 136 additions, 13 deletionsinclude/asm-x86/bitops.h
arch/x86/lib/bitops_32.c
deleted
100644 → 0
arch/x86/lib/bitops_64.c
deleted
100644 → 0
include/asm-generic/bitops/__fls.h
0 → 100644
Please register or sign in to comment