All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-01-01 12:04:37 to 2008-01-01 16:20:04 UTC [more...]

[PATCH 2/2] relax scsi dma alignment
 2008-01-01 16:08 UTC  (2+ messages)

[Xenomai-help] Large (negative) latency test results and fast PC clock
 2008-01-01 16:17 UTC  (5+ messages)

[2.6 patch] remove CONFIG_EXPERIMENTAL
 2008-01-01 16:07 UTC  (8+ messages)

[PATCH] kvm/qemu: Fix ia64 build broken
 2008-01-01 16:14 UTC  (8+ messages)

IDE/ACPI related hibernation regression: Second attempt fails
 2008-01-01 16:11 UTC 

IDE/ACPI related hibernation regression: Second attempt fails
 2008-01-01 16:11 UTC 

SATA buffered read VERY slow (not raid, Promise TX300 card); 2.6.23.1(vanilla)
 2008-01-01 16:06 UTC  (4+ messages)
  ` SATA kernel-buffered "

[PATCH] x86_64: fix problems due to use of "outb" to port 80 on some AMD64x2 laptops, etc
 2008-01-01 15:59 UTC  (21+ messages)
            ` [PATCH] x86: "
                ` [PATCH] x86: provide a DMI based port 0x80 I/O delay override

[PATCH 2/2] relax scsi dma alignment
 2008-01-01 16:00 UTC  (2+ messages)

semi-regular plea for stable device mapping
 2008-01-01 15:54 UTC 

asm-x86/msr.h for sanitized headers: clean it or punt it
 2008-01-01 15:47 UTC  (5+ messages)

[PATCH] x86: kprobes change kprobe_handler flow
 2008-01-01 15:35 UTC  (3+ messages)

2.6.24-rc6-mm1
 2008-01-01 15:32 UTC  (14+ messages)
` 2.6.24-rc6-mm1 (build problem: gpio_keys)
    ` [PATCH -mm] gpio: fix x86 build problem: gpio_keys

[PATCH 00/54] KVM patch queue review for 2.6.25 merge window (part IV)
 2008-01-01 15:36 UTC  (110+ messages)
` [PATCH 01/54] KVM: MMU: Remove gva_to_hpa()
` [PATCH 02/54] KVM: Remove gpa_to_hpa()
` [PATCH 03/54] KVM: MMU: Rename variables of type 'struct kvm_mmu_page *'
` [PATCH 04/54] KVM: MMU: Rename 'release_page'
` [PATCH 05/54] KVM: Disallow fork() and similar games when using a VM
` [PATCH 06/54] KVM: Enhance guest cpuid management
` [PATCH 07/54] KVM: VMX: Remove the secondary execute control dependency on irqchip
` [PATCH 08/54] KVM: Portability: Move unalias_gfn to arch dependent file
` [PATCH 09/54] KVM: x86 emulator: Make a distinction between repeat prefixes F3 and F2
` [PATCH 10/54] KVM: x86 emulator: address size and operand size overrides are sticky
` [PATCH 11/54] KVM: Remove misleading check for mmio during event injection
` [PATCH 12/54] KVM: MMU: mark pages that were inserted to the shadow pages table as accessed
` [PATCH 13/54] KVM: x86 emulator: Rename 'cr2' to 'memop'
` [PATCH 14/54] KVM: x86 emulator: cmps instruction
` [PATCH 15/54] KVM: Add ifdef in irqchip struct for x86 only structures
` [PATCH 16/54] KVM: x86 emulator: Move rep processing before instruction execution
` [PATCH 17/54] KVM: x86 emulator: unify two switches
` [PATCH 18/54] KVM: x86 emulator: unify four switch statements into two
` [PATCH 19/54] KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to x86.c
` [PATCH 20/54] KVM: Correct kvm_init() error paths not freeing bad_pge
` [PATCH 21/54] KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM
` [PATCH 22/54] KVM: SVM: Remove KVM specific defines for MSR_EFER
` [PATCH 23/54] KVM: Replace kvm_lapic with kvm_vcpu in ioapic/lapic interface
` [PATCH 24/54] KVM: Replace dest_Lowest_Prio and dest_Fixed with self-defined macros
` [PATCH 25/54] KVM: Extend ioapic code to support iosapic
` [PATCH 26/54] KVM: Portability: Move address types to their own header file
` [PATCH 27/54] KVM: Portability: Move IO device definitions to its "
` [PATCH 28/54] KVM: Portability: Stop including x86-specific headers in kvm_main.c
` [PATCH 29/54] KVM: Portability: Create kvm_arch_vcpu_runnable() function
` [PATCH 30/54] KVM: Convert KVM from ->nopage() to ->fault()
` [PATCH 31/54] KVM: MMU: Remove unused prev_shadow_ent variable from fetch()
` [PATCH 32/54] KVM: Generalize exception injection mechanism
` [PATCH 33/54] KVM: Replace page fault injection by the generalized exception queue
` [PATCH 34/54] KVM: Replace #GP "
` [PATCH 35/54] KVM: Use generalized exception queue for injecting #UD
` [PATCH 36/54] KVM: x86 emulator: fix eflags preparation for emulation
` [PATCH 37/54] KVM: VMX: Avoid exit when setting cr8 if the local apic is in the kernel
` [PATCH 38/54] KVM: SVM: Emulate read/write access to cr8
` [PATCH 39/54] KVM: x86 emulator: Fix stack instructions on 64-bit mode
` [PATCH 40/54] KVM: SVM: Trap access to the cr8 register
` [PATCH 41/54] KVM: MMU: Use cmpxchg for pte updates on walk_addr()
` [PATCH 42/54] KVM: MMU: Simplify calculation of pte access
` [PATCH 43/54] KVM: MMU: Set nx bit correctly on shadow ptes
` [PATCH 44/54] KVM: MMU: Move pte access calculation into a helper function
` [PATCH 45/54] KVM: MMU: Fix inherited permissions for emulated guest pte updates
` [PATCH 46/54] KVM: MMU: No need to pick up nx bit from guest pte
` [PATCH 47/54] KVM: MMU: Pass pte dirty flag to set_pte() instead of calculating it on-site
` [PATCH 48/54] KVM: MMU: Remove walker argument to set_pte()
` [PATCH 49/54] KVM: MMU: Move set_pte() into guest paging mode independent code
` [PATCH 50/54] KVM: MMU: Adjust mmu_set_spte() debug code for gpte removal
` [PATCH 51/54] KVM: MMU: Use mmu_set_spte() for real-mode shadows
` [PATCH 52/54] KVM: SVM: Exit to userspace if write to cr8 and not using in-kernel apic
` [PATCH 53/54] KVM: MMU: Fix SMP shadow instantiation race
` [PATCH 54/54] KVM: LAPIC: minor debugging compile fix

[Qemu-devel] adding a new PCI device support in QEMU
 2008-01-01 15:51 UTC  (2+ messages)

reiser4 firefox hangs due to fsync, sysrq-t dump
 2008-01-01 15:44 UTC  (6+ messages)
    ` kernel messages. "
        ` more follow up "

[ANNOUNCE] [LTP] The Linux Test Project has been Released for DECEMBER 2007
 2008-01-01 15:40 UTC  (2+ messages)

[PATCH] powerpc: export copy_page() on 32bit
 2008-01-01 15:36 UTC 

[x86] get rid of checkpatch.pl complains on apm_32.c
 2008-01-01 15:34 UTC  (5+ messages)

qgit 2.1 questions about range selection
 2008-01-01 15:33 UTC 

[IPSEC] flow : Remove an unecessary ____cacheline_aligned
 2008-01-01 15:33 UTC 

asm-x86/byteorder.h: clean up for userspace
 2008-01-01 15:22 UTC  (2+ messages)

[PATCH] [CFT] Code clarification patch to Kprobes arch code
 2008-01-01 15:19 UTC  (2+ messages)

Major regression on hackbench with SLUB (more numbers)
 2008-01-01 15:19 UTC  (12+ messages)

[RFC: 2.6 patch] make BINFMT_FLAT a bool
 2008-01-01 14:57 UTC  (2+ messages)

[Bug 13865] New: DVI corruption with RandR 1.2
 2008-01-01 14:55 UTC  (3+ messages)
  ` [Bug 13865] "

