All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-10-02 11:16:45 to 2012-10-02 12:56:04 UTC [more...]

linux-next: manual merge of the xen-two tree with the arm tree
 2012-10-02 12:44 UTC  (2+ messages)

How to schedule worker and threaded IRQ on same cpu/core
 2012-10-02 12:54 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/9] Embedded NBD server
 2012-10-02 12:38 UTC  (19+ messages)
` [Qemu-devel] [PATCH v2 1/9] build: add QAPI files to the tools
` [Qemu-devel] [PATCH v2 2/9] qapi: add socket address types
` [Qemu-devel] [PATCH v2 3/9] qemu-sockets: add error propagation to inet_parse
` [Qemu-devel] [PATCH v2 5/9] qemu-sockets: return IPSocketAddress from inet_parse
` [Qemu-devel] [PATCH v2 6/9] qemu-sockets: add socket_listen, socket_connect, socket_parse
` [Qemu-devel] [PATCH v2 8/9] qmp: add NBD server commands
` [Qemu-devel] [PATCH v2 9/9] hmp: "

[PATCH RFC] MAINTAINERS: Add section for subsystem shortname
 2012-10-02 12:53 UTC  (10+ messages)

[PATCH v2] tools lib traceevent: Fix missed freeing of subargs in free_arg() in filter
 2012-10-02 12:52 UTC  (2+ messages)

[Btrfs-next] bulid failure at fs/btrfs/ctree.h
 2012-10-02 12:50 UTC 

[PATCH BlueZ] attrib: Get address type using gatt_get_address()
 2012-10-02 12:50 UTC 

INVESTMENT BUSINESS PROPOSAL READ ATTACHED
 2012-10-02 12:50 UTC 

[PATCH RFC] em28xx: PCTV 520e switch tda18271 to tda18271c2dd
 2012-10-02 12:49 UTC  (9+ messages)

[U-Boot] [PATCH 00/16] pmic: Redesign PMIC framework to support multiple instances of devices
 2012-10-02 12:49 UTC  (4+ messages)
` [U-Boot] [PATCH 08/16] pmic:muic: Support for MUIC built into MAX8997 device

How many cores does the ARM branch support?
 2012-10-02 12:48 UTC  (2+ messages)

[PATCH] perf cgroups: Fix perf_cgroup_switch schedule in warning
 2012-10-02 12:48 UTC  (5+ messages)

[PATCHv3 1/4] mfd: smsc: Add support for smsc gpio io/keypad driver
 2012-10-02 12:43 UTC  (11+ messages)

CMA broken in next-20120926
 2012-10-02 12:48 UTC  (11+ messages)

[PATCH 0/4] target: Add target_submit_cmd_map_mem and convert tcm_loop+tcm_vhost
 2012-10-02 12:46 UTC  (3+ messages)
