All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-02-24 16:56:39 to 2010-02-24 18:43:18 UTC [more...]

Handling non-git config files
 2010-02-24 18:27 UTC  (2+ messages)

[PATCH] RDMA/cxgb3: Mark rdma device with CXIO_ERROR_FATAL when removing
 2010-02-24 18:41 UTC  (2+ messages)

[PATCH] sis190: handle DMA mapping errors
 2010-02-24 18:41 UTC 

[PATCH 1/2][LXC] Rename --directory option to --statefile
 2010-02-24 18:39 UTC  (7+ messages)

[PATCH v6] OMAP UART: Add omap-serial driver support
 2010-02-24 18:39 UTC  (3+ messages)

[PATCH] failslab: add abitily to filter slab caches
 2010-02-24 18:38 UTC  (3+ messages)
  ` [PATCH] failslab: add ability "

Are there any quirks for getting mixers on USB audio devices working?
 2010-02-24 18:37 UTC 

(no subject)
 2010-02-24 18:37 UTC 

xfs_growfs failure
 2010-02-24 18:37 UTC  (3+ messages)

[Qemu-devel] [PATCH RFC 00/48] Convert device_add to QObject / QError
 2010-02-24 17:56 UTC  (49+ messages)
` [Qemu-devel] [PATCH RFC 01/48] monitor: Factor monitor_set_error() out of qemu_error_internal()
` [Qemu-devel] [PATCH RFC 02/48] error: Move qemu_error() & friends from monitor.c to own file
` [Qemu-devel] [PATCH RFC 03/48] usb: Remove disabled monitor_printf() in usb_read_file()
` [Qemu-devel] [PATCH RFC 04/48] savevm: Fix -loadvm to report errors to stderr, not the monitor
` [Qemu-devel] [PATCH RFC 05/48] pc: Fix error reporting for -boot once
` [Qemu-devel] [PATCH RFC 06/48] pc: Factor common code out of pc_boot_set() and cmos_init()
` [Qemu-devel] [PATCH RFC 07/48] tools: Remove unused cur_mon from qemu-tool.c
` [Qemu-devel] [PATCH RFC 08/48] monitor: Separate "default monitor" and "current monitor" cleanly
` [Qemu-devel] [PATCH RFC 09/48] block: Simplify usb_msd_initfn() test for "can read bdrv key"
` [Qemu-devel] [PATCH RFC 10/48] error: Simplify error sink setup
` [Qemu-devel] [PATCH RFC 11/48] error: Move qemu_error & friends into their own header
` [Qemu-devel] [PATCH RFC 12/48] error: New error_printf() and error_vprintf()
` [Qemu-devel] [PATCH RFC 13/48] error: Make qemu_error() add a newline, strip it from arguments
` [Qemu-devel] [PATCH RFC 14/48] error: Don't abuse qemu_error() for non-error in scsi_hot_add()
` [Qemu-devel] [PATCH RFC 15/48] error: Don't abuse qemu_error() for non-error in qdev_device_help()
` [Qemu-devel] [PATCH RFC 16/48] error: Don't abuse qemu_error() for non-error in qbus_find()
` [Qemu-devel] [PATCH RFC 17/48] error: Infrastructure to track locations for error reporting
` [Qemu-devel] [PATCH RFC 18/48] error: Include the program name in error messages to stderr
` [Qemu-devel] [PATCH RFC 19/48] error: Track locations in configuration files
` [Qemu-devel] [PATCH RFC 20/48] QemuOpts: Fix qemu_config_parse() to catch file read errors
` [Qemu-devel] [PATCH RFC 21/48] error: Track locations on command line
` [Qemu-devel] [PATCH RFC 22/48] qdev: Fix -device and device_add to handle unsuitable bus gracefully
` [Qemu-devel] [PATCH RFC 23/48] qdev: Factor qdev_create_from_info() out of qdev_create()
` [Qemu-devel] [PATCH RFC 24/48] qdev: Hide "no_user" devices from users
` [Qemu-devel] [PATCH RFC 25/48] qdev: Hide "ptr" properties "
` [Qemu-devel] [PATCH RFC 26/48] error: Polish human-readable error descriptions
` [Qemu-devel] [PATCH RFC 27/48] error: New QERR_PROPERTY_NOT_FOUND
` [Qemu-devel] [PATCH RFC 28/48] error: New QERR_PROPERTY_VALUE_BAD
` [Qemu-devel] [PATCH RFC 29/48] qdev: convert setting device properties to QError
` [Qemu-devel] [PATCH RFC 30/48] qdev: Relax parsing of bus option
` [Qemu-devel] [PATCH RFC 31/48] error: New QERR_BUS_NOT_FOUND
` [Qemu-devel] [PATCH RFC 32/48] error: New QERR_DEVICE_MULTIPLE_BUSSES
` [Qemu-devel] [PATCH RFC 33/48] error: New QERR_DEVICE_NO_BUS
` [Qemu-devel] [PATCH RFC 34/48] qdev: Convert qbus_find() to QError
` [Qemu-devel] [PATCH RFC 35/48] monitor: New in_qmp_mon()
` [Qemu-devel] [PATCH RFC 36/48] error: New error_printf_unless_qmp()
` [Qemu-devel] [PATCH RFC 37/48] error: New QERR_BAD_BUS_FOR_DEVICE
` [Qemu-devel] [PATCH RFC 38/48] error: New QERR_BUS_NO_HOTPLUG
` [Qemu-devel] [PATCH RFC 39/48] error: New QERR_DEVICE_INIT_FAILED
` [Qemu-devel] [PATCH RFC 40/48] error: New QERR_NO_BUS_FOR_DEVICE
` [Qemu-devel] [PATCH RFC 41/48] Revert "qdev: Use QError for 'device not found' error"
` [Qemu-devel] [PATCH RFC 42/48] error: Convert do_device_add() to QError
` [Qemu-devel] [PATCH RFC 43/48] qemu-option: Functions to convert to/from QDict
` [Qemu-devel] [PATCH RFC 44/48] qemu-option: Move the implied first name into QemuOptsList
` [Qemu-devel] [PATCH RFC 45/48] qemu-option: Rename find_list() to qemu_find_opts() & external linkage
` [Qemu-devel] [PATCH RFC 46/48] monitor: New argument type 'O'
` [Qemu-devel] [PATCH RFC 47/48] monitor: Use argument type 'O' for device_add
` [Qemu-devel] [PATCH RFC 48/48] monitor: convert do_device_add() to QObject

[TEST REQUEST] NV50/NV8x/NV9x/NVAx ctxprog and ctxvals generator
 2010-02-24 18:35 UTC  (2+ messages)

[Bug 15276] New: latest git kernel: general protection fault: 0000 [#1]
 2010-02-24 18:35 UTC  (3+ messages)
` [Bug 15276] "