[PATCH WIP] sha1-lookup: more memory efficient search in sorted list of SHA-1
 2008-01-01 14:51 UTC  (8+ messages)
` [PATCH WIP] sha1-lookup: make selection of 'middle' less aggressive

[PATCH] allow user-configurable menucolor
 2008-01-01 14:45 UTC  (5+ messages)

[2.6.25 patch] remove a.out interpreter for ELF executables
 2008-01-01 14:36 UTC  (2+ messages)

[2.6 patch] #if 0 dma_async_memcpy_buf_to_buf()
 2008-01-01 14:25 UTC  (2+ messages)

[2.6 patch] the scheduled shaper removal
 2008-01-01 14:24 UTC  (2+ messages)

[Patch 0/8] Remove 'TOPDIR' from Makefiles
 2008-01-01 14:28 UTC  (25+ messages)
` [uml-devel] [Patch 1/8] UML: "
      ` (Try #2) "
        ` [uml-devel] "
` [Patch 2/8] MIPS: "
    ` (Try #2) "
` [Patch 3/8] S390: "
    ` (Try #2) [Patch 3/8] S390: Tiny fixes for Makefile
` [Patch 4/8] CRIS: Remove 'TOPDIR' from Makefiles
    ` (Try #2) "
` [Patch 5/8] INFINIBAND: "
    ` (Try #2) "
` [Patch 6/8] FRV: "
    ` (Try #2) [Patch 6/8] FRV: Drop "
` [Patch 7/8] FS: Remove "
    ` (Try #2) [Patch 7/8] FS: Drop 'TOPDIR' from Makefiles and remove some dead code

git config problem with strange config files
 2008-01-01 14:25 UTC  (3+ messages)

[Buildroot] Errors while build with BR2_LARGEFILE not set
 2008-01-01 13:54 UTC 

Status of the v850 port?
 2008-01-01 13:50 UTC 

Status of the h8300 port?
 2008-01-01 13:49 UTC 

[2.6 patch] OSS msnd: fix array overflows
 2008-01-01 13:49 UTC 

[2.6 patch] remove ps2esdi
 2008-01-01 13:49 UTC 

[2.6 patch] make USB_STORAGE_ONETOUCH available with PM
 2008-01-01 13:48 UTC 

[RFC: 2.6 patch] remove IrPORT and the old dongle drivers
 2008-01-01 13:48 UTC 

[2.6 patch] remove broken MTD drivers
 2008-01-01 13:48 UTC 

[2.6 patch] mthca: the scheduled MSI support removal
 2008-01-01 13:47 UTC 

[2.6 patch] the scheduled 'time' option removal
 2008-01-01 13:46 UTC 

[2.6 patch] x86: default to PCI=y
 2008-01-01 13:46 UTC 

[2.6 patch] CIFS: #if 0 mode_to_access_flags()
 2008-01-01 13:46 UTC 

[Buildroot] [patch] to use DISABLE_IPV6 instead of fix seting
 2008-01-01 13:47 UTC 

Tosa kernel bloat
 2008-01-01 13:34 UTC  (4+ messages)
` [Angstrom-devel] "

iptables 1.4.0 and Linux 2.4
 2008-01-01 13:33 UTC  (6+ messages)

dmidecode from lenovo/ibm r61
 2008-01-01 13:10 UTC 

Linux 2.4.36 released
 2008-01-01 12:58 UTC 

[PATCH] [KBUILD] fix external module install path
 2008-01-01 12:45 UTC  (2+ messages)

[IPSEC] flow : NUMA aware hash table allocation
 2008-01-01 12:44 UTC 

Passive FTP Client fails connecting to Server behind IPTABLES Firewall
 2008-01-01 12:25 UTC  (2+ messages)

USB storage powersaving patches
 2008-01-01 12:04 UTC  (3+ messages)

[patch] Background support for gfxterm and improved scrolling performance
 2008-01-01 12:04 UTC  (3+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.