All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-10-02 10:18:50 to 2012-10-02 11:57:04 UTC [more...]

[PATCH RFC] MAINTAINERS: Add section for subsystem shortname
 2012-10-02 11:57 UTC 

[PATCH 1/3] Fix trailing whitespace in trace.h
 2012-10-02 11:54 UTC  (3+ 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 "

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

[PATCH] perf cgroups: Fix perf_cgroup_switch schedule in warning
 2012-10-02 11:53 UTC  (2+ 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] target/iscsi: precedence bug in iscsit_set_dataout_sequence_values()
 2012-10-02 11:48 UTC  (3+ 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)

[PATCH 00/10] Platform data clean-up and UIB device enablement
 2012-10-02 11:44 UTC  (15+ messages)
` [PATCH 07/10] ARM: ux500: Create a new Device Tree include file for boards supporting STUIBs
` [PATCH 08/10] ARM: ux500: Stop calling the UIB init function when using Device Tree
` [PATCH 09/10] ARM: ux500: Add all bu21013 touch screen components to supported Device Trees
` [PATCH 10/10] ARM: ux500: Stop informing the regulator subsystem that we have full constraints

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

[Qemu-devel] [PATCH v2 0/9] Embedded NBD server
 2012-10-02 11:39 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 2/9] qapi: add socket address types

[PATCH] device: Remove not used variable from search_cb
 2012-10-02 11:39 UTC  (2+ messages)
` [PATCH] device: Remove not used variables "

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

[Qemu-devel] [PATCH v2 00/41] Migration cleanups, refactorings, stats, and more
 2012-10-02 11:37 UTC  (43+ 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()

[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  (4+ messages)
` [PATCH] net: ethernet: clean out braces / old code (found via checkpatch)

