login
Header Space

 
 

Mailing list archives

Search results

Found 646 matching messages (0.028 seconds). Page 1 of 33.

[PATCH 20/38] drivers/net: Use time_before, time_before_eq, etc.

... simplified version of the semantic patch making this change is as ... while (good_cnt < 64 && jiffies < (time + 20)); + } while (good_cnt < 64 && time_before(jiffies ... surveys. */ - if ((jiffies - priv->last_survey) > (20 * HZ)) + if (time_after(jiffies, priv ...

linux-kernel - Julia Lawall - Dec 24 2007 - 10:40

[PATCH 20/30] W1: ds2490.c add support for strong pullup

... u8 byte) if (err < 0) return err; =20 - ds_start_pulse(dev, PULLUP_PULSE_DURATION); - return !(byte =3D=3D ... &ds9490r_reset; + dev->master.set_pullup =3D &ds9490r_set_pullup; =20 return w1_add_master_device(&dev->master); } @@ -839,6 +838 ...

linux-kernel - David Fries - Jul 28 2008 - 22:25

Re: [patch 20/38] Minor fault path optimization.

... Well, here's my powerpc patch to do the direct call ... 000000000 +0100 +++ linux-2.6.20/arch/powerpc/kernel/kprobes.c ... linux-2.6.20.orig/include/asm-powerpc/kdebug.h 2007 ... 000000000 +0100 @@ -18,8 +18,20 @@ struct die_args { extern int register_die_notifier ...

linux-kernel - Christoph Hellwig - Apr 28 2007 - 04:34

[PATCH 20/34] __initdata cleanup - acpi

... ec.c linux-2.6.20-rc6-mm3/drivers/acpi/ec ... 000000000 +0200 +++ linux-2.6.20-rc6-mm3/drivers/acpi/ec ... diff -urNp linux-2.6.20-rc6-mm3.org/drivers/acpi ... tables.c linux-2.6.20-rc6-mm3/drivers/acpi/tables ... 000000000 +0200 +++ linux-2.6.20-rc6-mm3/drivers/acpi/tables ...

linux-kernel - Alon Bar-Lev - Feb 9 2007 - 11:25

[PATCH 20/20 take 4] UBI: linux build integration

... /mtd/Kconfig 2007-03-23 18:20:01.000000000 +0200 +++ tmp-to/drivers ... mtd/Kconfig 2007-03-23 18:20:01.000000000 +0200 @@ -292,5 + ... mtd/Makefile 2007-03-23 18:20:01.000000000 +0200 +++ tmp-to/drivers ... mtd/Makefile 2007-03-23 18:20:01.000000000 +0200 @@ -28,3 + ...

linux-kernel - Artem Bityutskiy - Mar 23 2007 - 12:44

[patch 20/28] PNP: centralize resource option allocations

... non-trivial part of this patch is the IRQ handling. The ... max, align, len, flags); } /* @@ -541,20 +527,16 @@ static void __init ... .000000000 -0600 @@ -78,13 +78,20 @@ struct pnp_option *pnp_register_dependen } int pnp_register_irq_resource( ...

linux-kernel - Bjorn Helgaas - Jun 17 2008 - 18:58

[patch 20/28] PNP: centralize resource option allocations

... non-trivial part of this patch is the IRQ handling. The ... max, align, len, flags); } /* @@ -541,20 +527,16 @@ static void __init ... .000000000 -0600 @@ -78,13 +78,20 @@ struct pnp_option *pnp_register_dependen } int pnp_register_irq_resource( ...

linux-kernel - Bjorn Helgaas - Jun 27 2008 - 18:57

[patch 20/46] uninline irq_enter()

... 6 deletions(-) Index: linux-2.6.20-rc4-mm1-bo/include/linux/hardirq.h =================================================================== --- linux-2.6.20-rc4-mm1-bo.orig/include/linux ... softirqs: Index: linux-2.6.20-rc4-mm1-bo/kernel/softirq.c ...

linux-kernel - Thomas Gleixner - Jan 23 2007 - 18:01

[PATCH 20/22] 2.6.22-rc3 perfmon2 : new x86_64 files

This patch contains the new x86_64 files. The files are as follows: arch/x86_64/perfmon/ ... be 1 + */ +#define PFM_CORE_PMC_RSVD ((~((1ULL<<32)-1)) \ + | (1ULL<<20) \ + | (1ULL<<21)) + +/* + * force Local APIC interrupt on overflow + * ...

linux-kernel - Stephane Eranian - May 29 2007 - 09:48

[PATCH 20/25] elevate write count for do_sys_utime() and touch_atime()

... .com> --- lxc-dave/fs/inode.c | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) ... -sys-utime-and-touch-atime 2007-09-20 12:16:20.000000000 -0700 +++ lxc-dave/fs/inode.c 2007-09-20 12:16:20.000000000 -0700 @@ -1176,22 +1176, ...

