First  |  Prev |  Next  |  Last
Pages: 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610
[PATCH 00/11] -tip Timekeeping changes for 2.6.36
Hey Thomas, I just wanted to send you my pending queue of timekeeping change for 2.6.36. It would be nice to get these into the -tip tree for testing prior to the merge window. thanks -john CC: Thomas Gleixner <tglx(a)linutronix.de> John Stultz (11): x86: Fix vtime/file timestamp inconsistencies Im... 13 Jul 2010 21:56
[PATCH 02/11] Implement timespec_add
After accidentally misusing timespec_add_safe, I wanted to make sure we don't accidently trip over that issue again, so I created a simple timespec_add() function which we can use to replace the instances of timespec_add_safe() that don't want the overflow detection. Signed-off-by: John Stultz <johnstul(a)us.ibm.co... 13 Jul 2010 21:56
[PATCH 2.6.35-rc1] net-next: vmxnet3 fixes [5/5] Respect the interrupt type in VM configuration
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 configuration but it will certainly try to. Eg: if MSIx is configured and enabling MSIx fails in driver, it fall ba... 13 Jul 2010 21:56
[PATCH 2.6.35-rc1] net-next: vmxnet3 fixes [4/5] Do not reset when the device is not opened
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 device is not opened. Signed-off-by: Ronghua Zang <ronghua(a)vmware.com> Signed-off-by: Matthieu Bucchianeri <... 13 Jul 2010 20:50
[PATCH 2.6.35-rc1] net-next: vmxnet3 fixes [2/5] Interrupt control bitmap
A new bit map 'intrCtrl' is introduced in the DriverShared area. The driver should update VMXNET3_IC_DISABLE_ALL bit before writing IMR. Signed-off-by: Ronghua Zang <ronghua(a)vmware.com> Signed-off-by: Shreyas Bhatewara <sbhatewara(a)vmware.com> --- drivers/net/vmxnet3/vmxnet3_defs.h | 6 +++++- drivers/... 13 Jul 2010 20:50
[PATCH 2.6.35-rc1] net-next: vmxnet3 fixes [3/5] Initialize link state at probe time
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 the interface is brought up. Signed-off-by: Shreyas Bhatewara <sbhatewara(a)vmware.com> --- drivers/net/... 13 Jul 2010 20:50
CFQ: Don't store left slice when slice used up or for a idle workload
Jeff Moyer wrote: Gui Jianfeng <guijianfeng(a)cn.fujitsu.com> writes: It doesn't make sence to store left time slice for an idle workload or for the cfqq that uses up its slice. Did you actually observe any problems? As I understand it, if you overrun your slice you get a negative offset, so I t... 13 Jul 2010 20:50
Yama: turn process ancestry check into function
Kees Cook wrote: +static int task_is_descendant(struct task_struct *parent, + struct task_struct *child) +{ + int rc = 0; + struct task_struct *walker = child; + + if (!parent || !child) + return 0; parent (== current) is !NULL and child (in original code) is !NULL. You can remove ... 20 Jul 2010 20:10
x86, paravirt: Add a global synchronization point for pvclock
I believe that's how it is actually implemented though, and I believe we'd have failures all over if that was not true. "Jeremy Fitzhardinge" <jeremy(a)goop.org> wrote: On 07/13/2010 03:14 PM, H. Peter Anvin wrote: Actually, I believe volatile operations (including asm volatile) are strictly ordered *with ... 13 Jul 2010 20:50
ext2: return -ENODATA for NULL i_file_acl in ext2_xattr_list
2010/7/14 Andreas Dilger <adilger(a)dilger.ca>: The "error" value gets overwritten almost immediately with -EIO, and then at the end of the function if there is an xattr block but it doesn't contain any attributes (I'm not sure if this could happen, but it seems possible) it will return "error = buffer_size - rest;  /... 13 Jul 2010 20:50
First  |  Prev |  Next  |  Last
Pages: 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610