login
Header Space

 
 

Mailing list archives

Search results

Found 2244 matching messages (0.005 seconds). Page 1 of 50.

Re: [PATCH] doc/kernel-parameters: use IA-32 tag instead of i386

... selinux/checkreqprot. - clock= [BUGS=IA-32, HW] gettimeofday clocksource override. + clock ... dumps. l2cr= [PPC] - lapic [IA-32,APIC] Enable the local APIC ... unhandled interrupt sources. - no_timer_check [IA-32,X86_64,APIC] Disables the code ...

linux-kernel - Alan Cox - Apr 5 2007 - 11:49

[PATCH] doc/kernel-parameters: use IA-32 tag instead of i386 take 2

... selinux/checkreqprot. - clock= [BUGS=IA-32, HW] gettimeofday clocksource override. + clock ... dumps. l2cr= [PPC] - lapic [IA-32,APIC] Enable the local APIC ... unhandled interrupt sources. - no_timer_check [IA-32,X86_64,APIC] Disables the code ...

linux-kernel - Alan Cox - Apr 5 2007 - 12:06

2.6.23-rc3 USB segfaults + urb status -32

... boot it started flooding urb status -32 to kernel log at a rate ... multi 16: LBA48 NCQ (depth 0/32) ata1.00: Host Protected Area detected ... 1 PCI: cache line size of 32 is not supported by device 0000 ... 2 PCI: cache line size of 32 is not supported by device ...

linux-kernel - Lasse Kärkkäinen - Aug 25 2007 - 16:55

Re: [linux-usb-devel] [Bugme-new] [Bug 9199] New: usb 1-2: clear tt 2 (90b1) error -32

... 2: clear tt 2 (90b1) error -32 > Product: Drivers > Version: 2.5 > ... 2: clear tt 2 (90b1) error -32 > usb 1-2: clear tt 2 ... 2: clear tt 2 (90b1) error -32 > usb 1-2: clear tt 2 ... : clear tt 2 (90b1) error -32 > usb 1-2: clear tt 2 ...

linux-usb-devel - Andrew Morton - Oct 20 2007 - 13:13

On ZFS and 64/32 dual-booting.

... root64 mounts) and create /d/32 as a symlink to /. Now ... 20080307-1541 16K - 21K - canoe/32/usr 4.46G 144G 4 ... 0B 144G 0% /canoe canoe/32 144G 0B 144G 0% /canoe ...

freebsd-hackers - Zaphod Beeblebrox - Mar 8 2008 - 15:53

Re: [Ext2-devel] [PATCH 9/9]ext4 super block changes for >32 bit blocks numbers

... gdp_block < group_base && > > + group_base + gdp_block >= (1ULL<<32)) > > + return group_base + gdp_block; > > + > > + return gdp_block ... s)->s_r_blocks_count_hi = cpu_to_le32(((__u64)(v)) >> 32); \ -} while (0) - #define EXT4_FREE_BLOCKS_COUNT(s ...

linux-fsdevel - Avantika Mathur LTC - Aug 23 2006 - 20:28

FW: ipsecctl /32 parsing

... dig type IPV4_ADDR with a /32 suffix: Dec 21 13:09: ... address 10.1.1.1/32 in section lid-10.1 ... patched ipsecctl to strip the /32 suffix from the actual address ... rid-10.1.2.1/32]:ID-type=IPV4_ADDR force C ... accepts the IP with a /32 suffix and isakmpd is wrong ...

openbsd-tech - Mitja Muženič - Jan 4 2008 - 06:14

Re: [PATCH] tcp_cubic: use 32 bit math

... long)__a) | (((unsigned long)__d)<<32); \ } while(0) # define do_div(n, ... unsigned int shift = fls(divisor >> 32); d = divisor >> shift; dividend >>= shift ... unsigned int shift = fls(divisor >> 32); d = divisor >> shift; dividend >>= shift ...

linux-kernel - Willy Tarreau - Mar 13 2007 - 16:50

[RFC][PATCH 2/2]Other ext3 in-kernel block number type fix to support 2**32 block numbers

... /inode.c~ext3_32bit_kernel_fix 2006-03-24 21:32:32.000000000 -0800 +++ linux-2.6.16- ... /ext3_fs.h~ext3_32bit_kernel_fix 2006-03-24 21:32:32.000000000 -0800 +++ linux-2.6.16- ... resize.c~ext3_32bit_kernel_fix 2006-03-24 21:32:32.000000000 -0800 +++ linux-2.6.16 ...

linux-fsdevel - Mingming Cao - Mar 29 2006 - 21:39

[PATCH -v6 3/3] x86 boot: document for 32 bit boot protocol

... loader overwrote it (relocated, if appropriate.) + + +**** 32-bit BOOT PROTOCOL + +For machine with ... /setup.c - - -Offset Type Description ------- ---- ----------- - 0 32 bytes struct screen_info, SCREEN_INFO - ATTENTION, overlaps ...

