All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-08-07 15:36:15 to 2012-08-07 16:21:22 UTC [more...]

[Qemu-devel] [PATCH v7 0/6] file descriptor passing using fd sets
 2012-08-07 15:58 UTC  (5+ messages)
` [Qemu-devel] [PATCH v7 2/6] qapi: Introduce add-fd, remove-fd, query-fdsets
` [Qemu-devel] [PATCH v7 3/6] monitor: Clean up fd sets on monitor disconnect
` [Qemu-devel] [PATCH v7 5/6] block: Convert close calls to qemu_close
` [Qemu-devel] [PATCH v7 6/6] block: Enable qemu_open/close to work with fd sets

Xen4.2 S3 regression?
 2012-08-07 16:21 UTC  (2+ messages)

[RFC PATCH v1 00/22] introduce PCI bus lock to serialize PCI hotplug operations
 2012-08-07 16:11 UTC  (21+ messages)
` [RFC PATCH v1 01/22] PCI: use pci_get_domain_bus_and_slot() to avoid race conditions
` [RFC PATCH v1 02/22] PCI: trivial cleanups for drivers/pci/remove.c
` [RFC PATCH v1 03/22] PCI: change PCI device management code to better follow device model
` [RFC PATCH v1 04/22] PCI: split PCI bus device registration into two stages
` [RFC PATCH v1 05/22] PCI: introduce pci_bus_{get|put}() to manage PCI bus reference count
` [RFC PATCH v1 06/22] PCI: use a global lock to serialize PCI root bridge hotplug operations
` [RFC PATCH v1 07/22] PCI: introduce PCI bus lock to serialize PCI "
` [RFC PATCH v1 08/22] PCI: introduce hotplug safe search interfaces for PCI bus/device
` [RFC PATCH v1 09/22] PCI: enhance PCI probe logic to support PCI bus lock mechanism
` [RFC PATCH v1 10/22] PCI: enhance PCI bus specific "
` [RFC PATCH v1 11/22] PCI: enhance PCI resource assignment "
` [RFC PATCH v1 12/22] PCI: enhance PCI remove "
` [RFC PATCH v1 13/22] PCI: make each PCI device hold a reference to its parent PCI bus
` [RFC PATCH v1 14/22] PCI/sysfs: use PCI bus lock to avoid race conditions
` [RFC PATCH v1 15/22] PCI/eeepc: "
` [RFC PATCH v1 16/22] PCI/asus-wmi: "
` [RFC PATCH v1 17/22] PCI/pciehp: "
` [RFC PATCH v1 18/22] PCI/acpiphp: "
` [RFC PATCH v1 19/22] PCI/x86: enable PCI bus lock mechanism for x86 platforms
` [RFC PATCH v1 21/22] PCI: cleanups for PCI bus lock implementation

Custom platform for commercial device
 2012-08-07 16:20 UTC  (3+ messages)

[Qemu-devel] ahci live migration
 2012-08-07 16:20 UTC  (3+ messages)

[PATCH] cfg80211: Fix for crash in cfg80211
 2012-08-07 16:20 UTC  (4+ messages)

[josef-btrfs:master 12/16] fs/btrfs/inode.c:78:19: sparse: symbol 'btrfs_dip_cachep' was not declare
 2012-08-07 16:20 UTC 

[PATCH][for-denzil 1/8] opkg-utils: bump SRCREV for Packages cache fix and other fixes
 2012-08-07 16:07 UTC  (4+ messages)

Fwd: Re: Macbook Pro Retina display problems
 2012-08-07 16:19 UTC  (10+ messages)

[PATCH] dump_p2m_table: For IOMMU
 2012-08-07 16:16 UTC  (3+ messages)

[PATCH] fix NULL-pointer dereference on scsi_run_queue
 2012-08-07 16:16 UTC  (7+ messages)

[PATCH] perf: pass STAGING_INCDIR(sysroot) to perf
 2012-08-07 16:02 UTC  (10+ messages)

uprobe: single step over uprobe & global breakpoints
 2012-08-07 16:12 UTC  (6+ messages)
