First  |  Prev |  Next  |  Last
Pages: 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594
Removing dead ARCH_PNX010X
From: Christoph Egger <siccegge(a)cs.fau.de> Date: Wed, 14 Jul 2010 14:41:09 +0200 ARCH_PNX010X doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de> If you are going to kill this off, kill the references in driver/... 14 Jul 2010 17:37
Removing dead CHELSIO_T1_COUGAR
From: Christoph Egger <siccegge(a)cs.fau.de> Date: Wed, 14 Jul 2010 14:41:04 +0200 CHELSIO_T1_COUGAR doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de> This has already been eliminated in the net-next-2.6 by other... 14 Jul 2010 17:37
[PATCH] Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issue
From: Chihau Chau <chihau(a)gmail.com> This patch fix a code style issuei, if a function is exported, the EXPORT_SYMBOL macro for it should follow immediately after the closing function brace line. Signed-off-by: Chihau Chau <chihau(a)gmail.com> --- net/ethernet/pe2.c | 3 +-- 1 files changed, 1 insertions(+... 14 Jul 2010 16:32
[PATCH RFC tip/core/rcu 19/30] vhost: add __rcu annotations
From: Arnd Bergmann <arnd(a)relay.de.ibm.com> Also add rcu_dreference_protected() for code paths where locks are held. Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> Signed-off-by: Paul E. McKenney <paulmck(a)linux.vnet.ibm.com> Cc: "Michael S. Tsirkin" <mst(a)redhat.com> --- drivers/vhost/net.c | 15 +++++++++++... 14 Jul 2010 16:32
[PATCH RFC tip/core/rcu 06/30] keys: __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> Acked-by: David Howells <dhowells(a)redhat.com> --- include/linux/cred.h | 2 +- include/linux/key.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) d... 14 Jul 2010 16:32
[PATCH RFC tip/core/rcu 15/30] kvm: add __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: Avi Kivity <avi(a)redhat.com> Cc: Marcelo Tosatti <mtosatti(a)redhat.com> --- include/linux/kvm_host.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) di... 14 Jul 2010 16:32
[PATCH RFC tip/core/rcu 16/30] kernel: __rcu annotations
From: Arnd Bergmann <arnd(a)arndb.de> This adds annotations for RCU operations in core kernel components Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> Signed-off-by: Paul E. McKenney <paulmck(a)linux.vnet.ibm.com> Cc: Al Viro <viro(a)ZenIV.linux.org.uk> Cc: Jens Axboe <jens.axboe(a)oracle.com> Cc: Andrew Morton <akpm@... 14 Jul 2010 16:32
[PATCH RFC tip/core/rcu 05/30] credentials: rcu annotation
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: Peter Zijlstra <peterz(a)infradead.org> Cc: Ingo Molnar <mingo(a)redhat.com> Acked-by: David Howells <dhowells(a)redhat.com> --- include/linux/sched.h | 4 ++-- 1 fil... 14 Jul 2010 16:32
[PATCH RFC tip/core/rcu 03/30] rculist: avoid __rcu annotations
From: Arnd Bergmann <arnd(a)arndb.de> This avoids warnings from missing __rcu annotations in the rculist implementation, making it possible to use the same lists in both RCU and non-RCU cases. We can add rculist annotations later, together with lockdep support for rculist, which is missing as well, but that may... 14 Jul 2010 16:32
[PATCH RFC tip/core/rcu 17/30] net: __rcu annotations
From: Arnd Bergmann <arnd(a)relay.de.ibm.com> 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> --- include/linux/igmp.h | 4 ++-- include/linux/netdevic... 14 Jul 2010 16:32
First  |  Prev |  Next  |  Last
Pages: 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594