multicast packets
 2010-02-24 18:33 UTC  (2+ messages)

[Bug 26708] New: libdrm-intel leaks memory when resizing window
 2010-02-24 18:30 UTC  (3+ messages)
` [Bug 26708] "

[Qemu-devel] [PATCH V12 00/27] split out piix specific part from pc emulator and some clean ups
 2010-02-24 18:29 UTC  (5+ messages)
` [Qemu-devel] [PATCH V12 24/27] pm_smbus: remove #ifdef DEBUG
  ` [Qemu-devel] [RFC] Don't send local debug output to stdout (was: pm_smbus: remove #ifdef DEBUG)
      ` [Qemu-devel] [RFC] Don't send local debug output to stdout

[PATCH] Inode reclaim fixes (was Re: 2.6.31 xfs_fs_destroy_inode: cannot reclaim)
 2010-02-24 18:30 UTC  (10+ messages)

[PATCH 1/3] backlight: Add backlight_device parameter to check_fb
 2010-02-24 18:27 UTC  (5+ messages)
` [PATCH 1/3] picolcd: driver for PicoLCD HID device

linux 2.6.33-rc8 do_stage failed
 2010-02-24 18:22 UTC  (3+ messages)

[RFC][PATCH 0/4][user-cr]: First try at integrating LXC and USER-CR
 2010-02-24 18:25 UTC  (2+ messages)

[PATCH v2 00/18] Increase maximum number of Infiniband HCAs per system
 2010-02-24 18:24 UTC  (4+ messages)
` [PATCH v2 18/18] IB/core: pack struct ib_device a little tighter

