First
|
Prev |
Next
|
Last
Pages: 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520
tracing: Make the documentation clear on trace_event boot option Going through old email, I came across this. Looks like it was never applied, I'll pull it in. I think I was on vacation when this was received, and got lost it the masses. Sorry for the --very-- late response. -- Steve On Mon, 2009-12-21 at 14:27 +0800, Li Zefan wrote: Make it clear that event-list is ... 4 May 2010 16:49
[PATCH tip/core/rcu 05/48] rcu: ignore offline CPUs in last non-dyntick-idle CPU check From: Lai Jiangshan <laijs(a)cn.fujitsu.com> Offline CPUs are not in nohz_cpu_mask, but can be ignored when checking for the last non-dyntick-idle CPU. This patch therefore only checks online CPUs for not being dyntick idle, allowing fast entry into full-system dyntick-idle state even when there are some offline C... 4 May 2010 16:49
[PATCH tip/core/rcu 12/48] rcu: enable CPU_STALL_VERBOSE by default The CPU_STALL_VERBOSE kernel configuration parameter was added to 2.6.34 to identify any preempted/blocked tasks that were preventing the current grace period from completing when running preemptible RCU. As is conventional for new configurations parameters, this defaulted disabled. It is now time to enable it by... 4 May 2010 16:49
[PATCH tip/core/rcu 40/48] radix-tree: __rcu annotations From: Arnd Bergmann <arnd(a)arndb.de> Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> Signed-off-by: Paul E. McKenney <paulmck(a)linux.vnet.ibm.com> Cc: Nick Piggin <npiggin(a)suse.de> --- include/linux/radix-tree.h | 4 +++- lib/radix-tree.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) ... 4 May 2010 16:49
[PATCH tip/core/rcu 29/48] rcu: add an rcu_dereference_index_check() The sparse RCU-pointer checking relies on type magic that dereferences the pointer in question. This does not work if the pointer is in fact an array index. This commit therefore supplies a new RCU API that omits the sparse checking to continue to support rcu_dereference() on integers. Signed-off-by: Paul E. M... 4 May 2010 16:49
[PATCH tip/core/rcu 37/48] net: __rcu annotations for drivers From: Arnd Bergmann <arnd(a)arndb.de> Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> Signed-off-by: Paul E. McKenney <paulmck(a)linux.vnet.ibm.com> Cc: "David S. Miller" <davem(a)davemloft.net> Cc: Eric Dumazet <eric.dumazet(a)gmail.com> --- drivers/net/bnx2.h | 2 +- drivers/net/bnx2x.h | 2 +- d... 4 May 2010 16:49
aio: fix the vectored aio routines Andrew Morton <akpm(a)linux-foundation.org> writes: On Fri, 30 Apr 2010 16:48:58 -0400 Jeff Moyer <jmoyer(a)redhat.com> wrote: Hi, It was reported[1] that 32 bit readv and writev AIO operations were not functioning properly. It turns out that the code to convert the 32bit io vectors to 64 b... 4 May 2010 16:49
Cannot create NETLINK_NFLOG sockets Hello there, I have just stumbled upon a rather strange problem... It seems whenever a program on my system tries to create a netlink socket of the NETLINK_NFLOG type, the call fails with a "protocol not supported" error. Having first encountered this trying to get ulogd running for the iptables NFLOG target, I ... 4 May 2010 16:49
[PATCH] mtd: map.h: add missing bug.h include Signed-off-by: Kevin Cernekee <cernekee(a)gmail.com> --- include/linux/mtd/map.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/mtd/map.h b/include/linux/mtd/map.h index b981b87..01703d4 100644 --- a/include/linux/mtd/map.h +++ b/include/linux/mtd/map.h @@ -7,6 +7,7 @@ ... 4 May 2010 16:49
vgacon: use request_region(), not request_resource(), to set BUSY On Tue, 4 May 2010, Bjorn Helgaas wrote: Drivers normally use request_region() to mark the region busy so it won't be used by anybody else. Previously, we used request_resource(), which doesn't mark the VGA regions busy. Signed-off-by: Bjorn Helgaas <bjorn.helgaas(a)hp.com> Hmm. I don't object... 4 May 2010 16:49 |