linux-kernel - Huang, Ying - Oct 22 2007 - 03:17

x86 setup: make PM transition more paranoid; cleanup 32-bit entry

... PM transition more paranoid; cleanup 32-bit entry Make the transition ... S | 44 ++++++++++++++++++++++++++++++++------------ 1 files changed, 32 insertions(+), 12 deletions(-) diff --git ... up data segments for flat 32-bit mode + movl %ecx, %ds ...

git-commits-head - Linux Kernel Mailing List - Jan 30 2008 - 10:12

[patch 05/32] xen: Core Xen implementation

... (&dt[entry]); + u64 desc = (u64)high << 32 | low; + + xen_mc_flush(); + if (HYPERVISOR_update_descriptor(maddr. ... /features.h> + +u8 xen_features[XENFEAT_NR_SUBMAPS * 32] __read_mostly; +EXPORT_SYMBOL_GPL(xen_features); + +void xen_setup_features( ...

linux-kernel - Jeremy Fitzhardinge - Apr 29 2007 - 13:28

[PATCH -mm -v2 2/2] i386/x86_64 boot: document for 32 bit boot protocol

... (relocated, if appropriate.) + + +**** SETUP DATA TYPES + + +**** 32-bit BOOT PROTOCOL + +For machine with some ... /setup.c - - -Offset Type Description ------- ---- ----------- - 0 32 bytes struct screen_info, SCREEN_INFO - ATTENTION, ...

linux-kernel - Huang, Ying - Sep 18 2007 - 23:10

[PATCH -mm -v3 2/2] i386/x86_64 boot: document for 32 bit boot protocol

... (relocated, if appropriate.) + + +**** SETUP DATA TYPES + + +**** 32-bit BOOT PROTOCOL + +For machine with some ... /setup.c - - -Offset Type Description ------- ---- ----------- - 0 32 bytes struct screen_info, SCREEN_INFO - ATTENTION, ...

linux-kernel - Huang, Ying - Sep 19 2007 - 04:58

[ofa-general] [PATCH][RFC] IB/umad: Fix bit ordering and 32-on-64 problems on big endian systems

... on whether the kernel is 32-bit or 64-bit, and ... u64) umm[i * 2 + 1] << 32); + } else + memcpy(req.method_mask, ureq ... kernel. This ambiguity meant that + * 32-bit big-endian applications that ... and handle the conversion from + * 32-bit userspace to 64-bit ...

openfabrics-general - Roland Dreier - Oct 1 2007 - 23:49

[PATCH -mm -v4 3/3] i386/x86_64 boot: document for 32 bit boot protocol

... (relocated, if appropriate.) + + +**** SETUP DATA TYPES + + +**** 32-bit BOOT PROTOCOL + +For machine with some ... /setup.c - - -Offset Type Description ------- ---- ----------- - 0 32 bytes struct screen_info, SCREEN_INFO - ATTENTION, ...

linux-kernel - Huang, Ying - Oct 9 2007 - 02:40

[PATCH -mm -v5 3/3] i386/x86_64 boot: document for 32 bit boot protocol

... (relocated, if appropriate.) + + +**** SETUP DATA TYPES + + +**** 32-bit BOOT PROTOCOL + +For machine with some ... /setup.c - - -Offset Type Description ------- ---- ----------- - 0 32 bytes struct screen_info, SCREEN_INFO - ATTENTION, ...

linux-kernel - Huang, Ying - Oct 12 2007 - 01:52

[PATCH -v7 3/3] x86 boot: document for 32 bit boot protocol

... loader overwrote it (relocated, if appropriate.) + + +**** 32-bit BOOT PROTOCOL + +For machine with ... /setup.c - - -Offset Type Description ------- ---- ----------- - 0 32 bytes struct screen_info, SCREEN_INFO - ATTENTION, overlaps ...

linux-kernel - Huang, Ying - Oct 23 2007 - 04:06

[PATCH] x86 boot: document for 32 bit boot protocol

... loader overwrote it (relocated, if appropriate.) + + +**** 32-bit BOOT PROTOCOL + +For machine with ... /setup.c - - -Offset Type Description ------- ---- ----------- - 0 32 bytes struct screen_info, SCREEN_INFO - ATTENTION, overlaps ...

linux-kernel - Huang, Ying - Oct 23 2007 - 21:53

[PATCH -v2] x86 boot: document for 32 bit boot protocol

... loader overwrote it (relocated, if appropriate.) + + +**** 32-bit BOOT PROTOCOL + +For machine with ... /setup.c - - -Offset Type Description ------- ---- ----------- - 0 32 bytes struct screen_info, SCREEN_INFO - ATTENTION, overlaps ...

linux-kernel - Huang, Ying - Oct 23 2007 - 22:18

speck-geostationary