ASoC update for 2.6.34
 2010-02-24 18:23 UTC 

[PATCH 1/2] t5521: fix and modernize
 2010-02-24 18:22 UTC  (2+ messages)
` [PATCH 2/2] builtin-fetch --all/--multi: propagate options correctly

LVM2 WHATS_NEW
 2010-02-24 18:21 UTC 

Email Back Shortly
 2010-02-24 18:19 UTC  (2+ messages)

PROBLEM: Wrong bitrate when capturing sound from Creative webcam
 2010-02-24 17:18 UTC 

[GIT PULL] Second set of OMAP clock/hwmod patches for 2.6.34
 2010-02-24 18:18 UTC  (2+ messages)

LVM2/liblvm Doxyfile lvm_misc.c lvm_misc.h
 2010-02-24 18:16 UTC 

LVM2/liblvm lvm2app.h
 2010-02-24 18:16 UTC 

LVM2/test/api test.c
 2010-02-24 18:16 UTC 

LVM2/liblvm .exported_symbols lvm2app.h lvm_lv.c
 2010-02-24 18:16 UTC 

LVM2/liblvm .exported_symbols lvm2app.h lvm_vg.c
 2010-02-24 18:16 UTC 

LVM2/liblvm Makefile.in
 2010-02-24 18:16 UTC 

LVM2/lib/metadata metadata.c
 2010-02-24 18:15 UTC 

LVM2 lib/metadata/metadata-exported.h lib/meta 
 2010-02-24 18:15 UTC 

LVM2/tools vgcreate.c
 2010-02-24 18:15 UTC 

LVM2 lib/metadata/metadata-exported.h lib/meta 
 2010-02-24 18:15 UTC 

runtime PM: common hooks for static and runtime PM
 2010-02-24 18:14 UTC  (3+ messages)

[ath9k-devel] trouble with DWA-552 and ath9k
 2010-02-24 18:14 UTC  (30+ messages)

[net-next-2.6 PATCH v3 1/5] pci: Add SR-IOV convenience functions and macros
 2010-02-24 18:13 UTC  (6+ messages)
` [net-next-2.6 PATCH v3 4/5] rtnetlink: Add VF config code to rtnetlink

[ath9k-devel] Ath9k MIMO Performance versus Proprietary Drivers
 2010-02-24 18:12 UTC  (5+ messages)

[PATCH 00/19] fs cleanup: remove duplicated code on inode init
 2010-02-24 18:12 UTC  (9+ messages)
` [PATCH 08/19] ext4: replace inode uid,gid,mode initialization with helper function
      ` [PATCH] ext4: deprecate obsoleted mount options
          ` [PATCH] ext4: deprecate obsoleted mount options v2
              ` [PATCH] ext4: deprecate obsoleted mount options v3

git as an sfc member project
 2010-02-24 18:12 UTC  (3+ messages)

emergency call for help: raid5 fallen apart
 2010-02-24 18:12 UTC  (11+ messages)

[Buildroot] [Bug 1153] New: Buildroot fails to build packages if BR2_GCC_SHARED_LIBGCC=y
 2010-02-24 18:11 UTC  (2+ messages)
` [Buildroot] [Bug 1153] "

octeon dev_addrs list usage
 2010-02-24 18:10 UTC  (2+ messages)

[PATCH 1/2] git-svn: Fix merge detecting with rewrite-root
 2010-02-24 18:09 UTC  (2+ messages)
` [PATCH 2/2] t9150,t9151: Add rewrite-root option to init

