messages from 2010-04-27 10:15:32 to 2010-04-27 12:36:03 UTC [more...]
[Qemu-devel] [PATCH v6 00/18] PULL: virtio-serial fixes
2010-04-27 12:33 UTC
[net-next-2.6 PATCH 1/2] Add ndo_set_vf_port_profile
2010-04-27 12:35 UTC (2+ messages)
libibnetdisc: Add grouping for Voltaire's ISR4700 switch
2010-04-27 12:35 UTC
[PATCH 0/22] Nested Paging support for Nested SVM v2
2010-04-27 12:34 UTC (25+ messages)
` [PATCH 01/22] KVM: MMU: Check for root_level instead of long mode
` [PATCH 02/22] KVM: MMU: Make tdp_enabled a mmu-context parameter
` [PATCH 03/22] KVM: MMU: Make set_cr3 a function pointer in kvm_mmu
` [PATCH 04/22] KVM: X86: Introduce a tdp_set_cr3 function
` [PATCH 05/22] KVM: MMU: Introduce get_cr3 function pointer
` [PATCH 06/22] KVM: MMU: Introduce inject_page_fault "
` [PATCH 07/22] KVM: SVM: Implement MMU helper functions for Nested Nested Paging
` [PATCH 08/22] KVM: MMU: Change init_kvm_softmmu to take a context as parameter
` [PATCH 09/22] KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpu
` [PATCH 10/22] KVM: MMU: Introduce generic walk_addr function
` [PATCH 11/22] KVM: MMU: Add infrastructure for two-level page walker
` [PATCH 12/22] KVM: MMU: Implement nested gva_to_gpa functions
` [PATCH 13/22] KVM: X86: Add kvm_read_guest_page_tdp function
` [PATCH 14/22] KVM: MMU: Make walk_addr_generic capable for two-level walking
` [PATCH 15/22] KVM: MMU: Introduce kvm_read_guest_page_x86()
` [PATCH 16/22] KVM: MMU: Track page fault data in struct vcpu
` [PATCH 17/22] KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa
` [PATCH 18/22] KVM: X86: Propagate fetch faults
` [PATCH 19/22] KVM: MMU: Introduce init_kvm_nested_mmu()
` [PATCH 20/22] KVM: SVM: Initialize Nested Nested MMU context on VMRUN
` [PATCH 21/22] KVM: SVM: Report Nested Paging support to userspace
` [PATCH 22/22] KVM: SVM: Expect two more candiates for exit_int_info
[PATCH RFC: linux-next 1/2] irq: Add CPU mask affinity hint callback framework
2010-04-27 12:32 UTC (2+ messages)
[PATCH -mm 0/6] remove unnecessary sync_single_range_* in dma_map_ops
2010-04-27 12:25 UTC (7+ messages)
` [PATCH -mm 1/6] dma-mapping: fix dma_sync_single_range_*
` [PATCH -mm 2/6] ia64: remove unnecessary sync_single_range_* in swiotlb_dma_ops
` [PATCH -mm 3/6] x86: "
` [PATCH -mm 4/6] powerpc: "
` [PATCH -mm 5/6] swiotlb: remove unnecessary swiotlb_sync_single_range_*
` [PATCH -mm 6/6] dma-mapping: remove unnecessary sync_single_range_* in dma_map_ops
[PATCH 4/4] emc1403: thermal sensor support
2010-04-27 12:25 UTC (2+ messages)
` [lm-sensors] "
[Bug 27858] New: [r300g] wine game crashes
2010-04-27 12:22 UTC
Which Git projects got accepted in GSoC 2010?
2010-04-27 12:20 UTC (7+ messages)
[U-Boot] [PATCH] net: ethoc: add write_hwaddr support
2010-04-27 12:20 UTC (2+ messages)
` [U-Boot] [PATCH v2] "
[PATCH RE-RESEND] Mass storage gadget: Handle eject request
2010-04-27 12:19 UTC (2+ messages)
[PATCH 00/10] bkl: pushdowns from Arnd, and compile fixes
2010-04-27 12:19 UTC (6+ messages)
` [PATCH 10/10] bkl: Fix-up compile problems as a result of the bkl-pushdown
[PATCH] UML: UML libc linking error fix
2010-04-27 12:16 UTC
[PATCH 00/23] next round of emulator cleanups
2010-04-27 12:15 UTC (24+ messages)
` [PATCH 01/23] KVM: x86 emulator: introduce read cache
` [PATCH 02/23] KVM: x86 emulator: fix Move r/m16 to segment register decoding
` [PATCH 03/23] KVM: x86 emulator: cleanup xchg emulation
` [PATCH 04/23] KVM: x86 emulator: cleanup nop emulation
` [PATCH 05/23] KVM: x86 emulator: handle "far address" source operand
` [PATCH 06/23] KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops
` [PATCH 07/23] KVM: x86 emulator: add (set|get)_msr "
` [PATCH 08/23] KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacks
` [PATCH 09/23] KVM: x86 emulator: make set_cr() callback return error if it fails
` [PATCH 10/23] KVM: x86 emulator: make (get|set)_dr() "
` [PATCH 11/23] KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED values
` [PATCH 12/23] KVM: fill in run->mmio details in (read|write)_emulated function
` [PATCH 13/23] KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failure
` [PATCH 14/23] KVM: remove export of emulator_write_emulated()
` [PATCH 15/23] KVM: do not inject #PF in (read|write)_emulated() callbacks
` [PATCH 16/23] KVM: handle emulation failure case first
` [PATCH 17/23] KVM: x86 emulator: advance RIP outside x86 emulator code
` [PATCH 18/23] KVM: x86 emulator: set RFLAGS "
` [PATCH 19/23] KVM: x86 emulator: use shadowed register in emulate_sysexit()
` [PATCH 20/23] KVM: x86 exmulator: handle shadowed registers outside emulator
` [PATCH 21/23] KVM: x86 emulator: move interruptibility state tracking out of emulator
` [PATCH 22/23] KVM: remove unneeded initialization
` [PATCH 23/23] KVM: x86 emulator: do not inject exception directly into vcpu
[U-Boot] [PATCH] net: altera_tse: add write_hwaddr support
2010-04-27 12:15 UTC (2+ messages)
` [U-Boot] [PATCH v2] "
use bootmem in platform code on MIPS
2010-04-27 12:14 UTC
[net-next-2.6 PATCH] ixgbe: ixgbe_down needs to stop dev_watchdog
2010-04-27 12:13 UTC
[Patch] Catch filesystems lacking s_bdi
2010-04-27 12:05 UTC (29+ messages)
` [PATCH 1/2] [MTD] Move mtd_bdi_*mappable to mtdcore.c
` [PATCH 2/2] [MTD] Call bdi_init() and bdi_register()
` [PATCH] [LogFS] Return -EINVAL if filesystem image doesn't match
request_firmware API exhaust memory
2010-04-27 12:05 UTC (12+ messages)
Possible problem with commit a6305ddb080 : NFS: Fix a race with the new commit code
2010-04-27 12:00 UTC
[PATCH V2] ST SPEAr: Adding support for shared irq layer
2010-04-27 12:00 UTC
[refpolicy] [ Implement ClamSMTPd policy. 5/5] Allow postfix_master_t to bind tcp sockets to smtp_beforequeue_port_t
2010-04-27 11:58 UTC
Git and cvsimport
2010-04-27 11:58 UTC (5+ messages)
[refpolicy] [ Implement ClamSMTPd policy. 4/5] Allow exim_t for bind tcp sockets to smtp_beforequeue_port_t
2010-04-27 11:57 UTC
[PATCH] OMAP3EVM: Update pad configuration for wakeup enabled pads
2010-04-27 11:56 UTC
[refpolicy] [ Implement ClamSMTPd policy. 3/5] Implement ClamSMTPd policy
2010-04-27 11:55 UTC
[refpolicy] [ Implement ClamSMTPd policy. 2/5] Allow amavis_t to tcp connect to smtp_beforequeue_port_t
2010-04-27 11:54 UTC
Frontswap [PATCH 0/4] (was Transcendent Memory): overview
2010-04-27 11:52 UTC (14+ messages)
[refpolicy] [ Implement ClamSMTPd policy. 1/5] Implement advanced content filtering
2010-04-27 11:52 UTC
[Qemu-devel] [PATCH 0/9][PULL]: QMP/Monitor queue
2010-04-27 11:52 UTC (11+ messages)
` [Qemu-devel] [PATCH 5/9] Monitor: Return before exiting with 'quit'
` [Qemu-devel] "
NFS hard read-only mount option - again
2010-04-27 11:51 UTC (2+ messages)
Confusion about copy_to/from_guest
2010-04-27 11:52 UTC (3+ messages)
obexd OPP pull problem
2010-04-27 11:51 UTC (4+ messages)
[PATCH] Correctly deal with make that has an argument which contains an "s"
2010-04-27 11:47 UTC (2+ messages)
btrstress caused kernel oops after 8-ish days
2010-04-27 11:46 UTC (2+ messages)
[PATCH v2 0/9] rt2x00: Align with vendor driver and add support for rt3070/rt3071/rt3090/rt3390
2010-04-27 11:15 UTC (5+ messages)
` [PATCH 6/9] rt2x00: Finish rt3070 support in rt2800 register initialization
I am an emotional amoeba who loves Erika-with-a-k and Erika-with-a-k loves me
2010-04-27 11:40 UTC (10+ messages)
[net-next-2.6 PATCH 1/2] ixgbe: enable extremely low latency
2010-04-27 11:37 UTC (2+ messages)
` [net-next-2.6 PATCH 2/2] ixgbe: fix bug when EITR=0 causing no writebacks
[PATCH 0/7] Fix performance issue with ondemand governor
2010-04-27 11:39 UTC (4+ messages)
` [PATCH 7/7] ondemand: Solve the big performance issue with ondemand during disk IO
[PATCH v9] board-omap3-beagle: add DSS2 support
2010-04-27 13:27 UTC (3+ messages)
How to achieve "git tag --merged"?
2010-04-27 11:26 UTC (2+ messages)
[net-2.6 PATCH] ixgbe: cleanup ethtool autoneg input
2010-04-27 11:25 UTC
failed test on bug 2027
2010-04-27 11:25 UTC (2+ messages)
fat: excessive log spamming due to corrupted fs
2010-04-27 11:21 UTC (4+ messages)
How the packet data reached the tap device?
2010-04-27 11:10 UTC
[PATCH] qemu-kvm: fix crash on reboot with vhost-net
2010-04-27 11:17 UTC (2+ messages)
[LTP] UTIMENSAT test fails hugely
2010-04-27 11:14 UTC (2+ messages)
[PATCH] Add send_method_call to g_dbus
2010-04-27 11:14 UTC (2+ messages)
[PATCH 04/14] mm,migration: Allow the migration of PageSwapCache pages
2010-04-27 11:12 UTC (15+ messages)
KVM call agenda for Apr 27
2010-04-27 11:11 UTC (6+ messages)
` [Qemu-devel] "
[ath9k-devel] [PATCH] ath9k: Avoid acktimeout wraps around at bootstrap
2010-04-27 11:09 UTC
Is anyone working on SD/MMC driver for i.MX35 ?
2010-04-27 11:04 UTC (8+ messages)
ath5k misbehaving affecting other kernel parts unrelated?
2010-04-27 11:04 UTC (4+ messages)
[net-next-2.6 PATCH] igb: add support for reporting 5GT/s during probe on PCIe Gen2
2010-04-27 11:02 UTC
[PATCH] Topcliff UART: Add the UART driver [1/2]
2010-04-27 11:01 UTC
[PATCH] Topcliff DMA: Add the DMA driver [1/4]
2010-04-27 11:01 UTC
[PATCH] Topcliff DMA: Add the DMA driver [3/4]
2010-04-27 11:01 UTC
[PATCH] Topcliff DMA: Add the DMA driver [2/4]
2010-04-27 11:01 UTC
[PATCH] Topcliff DMA: Add the DMA driver [4/4]
2010-04-27 11:01 UTC
[PATCH] Topcliff UART: Add the UART driver [2/2]
2010-04-27 11:01 UTC
[net-next-2.6 PATCH 1/2] igb: double increment nr_frags
2010-04-27 11:01 UTC (2+ messages)
` [net-next-2.6 PATCH 2/2] igbvf: "
[Devel] interpretter
2010-04-27 11:00 UTC
[Bug 15836] Commit 6ad696d2cf535772dff659298ec7e7260e344595 breaks my SD card reader [197b:2381]
2010-04-27 10:59 UTC (2+ messages)
[PULL] param sysfs oops (simple, leaky) fix, bool arrays fix
2010-04-27 10:53 UTC (3+ messages)
[PATCH] ath9k: remove usage of deprecated noise value
2010-04-27 10:55 UTC (3+ messages)
[git pull] Please pull powerpc.git merge branch
2010-04-27 10:51 UTC (2+ messages)
[net-next-2.6 PATCH] ixgb: Use pr_<level> and netdev_<level>
2010-04-27 10:50 UTC
[Pv-ops][PATCH] Netback multiple tasklet support
2010-04-27 10:49 UTC (11+ messages)
` [Pv-ops][PATCH 0/3] Resend: Netback multiple thread support
Unable to coax hooks into working
2010-04-27 10:47 UTC (6+ messages)
[LTP] UTIMENSAT test fails hugely
2010-04-27 10:44 UTC (2+ messages)
[PATCH 1/2] powerpc: add platform registration for ALSA SoC drivers
2010-04-27 10:41 UTC (6+ messages)
[PATCH] OMAP: DSS: ensure clocks are disabled on failed init
2010-04-27 10:40 UTC (3+ messages)
[Xenomai-core] Race in rpi_clear_remote?
2010-04-27 10:40 UTC (13+ messages)
` [Xenomai-core] [PATCH] nucleus: Plug race between rpi_clear_remote and rpi_next
[net-2.6 PATCH] ixgbevf: Fix link speed display
2010-04-27 10:38 UTC
[net-2.6 PATCH] ixgbe: Power down PHY during driver resets
2010-04-27 10:38 UTC
[net-2.6 PATCH] ixgbe: Properly display 1 gig downshift warning for backplane
2010-04-27 10:37 UTC
[PATCH 1/4] ASoC: tlv320aic3x: Remove unused version string
2010-04-27 10:38 UTC (2+ messages)
[PATCH 0/8] add DMA support to tmio_mmc, using dmaengine API, use it on SH
2010-04-27 10:38 UTC (3+ messages)
` [PATCH 0/8] add DMA support to tmio_mmc, using dmaengine API,
[Qemu-devel] [PATCH] qcow2: Remove abort on free_clusters failure
2010-04-27 10:35 UTC
no client session close in obexd 0.23?
2010-04-27 10:35 UTC (6+ messages)
Using get_last_written() in sr.c causes problems with some usb devices (bz.kernel.org 9668)
2010-04-27 10:35 UTC (3+ messages)
[patch] gpio: potential null dereference
2010-04-27 10:30 UTC (6+ messages)
[U-Boot] Query: NAND Flash support
2010-04-27 10:32 UTC (3+ messages)
OMAP3: Linux Without a Boot Loader?
2010-04-27 10:31 UTC (3+ messages)
[Bug 27851] New: Major slowdowns in Heroes of Newerth with r300g driver
2010-04-27 10:30 UTC (2+ messages)
` [Bug 27851] "
[Ocfs2-devel] [PATCH 2/2] Ocfs2: Add support of OCFS2_INFO_JOURNAL_SIZE to o2info
2010-04-27 10:30 UTC
[PATCH 0/2] Fix migration races in rmap_walk()
2010-04-27 10:29 UTC (8+ messages)
` [PATCH 2/2] mm,migration: Prevent rmap_walk_[anon|ksm] seeing the wrong VMA information
[PATCH] Doublecheck for CONFIG_64
2010-04-27 10:26 UTC (2+ messages)
[PATCH 2/2] cdrom_id: only mark sr[0-9]* as ID_CDROM
2010-04-27 10:26 UTC
[PATCH 1/2] Makefile.am: add LGPL COPYING file to EXTRA_DIST
2010-04-27 10:25 UTC
[PATCH] drm/radeon/bo: add some fallback placements for VRAM only objects. (v2)
2010-04-27 10:25 UTC (4+ messages)
[PATCH] ARM: mx3: Fix a race condition in mxcmmc
2010-04-27 10:24 UTC (2+ messages)
[U-Boot] [PATCH] bootdelay can be an environemt variable
2010-04-27 10:24 UTC (4+ messages)
[Qemu-devel] Problem with watchpoint in gdbstub
2010-04-27 10:22 UTC (6+ messages)
` [Qemu-devel] "
[PATCH] x86, amd: Check X86_FEATURE_OSVW bit before accessing OSVW MSRs
2010-04-27 10:13 UTC
[PATCH 0/3] [RFC] ptp: IEEE 1588 clock support
2010-04-27 10:20 UTC (2+ messages)
[RFC] scsi headers, in glibc-dev or linux-libc-headers-dev?
2010-04-27 10:14 UTC
[PATCH 1/2] MMC: Add support MMCIF for SuperH
2010-04-27 10:15 UTC
[PATCH 2/2] sh: Add support MMCIF for ecovec
2010-04-27 10:15 UTC
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.