login
Header Space

 
 

Mailing list archives

Search results

Found 1268 matching messages (0.032 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/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/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/15] ide: disable DMA in ->ide_dma_check for "no IORDY" case

[PATCH] ide: disable DMA in ->ide_dma_check for "no IORDY" case If DMA ... +++----- drivers/ide/pci/pdc202xx_new.c | 8 +++----- drivers/ide/pci/pdc202xx_old.c | ... drivers/ide/pci/tc86c001.c | 8 +++----- 14 files changed, 38 insertions(+), 63 ...

linux-kernel - Bartlomiej Zolnierkiewicz - Jan 18 2007 - 20:31

Re: [PATCH 8/28] Modules: only add drivers/ direcory if needed

... bit further and prepared a patch removing all redundant kobject_unregister argument ... .c | 9 +++------ kernel/module.c | 8 ++------ 3 files changed, 6 insertions ... /module.c @@ -1174,11 +1174,8 @@ static void mod_kobject_remove(struct module ...

linux-kernel - Mariusz Kozlowski - Feb 14 2007 - 16:03

[PATCH 8/10] Vmi kmap_atomic_pte fix.patch

... for delays and unimplemented calls */ @@ -345,8 +346,11 @@ static void vmi_check_page_type( ... the time MMU updates @@ -360,8 +364,11 @@ static void vmi_map_pt_hook( ... *)__PAGE_OFFSET, max_low_pfn, 0); } /* @@ -793,8 +800,8 @@ static inline int __init ...

linux-kernel - Zachary Amsden - Apr 9 2007 - 20:06

[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/40] x86: add hooks to intercept mm creation and destruction

... /asm-arm26/mmu_context.h @@ -13,6 +13,8 @@ #ifndef __ASM_ARM_MMU_CONTEXT_H #define __ASM_ARM_MMU_CONTEXT_H +#include 8 @@ #ifndef __V850_MMU_CONTEXT_H__ #define __V850_MMU_CONTEXT_H__ +#include

linux-kernel - Andi Kleen - Apr 30 2007 - 06:27

Re: [PATCH 8/8] One Laptop Per Child power/battery driver

... is you being > intentionally obtuse. Naked patches are not compatible with UTF-8. Wrong. Of course ... -8 is fine. Or send your > patches in MIME at the very least ... known people who _have_ to send patches as MIME attachments to avoid having ...

linux-kernel - David Woodhouse - May 13 2007 - 01:39

speck-geostationary