First  |  Prev |  Next  |  Last
Pages: 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593
[PATCH] arch/x86/kernel/cpu/mtrr/cleanup.c: Use ";" not "," to terminate statements
These are the only "," terminated statements that precede a pr_<level> in the kernel tree. These must be ";" terminated if the pr_<level> macros becomes a bit more space efficient using a "do { foo } while (0)" form. Signed-off-by: Joe Perches <joe(a)perches.com> --- arch/x86/kernel/cpu/mtrr/cleanup.c | 6 ... 14 Jul 2010 17:38
rcu: add boot parameter to suppress RCU CPU stall warning messages
On Wed, Jul 14, 2010 at 01:10:03PM -0700, Paul E. McKenney wrote: Although the RCU CPU stall warning messages are a very good way to alert people to a problem, once alerted, it is sometimes helpful to shut them off in order to avoid obscuring other messages that might be being used to track down the problem... 14 Jul 2010 19:50
net-next: vmxnet3 fixes [5/5] Respect the interrupt type in VM configuration
From: Shreyas Bhatewara <sbhatewara(a)vmware.com> Date: Tue, 13 Jul 2010 17:51:39 -0700 (PDT) Do not ignore interrupt type in VM configuration When interrupt type is not auto, do not ignore the interrupt type set from VM configuration. Driver may not always respect the interrupt type in configurati... 19 Jul 2010 16:52
net-next: vmxnet3 fixes [3/5] Initialize link state at probe time
From: Shreyas Bhatewara <sbhatewara(a)vmware.com> Date: Tue, 13 Jul 2010 17:48:55 -0700 (PDT) Initialize vmxnet3 link state at probe time This change initializes the state of link at the time when driver is loaded. The ethtool output for 'link detected' and 'link speed' is thus valid even before th... 18 Jul 2010 18:06
rcu: apply ->rda changes to rcutree_trace.c
On Wed, Jul 14, 2010 at 02:12:31PM -0700, Josh Triplett wrote: On Wed, Jul 14, 2010 at 01:10:01PM -0700, Paul E. McKenney wrote: The print_rcu_pendings() function used the ->rda[] array, so this commit makes it instead use per_cpu_ptr(). Signed-off-by: Paul E. McKenney <paulmck(a)linux.vnet.ibm.co... 14 Jul 2010 17:38
net-next: vmxnet3 fixes [2/5] Interrupt control bitmap
From: Shreyas Bhatewara <sbhatewara(a)vmware.com> Date: Tue, 13 Jul 2010 17:48:04 -0700 (PDT) - __le32 reserved[3]; + __le32 intrCtrl; + __le32 reserved[2]; }; ... + adapter->shared->devRead.intrConf.intrCtrl &= ~VMXNET3_IC_DISABLE_ALL; ... + adapter->shared->devRead.intrConf.intrCtrl |=... 16 Jul 2010 02:20
net-next: vmxnet3 fixes [4/5] Do not reset when the device is not opened
From: Shreyas Bhatewara <sbhatewara(a)vmware.com> Date: Tue, 13 Jul 2010 17:49:52 -0700 (PDT) Do not reset when the device is not opened If a reset is scheduled, and the device goes thru close and open, it may happen that reset and open may run in parallel. The reset code now bails out if the devic... 19 Jul 2010 16:52
Removing dead SH_HICOSH4
From: Christoph Egger <siccegge(a)cs.fau.de> Date: Wed, 14 Jul 2010 14:41:14 +0200 SH_HICOSH4 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> Applied. -- To unsubscribe from this list: send the line "unsubscr... 14 Jul 2010 17:38
Removing dead NETWINDER_{T,R}X_DMA_PROBLEMS
From: Christoph Egger <siccegge(a)cs.fau.de> Date: Wed, 14 Jul 2010 14:41:26 +0200 NETWINDER_{T,R}X_DMA_PROBLEMS 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> It is getting set by hand in the driver, which is... 14 Jul 2010 17:38
2.6.35-rc5 inconsistent lock state
Hi list... My shiny new kernel wants to tell me something. I do not understand him, but maybe you do.... see below HTH, Martin [ 27.026441] [ 27.026443] ================================= [ 27.029003] [ INFO: inconsistent lock state ] [ 27.030490] 2.6.35-rc5 #1 [ 27.031984] -------------------... 19 Jul 2010 16:52
First  |  Prev |  Next  |  Last
Pages: 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593