[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  (7+ 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  (14+ messages)
` [PATCH v9 1/6] [media] v4l: Add fourcc definitions for new formats
` [PATCH v9 2/6] [media] v4l: Add control definitions for new H264 encoder features
` [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  (16+ messages)
` [Qemu-devel] [PATCH 02/41] fix migration sync
` [Qemu-devel] [PATCH 07/41] migration: print expected downtime in info migrate
` [Qemu-devel] [PATCH 17/41] buffered_file: rename opaque to migration_state
` [Qemu-devel] [PATCH 25/41] buffered_file: make buffered_flush return the error code

[PATCH v2 0/7] uio_pruss cleanup and platform support
 2012-10-02 11:13 UTC  (7+ messages)
` [PATCH v2 4/7] ARM: davinci: Add support for an L3RAM gen_pool

ACPI errors on Dell Latitude E5430
 2012-10-02 11:14 UTC  (3+ messages)

More that one not ! condition in a single rule
 2012-10-02 11:13 UTC  (3+ messages)

[RFC] [PATCH] cifs: retry kernel_sendmsg only in case of -EAGAIN
 2012-10-02 11:12 UTC  (6+ messages)

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

slab vs. slub kmem cache name inconsistency
 2012-10-02 11:08 UTC  (3+ messages)

[PATCH 01/11] Add ioread/iowrite functions to mini-os
 2012-10-02 11:08 UTC  (6+ messages)
` [PATCH 04/11] Disable the mfn_is_ram() check, it doesn't work correctly on all systems
` [PATCH 08/11] add tpmfront, tpm_tis, and tpmback drivers to mini-os

[PATCH 0/3] ASoC: Davinci: McASP: add support new McASP IP Variant
 2012-10-02 11:06 UTC  (9+ messages)
` [PATCH 2/3] ASoC: Davinci: pcm: add support for sram-support-less platforms
          ` [alsa-devel] "

[PATCH RFC] em28xx: PCTV 520e switch tda18271 to tda18271c2dd
 2012-10-02 11:05 UTC  (7+ messages)

[PATCH 00/14] V4L2 DT support
 2012-10-02 11:04 UTC  (7+ messages)
` [PATCH 05/14] media: add a V4L2 OF parser

[PATCH 0/6] fix error return code
 2012-10-02 11:04 UTC  (5+ messages)
` [PATCH 3/6] arch/powerpc/kvm/e500_tlb.c: "

[U-Boot] include: fix mips64 build warning
 2012-10-02 11:01 UTC  (3+ messages)

[PATCH 1/8] oe.test_types: move into an oe.tests package
 2012-10-02 10:46 UTC  (3+ messages)
` [PATCH 7/8] OECore license fixes: meta/*

Duplicate sysfs file: microamps_requested_vmmc
 2012-10-02 10:54 UTC  (2+ messages)

[mdadm,v1 PATCH 0/6] Extend mdadm [...] --export
 2012-10-02 10:54 UTC  (4+ messages)
` [PATCH 2/6] imsm: Add --controller-path option for --detail-platform

[PATCH v1 7/8]: PVH privcmd changes
 2012-10-02 10:54 UTC  (2+ messages)

[PATCH v1 6/8]: PVH ballooning and grant changes
 2012-10-02 10:52 UTC  (2+ messages)

[PATCH v1 4/8]: PVH setup changes
 2012-10-02 10:51 UTC  (2+ messages)

Current media_build doesn't succeed building on kernel 3.1.10
 2012-10-02 10:49 UTC  (6+ messages)

[PATCH BlueZ 01/10] gdbus: Fix not freeing list node by using g_slist_delete_link
 2012-10-02 10:49 UTC  (5+ messages)
` [PATCH BlueZ 02/10] gdbus: Remove connection from g_dbus_remove_watch

[PATCH v1 1/8]: PVH basic and hader file changes
 2012-10-02 10:48 UTC  (2+ messages)

[PATCH] docs: initial documentation for xenstore paths
 2012-10-02 10:46 UTC  (4+ messages)

[PATCH] perf x86_64: Fix rsp register for system call fast path
 2012-10-02 10:44 UTC  (2+ messages)

[driver-core:driver-core-next 4/11] include/linux/device.h:925:12: error: 'dev_vprintk_emit' defined
 2012-10-02 10:41 UTC 

Block Migration and xbzrle
 2012-10-02 10:40 UTC  (7+ messages)
` [Qemu-devel] "

[patch] x86/cache_info: use ARRAY_SIZE() in amd_l3_attrs()
 2012-10-02 10:39 UTC  (3+ messages)

Unable to install Precise domU PV on xen 4.2.0
 2012-10-02 10:34 UTC  (4+ messages)

[ath9k-devel] [PATCH] ath9k_hw: Handle AR_INTR_SYNC_HOST1_(FATAL|PERR) on AR9003
 2012-10-02 10:33 UTC  (3+ messages)
` [PATCHv2] ath9k_hw: Handle AR_INTR_SYNC_HOST1_FATAL "
  ` [ath9k-devel] "

Деловая переписка
 2012-10-02 10:32 UTC 

[PATCH 1/7] aoe: support more AoE addresses with dynamic block device minor numbers
 2012-10-02 10:30 UTC  (2+ messages)

[U-Boot] [PATCH v3 6/8] fdt: cmd_fdt: Call fdt_chosen() from "fdt boardsetup"
 2012-10-02 10:26 UTC  (6+ messages)

[Qemu-devel] [PATCH V4 0/5] Xen, introducing dirty log for migration
 2012-10-02 10:25 UTC  (5+ messages)
` [Qemu-devel] [PATCH V4 4/5] exec, memory: Call to xen_modified_memory
    `  "

[PATCH v2 00/10] KVM/ARM vGIC support
 2012-10-02 10:25 UTC  (5+ messages)
` [PATCH v2 08/10] ARM: KVM: VGIC initialisation code

[PATCH] [ARM] Use AT() in the linker script to create correct program headers
 2012-10-02 10:23 UTC  (7+ messages)

[PATCH 1/2] KVM: PPC: e500: fix allocation size error on g2h_tlb1_map
 2012-10-02 10:22 UTC  (9+ messages)

[U-Boot] [PATCH v3 0/8] SPL: Port SPL framework to powerpc
 2012-10-02 10:20 UTC  (4+ messages)
` [U-Boot] [PATCH v3 2/8] "

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

[PATCH 0/5] nfs: few cleanup patches inspired by sparse
 2012-10-02 10:19 UTC  (4+ messages)
` [PATCH 3/5] nfs: declare nfs_xdev_mount as static
` [PATCH 4/5] nfs: include nfs4_fh.h in nfs4sysctl.c
` [PATCH 5/5] nfs: include internah.h in getroot.h


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.