LinuxLists
Users
About
Alexandru Gheorghiu (
[email protected]
)
Number of posts: 61 (5.55 per day)
First post: 2013-03-04 19:43:59
Last post: 2013-03-16 14:07:10
Next Page
Date
List
Subject
2013-05-03 15:46:41
linux-kernel
[PATCH] drivers: parport: Use kmemdup
2013-05-03 15:07:14
linux-kernel
[PATCH] drivers: parport: Use kzalloc
2013-04-14 21:32:48
linux-kernel
[PATCH] fs: reiserfs: Use kstrdup function
2013-04-14 21:28:04
linux-kernel
[PATCH] drivers: usb: gadget: Use ERR_CAST function
2013-04-14 21:25:07
linux-kernel
[PATCH] lib: digsig: Use ERR_CAST function
2013-04-14 21:21:07
linux-kernel
[PATCH] drivers: dma: Use devm_request_and_ioremap
2013-04-10 21:59:21
linux-kernel
[PATCH] block: ioctl: Use PTR_RET function
2013-04-10 21:54:24
linux-kernel
[PATCH] block: blk-timeout: Use PTR_RET function
2013-04-10 21:51:38
linux-kernel
[PATCH] block: blk-core: Use PTR_RET function
2013-03-28 07:16:34
linux-kernel
[PATCH] fs: f2fs: Use kmemdup
2013-03-27 23:48:36
linux-kernel
[PATCH] fs: f2fs: Use kmemdup
2013-03-27 19:54:16
linux-kernel
[PATCH] fs: f2fs: Use kmemdup
2013-03-26 23:34:05
linux-kernel
[PATCH] fs: dlm: Use kmemdup
2013-03-25 14:34:43
linux-kernel
[PATCH] sound: soc: Use PTR_RET function
2013-03-25 13:56:41
linux-kernel
[PATCH] sound: oss: sb_common: Used kmemdup instead of kmalloc and memcpy
2013-03-25 13:47:35
linux-kernel
[PATCH] sound: oss: uart401: Used kmemdup instead of kmalloc and memcpy
2013-03-25 13:26:53
linux-kernel
[PATCH] drivers: virtio: Use PTR_RET function
2013-03-19 17:08:56
linux-kernel
[PATCH] drivers: video: omap2: dss: Use PTR_RET function
2013-03-19 13:28:20
linux-kernel
[PATCH] drivers: message: fusion: Use memdup_user function
2013-03-19 13:19:22
linux-kernel
[PATCH] drivers: message: fusion: Use kmemdup function
2013-03-19 13:11:12
linux-kernel
[PATCH] drivers: message: i2o: Use kstrdup function
2013-03-19 10:07:19
linux-kernel
[PATCH] drivers: platform: x86: Use PTR_RET function
2013-03-19 00:40:11
linux-kernel
[PATCH] drivers: ptp: Use memdup_user function
2013-03-18 21:36:18
linux-kernel
[PATCH] drivers: regulator: Use PTR_RET function
2013-03-18 15:12:36
linux-kernel
[PATCH] net: bluetooth: Replaced kzalloc and memcpy with kmemdup
2013-03-18 15:03:10
linux-bluetooth
Re: [PATCH] net: bluetooth: Use PTR_RET function
2013-03-17 09:12:08
linux-kernel
[PATCH] drivers: cpuidle: Use devm_ioremap_resource function
2013-03-17 09:11:05
linux-kernel
[PATCH] drivers: ata: Use resource_size function
2013-03-17 08:52:38
linux-kernel
[PATCH] drivers: char: Use PTR_RET function
2013-03-17 08:49:38
linux-kernel
[PATCH] drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdup
2013-03-17 08:42:47
linux-kernel
[PATCH] net: bluetooth: Use PTR_RET function
2013-03-17 08:40:08
linux-kernel
[PATCH] net: bluetooth: Replaced kzalloc and memcpy with kmemdup
2013-03-17 05:16:50
linux-bluetooth
[PATCH] net: bluetooth: Replaced kzalloc and memcpy with kmemdup
2013-03-16 14:10:03
linux-bluetooth
[PATCH] net: bluetooth: Use PTR_RET function
2013-03-16 14:07:10
linux-bluetooth
[PATCH] net: bluetooth: Replaced kzalloc and memcpy with kmemdup
2013-03-15 18:23:18
linux-kernel
[PATCH] net: dns_resolver: Use kmemdup instead of kmalloc and memcpy
2013-03-14 09:28:12
linux-kernel
[PATCH] drivers: gpio: Use devm_ioremap_resource function
2013-03-14 09:19:00
linux-kernel
[PATCH] drivers: spi: Use PTR_RET function
2013-03-14 09:08:18
linux-kernel
[PATCH] drivers: spi: Use PTR_RET function
2013-03-13 23:17:49
linux-kernel
[PATCH] drivers: dma: Use devm_ioremap_resource
2013-03-13 19:46:50
linux-kernel
[PATCH] arch: s390: mm: Removed useless label
2013-03-13 19:13:21
linux-kernel
[PATCH] arch: s390: hypfs: Use PTR_RET function
2013-03-13 19:06:39
linux-kernel
[PATCH] arch: s390: mm: Use PTR_RET function
2013-03-13 19:01:09
linux-kernel
[PATCH] arch: s390: net: Replaced kmalloc and memset with kzalloc
2013-03-12 18:53:15
linux-kernel
[PATCH] drivers: acpi: Used resource_size function
2013-03-12 18:33:17
linux-kernel
[PATCH] drivers: acpi: Used PTR_RET function
2013-03-12 18:22:33
linux-kernel
[PATCH] drivers: acpi: Replaced kmalloc and memcpy with kmemdup
2013-03-12 09:05:05
linux-kernel
[PATCH] drivers: mmc: host: Use resource_size()
2013-03-11 20:42:00
linux-kernel
[PATCH] drivers: gpu: drm: i915: Replaced calls to kmalloc & memcpy with kmemdup
2013-03-11 19:46:57
linux-kernel
[PATCH] drivers: gpu: drm: gma500: Replaced calls kzalloc & memcpy with kmemdup
2013-03-11 19:40:55
linux-kernel
[PATCH] drivers: gpu: drm: Replaced ERR_PTR & PTR_ERR with ERR_CAST