` [PATCH 4/4] tcm_vhost: Convert I/O path to use target_submit_cmd_map_mem

[Qemu-devel] [PATCH v2 00/41] Migration cleanups, refactorings, stats, and more
 2012-10-02 12:45 UTC  (45+ messages)
` [Qemu-devel] [PATCH 01/41] buffered_file: g_realloc() can't fail
` [Qemu-devel] [PATCH 02/41] fix migration sync
` [Qemu-devel] [PATCH 03/41] migration: store end_time in a local variable
` [Qemu-devel] [PATCH 04/41] migration: print total downtime for final phase of migration
` [Qemu-devel] [PATCH 05/41] migration: rename expected_time to expected_downtime
` [Qemu-devel] [PATCH 06/41] migration: export migrate_get_current()
` [Qemu-devel] [PATCH 07/41] migration: print expected downtime in info migrate
` [Qemu-devel] [PATCH 08/41] savevm: Factorize ram globals reset in its own function
` [Qemu-devel] [PATCH 09/41] ram: introduce migration_bitmap_set_dirty()
` [Qemu-devel] [PATCH 10/41] ram: Introduce migration_bitmap_test_and_reset_dirty()
` [Qemu-devel] [PATCH 11/41] ram: Export last_ram_offset()
` [Qemu-devel] [PATCH 12/41] ram: introduce migration_bitmap_sync()
` [Qemu-devel] [PATCH 13/41] ram: create trace event for migration sync bitmap
` [Qemu-devel] [PATCH 14/41] Separate migration bitmap
` [Qemu-devel] [PATCH 15/41] migration: Add dirty_pages_rate to query migrate output
` [Qemu-devel] [PATCH 16/41] BufferedFile: append, then flush
` [Qemu-devel] [PATCH 17/41] buffered_file: rename opaque to migration_state
` [Qemu-devel] [PATCH 18/41] buffered_file: opaque is MigrationState
` [Qemu-devel] [PATCH 19/41] buffered_file: unfold migrate_fd_put_buffer
` [Qemu-devel] [PATCH 20/41] buffered_file: unfold migrate_fd_put_ready
` [Qemu-devel] [PATCH 21/41] buffered_file: unfold migrate_fd_wait_for_unfreeze
` [Qemu-devel] [PATCH 22/41] buffered_file: unfold migrate_fd_close
` [Qemu-devel] [PATCH 23/41] buffered_file: We can access directly to bandwidth_limit
` [Qemu-devel] [PATCH 24/41] buffered_file: callers of buffered_flush() already check for errors
` [Qemu-devel] [PATCH 25/41] buffered_file: make buffered_flush return the error code
` [Qemu-devel] [PATCH 26/41] migration: make migrate_fd_wait_for_unfreeze() return errors
` [Qemu-devel] [PATCH 27/41] savevm: unexport qemu_fflush
` [Qemu-devel] [PATCH 28/41] virtio-net: use qemu_get_buffer() in a temp buffer
` [Qemu-devel] [PATCH 29/41] savevm: Remove qemu_fseek()
` [Qemu-devel] [PATCH 30/41] savevm: make qemu_fflush() return an error code
` [Qemu-devel] [PATCH 31/41] savevm: unfold qemu_fclose_internal()
` [Qemu-devel] [PATCH 32/41] savevm: unexport qemu_ftell()
` [Qemu-devel] [PATCH 33/41] savevm: make qemu_fill_buffer() be consistent
` [Qemu-devel] [PATCH 34/41] savevm: Only qemu_fflush() can generate errors
` [Qemu-devel] [PATCH 35/41] buffered_file: buffered_put_buffer() don't need to set last_error
` [Qemu-devel] [PATCH 36/41] block-migration: make flush_blks() return errors
` [Qemu-devel] [PATCH 37/41] block-migration: Switch meaning of return value
` [Qemu-devel] [PATCH 38/41] block-migration: handle errors with the return codes correctly
` [Qemu-devel] [PATCH 39/41] savevm: un-export qemu_file_set_error()
` [Qemu-devel] [PATCH 40/41] savevm: make qemu_file_put_notify() return errors
` [Qemu-devel] [PATCH 41/41] cpus: create qemu_in_vcpu_thread()

[PATCH] ARM: SAMSUNG: Add naming of s3c64xx-spi devices
 2012-10-02 12:43 UTC  (2+ messages)

[PATCH 00/11] ext4: Bunch of DIO/AIO fixes V4
 2012-10-02 12:42 UTC  (8+ messages)
` [PATCH 04/11] ext4: completed_io locking cleanup V4

[RFC v2] Convert storage to use per-remote device directories
 2012-10-02 12:41 UTC  (2+ messages)

[PATCH 00/62] denzil pull request 2
 2012-10-02 12:33 UTC  (2+ messages)

AX.25 Packet Radio on a RaspBerry Pi : a success
 2012-10-02 12:32 UTC  (13+ messages)
          ` [xfbb] "

[PATCH] ASoC: omap-abe-twl6040: Fix typo of Vibrator
 2012-10-02 12:31 UTC 

[patch] target/iscsi: precedence bug in iscsit_set_dataout_sequence_values()
 2012-10-02 12:27 UTC  (5+ messages)

[PATCH 0/4] cpuidle - support multiple drivers at a time
 2012-10-02 12:27 UTC  (5+ messages)
` [PATCH 4/4] cpuidle - support multiple drivers

[GIT PULL] Btrfs for linux-next
 2012-10-02 12:26 UTC  (4+ messages)

GPIO request failure with PCF pinmux
 2012-10-02 12:24 UTC  (2+ messages)

[ 000/180] 2.6.32.60-longterm review
 2012-10-02 12:24 UTC  (4+ messages)
` [ 026/180] eCryptfs: Improve statfs reporting

[RFC v9 PATCH 00/21] memory-hotplug: hot-remove physical memory
 2012-10-02 12:24 UTC  (8+ messages)