` [PATCH 1/5] uprobes: Use a helper instead of ptrace's single step enable
` [PATCH 2/5] x86/uprobes: implement x86 specific arch_uprobe_*_step
` [PATCH 3/5] uprobes: remove check for uprobe variable in handle_swbp()
` [PATCH 4/5] uprobes: probe definiton can only start with 'p' and '-'
` [RFC 5/5] uprobes: add global breakpoints

[PATCH] ASoC: imx-ssi: Fix mono playback
 2012-08-07 14:26 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 00/35]: add new error format
 2012-08-07 15:53 UTC  (35+ messages)
` [Qemu-devel] [PATCH 01/35] monitor: drop unused monitor debug code
` [Qemu-devel] [PATCH 02/35] qerror: QERR_AMBIGUOUS_PATH: drop %(object) from human msg
` [Qemu-devel] [PATCH 03/35] qerror: QERR_DEVICE_ENCRYPTED: change error message
` [Qemu-devel] [PATCH 04/35] qerror: reduce public exposure
` [Qemu-devel] [PATCH 05/35] qerror: drop qerror_abort()
` [Qemu-devel] [PATCH 06/35] qerror: avoid passing qerr pointer
` [Qemu-devel] [PATCH 07/35] qerror: QError: drop file, linenr, func
` [Qemu-devel] [PATCH 08/35] qerror: qerror_format(): return an allocated string
` [Qemu-devel] [PATCH 09/35] qerror: don't delay error message construction
` [Qemu-devel] [PATCH 10/35] error: "
` [Qemu-devel] [PATCH 11/35] qmp: query-block: add 'valid_encryption_key' field
` [Qemu-devel] [PATCH 12/35] hmp: hmp_cont(): don't rely on QERR_DEVICE_ENCRYPTED
` [Qemu-devel] [PATCH 13/35] hmp_change(): don't access DeviceEncrypted's data
` [Qemu-devel] [PATCH 14/35] net: inet_connect(), inet_connect_opts(): add in_progress argument
` [Qemu-devel] [PATCH 15/35] migration: don't rely on any QERR_SOCKET_*
` [Qemu-devel] [PATCH 16/35] qerror: drop QERR_SOCKET_CONNECT_IN_PROGRESS
` [Qemu-devel] [PATCH 17/35] block: block_int: include qerror.h
` [Qemu-devel] [PATCH 18/35] hmp: hmp.h: include qdict.h
` [Qemu-devel] [PATCH 19/35] qapi: qapi-types.h: don't include qapi/qapi-types-core.h
` [Qemu-devel] [PATCH 20/35] qapi: generate correct enum names for camel case enums
` [Qemu-devel] [PATCH 21/35] qapi: don't convert enum strings to lowercase
` [Qemu-devel] [PATCH 22/35] qapi-schema: add ErrorClass enum
` [Qemu-devel] [PATCH 23/35] qerror: qerror_table: don't use C99 struct initializers
` [Qemu-devel] [PATCH 24/35] error, qerror: add ErrorClass argument to error functions
` [Qemu-devel] [PATCH 25/35] qerror: add proper ErrorClass value for QERR_ macros
` [Qemu-devel] [PATCH 26/35] error: add error_get_class()
` [Qemu-devel] [PATCH 28/35] error: drop unused functions
` [Qemu-devel] [PATCH 29/35] qmp: switch to the new error format on the wire
` [Qemu-devel] [PATCH 30/35] qemu-ga: "
` [Qemu-devel] [PATCH 31/35] error: drop error_get_qobject()/error_set_qobject()
` [Qemu-devel] [PATCH 32/35] error, qerror: pass desc string to error calls
` [Qemu-devel] [PATCH 33/35] qerror: drop qerror_table and qerror_format()
` [Qemu-devel] [PATCH 34/35] error, qerror: drop QDict member
` [Qemu-devel] [PATCH 35/35] docs: writing-qmp-commands.txt: update error section

[PATCH] ASoC: omap-mcbsp: Fix 6pin mux configuration
 2012-08-07 14:24 UTC  (3+ messages)

NFSv4 backchannel authentication
 2012-08-07 16:12 UTC  (4+ messages)

[PATCH] net: force dst_default_metrics to const section
 2012-08-07 16:11 UTC 

[3.0.y+] [media] Avoid sysfs oops when an rc_dev's raw device is absent
 2012-08-07 16:10 UTC  (2+ messages)

[PATCH] net:appletalk:ddp:fixed coding style issue again relating to
 2012-08-07 16:10 UTC  (2+ messages)

[RFC] LTTng address API proposal v2
 2012-08-07 16:10 UTC 

[Lustre-devel] merges to b2_<x>
 2012-08-07 16:08 UTC  (2+ messages)

[PATCH] xconfig: Display dependency values in debug_info
 2012-08-07 16:08 UTC  (4+ messages)

[PATCH] ASoC: core: Set dapm->idle_bias_off for DAIs not mapped with a codec
 2012-08-07 14:10 UTC  (2+ messages)

[PATCH] ASoC: cs42l52: Remove duplicate inclusion of slab.h header file
 2012-08-07 14:09 UTC 

[PATCH 0/2] perf tools: Basic bash completion support
 2012-08-07 16:05 UTC  (13+ messages)
` [PATCH 1/2] perf tools: Initial "
` [PATCH 2/2] perf tools: Support for events bash completion

[ath9k-devel] Frame Aggregation and Block ACK pros
 2012-08-07 16:05 UTC  (5+ messages)
  ` [ath9k-devel] 回复: "