[Xenomai-help] Interpreting the ksrc/arch/arm/patches directory
 2010-02-24 18:07 UTC 

python-pygame: rect.so: ELF file version does not match current one
 2010-02-24 18:11 UTC 

xfs_growfs failure
 2010-02-24 18:08 UTC  (3+ messages)

git-push segfault
 2010-02-24 18:05 UTC  (3+ messages)

[TEST REQUEST] NV50/NV8x/NV9x/NVAx ctxprog and ctxvals generator
 2010-02-24 18:05 UTC  (3+ messages)

[PATCH] drm/radeon/kms: update new pll algo
 2010-02-24 18:04 UTC 

[PATCH 0/11] Another set of nested svm fixes and optimizations
 2010-02-24 18:02 UTC  (13+ messages)
` [PATCH 01/11] KVM: SVM: Coding style cleanup
` [PATCH 02/11] KVM: SVM: Reset MMU on nested_svm_vmrun for NPT too
` [PATCH 03/11] KVM: SVM: Check for nested intercepts on NMI injection
` [PATCH 04/11] KVM: SVM: Restore tracing of nested vmcb address
` [PATCH 05/11] KVM: SVM: Add kvm_nested_intercepts tracepoint
` [PATCH 06/11] KVM: SVM: Implement emulation of vm_cr msr
` [PATCH 07/11] KVM: SVM: Ignore write of hwcr.ignne
` [PATCH 08/11] KVM: x86: Don't set arch.cr0 in kvm_set_cr0
` [PATCH 09/11] KVM: SVM: Handle nested selective_cr0 intercept correctly
` [PATCH 10/11] KVM: SVM: Clear exit_info for injected INTR exits
` [PATCH 11/11] KVM: SVM: Optimize nested svm msrpm merging

[LTP] [PATCH] swapon03 cleanup
 2010-02-24 17:43 UTC 

A few SCSI patches for 2.6.34
 2010-02-24 17:58 UTC 

Resizing a btrfs managed partition
 2010-02-24 17:58 UTC  (2+ messages)

issues porting codec to s3c2443
 2010-02-24 17:57 UTC  (3+ messages)

Git pull request: more Kirkwood/MV78xx0 stuff
 2010-02-24 17:57 UTC 

pvops: i915 kms crashs with corrupt page table
 2010-02-24 17:55 UTC 

python-lang causing Alignment trap and Segfault
 2010-02-24 18:00 UTC  (4+ messages)

[RESEND PATCH] x86: allow allocation of highmem user page tables to be disabled when CONFIG_HIGHPTE=y
 2010-02-24 17:54 UTC  (2+ messages)
` [tip:x86/mm] x86, mm: Allow highmem user page tables to be disabled at boot time

[Announce] 2.6.29-rc4-rt1
 2010-02-24 17:52 UTC  (16+ messages)
` [ANNOUNCE] 2.6.31.6-rt19
` [ANNOUNCE] 2.6.31.12-rt20
  ` [ANNOUNCE] 2.6.31.12-rt21
    ` [ANNOUNCE] 2.6.33-rc8-rt1

(boot time consequences of) Linux mdadm superblock question
 2010-02-24 17:52 UTC  (9+ messages)
      ` Bug#567468: md homehost (was: Bug#567468: (boot time consequences of) Linux mdadm superblock) question
        `  "
            ` md homehost
              ` Bug#567468: "

[PATCH] ARM: pxa/raumfeld: set GPIO drive bits for LED pins
 2010-02-24 17:50 UTC 

netfilter 00/08: netfilter update
 2010-02-24 17:49 UTC  (9+ messages)
