First
|
Prev |
Next
|
Last
Pages: 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383
posix_timer: separate timer_cleanup from timer_del (add Stanislaw) On 05/14, Andrey Vagin wrote: Signed-off-by: Andrey Vagin <avagin(a)openvz.org> You forgot to write the changelog ;) --- a/kernel/posix-cpu-timers.c +++ b/kernel/posix-cpu-timers.c @@ -455,14 +455,21 @@ int posix_cpu_timer_del(struct k_itimer *timer) spin_unlock(&p->sigha... 14 May 2010 12:48
arch/arm/mach-davinci: Use kzalloc Julia Lawall <julia(a)diku.dk> writes: From: Julia Lawall <julia(a)diku.dk> Use kzalloc rather than the combination of kmalloc and memset. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression x,size,flags; statement S; @@ -... 14 May 2010 11:42
V2: rwsem changes + down_read_unfair() proposal On Fri, 14 May 2010, Michel Lespinasse wrote: I would like to sollicit comments regarding the following changes against 2.6.34-rc7 + 91af708 (from V1 proposal) already applied. The motivation for this change was some cluster monitoring software we use at google Quite frankly, I hate it the way... 17 May 2010 18:00
vlynq: make whole Kconfig-menu dependant on architecture On Fri, 14 May 2010, Florian Fainelli wrote: On Friday 14 May 2010 15:40:45 Wolfram Sang wrote: This removes an empty menu for most platforms. Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Acked-by: Florian Fainelli <florian(a)openwrt.org> Applied, thanks. -- Jiri Kosina SUSE La... 14 May 2010 11:42
SLOB breaks Crypto Hi, Herbert Xu wrote: On Thu, Mar 18, 2010 at 10:24:41PM +0100, michael-dev(a)fami-braun.de wrote: Pekka Enberg schrieb: Even with CONFIG_DEBUG_SLAB enabled or with CONFIG_SLUB and CONFIG_SLUB_DEBUG_ON? no, these options have not been / are not enabled. Can you please try it with those opti... 20 May 2010 00:51
[RELEASE] LTTng 0.214 for kernel 2.6.33.4 Hi, I just rebased the LTTng tree on kernel 2.6.33.4, with latest updates. Thanks, Mathieu -- Mathieu Desnoyers Operating System Efficiency R&D Consultant EfficiOS Inc. http://www.efficios.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majo... 14 May 2010 11:42
OMAP SSI: Introducing OMAP SSI driver Hi Carlos, Please see my comments inlined. On Friday 07 May 2010 17:18:32 Carlos Chinea wrote: [strip] diff --git a/drivers/hsi/controllers/omap_ssi.c [strip] + +/** + * struct omap_ssm_ctx - OMAP synchronous serial module (TX/RX) context + * @mode: Bit transmission mode + * @channels: Number ... 26 May 2010 03:45
vlynq: make whole Kconfig-menu dependant on architecture On Friday 14 May 2010 15:40:45 Wolfram Sang wrote: This removes an empty menu for most platforms. Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Acked-by: Florian Fainelli <florian(a)openwrt.org> --- drivers/vlynq/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ... 14 May 2010 10:35
[PATCH] vlynq: make whole Kconfig-menu dependant on architecture This removes an empty menu for most platforms. Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> --- drivers/vlynq/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/vlynq/Kconfig b/drivers/vlynq/Kconfig index a9efb16..d874b4f 100644 --- a/drivers/vlynq/Kconfig +++... 14 May 2010 10:35
[PATCH 1/2] posix_timer: separate timer_cleanup from timer_del Signed-off-by: Andrey Vagin <avagin(a)openvz.org> --- include/linux/posix-timers.h | 2 ++ kernel/posix-cpu-timers.c | 13 ++++++++++--- kernel/posix-timers.c | 4 ++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/include/linux/posix-timers.h b/include/linux/posix-timers.h in... 14 May 2010 10:35 |