[PATCH] mm: hugetlb: flush dcache before returning zeroed huge page to userspace
 2012-08-07 16:03 UTC  (13+ messages)

[U-Boot] pull request for u-boot-tegra/master
 2012-08-07 16:03 UTC  (8+ messages)

[PATCH 1/3] booke: Added ONE_REG interface for IAC/DAC debug registers
 2012-08-07 16:02 UTC  (5+ messages)
` [PATCH 3/3] KVM: PPC: booke: Added debug handler

Your Flight US 007-62426
 2012-08-07 16:00 UTC 

[U-Boot] [GIT PULL] Pull request: u-boot-imx
 2012-08-07 16:00 UTC 

[PATCH] NFS: Clear key construction data if the idmap upcall fails
 2012-08-07 16:00 UTC  (4+ messages)

[PATCH 1/2] KVM: PPC: booke: Add watchdog emulation
 2012-08-07 15:59 UTC  (4+ messages)

[lm-sensors] [PATCH 19/39] hwmon: (emc2103) Convert to use devm_ functions
 2012-08-07 15:59 UTC  (2+ messages)

Adding routes to another table: no such process
 2012-08-07 15:57 UTC  (2+ messages)

[Bug 52256] New: KMS doesn't work with radeon HD 7520G
 2012-08-07 15:57 UTC  (2+ messages)
` [Bug 52256] Trinity (ARUBA) DP link training problems

[PATCH v3 0/7] mv643xx.c: Add basic device tree support
 2012-08-07 15:56 UTC  (5+ messages)
` [PATCH v3 3/7] "

Plumbers: Please split audio topics into separate sessions
 2012-08-07 13:57 UTC  (11+ messages)

[PATCH 0/1] bitbake-whatchanged: print what is about to happen
 2012-08-07 15:48 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/5] mfd: replace IORESOURCE_IO by IORESOURCE_MEM
 2012-08-07 15:54 UTC  (14+ messages)

adding an external dsp under soc-dsp framework
 2012-08-07 14:09 UTC  (3+ messages)

hw_params ignores ioplug's buffer size requirements
 2012-08-07 16:06 UTC  (2+ messages)

Turning off kernel config option
 2012-08-07 15:53 UTC  (7+ messages)

[PATCH] ARM: AM33XX: board-generic: Add of_dev_auxdata to fix dev_id for CAN module
 2012-08-07 15:53 UTC  (4+ messages)

[PATCH] nfsd: trivial comment updates
 2012-08-07 15:53 UTC  (3+ messages)

[LTP] [PATCH 1/1] runltp: fix -d option processing
 2012-08-07 15:52 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 0/6] Run incoming migration in a coroutine
 2012-08-07 15:51 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] migration: clean up server sockets and handlers before invoking process_incoming_migration
` [Qemu-devel] [PATCH 2/6] migration: close socket QEMUFile from socket_close
` [Qemu-devel] [PATCH 3/6] migration: move qemu_fclose to process_incoming_migration
` [Qemu-devel] [PATCH 4/6] migration: remove iohandlers before closing the file
` [Qemu-devel] [PATCH 5/6] migration: handle EAGAIN while reading QEMUFile
` [Qemu-devel] [PATCH 6/6] migration: move process_incoming_migration to a coroutine

[PATCH 0/5] mfd: replace IORESOURCE_IO by IORESOURCE_MEM
 2012-08-07 15:50 UTC  (8+ messages)

[BABELTRACE PATCH] API cleanup name get_timestamp and get_cycles
 2012-08-07 15:50 UTC 

[PATCH 0/2] ptrace: DEBUGCTLMSR_BTF fixes
 2012-08-07 15:46 UTC  (5+ messages)

[PATCH 1/2] ARM: hw_breakpoint: don't rely on dfsr to show watchpoint access type
 2012-08-07 15:49 UTC  (2+ messages)
` [PATCH 2/2] ARM: hw_breakpoints: allow single-byte watchpoints on all addresses

[PATCH 0/4] Add device tree data for omap5
 2012-08-07 15:49 UTC  (5+ messages)
` [PATCH 3/4] arm/dts: omap5-evm: Add keypad data

[PATCH 0/19] Improve IRQ remapping abstraction in x86 core code
 2012-08-07 15:43 UTC  (20+ messages)
