login
Header Space

 
 

Mailing list archives

Search results

Found 1449 matching messages (0.037 seconds). Page 1 of 50.

[patch 8/8] zfcpdump support.

... be accessed from Linux. This patch exports memory and registers of ... IPL_TYPE_CCW = 2, + IPL_TYPE_FCP = 4, + IPL_TYPE_FCP_DUMP = 8, + IPL_TYPE_NSS = 16, +}; + +struct ipl_info +{ + enum ... u8 pad1[24]; + u8 psw[8]; + u32 pref_reg; + u8 pad2[20 ...

linux-kernel - Heiko Carstens - Mar 26 2007 - 17:25

[PATCH 8/8] Convert PDA into the percpu section

... per-cpu area. So this patch (1) Removes the PDA and ... GDT_ENTRY_KERNEL_BASE + 14) #define __ESPFIX_SS (GDT_ENTRY_ESPFIX_SS * 8) -#define GDT_ENTRY_PDA (GDT_ENTRY_KERNEL_BASE + 15) -#define ... 35:04 2007 +1100 @@ -8,7 +8,6 @@ #include

linux-kernel - Rusty Russell - Mar 6 2007 - 09:03

[PATCH 8/9] lguest: Optimize away copy in and out of per-cpu guest pages

... Damn gcc */ @@ -327,10 +327,8 @@ int run_guest(struct lguest *lg, ... do. Note @@ -154,7 +148,8 @@ default_idt_entries: default_idt_entries: .text IRQ_STUBS 0 ... lguest if (num == 2 || num == 8 || num == 15 || num == LGUEST_TRAP_ENTRY) return ...

linux-kernel - Rusty Russell - Mar 8 2007 - 23:30

[PATCH 8/8] AFS: Add security support

... rxcall = rxrpc_kernel_accept_call(afs_socket, @@ -551,7 +628,8 @@ static void afs_collect_incoming_call(struct work_struct *work) ... call); + if (call) + afs_free_call(call); } /* @@ -629,8 +707,7 @@ void afs_send_empty_reply(struct afs_call * ...

linux-kernel - David Howells - Apr 11 2007 - 15:10

[PATCH] [8/35] x86_64: a memcpy that tries to reduce cache pressure

... L13 + movq (%rsi), %rcx + addq $8, %rsi + movq %rcx, (%rdi) + addq ... is 16..63 */ +.L25: + movq 8(%rsi), %r8 + movq (%rsi), %r9 ... addq %rcx, %rsi + movq %r8, 8(%rdi) + movq %r9, (%rdi) + addq ... rsi) + movq (%rsi), %r8 + movq 8(%rsi), %r9 + movq 16(%rsi ...

linux-kernel - Andi Kleen - Apr 28 2007 - 13:52

[PATCH 8/8] AFS: Add security support

... rxcall = rxrpc_kernel_accept_call(afs_socket, @@ -551,7 +628,8 @@ static void afs_collect_incoming_call(struct work_struct *work) ... call); + if (call) + afs_free_call(call); } /* @@ -629,8 +707,7 @@ void afs_send_empty_reply(struct afs_call * ...

linux-fsdevel - David Howells - Apr 11 2007 - 15:10

[PATCH 8/9] Blackfin SPI driver: Fix SPI driver to work with SPI flash ST25P16 on bf548

... in which seveal SPI transfers are pumped. This patch move move SPI setting to the begining of ... ->rx); enable_dma(spi_dma_ch); - cr |= - CFG_SPI_DMAREAD | (width << 8) | (CFG_SPI_ENABLE << - 14); - /* set transfer mode, and ...

linux-kernel - Bryan Wu - Oct 11 2007 - 06:10

[PATCH 8/9] USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_init.c

... [*ModeIdIndex].Ext_ModeID == + 0xFF) return 0; } @@ -295,8 +285,7 @@ SiS_SearchModeID(struct SiS_Private *SiS_Pr ... & ModeTypeMask; SiS_Pr->SiS_SetFlag = LowModeTests; @@ -918,8 +927,7 @@ SiSUSBSetMode(struct SiS_Private *SiS_Pr ...

linux-usb-devel - Felipe Balbi - Aug 10 2007 - 09:34

[PATCH 8/9] irq-remove: driver trivial

... __iomem *ControllerBaseAddress = Controller->BaseAddress; @@ -5295,8 +5294,7 @@ static irqreturn_t DAC960_GEM_InterruptHandler( ... __iomem *ControllerBaseAddress = Controller->BaseAddress; @@ -5417,8 +5413,7 @@ static irqreturn_t DAC960_LA_InterruptHandler ...

linux-kernel - Jeff Garzik - Oct 19 2007 - 03:58

[PATCH 8/16] add native functions for descriptors handling

... caller sites have to be patched. We also patch call sites that now ... volatile("ltr %w0"::"r" (GDT_ENTRY_TSS*8)); +} -static inline unsigned long __store_tr( ... + load_LDT_nolock(&next->context); } } #endif @@ -67,8 +76,10 @@ static inline void ...

linux-kernel - Glauber de Oliveira Costa - Oct 31 2007 - 15:14

Re: [PATCH 8/8] [PATCH v2] [CCID3]: Interface CCID3 code with newer Loss Intervals Database

... , just trying to use your | patches as is, but adding this patch ... up to the patch "[PATCH 8/8] [PATCH v2] [CCID3]: Interface ... variant. In the most recent patch set, the slab is introduced ... [NINTERVAL] = { 10, 10, 10, 10, 8, 6, 4, 2 }; // ... And this ...

linux-netdev - Gerrit Renker - Dec 12 2007 - 12:56

Re: [PATCH 8/8] [PATCH v2] [CCID3]: Interface CCID3 code with newer Loss Intervals Database

... just trying to use your > | patches as is, but adding this ... up to the patch "[PATCH 8/8] [PATCH v2] [CCID3]: Interface ... variant. > In the most recent patch set, the slab is introduced ... NINTERVAL] = { 10, 10, 10, 10, 8, 6, 4, 2 }; > // ... > > And this ...

linux-netdev - Arnaldo Carvalho de Melo - Dec 12 2007 - 13:05

[RFC PATCH 8/8] Jhash in too big for inlining, move under lib/

... case 6 : b += ((u32)k[5]<<8); - case 5 : b += k[4]; - ... case 2 : a += ((u32)k[1]<<8); - case 1 : a += k[0]; ... (k[4] +((u32)k[5]<<8) +((u32)k[6]<<16) +((u32)k ... case 6 : b += ((u32)k[5]<<8); + case 5 : b += k[4] ... 2 : a += ((u32)k[1]<<8); + case 1 : a += k[0] ...

linux-netdev - Ilpo Järvinen - Feb 20 2008 - 09:47

[RFC PATCH 8/8] Jhash in too big for inlining, move under lib/

... case 6 : b += ((u32)k[5]<<8); - case 5 : b += k[4]; - ... case 2 : a += ((u32)k[1]<<8); - case 1 : a += k[0]; ... (k[4] +((u32)k[5]<<8) +((u32)k[6]<<16) +((u32)k ... case 6 : b += ((u32)k[5]<<8); + case 5 : b += k[4] ... 2 : a += ((u32)k[1]<<8); + case 1 : a += k[0] ...

linux-kernel - Ilpo Järvinen - Feb 20 2008 - 09:47

[PATCH 8/8] Fix tests breaking when checkout path contains shell metacharacters

... .sh | 2 +- t/t7501-commit.sh | 8 ++-- t/t7504-commit-msg-hook.sh ... )"; +our \$projectroot = "$safe_pwd"; our \$project_maxdepth = 8; our \$home_link_str = "projects"; our \$site_name = ...

git - Bryan Donlan - Apr 8 2008 - 21:30

[patch 8/9] [PATCH 8/9] x86: Major refactoring.

... MICROCODE_OLD_INTERFACE +config MICROCODE_INTEL + tristate "Intel microcode patch loading support" + depends on MICROCODE + ... vfree(new_mc); } @@ -230,7 +228,8 @@ MODULE_ALIAS_MISCDEV(MICROCODE_MINOR); #endif /* fake device for ...

linux-kernel - Peter Oruba - Jul 25 2008 - 12:17

[PATCH 8/8] qi-add-sc36410-mci.patch

... s3c_hsmmc_writew((s3c_hsmmc_readw(HM_NORINTSTSEN) & 0xFEFF) | (temp << 8), HM_NORINTSTSEN); +} + +void hsmmc_reset (void) +{ + s3c_hsmmc_writeb ... puts("Command = "); + printdec((s3c_hsmmc_readw(HM_CMDREG) >> 8)); + puts(", Error Stat = 0x"); + print32 ...

openmoko-kernel - Andy Green - Oct 21 2008 - 06:29

[PATCH 8/8] qi-add-sc36410-mci.patch

... s3c_hsmmc_writew((s3c_hsmmc_readw(HM_NORINTSTSEN) & 0xFEFF) | (temp << 8), HM_NORINTSTSEN); +} + +void hsmmc_reset (void) +{ + s3c_hsmmc_writeb ... puts("Command = "); + printdec((s3c_hsmmc_readw(HM_CMDREG) >> 8)); + puts(", Error Stat = 0x"); + print32 ...

openmoko-kernel - Andy Green - Oct 21 2008 - 06:42

[RFC][PATCH 8/9]ext4: Add the EXT4_IOC_MOVE_VICTIM ioctl

... start logical block number */ @@ -341,6 +354,8 @@ struct ext4_ext_defrag_data { ext4_lblk_t start_offset; /* start offset ... struct ext4_extent_data ext; }; struct ext4_extents_info { @@ -1190,8 +1205,11 @@ extern void ext4_inode_table_set(struct ...

linux-fsdevel - Akira Fujita - Oct 24 2008 - 06:10

[RFC][PATCH 8/9]ext4: Add the EXT4_IOC_MOVE_VICTIM ioctl

... start logical block number */ @@ -341,6 +354,8 @@ struct ext4_ext_defrag_data { ext4_lblk_t start_offset; /* start offset ... struct ext4_extent_data ext; }; struct ext4_extents_info { @@ -1190,8 +1205,11 @@ extern void ext4_inode_table_set(struct ...

linux-ext4 - Akira Fujita - Oct 24 2008 - 06:10

speck-geostationary