All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-12-26 03:11:04 to 2007-12-26 12:37:34 UTC [more...]

Question on virtual HPET's behavior
 2007-12-26 12:37 UTC 

Xen bug or VMware bug?
 2007-12-26 12:37 UTC  (2+ messages)

[Bug 9636] New: cpufreq reports too low max freq on Intel P4
 2007-12-26 12:35 UTC  (2+ messages)
` [Bug 9636] "

[Qemu-devel] Qemu doesn't warns user about incorrect MAC Address
 2007-12-26 12:32 UTC 

2.6.24-rc6-mm1
 2007-12-26 12:29 UTC  (8+ messages)
` 2.6.24-rc6-mm1 - git-lblnet.patch and networking horkage
` 2.6.24-rc6-mm1: some section mismatches on sparc64

README: How to run kvm guests on IA64
 2007-12-26 12:15 UTC  (7+ messages)

read-ahead in NFS server
 2007-12-26 11:51 UTC 

[Bluez-devel] check for inquiry
 2007-12-26 11:43 UTC  (2+ messages)

Time for cell code reshuffle?
 2007-12-26 11:42 UTC  (2+ messages)

question about SATA vs (SATA via USB)
 2007-12-26  8:40 UTC  (2+ messages)

2.6.24-rc6 and earlier: "host bus error" after STR
 2007-12-26  8:10 UTC  (3+ messages)

[0/4] DST: Distributed storage: Groundhogs strike back: no New Year for humans
 2007-12-26 11:22 UTC  (5+ messages)
  ` [1/4] DST: Distributed storage documentation
    ` [2/4] DST: Core distributed storage files
      ` [3/4] DST: Network state machine
        ` [4/4] DST: Algorithms used in distributed storage

NFS EINVAL on open(... | O_TRUNC) on 2.6.23.9
 2007-12-26 11:14 UTC  (6+ messages)

[PATCH 00/55] KVM patch queue review for 2.6.25 merge window (part II)
 2007-12-26 11:06 UTC  (106+ messages)
` [PATCH 01/55] KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1)
` [PATCH 02/55] KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()
` [PATCH 03/55] KVM: Add a might_sleep() annotation to gfn_to_page()
` [PATCH 04/55] KVM: Export PIC reset for kernel device reset
` [PATCH 05/55] KVM: Split IOAPIC reset function and export for kernel RESET
` [PATCH 06/55] KVM: Per-architecture hypercall definitions
` [PATCH 07/55] KVM: Unmap kernel-allocated memory on slot destruction
` [PATCH 08/55] KVM: Export memory slot allocation mechanism
` [PATCH 09/55] KVM: Add kernel-internal memory slots
` [PATCH 10/55] KVM: Add ioctl to tss address from userspace,
` [PATCH 11/55] KVM: VMX: Let gcc to choose which registers to save (x86_64)
` [PATCH 12/55] KVM: VMX: Let gcc to choose which registers to save (i386)
` [PATCH 13/55] KVM: SVM: Let gcc to choose which registers to save (x86_64)
` [PATCH 14/55] KVM: SVM: Let gcc to choose which registers to save (i386)
` [PATCH 15/55] KVM: x86 emulator: don't depend on cr2 for mov abs emulation
` [PATCH 16/55] KVM: Move page fault processing to common code
` [PATCH 17/55] KVM: MMU: Topup the mmu memory preallocation caches before emulating an insn
` [PATCH 18/55] KVM: Portability: Split kvm_vm_ioctl v3
` [PATCH 19/55] KVM: Portability: Move memory segmentation to x86.c
` [PATCH 20/55] KVM: Portability: move get/set_apic_base "
` [PATCH 21/55] KVM: Portability: Move control register helper functions "
` [PATCH 22/55] KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
` [PATCH 23/55] KVM: Fix gfn_to_page() acquiring mmap_sem twice
` [PATCH 24/55] KVM: Portability: Move kvm_get/set_msr[_common] to x86.c
` [PATCH 25/55] KVM: Portability: Move x86 emulation and mmio device hook "
` [PATCH 26/55] KVM: Portability: Move pio emulation functions "
` [PATCH 27/55] KVM: x86 emulator: Extract the common code of SrcReg and DstReg
` [PATCH 28/55] KVM: x86 emulator: centralize decoding of one-byte register access insns
` [PATCH 29/55] KVM: Simplify decode_register_operand() calling convention
` [PATCH 30/55] KVM: Make mark_page_dirty() work for aliased pages too
` [PATCH 31/55] KVM: x86 emulator: Hoist modrm and abs decoding into separate functions
` [PATCH 32/55] KVM: Portability: Make exported debugfs data architecture-specific
` [PATCH 33/55] KVM: Portability: Move x86 instruction emulation code to x86.c
` [PATCH 34/55] KVM: Portability: Move x86 FPU handling "
` [PATCH 35/55] KVM: Portability: Move x86 vcpu ioctl handlers "
` [PATCH 36/55] KVM: Add make_page_dirty() to kvm_clear_guest_page()
` [PATCH 37/55] KVM: VMX: Use vmx to inject real-mode interrupts
` [PATCH 38/55] KVM: VMX: Read & store IDT_VECTORING_INFO_FIELD
` [PATCH 39/55] KVM: Fix faults during injection of real-mode interrupts
` [PATCH 40/55] KVM: VMX: Comment VMX primary/secondary exec ctl definitions
` [PATCH 41/55] KVM: VMX: wbinvd exiting
` [PATCH 42/55] KVM: x86 emulator: remove 8 bytes operands emulator for call near instruction
` [PATCH 43/55] KVM: Simplify CPU_TASKS_FROZEN cpu notifier handling
` [PATCH 44/55] KVM: add kvm_is_error_hva()
` [PATCH 45/55] KVM: introduce gfn_to_hva()
` [PATCH 46/55] KVM: Change kvm_{read,write}_guest() to use copy_{from,to}_user()
  ` [PATCH 46/55] KVM: Change kvm_{read, write}_guest() to use copy_{from, to}_user()