` [PATCH 01/19] x86, apic: Move irq_remapping_enabled checks into IRQ-remapping code
` [PATCH 02/19] [RFC] x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resume
` [PATCH 03/19] x86, io_apic: Introduce x86_io_apic_ops.disable()
` [PATCH 04/19] x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging
` [PATCH 05/19] x86, hpet: Introduce x86_msi_ops.setup_hpet_msi
` [PATCH 06/19] x86, msi: Use IRQ remapping specific setup_msi_irqs routine
` [PATCH 07/19] x86, io_apic: Introduce set_affinity function pointer
` [PATCH 08/19] x86, io_apic: Convert setup_ioapic_entry to "
` [PATCH 09/19] x86, io_apic: Move irq_remapping_enabled checks out of check_timer()
` [PATCH 10/19] x86, io_apic: Introduce function pointer for setup_timer_IRQ0_pin
` [PATCH 11/19] x86, irq: Move irq_remapping_enabled declaration to iommu code
` [PATCH 12/19] x86, irq: Add data structure to keep AMD specific irq remapping information
` [PATCH 13/19] x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core
` [PATCH 14/19] x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq()
` [PATCH 15/19] x86, irq: Move irq_remapped() check into free_remapped_irq
` [PATCH 16/19] x86, irq: Introduce setup_remapped_irq()
` [PATCH 17/19] x86, msi: Introduce x86_msi.compose_msi_msg call-back
` [PATCH 18/19] x86, io_apic: Introduce eoi_ioapic_pin call-back
` [PATCH 19/19] x86, irq: Move irq_remapped out of x86 core code

[U-Boot] [PATCH v2] i.MX28: bug fixes in PMU configuration code
 2012-08-07 15:47 UTC  (3+ messages)
` [U-Boot] [RESEND PATCH "

[Patch 1 of 1] [xen-4.1.2] libxl: Seal tapdisk minor leak
 2012-08-07 15:45 UTC  (4+ messages)

[RFC PATCH 0/6] Improve hugepage allocation success rates under load
 2012-08-07 15:45 UTC  (7+ messages)
` [PATCH 6/6] mm: have order > 0 compaction start near a pageblock with free pages

[PATCH/RFC v2 0/16] Introduce index file format version 5
 2012-08-07 15:45 UTC  (5+ messages)
` [PATCH/RFC v2 01/16] Modify cache_header to prepare for other index formats

[Qemu-devel] [PULL 0/1] update qemu seabios / seabios release?
 2012-08-07 15:45 UTC  (2+ messages)
` [Qemu-devel] [PATCH 1/1] update seabios to latest master

[PATCHv1 0/4] Remove unsafe batostr
 2012-08-07 15:45 UTC  (2+ messages)

Big Bug:Time in VM running on xen goes slower
 2012-08-07 15:44 UTC 

[PATCH v2] Bluetooth: Add support for Sony Vaio T-Series
 2012-08-07 15:43 UTC  (2+ messages)

Do we need asynchronous pm_runtime_get()? (was: Re: bisected regression ...)
 2012-08-07 15:42 UTC  (2+ messages)

[U-Boot] [PATCH] arm:cache:trats: Enable PL310 L2 Cache Controller at TRATS Samsung board
 2012-08-07 15:42 UTC 

Powernow! for amd fx cpu?
 2012-08-07 15:42 UTC 

Did we break receive-pack recently?
 2012-08-07 15:41 UTC  (9+ messages)
` [PATCH 1/2] t/t5400: demonstrate breakage caused by informational message from prune
  ` [PATCH 2/2] prune.c: only print informational message in show_only or verbose mode

[PATCH 1/2] x86, irq: update irq_cfg domain unless the new affinity is a subset of the current domain
 2012-08-07 15:41 UTC  (4+ messages)
` [tip:x86/apic] x86/irq: Update "
    ` do_IRQ: 1.55 No irq handler for vector (irq -1)

[Buildroot] RFC: update libglib2 to 2.32.4
 2012-08-07 15:40 UTC  (4+ messages)
` [Buildroot] [PATCH 2/5] libglib2: fix linker flags

[Buildroot] Prebuilt concept
 2012-08-07 15:39 UTC  (3+ messages)

Access Point Mode for Ralink RT5370?
 2012-08-07 15:38 UTC  (4+ messages)

[PATCH 0/5] ARM hypercall ABI: 64 bit ready
 2012-08-07 15:37 UTC  (9+ messages)
` [PATCH 1/5] xen: improve changes to xen_add_to_physmap

[Qemu-devel] [PULL 0/2] usb patch queue
 2012-08-07 15:36 UTC  (2+ messages)

[for-denzil][meta-oe][PATCH] ltrace: Fix make error
 2012-08-07 15:20 UTC  (3+ messages)

[Qemu-devel] [PULL 00/12] Block patches
 2012-08-07 15:36 UTC  (2+ messages)

PoD code killing domain before it really gets started
 2012-08-07 15:36 UTC  (3+ messages)

PoD code killing domain before it really gets started
 2012-08-07 15:36 UTC  (10+ messages)


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.