linux-kernel - Dave Hansen - Sep 20 2007 - 15:53

[PATCH 20/22] ide-tape: cleanup the remaining codestyle issues

... #define ide_tape_f(file) ((file)->private_data) @@ -502,20 +502,21 @@ static struct ide_tape_obj *ide_tape_chrdev_get( ... ); idetape_get_mode_sense_results(drive); @@ -3452,13 +3574,20 @@ static void idetape_setup (ide_drive_t *drive, idetape_tape_t * ...

linux-kernel - Borislav Petkov - Feb 4 2008 - 09:40

Re: [PATCH 20/22] ide-tape: cleanup the remaining codestyle issues

... couple of changes while merging the patch... (I hope that I didn't ... Borislav Petkov Subject: [PATCH 20/22] ide-tape: cleanup the ... define ide_tape_f(file) ((file)->private_data) @@ -522,20 +522,18 @@ static struct ide_tape_obj * ...

linux-kernel - Bartlomiej Zolnierkiewicz - Feb 4 2008 - 21:27

[patch 20/26] Xen-paravirt_ops: Core Xen implementation

... unsigned)(pfn) << 12) | ((unsigned)(pfn) >> 20)) +#define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) ... 0, + + .name = "Xen", + .banner = xen_banner, + + .patch = paravirt_patch_default, + + .memory_setup = xen_memory_setup, + .arch_setup = xen_arch_setup ...

linux-kernel - Jeremy Fitzhardinge - Feb 27 2007 - 04:13

[patch 20/55] PNP: add debug output to encoders

... .c 2008-04-28 16:09:20.000000000 -0600 +++ work10/drivers/pnp/isapnp/ ... c 2008-04-28 16:09:20.000000000 -0600 +++ work10/drivers/pnp/ ... c 2008-04-28 16:09:20.000000000 -0600 +++ work10/drivers/pnp/ ... c 2008-04-28 16:09:20.000000000 -0600 +++ work10/drivers/pnp/ ...

linux-kernel - Bjorn Helgaas - Apr 28 2008 - 18:34

Re: [PATCH 20/31]: pkt_sched: Perform bulk of qdisc destruction in RCU.

... gmail.com> Date: Sun, 20 Jul 2008 20:34:18 +0300 > On Sun, Jul 20, 2008 at 8:25 PM, David Miller wrote: > > From: jamal > > Date: Sun, 20 Jul 2008 11:16:03 -0400 > > > >> IMO, in the case ...

linux-netdev - David Miller - Jul 20 2008 - 13:35

[PATCH 20] gitweb: Reordering code and dividing it into categories

... Narebski --- This patch is superficially large, as it ... my $head = git_read_head($project); @@ -1326,20 +1539,6 @@ sub git_summary { git_footer_html() ... than 48 hours + if (($i >= 20) && ((time - $co{'committer_epoch'}) > 48*60*60 ...

git - Jakub Narebski - Jul 31 2006 - 14:48

[PATCH 20/35] W1: w1.c s/printk/dev_dbg/

... w1_slave *sl =3D dev_to_w1_slave(dev); =20 - printk("%s: Releasing %s.\n", ... %s.\n", __func__, sl->name); =20 while (atomic_read(&sl->refcnt)) { - printk ... cb rn |=3D (tmp64 << i); =20 if(kthread_should_stop()) { - printk(KERN_INFO "Abort ...

linux-kernel - David Fries - Mar 28 2008 - 08:26

[patch 20/21] perfmon2 minimal: Intel architectural PMU support

This patch adds Intel architectural PMU support (version 1 and 2). Signed-off-by: Stephane Eranian ... are 1 + */ +#define PFM_IA_PMC_RSVD ((~((1ULL<<32)-1)) \ + | (1ULL<<20) \ + | (1ULL<<21)) + +/* + * force Local APIC interrupt on overflow + * ...

linux-kernel - eranian - Jun 9 2008 - 18:35

Re: [PATCH 20/31]: pkt_sched: Perform bulk of qdisc destruction in RCU.

On Sun, 2008-20-07 at 22:20 +0800, Herbert Xu wrote: > Not all actions :) That nat action for example ... t intended to > be shared at all. In fact I still need to submit a patch to make > it skip the shared hash as otherwise it simply won't scale as the ...

linux-netdev - jamal - Jul 20 2008 - 11:35

[patch 20/26] Dynamic kernel command-line - sh64

... 3 deletions(-) Index: linux-2.6.20-rc4-mm1/arch/sh64/kernel/setup.c =================================================================== --- linux-2.6.20-rc4-mm1.orig/arch/sh64/kernel/setup.c +++ linux-2.6.20-rc4-mm1/arch/sh64/kernel/setup.c ...

linux-kernel - Bernhard Walle - Jan 18 2007 - 08:59

speck-geostationary