` [PATCH 47/55] KVM: Portability: Move some includes to x86.c
` [PATCH 48/55] KVM: Portability: Move kvm_x86_ops "
` [PATCH 49/55] KVM: Portability: Add vcpu and hardware management arch hooks
` [PATCH 50/55] KVM: Portability: Combine kvm_init and kvm_init_x86
` [PATCH 51/55] KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch()
` [PATCH 52/55] KVM: x86 emulator: modify 'lods', and 'stos' not to depend on CR2
` [PATCH 53/55] KVM: Portability: move KVM_CHECK_EXTENSION
` [PATCH 54/55] KVM: VMX: Consolidate register usage in vmx_vcpu_run()
` [PATCH 55/55] KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent

[Buildroot] x11r7 modules not installing
 2007-12-26 11:20 UTC  (2+ messages)

Failed to build grub2
 2007-12-26 11:13 UTC  (7+ messages)

[Adeos-main] at91sam9260
 2007-12-26 11:10 UTC 

[PATCH] [IPROUTE2] Compatibility with iptables 1.4.0
 2007-12-26 10:59 UTC  (4+ messages)

[Adeos-main] at91sam9260
 2007-12-26 10:59 UTC  (2+ messages)

socket programme gives "operation not permitted"
 2007-12-26 10:55 UTC 

Circular locking dependency
 2007-12-26 10:39 UTC  (2+ messages)

[x86] is checkpatch.pl broken
 2007-12-26 10:38 UTC  (3+ messages)

(no subject)
 2007-12-26  9:34 UTC 

dma_addr_t: which comment is correct?
 2007-12-26 10:01 UTC  (5+ messages)

conntrack doesn't always work when a bridge is used
 2007-12-26  9:54 UTC  (10+ messages)

[PATCH] tpm_bios.c
 2007-12-26  9:44 UTC 

Fwd: -rt and PowerPC
 2007-12-26  4:23 UTC  (2+ messages)

Fwd: grub2: FTBFS on powerpc (__floatundisf in ls is not defined)
 2007-12-26  9:21 UTC  (5+ messages)

VGA Drivers
 2007-12-26  9:13 UTC 

[Bluez-users] where is /etc/bluetooth/audio.service ?
 2007-12-26  9:17 UTC  (2+ messages)

[U-Boot-Users] Linux kernel hang (infinite loop)
 2007-12-26  9:05 UTC  (2+ messages)

[PATCH] kvm/qemu: Fix ia64 build broken
 2007-12-26  9:03 UTC  (3+ messages)

(usagi-core 34062) fix for eui64 match
 2007-12-26  8:28 UTC 

[PATCH 0/7] sg_ring: a ring of scatterlist arrays
 2007-12-26  8:36 UTC  (5+ messages)
` [PATCH 5/7] sg_ring: Convert core scsi code to sg_ring
  ` [PATCH 6/7] sg_ring: libata simplification
    ` [PATCH 7/7] sg_ring: convert core ATA code to sg_ring

