login
Header Space

 
 

Mailing list archives

Search results

Found 705 matching messages (0.032 seconds). Page 1 of 36.

[PATCH 18/22 -v7] Trace irq disabled critical timings

This patch adds latency tracing for critical timings (how long interrupts ... arch/x86/lib/thunk_64.S | 18 + include/asm-x86/irqflags_32.h ... c | 16 + lib/tracing/Kconfig | 18 + lib/tracing/Makefile | 1 lib ...

linux-kernel - Steven Rostedt - Jan 29 2008 - 23:15

[PATCH 18/20] x86_64: Relocatable Kernel Support

... This patch modifies the x86_64 kernel so that it can be ... formula: + * + * extra_bytes = (uncompressed_size >> 12) + 32768 + 18 + decompressor_size. + * + * Adding 8 bytes per ... ebiederm@xmission.com> */ @@ -17,95 +18,127 @@ #include

linux-kernel - Vivek Goyal - Mar 7 2007 - 03:22

[PATCH 18/20 take 4] UBI: JFFS2 UBI support

... linux.h 2007-03-23 18:20:01.000000000 +0200 +++ tmp ... linux.h 2007-03-23 18:20:02.000000000 +0200 @@ -98 ... wbuf.c 2007-03-23 18:20:01.000000000 +0200 +++ tmp ... wbuf.c 2007-03-23 18:20:02.000000000 +0200 @@ -1274 ... abi.h 2007-03-23 18:20:01.000000000 +0200 +++ tmp ...

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

[PATCH 18/27] blk_end_request: changing mmc (take 2)

This patch converts mmc to use blk_end_request(). Signed-off-by: Kiyoshi ... drivers/mmc/card/block.c 18-mmc-caller-change/drivers/mmc ... 17:32:13.000000000 -0400 +++ 18-mmc-caller-change/drivers/mmc ... 21:32:35.000000000 -0400 +++ 18-mmc-caller-change/drivers/mmc ...

linux-kernel - Kiyoshi Ueda - Sep 11 2007 - 15:02

[PATCH 18/18] [PATCH] BLOCK: Make it possible to disable the block layer [try #3]

... block layer to be present. This patch does the following: (*) Introduces CONFIG_BLOCK to ... fs/Makefile | 14 +++++++-- fs/compat_ioctl.c | 18 ++++++++++++ fs/no-block.c | 22 ...

linux-fsdevel - David Howells - Aug 25 2006 - 10:49

[PATCH 18/18] [PATCH] BLOCK: Make it possible to disable the block layer [try #4]

... layer to be present. This patch does the following: (*) Introduces CONFIG_BLOCK to ... /Makefile | 14 +++++++--- fs/compat_ioctl.c | 18 +++++++++++++ fs/internal.h | 6 ++++ fs/ ...

linux-fsdevel - David Howells - Aug 25 2006 - 15:37

[NET-NEXT PATCH 18/24] ixgbe: update to latest common code module

... a massive update that includes infrastructure for further patches where we will add support for more phy ... (hw); + ixgbe_setup_mac_link_82598(hw); } return status; @@ -376,18 +500,17 @@ static s32 ixgbe_setup_mac_link_speed_82598(struct ixgbe_hw ...

linux-netdev - Jeff Kirsher - Sep 9 2008 - 00:48

[RESEND][NET-NEXT PATCH 18/29] ixgbe: update to latest common code module

... a massive update that includes infrastructure for further patches where we will add support for more phy ... (hw); + ixgbe_setup_mac_link_82598(hw); } return status; @@ -376,18 +500,17 @@ static s32 ixgbe_setup_mac_link_speed_82598(struct ixgbe_hw ...

linux-netdev - Jeff Kirsher - Sep 11 2008 - 22:59

[PATCH 18/20] Destroy pid namespace on init's death

... /pid.h.ve18 2007-08-06 18:27:33.000000000 +0400 +++ ./include/linux/pid ... /exit.c.ve18 2007-08-06 18:27:33.000000000 +0400 +++ ./kernel/exit.c 2007-08-06 18:27:33.000000000 +0400 @@ -900,7 + ... /pid.c.ve18 2007-08-06 18:27:33.000000000 +0400 +++ ./kernel/pid. ...

linux-kernel - xemul - Aug 10 2007 - 07:48

[patch 18/19] chardev: pc8736x_gpio - finish shadow-current for pc87360x_gpio

... on PC-8736x chips. 18/19. patch.shadow-current pc8736x_gpio needs a ... diffstat patch.shadow-current pc8736x_gpio.c | 29 ... (unsigned index) @@ -203,15 +204,18 @@ static void pc8736x_gpio_set_low(unsigne pc8736x_gpio_set( ...

linux-kernel-mentors - Jim Cromie - May 30 2006 - 05:00

[PATCH 18/30] NFS: Share NFS superblocks per-protocol per-server per-FSID [try #11]

... = ly hardlinked directory. With this patch we need not make assumptions about ... when indexing= the cache. This patch makes the following changes: (1) ... include/linux/nfs_fs_sb.h | 21 - 18 files changed, 1655 insertions(+), 956 ...

linux-fsdevel - David Howells - Jul 27 2006 - 16:53

[patch 18/20] handle mlocked pages during map/unmap and truncate

... move mlocked pages off the LRU" patch -- part 2 0f 2. Remove mlocked ... c 2008-03-04 17:38:18.000000000 -0500 +++ linux-2.6.25 ... return addr; @@ -1896,6 +1902,18 @@ int do_munmap(struct mm_struct *mm, ... 2008-03-04 17:38:18.000000000 -0500 +++ linux-2.6. ...

linux-kernel - Rik van Riel - Mar 4 2008 - 18:52

[patch 18/18] PNP: convert resource options to single linked list

... 't store the ordering information. This patch replaces the independent and dependent lists ... , base, 0, len, flags); } /* @@ -584,18 +587,14 @@ static int __init isapnp_create_device( ... ]; len = (p[19] << 24) | (p[18] << 16) | (p[17] << 8) | p[16] ...

linux-kernel - Bjorn Helgaas - Jun 4 2008 - 18:09

[PATCH 18/31] cpumask: clean sched files

... @sgi.com> --- include/linux/sched.h | 18 +- kernel/sched.c | 450 +++++++++++++++++++++++--------------------------- kernel/sched_cpupri.c ... sg) *sg = &per_cpu(sched_group_core, cpu); @@ -7118,18 +7119,16 @@ static DEFINE_PER_CPU(struct ...

linux-kernel - Mike Travis - Sep 29 2008 - 14:03

[patch 18/18] x86_64: fix 2.6.18 regression - PTRACE_OLDSETOPTIONS should be accepted

-stable review patch. If anyone has any objections, please let us know. ------------------ From: "Paolo ... + 1 file changed, 1 insertion(+) --- linux-2.6.18.7.orig/arch/x86_64/ia32/ptrace32.c +++ linux-2.6.18.7/arch/x86_64/ia32/ptrace32.c @@ -239,6 ...

linux-kernel - Greg KH - Feb 20 2007 - 21:51

Re: [PATCH 18/23] AMD IOMMU: simplify dma_mask_to_pages

... @amd.com> wrote: > On Thu, Sep 18, 2008 at 04:20:20AM + ... > On Wed, 17 Sep 2008 18:52:52 +0200 > > Joerg Roedel < ... current calculation is very complicated. This patch replaces it with > > > a much ... at all. I'll send a patch for this after your patchset is ...

linux-kernel - FUJITA Tomonori - Sep 18 2008 - 11:57

Re: [PATCH 18/23] AMD IOMMU: simplify dma_mask_to_pages

... , FUJITA Tomonori wrote: > On Thu, 18 Sep 2008 09:32:32 + ... @amd.com> wrote: > > > On Thu, Sep 18, 2008 at 04:20:20AM + ... > On Wed, 17 Sep 2008 18:52:52 +0200 > > > Joerg Roedel < ... calculation is very complicated. This patch replaces it with > > > > a much ...

linux-kernel - Joerg Roedel - Sep 18 2008 - 12:39

[PATCH 18/19] Char: moxa, introduce MOXA_IS_320 macro

... Module_cnt); if (j <= 0) return -EIO; @@ -1634,18 +1635,9 @@ static void MoxaPortFlushData(struct moxa_port *port, ... (readw(ofsAddr + HostStat) | WakeupBreak, @@ -1818,33 +1809,18 @@ static void MoxaPortDisable(struct moxa_port *port) moxafunc( ...

linux-kernel - Jiri Slaby - Feb 22 2008 - 10:46

[patch 18/37] Immediate Values - Documentation

... infrastructure is specialized in supporting dynamic patching of the values +in the instruction ... : 1462.09 cycles, std dev. 18.87 cycles + +With memory pressure + ... Getppid without memory pressure: +1462.09 +/- 18.87 - 150.92 +/- 1.01 = ...

linux-kernel - Mathieu Desnoyers - Apr 24 2008 - 11:03

[patch 18/18] m68k: Add multi_defconfig

... Automatically generated make config: don't edit +# Linux kernel version: 2.6.26-rc2 +# Sun May 18 14:42:31 2008 +# +CONFIG_M68K=y +CONFIG_MMU=y +CONFIG_RWSEM_GENERIC_SPINLOCK=y +# CONFIG_ARCH_HAS_ILOG2_U32 is not set +# CONFIG_ARCH_HAS_ILOG2_U64 ...

linux-kernel - Geert Uytterhoeven - May 18 2008 - 14:47

speck-geostationary