` [RFC v9 PATCH 13/21] memory-hotplug: check page type in get_page_bootmem

[PATCH 1/3] Fix trailing whitespace in trace.h
 2012-10-02 12:23 UTC  (7+ messages)
` [PATCH 2/3] Add parenthesis to macros with complex values "
` [PATCH 3/3] Fix line over 80 character issue and space before tabs issue "

[PATCH] arm: include linux/sched.h in syscall.h
 2012-10-02 12:21 UTC  (2+ messages)

[PATCH] drm/savage: re-add busmaster enable, regression fix
 2012-10-02 12:20 UTC 

Xen 4.0.4, kernel 3.5.0 HVM crash and kernel BUG
 2012-10-02 12:19 UTC  (4+ messages)

lib/mpi/generic_mpih-mul1.c:50:3: error: impossible constraint in 'asm'
 2012-10-02 12:19 UTC 

Upgrade from Ubuntu 10.04 to 12.04 broken raid6
 2012-10-02 12:18 UTC  (12+ messages)
                  ` Upgrade from Ubuntu 10.04 to 12.04 broken raid6. [SOLVED]

[GIT PULL] Asymmetric keys and module signing
 2012-10-02 12:17 UTC  (11+ messages)

[Buildroot] [PATCH] Add support for the Calao-systems USB-A9260
 2012-10-02 12:15 UTC 

[PATCH 00/10] Platform data clean-up and UIB device enablement
 2012-10-02 12:15 UTC  (7+ messages)
` [PATCH 08/10] ARM: ux500: Stop calling the UIB init function when using Device Tree

Merge of sulogin in 2.22
 2012-10-02 12:13 UTC  (4+ messages)

[RFC PATCH 00/13] DMA Engine support for AM33xx
 2012-10-02 12:03 UTC  (9+ messages)
` [RFC PATCH 08/13] mmc: omap_hsmmc: limit max_segs with the EDMA DMAC

[Linaro-mm-sig] [RFC] New dma_buf -> EGLImage EGL extension
 2012-10-02 12:10 UTC 

[RFC PATCH net-next] tcp: introduce tcp_tw_interval to specifiy the time of TIME-WAIT
 2012-10-02 12:09 UTC  (6+ messages)

[PATCH] ASoC: fix documentation in soc-jack
 2012-10-02 12:08 UTC 

tg3 driver upgrade (Linux 2.6.32 -> 3.2) breaks IBM Bladecenter SoL
 2012-10-02 12:07 UTC  (3+ messages)

[PATCH] device: Remove not used variable from search_cb
 2012-10-02 12:07 UTC  (3+ messages)
` [PATCH] device: Remove not used variables "

[U-Boot] Has anyone gotten the mmc commands to work on the NOVSOMTMi.MX6Q-SL-1-D, on the NOVPEK board by Novtech?
 2012-10-02 12:05 UTC  (3+ messages)

Xen 4.2.0 does not have the file passthrough.c
 2012-10-02 12:05 UTC  (4+ messages)
` [Xen-users] "

les micros strings les plus chics du net
 2012-10-02 12:04 UTC 

linux-next: manual merge of the xen-two tree with Linus' tree
 2012-10-02 11:54 UTC  (5+ messages)

[PATCH 00/12] New warnings and build errors in linux-next
 2012-10-02 11:52 UTC  (5+ messages)
` [PATCH 11/12] pinctrl: samsung: use __devinit section for init code

[PATCH] rootfs_ipk, image: Add debug capture support
 2012-10-02 11:38 UTC  (4+ messages)

[patch] bnx2x: use strlcpy() to copy a string
 2012-10-02 11:47 UTC  (2+ messages)

[PATCH v2] serial/arc-uart: Add new driver
 2012-10-02 11:47 UTC  (3+ messages)

[patch] dm thin: check kmalloc in dm_deferred_set_create()
 2012-10-02 11:46 UTC  (2+ messages)

[PATCH 0/4] cpufreq: db8500: Use platform data to provide cpufreq table
 2012-10-02 11:45 UTC  (5+ messages)

checkpatch run on net/ethernet
 2012-10-02 11:41 UTC  (3+ messages)
` [PATCH 1/2] net: ethernet: clean out braces / old code (found via checkpatch)
` [PATCH 2/2] net: ethernet: Remove obsolete comment

[PATCH 0/4] dw_dmac: few cleanups to the driver
 2012-10-02 11:42 UTC  (5+ messages)
` [PATCH 1/4] dmaengine: dw_dmac: use helper macro module_platform_driver()
` [PATCH 2/4] dmaengine: dw_dmac: add module alias
` [PATCH 3/4] dmaengine: dw_dmac: remove CLK dependency
` [PATCH 4/4] dmaengine: dw_dmac: amend description and indentation

linux-next: build failure in dwarf-regs.c
 2012-10-02 11:39 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/22 v3] target-i386: convert CPU features into properties
 2012-10-02 11:36 UTC  (5+ messages)
` [Qemu-devel] [PATCH 18/22] target-i386: parse cpu_model string into set of stringified properties