` netfilter 01/08: nf_conntrack_reasm: properly handle packets fragmented into a single fragment
` netfilter 02/08: xt_recent: fix buffer overflow
` netfilter 03/08: xt_recent: fix false match
` netfilter 04/08: xtables: replace XT_ENTRY_ITERATE macro
` netfilter 05/08: xtables: optimize call flow around xt_entry_foreach
` netfilter 06/08: xtables: replace XT_MATCH_ITERATE macro
` netfilter 07/08: xtables: optimize call flow around xt_ematch_foreach
` netfilter 08/08: xtables: reduce arguments to translate_table

[net-next-2.6 PATCH] net: convert multiple drivers to use netdev_for_each_mc_addr, part5
 2010-02-24 17:47 UTC  (3+ messages)

[PATCH V2 00/9] ib/iser: major face lift of the data path code
 2010-02-24 17:46 UTC  (3+ messages)
` [PATCH RESEND V2 09/9] ib/iser: remove redundant locking from iser scsi command response flow

[patch] sched: fix SMT scheduler regression in find_busiest_queue()
 2010-02-24 17:43 UTC  (13+ messages)
` change in sched cpu_power causing regressions with SCHED_MC

[PATCH] x86: mce: Xeon75xx specific interface to get corrected memory error information
 2010-02-24 17:42 UTC  (11+ messages)
` [tip:x86/mce] x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll

[RFC][PATCH 0/3] Different views on a repository
 2010-02-24 17:42 UTC  (6+ messages)
` [PATCH 1/3] receive-pack: Two small code cleanups
  ` [PATCH 2/3] Different views on a repository
    ` [PATCH 3/3] Different views on a repository: HEAD mapping

Reverting old hack
 2010-02-24 17:41 UTC  (5+ messages)

ip_tables: foreachs and reentrancy
 2010-02-24 17:40 UTC  (2+ messages)

[git patches] boot fix for 2.6.33 for parisc
 2010-02-24 17:36 UTC 

Boot up & soft reboot Problems enabling & disabling MMU Discontiguous Memory
 2010-02-24 17:35 UTC 

[git pull] ia64 changes
 2010-02-24 17:32 UTC  (2+ messages)

[RFC patch] introduce sys_membarrier(): process-wide memory barrier (v9)
 2010-02-24 17:29 UTC  (5+ messages)

[ext3] Changes to block device after an ext3 mount point has been remounted readonly
 2010-02-24 17:26 UTC  (15+ messages)

[Bug 14535] Memory corruption detected in low memory
 2010-02-24 17:25 UTC  (2+ messages)

Email Reply
 2010-02-24 16:41 UTC 

[PATCH] ath9k_htc: sync add_interface and remove_interface with mac80211
 2010-02-24 17:18 UTC 

[PATCH] git: add SRC_URI name
 2010-02-24 17:18 UTC  (10+ messages)

[refpolicy] services_nut.patch
 2010-02-24 17:14 UTC  (3+ messages)

[PATCH 0/2]fix an assertion in jbd/jbd2
 2010-02-24 17:13 UTC  (4+ messages)
` [PATCH 1/2] Jbd: fix an assertion, jh->b_transaction should be

[PATCH] pull: fix 'git pull --all' when current branch is tracking remote that is not last in the list of remotes
 2010-02-24 17:05 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] MIPS: Optimize spinlocks
 2010-02-24 16:55 UTC  (3+ messages)

Unmappable VRAM patchset V3
 2010-02-24 17:04 UTC  (9+ messages)

[ANNOUNCE] dspbridge: kill camelcase
 2010-02-24 17:02 UTC  (4+ messages)

[RFC] remove delalloc accounting for __btrfs_remove_ordered_extent
 2010-02-24 17:01 UTC  (2+ messages)

Two problems with system sleep
 2010-02-24 16:59 UTC  (2+ messages)

[PATCH 0/3] rt-tests patches
 2010-02-24 16:58 UTC  (4+ messages)
` [PATCH 1/3] trivial: s/specifed/specified/
` [PATCH 2/3] install backfire.c to $(srcdir)/backfire/
` [PATCH 3/3] Makefile: don't use temporary files in generation of dependency files


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.