via-velocity: FLOW_CNTL_RX does not disable Asymmetric pause in set_mii_flow_control()
From: Roel Kluin <roel.kluin(a)gmail.com> Date: Mon, 22 Mar 2010 21:25:14 +0100 Asymmetric pause was not disabled in the RX case. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- I spotted this because In the FLOW_CNTL_RX and FLOW_CNTL_TX_RX cases the same code is executed, is the amendment belo... 22 Mar 2010 23:00
[PATCH] staging:cx2581: fixes coding style issues in cx25821-cards.c
From: sai <tsg321(a)gmail.com> This patch fixes all the coding style issues reported by checkpatch.pl tool Signed-off-by: sai<tsg321(a)gmail.com> --- drivers/staging/cx25821/cx25821-cards.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/cx25821/cx25821-cards.c b/driver... 22 Mar 2010 23:00
[RFC PATCH 0/1] input/touchscreen: Synaptics Touchscreen Driver
This patch adds an initial driver supporting Synaptics ClearPad touchscreens that use the RMI4 protocol, as defined here: http://www.synaptics.com/sites/default/files/511-000136-01_revA.pdf This patch addresses most of the feedback relating to our previous submission. Any elements not acted on (such as creati... 22 Mar 2010 23:00
timer: Provide config option for enabling timer tracepoints
On Tue, 23 Mar 2010, Jan Kara wrote: CC: Thomas Gleixner <tglx(a)linutronix.de> Signed-off-by: Jan Kara <jack(a)suse.cz> Acked-by: Thomas Gleixner <tglx(a)linutronix.de> Steven, can you pick that up please ? --- include/trace/events/timer.h | 2 ++ kernel/trace/Kconfig | 9 +++++++++ ... 23 Mar 2010 00:07
mac80211: Generate trace points only if api tracer enabled
On Tue, 2010-03-23 at 01:32 +0100, Jan Kara wrote: CC: linux-wireless(a)vger.kernel.org Signed-off-by: Jan Kara <jack(a)suse.cz> You kinda missed something there, this patch doesn't explain to me why and it's all I ever got to see :) johannes -- To unsubscribe from this list: send the line "unsubscribe lin... 23 Mar 2010 20:37
shutdown bugs, since about 2.6.31 or so
Greetings; I do not know if I am miss-configured or what, and I hadn't worried about it extensively because the machine runs fine ANAICT. But any reboot method short of just pressing the hdwe reset button generates quite a lengthy process of repeatedly pressing ctl-alt-del, minimum of 6 times I believe, in ... 23 Mar 2010 11:17
[PATCH 0/18] Allow different tracers to be compiled independently
Hi, currently, when one tracer is selected, most of tracepoints for other tracers also gets pulled into the kernel. So for example it's not possible to enable BLK_DEV_IO_TRACE without polluting slab allocation paths with tracepoint checks (see changelog of patch 01). This patch set adds a possibility for e... 22 Mar 2010 21:48
[PATCH 08/18] lockdep: Provide config option for enabling lock tracepoints
CC: Peter Zijlstra <peterz(a)infradead.org> CC: Ingo Molnar <mingo(a)redhat.com> Signed-off-by: Jan Kara <jack(a)suse.cz> --- include/trace/events/lock.h | 2 ++ kernel/trace/Kconfig | 9 +++++++++ 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/include/trace/events/lock.h b/include/trac... 22 Mar 2010 21:48
[PATCH 14/18] net: Provide config option for enabling SKB tracing
CC: "David S. Miller" <davem(a)davemloft.net> CC: netdev(a)vger.kernel.org Signed-off-by: Jan Kara <jack(a)suse.cz> --- include/trace/events/skb.h | 2 ++ kernel/trace/Kconfig | 10 ++++++++++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/include/trace/events/skb.h b/include/trace/events... 22 Mar 2010 21:48
[PATCH 06/18] sched: Generate trace points only if scheduler tracing is enabled
CC: Ingo Molnar <mingo(a)elte.hu> CC: Peter Zijlstra <peterz(a)infradead.org> Signed-off-by: Jan Kara <jack(a)suse.cz> --- include/trace/events/sched.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/trace/events/sched.h b/include/trace/events/sched.h index cfceb0b..0a08ab1 100644 ... 22 Mar 2010 21:48