[U-Boot] mmc Status Error: 0x01FBB4D0
 2012-10-02 11:36 UTC 

[GIT] Security subsystem updates for 3.7
 2012-10-02 11:35 UTC 

3.6.0: WARNING: at arch/x86/kernel/apic/ipi.c:109 default_send_IPI_mask_logical+0x97/0xc7()
 2012-10-02 11:26 UTC 

Advice on first patch
 2012-10-02 11:34 UTC  (3+ messages)

[PATCH v2 0/2] Update sched_domains_numa_masks when new cpus are onlined
 2012-10-02 11:33 UTC  (2+ messages)

Repeatable ext4 oops with 3.6.0 (regression)
 2012-10-02 11:19 UTC 

The 10ms averager in fair.c
 2012-10-02  9:28 UTC  (4+ messages)

WICHTIG: Neue Sicherheits-Update!
 2012-10-02 10:27 UTC 

[GIT PULL] btrfs-progs: Handful of fixes for 0.20-rc1
 2012-10-02 11:27 UTC 

[PATCH v2 RESEND 1/2] ARM: arch timer: Set the TVAL before timer is enabled
 2012-10-02 11:27 UTC  (8+ messages)
` [PATCH v2 RESEND 2/2] ARM: local timers: add timer support using IO mapped register

numa remap space & memory hotplug
 2012-10-02 11:25 UTC 

[PATCH v2 resend] seccomp: Make syscall skipping and nr changes more consistent
 2012-10-02 11:23 UTC  (2+ messages)

[PATCH v3 -tip 0/5] x86, MSI, AHCI: Support multiple MSIs
 2012-10-02 11:25 UTC  (5+ messages)
` [PATCH v3 -tip 1/5] x86, MSI: Support multiple MSIs in presense of IRQ remapping

This is Ready to Move!
 2012-10-03  3:15 UTC 

[PATCH v1 2/8]: PVH mmu changes
 2012-10-02 11:23 UTC  (5+ messages)

[PATCH] media: add a VEU MEM2MEM format conversion and scaling driver
 2012-10-02 11:23 UTC  (5+ messages)

sl[aou]b allocator comparison
 2012-10-02 11:22 UTC 

Ubuntu SecurityFlags at boot
 2012-10-02 11:19 UTC  (4+ messages)

iwlwifi can't connect to router after resuming from suspend
 2012-10-02 11:20 UTC  (11+ messages)
              ` How do I get mac80211 debugfs?

[PATCH] libdrm: Remove Cairo dependency
 2012-10-02 11:06 UTC  (6+ messages)

[PATCH] perf cgroups: Fix perf_cgroup_switch schedule in warning
 2012-10-02 11:18 UTC 

[PATCH] opkg-native: remove spurious dependency on curl-native
 2012-10-02 11:04 UTC  (2+ messages)

[PATCH v9 0/6] Update MFC v4l2 driver to support MFC6.x
 2012-10-02 14:55 UTC  (9+ messages)
` [PATCH v9 3/6] [media] s5p-mfc: Update MFCv5 driver for callback based architecture
` [PATCH v9 4/6] [media] s5p-mfc: Add MFC variant data to device context
` [PATCH v9 5/6] [media] s5p-mfc: MFCv6 register definitions
` [PATCH v9 6/6] [media] s5p-mfc: Update MFC v4l2 driver to support MFC6.x

[Qemu-devel] [PATCH 00/41] Migration cleanups, refactorings, stats, and more
 2012-10-02 11:16 UTC  (5+ messages)
` [Qemu-devel] [PATCH 25/41] buffered_file: make buffered_flush return the error code


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.