[PATCH][DOC] Console is utf-8 by default
 2007-12-26  8:32 UTC  (3+ messages)

moving ata initialisation to a command
 2007-12-26  8:00 UTC  (6+ messages)
      ` embedding data in ELF (Re: moving ata initialisation to a command)
  ` avoid firmware in grub-mkrescue "

[PATCH] cpio and tar filesystem
 2007-12-26  7:51 UTC  (6+ messages)

[Qemu-devel] [RESEND] [PATCH] ide: fix GET_CONFIGURATION DVD-ROM support
 2007-12-26  7:36 UTC 

x86: Increase PCIBIOS_MIN_IO to 0x1500 to fix nForce 4 suspend-to-RAM
 2007-12-26  7:23 UTC  (9+ messages)

[PATCH] external module: remove define for MAX_IO_APICS
 2007-12-26  7:18 UTC 

[Bridge] bypass bridge for backup
 2007-12-26  7:14 UTC  (2+ messages)

HSM violation errors
 2007-12-26  6:57 UTC 

admulator: a simulator of adm5120
 2007-12-26  6:38 UTC 

[Bluez-users] bluez 3.23 "cannot open libasound_module_pcm_bluetooth.so" issue on A2DP
 2007-12-26  5:41 UTC  (4+ messages)

[U-Boot-Users] Any difference in exception handling between ARM1136 and ARM1176
 2007-12-26  5:34 UTC 

HTB behaviour renders cburst feature useless
 2007-12-26  5:33 UTC 

[PATCH] git-send-email: Add --suppress-all-from option
 2007-12-26  5:32 UTC  (7+ messages)
` [PATCH] git-send-email: Generalize auto-cc recipient mechanism

[patch] ipv4: Update ip command line processing (take II)
 2007-12-26  5:04 UTC  (3+ messages)

testing crazy stuff with iproute2
 2007-12-26  4:57 UTC 

[PATCH][XFRM] Documentaion: Fix error example at XFRMOUTSTATEMODEERROR. (Re: [XFRM]: Fix outbound statistics.)
 2007-12-26  4:57 UTC  (2+ messages)
` [PATCH][XFRM] Documentaion: Fix error example at XFRMOUTSTATEMODEERROR

[patch, rfc] mm.h, security.h, key.h and preventing namespace poisoning
 2007-12-26  4:15 UTC  (6+ messages)

x86: Increase PCIBIOS_MIN_IO to 0x1500 to fix nForce 4 suspend-to-RAM
 2007-12-26  4:11 UTC  (5+ messages)
    ` Suspend code ordering (again) (was: Re: x86: Increase PCIBIOS_MIN_IO to 0x1500 to fix nForce 4 suspend-to-RAM)

Special firewall for wannabee dmz machine
 2007-12-26  4:14 UTC  (3+ messages)

[PATCH] xip: fix get_zeroed_page with __GFP_HIGHMEM
 2007-12-26  3:47 UTC  (2+ messages)

Can't disconnect a USB sound device and connect another
 2007-12-26  3:42 UTC  (2+ messages)

[VTD][PATCH] Fix addr_to_dma_page() and rmrr mapping issues
 2007-12-26  3:37 UTC  (2+ messages)
` [VTD][PATCH] Fix addr_to_dma_page() and rmrr mappingissues

[PATCH 0/3] PM: Do not destroy/create devices while suspended
 2007-12-26  3:33 UTC  (3+ messages)

setuid funciton
 2007-12-26  3:28 UTC  (2+ messages)

Active FTP hangs with SNAT
 2007-12-26  3:18 UTC 

[BUG][PATCH -mm] bluetooth : rfcomm add get/put device in del_conn
 2007-12-26  3:13 UTC  (3+ messages)

[PATCH] netconsole: register cmdline netconsole configs to configfs
 2007-12-26  3:10 UTC 


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.