Akinobu Mita ([email protected])

Number of posts: 232 (0.23 per day)
First post: 2003-11-25 11:03:29
Last post: 2006-09-20 14:36:31

Date List Subject
2006-02-01 09:08:56 linux-kernel [patch 26/44] m32r: use generic bitops
2006-02-01 09:08:30 linux-kernel [patch 35/44] sparc: use generic bitops
2006-02-01 09:06:56 linux-kernel [patch 41/44] make thread_info.flags an unsigned long
2006-02-01 09:06:32 linux-kernel [patch 42/44] ia64: make partial_page.bitmap an unsigned long
2006-02-01 09:06:04 linux-kernel [patch 39/44] xtensa: use generic bitops
2006-02-01 09:05:00 linux-kernel [patch 36/44] sparc64: use generic bitops
2006-02-01 09:05:00 linux-kernel [patch 40/44] update include/asm-generic/bitops.h
2006-02-01 09:04:10 linux-kernel [patch 37/44] v850: use generic bitops
2006-02-01 09:04:09 linux-kernel [patch 38/44] x86_64: use generic bitops
2006-02-01 09:03:57 linux-kernel [patch 43/44] ntfs: remove generic_ffs()
2006-02-01 09:03:54 linux-kernel [patch 44/44] remove unused generic bitops in include/linux/bitops.h
2006-02-01 09:03:24 linux-kernel [patch 01/44] ia64: use cpu_set() instead of __set_bit()
2006-02-01 09:03:23 linux-kernel [patch 00/44] generic bitops
2006-01-30 03:29:39 linux-kernel Re: [PATCH 3/6] C-language equivalents of include/asm-*/bitops.h
2006-01-30 03:15:27 linux-kernel Re: [PATCH 4/6] use include/asm-generic/bitops for each architecture
2006-01-27 06:40:29 linux-kernel Re: [PATCH 8/12] generic hweight{32,16,8}()
2006-01-27 06:39:05 linux-kernel [PATCH] parisc: add ()-pair in __ffs()
2006-01-27 04:55:19 linux-kernel Re: [PATCH 8/12] generic hweight{32,16,8}()
2006-01-27 04:42:59 linux-kernel Re: [PATCH 8/12] generic hweight{32,16,8}()
2006-01-26 03:51:47 linux-kernel Re: [PATCH 5/6] fix warning on test_ti_thread_flag()
2006-01-26 03:39:09 linux-kernel [PATCH 12/12] generic minix_{test,set,test_and_clear,test,find_first_zero}_bit()
2006-01-26 03:38:38 linux-kernel [PATCH 11/12] generic ext2_{set,clear}_bit_atomic()
2006-01-26 03:38:04 linux-kernel [PATCH 10/12] generic ext2_{set,clear,test,find_first_zero,find_next_zero}_bit()
2006-01-26 03:36:48 linux-kernel [PATCH 9/12] generic hweight64()
2006-01-26 03:36:10 linux-kernel [PATCH 8/12] generic hweight{32,16,8}()
2006-01-26 03:35:12 linux-kernel [PATCH 7/12] generic ffs()
2006-01-26 03:34:10 linux-kernel [PATCH 6/12] generic sched_find_first_bit()
2006-01-26 03:33:16 linux-kernel [PATCH 5/12] generic find_{next,first}{,_zero}_bit()
2006-01-26 03:32:31 linux-kernel [PATCH 4/12] generic fls() and fls64()
2006-01-26 03:31:51 linux-kernel [PATCH 3/12] generic ffz()
2006-01-26 03:30:45 linux-kernel [PATCH 2/12] generic __ffs()
2006-01-26 03:29:14 linux-kernel [PATCH 1/12] generic *_bit()
2006-01-26 03:27:13 linux-kernel Re: [PATCH 3/6] C-language equivalents of include/asm-*/bitops.h
2006-01-26 02:19:46 linux-kernel Re: [PATCH 3/6] C-language equivalents of include/asm-*/bitops.h
2006-01-26 02:13:19 linux-kernel Re: [PATCH 3/6] C-language equivalents of include/asm-*/bitops.h
2006-01-26 01:49:36 linux-kernel Re: [PATCH 4/6] use include/asm-generic/bitops for each architecture
2006-01-25 11:35:48 linux-kernel [PATCH 6/6] remove unused generic bitops in include/linux/bitops.h
2006-01-25 11:34:44 linux-kernel [PATCH 5/6] fix warning on test_ti_thread_flag()
2006-01-25 11:32:08 linux-kernel [PATCH 3/6] C-language equivalents of include/asm-*/bitops.h
2006-01-25 11:30:32 linux-kernel [PATCH 2/6] use non atomic operations for minix_*_bit() and ext2_*_bit()
2006-01-25 11:28:56 linux-kernel [PATCH 1/6] {set,clear,test}_bit() related cleanup
2006-01-25 11:26:23 linux-kernel [PATCH 0/6] RFC: use include/asm-generic/bitops.h
2006-01-17 11:23:16 linux-kernel Re: [PATCH 3/4] compact print_symbol() output
2006-01-17 10:58:24 linux-kernel Re: [PATCH 3/4] compact print_symbol() output
2006-01-17 10:16:37 linux-kernel [PATCH 4/4] i386: print system_utsname.version in oops
2006-01-17 10:16:04 linux-kernel [PATCH 3/4] compact print_symbol() output
2006-01-17 10:15:11 linux-kernel [PATCH 2/4] x86-64: Use print_symbol() to dump call trace
2006-01-17 10:14:19 linux-kernel [PATCH 1/4] makes print_symbol() return int
2006-01-17 10:13:38 linux-kernel [PATCH 0/4] compact call trace
2006-01-17 07:06:30 linux-kernel Re: [PATCH 3/3] omit symbol size field in print_symbol()
2006-01-17 07:05:32 linux-kernel Re: [PATCH 0/3] changes about Call Trace: