Matthias Kaehlcke ([email protected])

Number of posts: 77 (0.42 per day)
First post: 2007-05-04 07:05:37
Last post: 2007-11-04 23:13:21

Date List Subject
2007-05-31 13:40:51 linux-kernel Re: [PATCH] use mutex instead of semaphore in tty_io.c
2007-05-30 20:26:21 linux-kernel Re: [PATCH] drivers/block/ub.c: use list_for_each_entry()
2007-05-30 15:20:37 linux-kernel [PATCH] fs/block_dev.c: use list_for_each_entry()
2007-05-30 08:46:18 linux-kernel [PATCH] drivers/block/ub.c: use list_for_each_entry()
2007-05-28 07:55:27 linux-kernel [PATCH] kernel/sched.c: use list_for_each_entry_safe() in __wake_up_common()
2007-05-28 06:43:46 linux-kernel Re: [PATCH 1/2] use list_for_each_entry() for iteration in hostap_ap.c
2007-05-28 06:43:37 linux-wireless Re: [PATCH 1/2] use list_for_each_entry() for iteration in hostap_ap.c
2007-05-27 16:41:17 linux-kernel [PATCH] Block device elevator: use list_for_each_entry() instead of list_for_each()
2007-05-27 10:38:07 linux-kernel [PATCH 2/2] use list_for_each_entry() for iteration in Prism 54 driver
2007-05-27 10:37:55 linux-wireless [PATCH 2/2] use list_for_each_entry() for iteration in Prism 54 driver
2007-05-27 10:26:43 linux-kernel [PATCH 1/2] use list_for_each_entry() for iteration in hostap_ap.c
2007-05-27 10:26:34 linux-wireless [PATCH 1/2] use list_for_each_entry() for iteration in hostap_ap.c
2007-05-25 13:02:50 linux-kernel [PATCH 2/2] use list_for_each() for iteration in Prism 54 driver
2007-05-25 13:02:41 linux-wireless [PATCH 2/2] use list_for_each() for iteration in Prism 54 driver
2007-05-25 13:01:17 linux-kernel [PATCH 1/2] use list_for_each() for iteration in Host AP driver
2007-05-25 13:01:04 linux-wireless [PATCH 1/2] use list_for_each() for iteration in Host AP driver
2007-05-25 12:54:35 linux-kernel [PATCH 0/2] use list_for_each() for iteration in hostap and prism54 driver
2007-05-23 13:57:20 linux-kernel Re: [PATCH] fix unchecked mutex_lock_interruptible (was Re: use mutex instead of semaphore in RocketPort driver)
2007-05-22 20:04:00 linux-kernel Re: use mutex instead of semaphore in RocketPort driver
2007-05-14 09:19:15 linux-kernel [PATCH 5/5] Use mutex instead of semaphore in the MTD DataFlash driver
2007-05-14 09:16:57 linux-kernel [PATCH 4/5] Use mutex instead of semaphore in the MTD ST M25Pxx driver
2007-05-14 09:14:32 linux-kernel [PATCH 3/5] Use mutex instead of semaphore in CAPI 2.0 driver
2007-05-14 09:11:58 linux-kernel [PATCH 2/5] Use mutex instead of semaphore in IDE driver
2007-05-14 09:08:31 linux-kernel [PATCH 1/5] Use mutexes instead of semaphores in I2O driver
2007-05-14 09:00:28 linux-kernel [PATCH 0/5] use mutex instead of semaphore in several drivers
2007-05-04 07:05:37 linux-kernel Re: [PATCH 1/5] Power Management: use mutexes instead of semaphores