All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-04-27 10:48:29 to 2010-04-27 12:59:44 UTC [more...]

[PATCH -tip 3/4] perf probe: Fix to exit callback soon after finding too many probe points
 2010-04-27 12:58 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH -tip 4/4] perf probe: Add --max-probes option
 2010-04-27 12:59 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH -tip 2/4] perf probe: Fix to use symtab only if no debuginfo
 2010-04-27 12:58 UTC  (2+ messages)
` [tip:perf/core] "

[refpolicy] services_ftp.patch
 2010-04-27 12:58 UTC  (4+ messages)

[PATCH 0/22] Nested Paging support for Nested SVM v2
 2010-04-27 12:58 UTC  (13+ messages)
` [PATCH 02/22] KVM: MMU: Make tdp_enabled a mmu-context parameter
` [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 15/22] KVM: MMU: Introduce kvm_read_guest_page_x86()
` [PATCH 16/22] KVM: MMU: Track page fault data in struct vcpu

[PATCH] mtd: Extend physmap_of to let the device tree specify the parition probe
 2010-04-27 12:53 UTC  (5+ messages)

Possible explanation for mptsas ATA pass-through hangs
 2010-04-27 12:58 UTC  (2+ messages)

[PATCH] perf-kvm.txt edits
 2010-04-27 12:57 UTC  (2+ messages)
` [tip:perf/core] perf: Some perf-kvm documentation edits

[qemu-kvm tests PATCH v2 0/3] qemu-kvm tests cleanup
 2010-04-27 12:57 UTC  (4+ messages)
` [qemu-kvm tests PATCH v2 1/3] "
  ` [qemu-kvm tests PATCH v2 2/3] qemu-kvm tests cleanup: adapt stringio test to kernel-mode run
    ` [qemu-kvm tests PATCH v2 3/3] qemu-kvm tests cleanup: Added printing for passing tests Also typo fix

[Qemu-devel] [PATCH] qcow2: Remove abort on free_clusters failure
 2010-04-27 12:56 UTC  (3+ messages)

Frontswap [PATCH 0/4] (was Transcendent Memory): overview
 2010-04-27 12:56 UTC  (21+ messages)

[PATCH] perf: fix initialization bug in parse_single_tracepoint_event()
 2010-04-27 12:55 UTC  (2+ messages)
` [tip:perf/core] perf: Fix "

[PATCH v2] perf lock: Fix state machine to recognize lock sequence
 2010-04-27 12:55 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 1/2] Test cmps between two IO locations
 2010-04-27 12:56 UTC  (2+ messages)
` [PATCH 2/2] Add test for ljmp

[PATCH 0/4] Add a Coccinelle front-end script
 2010-04-27 12:53 UTC  (8+ messages)
` [PATCH 1/4] Add targets to use the Coccinelle checker

[Patch] Catch filesystems lacking s_bdi
 2010-04-27 12:53 UTC  (31+ 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

[PATCH 00/10] bkl: pushdowns from Arnd, and compile fixes
 2010-04-27 12:51 UTC  (9+ messages)
` [PATCH 10/10] bkl: Fix-up compile problems as a result of the bkl-pushdown

[PATCH] ARM:iommu support for OMAP4
 2010-04-27 12:50 UTC  (3+ messages)

denial even with appropriate allow rules
 2010-04-27 12:49 UTC  (4+ messages)

[PATCH 1/3] vfs: re-introduce MAY_CHDIR
 2010-04-27 12:47 UTC  (4+ messages)
` [PATCH 2/3] security: make LSMs explicitly mask off permissions

wl1251_sdio PSM
 2010-04-27 12:39 UTC  (5+ messages)

request_firmware API exhaust memory
 2010-04-27 12:43 UTC  (13+ messages)

linux-next: build failure after merge of the final tree (viafb tree related)
 2010-04-27 12:43 UTC  (2+ messages)

[PATCH 1/2] selinux: place open in the common file perms
 2010-04-27 12:43 UTC  (4+ messages)
` [PATCH 2/2] SELinux: Move execmod to the common perms

[PATCH net-next-2.6] rps: inet_rps_save_rxhash() argument is not const
 2010-04-27 12:42 UTC 

[Qemu-devel] [PATCH v6 00/18] PULL: virtio-serial fixes
 2010-04-27 12:34 UTC  (19+ messages)
` [Qemu-devel] [PATCH v6 01/18] virtio-serial: save/load: Ensure target has enough ports
  ` [Qemu-devel] [PATCH v6 02/18] virtio-serial: save/load: Ensure nr_ports on src and dest are same
    ` [Qemu-devel] [PATCH v6 03/18] virtio-serial: save/load: Ensure we have hot-plugged ports instantiated
      ` [Qemu-devel] [PATCH v6 04/18] virtio-serial: save/load: Send target host connection status if different
        ` [Qemu-devel] [PATCH v6 05/18] virtio-serial: Use control messages to notify guest of new ports
          ` [Qemu-devel] [PATCH v6 06/18] virtio-serial: whitespace: match surrounding code
            ` [Qemu-devel] [PATCH v6 07/18] virtio-serial: Remove redundant check for 0-sized write request
              ` [Qemu-devel] [PATCH v6 08/18] virtio-serial: Update copyright year to 2010
                ` [Qemu-devel] [PATCH v6 09/18] virtio-serial: Propagate errors in initialising ports / devices in guest
                  ` [Qemu-devel] [PATCH v6 10/18] virtio-serial: Send out guest data to ports only if port is opened
                    ` [Qemu-devel] [PATCH v6 11/18] iov: Introduce a new file for helpers around iovs, add iov_from_buf()
                      ` [Qemu-devel] [PATCH v6 12/18] iov: Add iov_to_buf and iov_size helpers
                        ` [Qemu-devel] [PATCH v6 13/18] virtio-serial: Handle scatter-gather buffers for control messages
                          ` [Qemu-devel] [PATCH v6 14/18] virtio-serial: Handle scatter/gather input from the guest
                            ` [Qemu-devel] [PATCH v6 15/18] virtio-serial: Apps should consume all data that guest sends out / Fix virtio api abuse
                              ` [Qemu-devel] [PATCH v6 16/18] virtio-serial: Discard data that guest sends us when ports aren't connected
                                ` [Qemu-devel] [PATCH v6 17/18] virtio-serial: Implement flow control for individual ports
                                  ` [Qemu-devel] [PATCH v6 18/18] virtio-serial-bus: wake up iothread upon guest read notification

Git and cvsimport
 2010-04-27 11:58 UTC  (6+ messages)

[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 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  (5+ 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] 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 

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 

[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 

[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  (12+ 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


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.