messages from 2007-09-17 05:53:40 to 2007-09-17 08:35:29 UTC [more...]
2.6.22.6 sata_sil device errors & timeouts
2007-09-17 8:35 UTC
[PATCH 000/104] KVM patch queue for the 2.6.24 merge window
2007-09-17 8:32 UTC (105+ messages)
` [PATCH 001/104] KVM: Fix *nopage() in kvm_main.c
` [PATCH 002/104] KVM: SMP: Add vcpu_id field in struct vcpu
` [PATCH 003/104] KVM: Future-proof the exit information union ABI
` [PATCH 004/104] KVM: In-kernel string pio write support
` [PATCH 005/104] KVM: Trivial: /dev/kvm interface is no longer experimental
` [PATCH 006/104] KVM: Trivial: Remove unused struct cpu_user_regs declaration
` [PATCH 007/104] KVM: Trivial: Make decode_register() static
` [PATCH 009/104] KVM: Trivial: Avoid hardware_disable predeclaration
` [PATCH 008/104] KVM: Trivial: Comment spelling may escape grep
` [PATCH 010/104] KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h
` [PATCH 011/104] KVM: Use standard CR3 flags, tighten checking
` [PATCH 012/104] KVM: Use standard CR4 "
` [PATCH 013/104] KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header
` [PATCH 014/104] KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized
` [PATCH 015/104] KVM: Use standard CR8 flags, and fix TPR definition
` [PATCH 016/104] KVM: x86 emulator: fix cmov for writeback changes
` [PATCH 017/104] KVM: x86 emulator: fix faulty check for two-byte opcode
` [PATCH 018/104] KVM: Return if the pdptrs are invalid when the guest turns on PAE
` [PATCH 019/104] KVM: Hoist kvm_mmu_reload() out of the critical section
` [PATCH 020/104] KVM: Move gfn_to_page out of kmap/unmap pairs
` [PATCH 021/104] KVM: VMX: Import some constants of vmcs from IA32 SDM
` [PATCH 022/104] KVM: Remove dead code in the cmpxchg instruction emulation
` [PATCH 023/104] KVM: load_pdptrs() cleanups
` [PATCH 024/104] KVM: Remove arch specific components from the general code
` [PATCH 025/104] KVM: Dynamically allocate vcpus
` [PATCH 026/104] KVM: VMX: Improve the method of writing vmcs control
` [PATCH 027/104] KVM: add hypercall nr to kvm_run
` [PATCH 028/104] KVM: Use the scheduler preemption notifiers to make kvm preemptible
` [PATCH 029/104] KVM: Convert vm lock to a mutex
` [PATCH 030/104] KVM: fx_init() needs preemption disabled while it plays with the FPU state
` [PATCH 031/104] KVM: VMX: pass vcpu_vmx internally
` [PATCH 032/104] KVM: Remove three magic numbers
` [PATCH 033/104] KVM: SVM: de-containization
` [PATCH 034/104] KVM: SVM: internal function name cleanup
` [PATCH 035/104] KVM: Change the emulator_{read, write, cmpxchg}_* functions to take a vcpu
` [PATCH 036/104] KVM: Remove kvm_{read,write}_guest()
` [PATCH 037/104] KVM: Use kmem cache for allocating vcpus
` [PATCH 038/104] KVM: Use alignment properties of vcpu to simplify FPU ops
` [PATCH 039/104] KVM: kvm_vm_ioctl_get_dirty_log restore "nothing dirty" optimization
` [PATCH 040/104] KVM: VMX: Add cpu consistency check
` [PATCH 041/104] KVM: Don't assign vcpu->cr3 if it's invalid: check first, set last
` [PATCH 042/104] KVM: Cleanup mark_page_dirty
` [PATCH 043/104] KVM: SVM: Make set_msr_interception more reliable
` [PATCH 044/104] KVM: Remove redundant alloc_vmcs_cpu declaration
` [PATCH 045/104] KVM: Fix defined but not used warning in drivers/kvm/vmx.c
` [PATCH 046/104] KVM: Remove stat_set from debugfs
` [PATCH 047/104] KVM: Remove unneeded kvm_dev_open and kvm_dev_release functions
` [PATCH 048/104] KVM: Add and use pr_unimpl for standard formatting of unimplemented features
` [PATCH 049/104] KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects
` [PATCH 050/104] KVM: VMX: Remove a duplicated ia32e mode vm entry control
` [PATCH 051/104] KVM: Remove useless assignment
` [PATCH 052/104] KVM: Cleanup string I/O instruction emulation
` [PATCH 053/104] KVM: Clean up kvm_setup_pio()
` [PATCH 055/104] KVM: Communicate cr8 changes to userspace
` [PATCH 056/104] KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}'
` [PATCH 057/104] KVM: x86 emulator: implement 'jmp rel' instruction (opcode 0xe9)
` [PATCH 058/104] KVM: x86 emulator: Implement 'jmp rel short' instruction (opcode 0xeb)
` [PATCH 059/104] KVM: x86 emulator: implement 'push reg' (opcodes 0x50-0x57)
` [PATCH 060/104] KVM: VMX: allow rmode_tss_base() to work with >2G of guest memory
` [PATCH 061/104] KVM: Support more memory slots
` [PATCH 062/104] KVM: X86 emulator: fix 'push reg' writeback
` [PATCH 063/104] KVM: VMX: Split segments reload in vmx_load_host_state()
` [PATCH 064/104] KVM: Add support for in-kernel PIC emulation
` [PATCH 065/104] KVM: Define and use cr8 access functions
` [PATCH 066/104] KVM: Emulate local APIC in kernel
` [PATCH 067/104] KVM: In-kernel I/O APIC model
` [PATCH 068/104] KVM: Emulate hlt in the kernel
` [PATCH 069/104] KVM: Protect in-kernel pio using kvm->lock
` [PATCH 070/104] KVM: Add get/set irqchip ioctls for in-kernel PIC live migration support
` [PATCH 071/104] KVM: Bypass irq_pending get/set when using in kernel irqchip
` [PATCH 072/104] KVM: in-kernel IOAPIC save and restore support
` [PATCH 073/104] KVM: in-kernel LAPIC "
` [PATCH 074/104] KVM: pending irq save/restore
` [PATCH 075/104] KVM: VMX: Use shadow TPR/cr8 for 64-bits guests
` [PATCH 076/104] KVM: Keep track of missed timer irq injections
` [PATCH 077/104] KVM: Migrate lapic hrtimer when vcpu moves to another cpu
` [PATCH 078/104] KVM: disable tpr/cr8 sync when in-kernel APIC is used
` [PATCH 079/104] KVM: deliver PIC interrupt only to vcpu0
` [PATCH 080/104] KVM: round robin for APIC lowest priority delivery mode
` [PATCH 081/104] KVM: enable in-kernel APIC INIT/SIPI handling
` [PATCH 082/104] KVM: Set the ET flag in CR0 after initializing FX
` [PATCH 083/104] KVM: Remove the unused invlpg member of struct kvm_arch_ops
` [PATCH 084/104] KVM: Clean up unloved invlpg emulation
` [PATCH 085/104] KVM: Keep control regs in sync
` [PATCH 086/104] KVM: Hoist SVM's get_cs_db_l_bits into core code
` [PATCH 088/104] KVM: Rename kvm_arch_ops to kvm_x86_ops
` [PATCH 091/104] KVM: Move main vcpu loop into subarch independent code
` [PATCH 092/104] KVM: VMX: Fix exit qualification width on i386
` [PATCH 093/104] KVM: x86 emulator: push imm8
` [PATCH 095/104] KVM: x86 emulator: pushf
` [PATCH 096/104] KVM: Improve emulation failure reporting
` [PATCH 097/104] KVM: x86 emulator: sort opcodes into ascending order
` [PATCH 100/104] KVM: x86 emulator: lea
` [PATCH 102/104] KVM: x86 emulator: fix src, dst value initialization
` [PATCH 103/104] KVM: x86 emulator: popf
Tadalafil is a potent and selective inhibitor of cGMP
2007-09-17 8:29 UTC
SYSFS: need a noncaching read
2007-09-17 5:22 UTC (5+ messages)
[Qemu-devel] qemu Changelog Makefile Makefile.target TODO ae
2007-09-17 8:27 UTC (3+ messages)
[PATCH 1/1] pata_it821x: fix lost interrupt with atapi devices
2007-09-17 5:00 UTC (4+ messages)
Fw: Spurious completions during NCQ
2007-09-16 12:47 UTC (3+ messages)
[RFC -mm 0/2] i386/x86_64 boot: 32-bit boot protocol
2007-09-17 8:26 UTC
[VTD-NEO][patch 0/6] Intel VT-d/Neocleus 1:1 mregedcode for PCI passthrough
2007-09-17 8:25 UTC (2+ messages)
[RFC -mm 2/2] i386/x86_64 boot: document for 32 bit boot protocol
2007-09-17 8:26 UTC
[RFC -mm 1/2] i386/x86_64 boot: setup data
2007-09-17 8:26 UTC
[Qemu-devel] qemu Changelog aes.c arm-dis.c arm-semi.c block
2007-09-17 8:24 UTC (2+ messages)
Wasting our Freedom
2007-09-17 8:22 UTC (3+ messages)
[Qemu-devel] qemu hw/ppc405_uc.c hw/ppc_chrp.c hw/ppc_prep.c
2007-09-17 8:21 UTC
[StGit PATCH 00/13] Eliminate 'top' and 'bottom' files
2007-09-17 8:17 UTC (8+ messages)
` [StGit PATCH 13/13] Remove the 'top' field
printk format "%4.4s"
2007-09-17 8:16 UTC (2+ messages)
[PATCH] Wake up mandatory locks waiter on chmod (v2)
2007-09-17 8:13 UTC
Wélcome Bónus up to 400 Euro
2007-09-17 8:15 UTC
Our best decision is suitable for every age!
2007-09-17 8:15 UTC
[PATCH] opti931: additional check for OPL3 device
2007-09-17 8:14 UTC (4+ messages)
[Qemu-devel] [PATCH] SVM support
2007-09-17 8:08 UTC (6+ messages)
[Cluster-devel] cluster/cman/daemon ais.c barrier.c cmanccs.c
2007-09-17 8:03 UTC
theoretical automated attack against mlmmj
2007-09-17 8:03 UTC (2+ messages)
[Buildroot] svn commit: trunk/buildroot/target/device
2007-09-17 8:03 UTC (2+ messages)
+ fix-gregkh-driver-kobject-remove-the-static-array-for-the-name.patch added to -mm tree
2007-09-17 7:55 UTC
[PATCH 5/5][NFS] Cleanup explicit check for mandatory locks
2007-09-17 7:57 UTC
[PATCH 4/5][AFS] Cleanup explicit check for mandatory locks
2007-09-17 7:56 UTC
libnfconntrack and ipv6 addresses
2007-09-17 7:58 UTC
[PATCH 3/5][9PFS] Cleanup explicit check for mandatory locks
2007-09-17 7:53 UTC
+ git-alsa-sc6000-build-fix.patch added to -mm tree
2007-09-17 7:49 UTC
[PATCH 2/5][GFS2] Cleanup explicit check for mandatory locks
2007-09-17 7:52 UTC
RFC: German translation vocabulary
2007-09-17 7:54 UTC (4+ messages)
PRCM settings
2007-09-17 7:53 UTC (3+ messages)
[PATCH 1/5] Cleanup macros for distinguishing mandatory locks
2007-09-17 7:50 UTC
[RFC][PATCH] trivial typo correction in net/ipv4/xfrm4_policy.c
2007-09-17 7:50 UTC
Wasting our Freedom
2007-09-17 7:47 UTC (11+ messages)
[PATCH] Use the correct flags type where local_irq_save
2007-09-17 7:41 UTC
Longhaul support for Via C3 (samuel 2) CPU and Via prosavage PM133 northbridge
2007-09-17 7:39 UTC (3+ messages)
+ i386-compaq-evo-n800c-needs-pci-bus-renumbering-fix.patch added to -mm tree
2007-09-17 7:25 UTC
x86_64: vsyscall vs vdso
2007-09-17 7:30 UTC (3+ messages)
[PATCH] KVM: fix PIC interrupt delivery on different APIC conditions
2007-09-17 7:22 UTC (2+ messages)
Developers team response
2007-09-17 7:22 UTC
[PATCH][RESEND] maps: PSS(proportional set size) accounting in smaps
2007-09-17 7:21 UTC (5+ messages)
` Userspace tools (was Re: [PATCH][RESEND] maps: PSS(proportional set size) accounting in smaps)
+ optimize-x86-page-faults-like-all-other-achitectures-and-kill-notifier-cruft-fix.patch added to -mm tree
2007-09-17 7:10 UTC
Xenstored: eliminate double free and fixes for memory leak
2007-09-17 7:07 UTC (4+ messages)
《H R管 理 者中的心里咨 询技术应用》linux-inp
2007-09-17 7:04 UTC
- wake-up-mandatory-locks-waiter-on-chmod.patch removed from -mm tree
2007-09-17 6:53 UTC
- wake-up-mandatory-locks-waiter-on-chmod-fix.patch removed from -mm tree
2007-09-17 6:53 UTC
- drivers-scsi-advansysc-ld-error-re-2623-rc3-mm1.patch removed from -mm tree
2007-09-17 6:52 UTC
[U-Boot-Users] Configuring Spansion flash
2007-09-17 6:52 UTC (6+ messages)
[U-Boot-Users] [MPC82xx] Fixes for MPC8272
2007-09-17 6:50 UTC (4+ messages)
` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
` [U-Boot-Users] [NAND] Please pull git://www.denx.de/git/u-boot-nand-flash.git
[PATCH] pci: fix unterminated pci_device_id lists
2007-09-17 6:48 UTC (11+ messages)
` [PATCH] modpost: detect unterminated device id lists
[LARTC] using tc to drop packets based on the diffserc or tos value
2007-09-17 6:48 UTC (2+ messages)
` [LARTC] using tc to drop packets based on the diffserc or tos
3 YTL ye Program-egitim cd si gordunuzmu?
2007-09-17 6:40 UTC
[PATCH/RFC 0/14] Page Reclaim Scalability
2007-09-17 6:44 UTC (2+ messages)
[Bugme-new] [Bug 9031] New: TPC window is to cautious on send
2007-09-17 6:43 UTC
[PATCH] Wake up mandatory locks waiter on chmod
2007-09-17 6:37 UTC (3+ messages)
[PATCH 00/10] x86: Reduce Memory Usage and Inter-Node message traffic (v3)
2007-09-17 6:39 UTC (8+ messages)
` [PATCH 09/10] ppc64: Convert cpu_sibling_map to a per_cpu data array (v3)
` [PATCH 09/10] ppc64: Convert cpu_sibling_map to a per_cpu data
+ drivers-scsi-advansysc-linkage-fix.patch added to -mm tree
2007-09-17 6:36 UTC
Great performance
2007-09-17 6:32 UTC
RFC: Staging layout and pkgconfig sysroot support
2007-09-17 6:27 UTC (2+ messages)
PARTIAL TAKE 968563 - Kill unused IOMAP_EOF flag
2007-09-17 6:31 UTC
Complete the survey for a gift
2007-09-17 6:25 UTC
[PATCH 2/2] Fix user namespace exiting OOPs
2007-09-17 6:21 UTC (4+ messages)
[PATCH] i2c: devtree-aware iic support for PPC4xx
2007-09-17 6:22 UTC (4+ messages)
path priorities on Sun's 6140
2007-09-17 6:21 UTC (2+ messages)
[RFC][PATCH 0/3] Kernel memory accounting container (v2)
2007-09-17 6:12 UTC (5+ messages)
metastore (was: Track /etc directory using Git)
2007-09-17 6:06 UTC (15+ messages)
` metastore
[PATCH 1/7] Store the base address in dcr_host_t
2007-09-17 6:05 UTC (7+ messages)
` [PATCH 3/7] Use dcr_host_t.base in ibm_emac_mal
` [PATCH 2/7] Update mpic to use dcr_host_t.base
` [PATCH 4/7] Update axon_msi "
` [PATCH 5/7] Add dcr_host_t.base in dcr_read()/dcr_write()
` [PATCH 6/7] Add dcr_map_reg() helper
` [PATCH 7/7] Remove msic_dcr_read() and use dcr_map_reg() in axon_msi.c
[PATCH] Make sure to of_node_get() the result of pci_device_to_OF_node()
2007-09-17 6:03 UTC
Camille
2007-09-17 6:02 UTC
Re. Should take a look
2007-09-17 6:00 UTC
dsnoop do not works on snd-hda-intel
2007-09-17 5:53 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.