All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-09 17:12:02 to 2015-11-09 17:57:41 UTC [more...]

[Qemu-devel] [PATCH for 2.5 v6 0/10] dataplane snapshot fixes
 2015-11-09 17:57 UTC  (7+ messages)
` [Qemu-devel] [PATCH 05/10] snapshot: create bdrv_all_find_snapshot helper
` [Qemu-devel] [PATCH 07/10] snapshot: create bdrv_all_create_snapshot helper

binutils failing in FIDO branch
 2015-11-09 17:56 UTC  (2+ messages)

[PATCH v1] eCryptfs: enhancing eCryptfs to be used with external crypto engine
 2015-11-09 17:55 UTC  (2+ messages)

[PATCH v4] Add git-grep threads param
 2015-11-09 17:55 UTC  (10+ messages)

[Printing-architecture] REMINDER - OP Call Tuesday 10 November 2015
 2015-11-09 17:55 UTC 

ceph encoding optimization
 2015-11-09 17:54 UTC  (10+ messages)

[PATCH] packet: Allow packets with only a header (but no payload)
 2015-11-09 17:53 UTC  (9+ messages)

overflow in inode.c, file.c
 2015-11-09 17:52 UTC  (2+ messages)

[PATCH] comedi: ni_6527: Fix coding style - use BIT macro
 2015-11-09 17:57 UTC 

[LTP] [PATCH] controllers/cpuacct: rewrote testcases
 2015-11-09 17:51 UTC  (2+ messages)

[PATCH][meta-oe] Revert "luajit: Upgrade to 2.1 beta1"
 2015-11-09 17:50 UTC  (6+ messages)

[Qemu-devel] [PULL 00/57] Migration pull
 2015-11-09 17:50 UTC  (63+ messages)
` [Qemu-devel] [PULL 01/57] Add postcopy documentation
` [Qemu-devel] [PULL 02/57] Provide runtime Target page information
` [Qemu-devel] [PULL 03/57] Move configuration section writing
` [Qemu-devel] [PULL 04/57] Move page_size_init earlier
` [Qemu-devel] [PULL 05/57] qemu_ram_block_from_host
` [Qemu-devel] [PULL 06/57] qemu_ram_block_by_name
` [Qemu-devel] [PULL 07/57] Rename mis->file to from_src_file
` [Qemu-devel] [PULL 08/57] Add qemu_get_buffer_in_place to avoid copies some of the time
` [Qemu-devel] [PULL 09/57] Add wrapper for setting blocking status on a QEMUFile
` [Qemu-devel] [PULL 10/57] Add QEMU_MADV_NOHUGEPAGE
` [Qemu-devel] [PULL 11/57] ram_debug_dump_bitmap: Dump a migration bitmap as text
` [Qemu-devel] [PULL 12/57] ram_load: Factor out host_from_stream_offset call and check
` [Qemu-devel] [PULL 13/57] migrate_init: Call from savevm
` [Qemu-devel] [PULL 14/57] Rename save_live_complete to save_live_complete_precopy
` [Qemu-devel] [PULL 15/57] Add Linux userfaultfd.h header
` [Qemu-devel] [PULL 16/57] Return path: Open a return path on QEMUFile for sockets
` [Qemu-devel] [PULL 17/57] Return path: socket_writev_buffer: Block even on non-blocking fd's
` [Qemu-devel] [PULL 18/57] Migration commands
` [Qemu-devel] [PULL 19/57] Return path: Control commands
` [Qemu-devel] [PULL 20/57] Return path: Send responses from destination to source
` [Qemu-devel] [PULL 21/57] migration_is_setup_or_active
` [Qemu-devel] [PULL 22/57] Return path: Source handling of return path
` [Qemu-devel] [PULL 23/57] Rework loadvm path for subloops
` [Qemu-devel] [PULL 24/57] Add migration-capability boolean for postcopy-ram
` [Qemu-devel] [PULL 25/57] Add wrappers and handlers for sending/receiving the postcopy-ram migration messages
` [Qemu-devel] [PULL 26/57] MIG_CMD_PACKAGED: Send a packaged chunk of migration stream
` [Qemu-devel] [PULL 27/57] Modify save_live_pending for postcopy
` [Qemu-devel] [PULL 28/57] postcopy: OS support test
` [Qemu-devel] [PULL 29/57] migrate_start_postcopy: Command to trigger transition to postcopy
` [Qemu-devel] [PULL 30/57] migration_completion: Take current state
` [Qemu-devel] [PULL 31/57] MIGRATION_STATUS_POSTCOPY_ACTIVE: Add new migration state
` [Qemu-devel] [PULL 32/57] Avoid sending vmdescription during postcopy
` [Qemu-devel] [PULL 33/57] Add qemu_savevm_state_complete_postcopy
` [Qemu-devel] [PULL 34/57] Postcopy: Maintain unsentmap
` [Qemu-devel] [PULL 35/57] migration_completion: Take current state
` [Qemu-devel] [PULL 36/57] postcopy: Incoming initialisation
` [Qemu-devel] [PULL 37/57] postcopy: ram_enable_notify to switch on userfault
` [Qemu-devel] [PULL 38/57] Postcopy: Postcopy startup in migration thread
` [Qemu-devel] [PULL 39/57] Postcopy: End of iteration
` [Qemu-devel] [PULL 40/57] Page request: Add MIG_RP_MSG_REQ_PAGES reverse command
` [Qemu-devel] [PULL 41/57] Page request: Process incoming page request
` [Qemu-devel] [PULL 42/57] Page request: Consume pages off the post-copy queue
` [Qemu-devel] [PULL 43/57] postcopy_ram.c: place_page and helpers
` [Qemu-devel] [PULL 44/57] Postcopy: Use helpers to map pages during migration
` [Qemu-devel] [PULL 45/57] postcopy: Check order of received target pages
` [Qemu-devel] [PULL 46/57] Don't sync dirty bitmaps in postcopy
` [Qemu-devel] [PULL 47/57] Don't iterate on precopy-only devices during postcopy
` [Qemu-devel] [PULL 48/57] Host page!=target page: Cleanup bitmaps
` [Qemu-devel] [PULL 49/57] Round up RAMBlock sizes to host page sizes
` [Qemu-devel] [PULL 50/57] Postcopy; Handle userfault requests
` [Qemu-devel] [PULL 51/57] Start up a postcopy/listener thread ready for incoming page data
` [Qemu-devel] [PULL 52/57] postcopy: Wire up loadvm_postcopy_handle_ commands
` [Qemu-devel] [PULL 53/57] Postcopy: Mark nohugepage before discard
` [Qemu-devel] [PULL 54/57] End of migration for postcopy
` [Qemu-devel] [PULL 55/57] Disable mlock around incoming postcopy
` [Qemu-devel] [PULL 56/57] Inhibit ballooning during postcopy
` [Qemu-devel] [PULL 57/57] migration: qemu_savevm_state_cleanup becomes mandatory operation

[PATCH] t5813: avoid creating urls that break on cygwin
 2015-11-09 17:50 UTC  (3+ messages)

[Qemu-devel] [PULL v2 0/7] Block patches
 2015-11-09 17:50 UTC  (6+ messages)

DPDK ArmV7 autotests
 2015-11-09 17:46 UTC  (3+ messages)

[PATCH] video: constify geode ops structures
 2015-11-09 17:48 UTC  (9+ messages)
      ` [kernel-hardening] "

[PATCH 0/2] omap3isp: Remove legacy platform data support
 2015-11-09 17:48 UTC  (5+ messages)
` [PATCH 1/2] ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation

[Intel-wired-lan] [next PATCH S21 00/14] i40e/i40evf updates
 2015-11-09 17:48 UTC  (3+ messages)
` [Intel-wired-lan] [next PATCH S21 01/14] i40evf: increase max number of queues

[Qemu-devel] [PULL 00/12] QAPI patches
 2015-11-09 17:46 UTC  (13+ messages)
` [Qemu-devel] [PULL 01/12] qapi: Use generated TestStruct machinery in tests
` [Qemu-devel] [PULL 02/12] qapi: Strengthen test of TestStructList
` [Qemu-devel] [PULL 03/12] qobject: Protect against use-after-free in qobject_decref()
` [Qemu-devel] [PULL 04/12] qapi: Share test_init code in test-qmp-input*
` [Qemu-devel] [PULL 05/12] qapi: Plug leaks in test-qmp-*
` [Qemu-devel] [PULL 06/12] qapi: Simplify non-error testing "
` [Qemu-devel] [PULL 07/12] qapi: Simplify error cleanup "
` [Qemu-devel] [PULL 08/12] qapi: More tests of alternate output
` [Qemu-devel] [PULL 09/12] qapi: Test failure in middle of array parse
` [Qemu-devel] [PULL 10/12] qapi: More tests of input arrays
` [Qemu-devel] [PULL 11/12] qapi: Provide nicer array names in introspection
` [Qemu-devel] [PULL 12/12] qapi-introspect: Document lack of sorting

[Buildroot] [PATCH v3 1/3] toolchain/external: add MIPS Codescape MTI GNU Linux toolchain
 2015-11-09 17:46 UTC  (4+ messages)
` [Buildroot] [PATCH v3 2/3] toolchain/external: add MIPS Codescape IMG "
` [Buildroot] [PATCH v3 3/3] toolchain/external: Codescape toolchains also exist for x86_64

[PATCH v2 00/27] hpsa updates
 2015-11-09 17:46 UTC  (2+ messages)

[PATCH RESEND] hpsa: move lockup_detected attribute to host attr
 2015-11-09 17:46 UTC  (2+ messages)

[PATCH 0/4] ASoC: core: Update for DSP systems
 2015-11-09 17:50 UTC  (5+ messages)
` [PATCH 1/4] ASoC: core: refactor soc_link_dai_widgets()
` [PATCH 2/4] ASoC: core: Adds support for cpu loopback dai_link
` [PATCH 3/4] ASoC: core: Pass kcontrol to bytes tlv callbacks
` [PATCH 4/4] ASoC: topology: fix info callback for TLV byte control

[PATCH v3 0/3] Dynamic power model from device tree
 2015-11-09 17:45 UTC  (7+ messages)
` [PATCH v3 1/3] devicetree: bindings: Add optional dynamic-power-coefficient property
` [PATCH v3 2/3] cpufreq-dt: Supply power coefficient when registering cooling devices
` [PATCH v3 3/3] cpufreq: arm_big_little: Add support to register a cpufreq cooling device

Double output
 2015-11-09 17:45 UTC 

[PATCH] comedi: comedi_parport: Fix coding style - use BIT macro
 2015-11-09 17:48 UTC 

[PATCH V2 0/2] arm64: cleanup FRAME_POINTER kconfig option and force to select it
 2015-11-09 17:43 UTC  (3+ messages)
` [PATCH 1/2] arm64: remove redundant FRAME_POINTER kconfig option
` [PATCH 2/2] arm64: force to select FRAME_POINTER

[PATCH] add interface protocol 1 for Surface Pro 3 cameras
 2015-11-09 17:43 UTC  (2+ messages)

[PATCH 0/3] Xen wallclock on arm and arm64
 2015-11-09 17:42 UTC  (13+ messages)
` [PATCH 3/3] xen/arm: set the system time in Xen via the XENPF_settime hypercall
` [PATCH 1/3] xen/arm: introduce xen_read_wallclock

[Qemu-devel] [PATCH v2 0/2] virtio-net/vhost-net: share cross-endian enablement
 2015-11-09 17:42 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] virtio-net: use the backend cross-endian capabilities
` [Qemu-devel] [PATCH v2 2/2] Revert "vhost-net: tell tap backend about the vnet endianness"

Another JFFS2 deadlock, kernel 3.4.11
 2015-11-09 17:42 UTC  (2+ messages)

[PATCH v4 0/5] mfd: tps65912: Driver rewrite with DT support
 2015-11-09 17:41 UTC  (11+ messages)
` [PATCH v4 4/5] regulator: tps65912: Add regulator driver for the TPS65912 PMIC

[PATCH] comedi: pcmmio: Fix coding style - use BIT macro
 2015-11-09 17:44 UTC 

Increasing startup time
 2015-11-09 17:40 UTC  (5+ messages)

[PATCH] mtd: Add locking to cfi_cmdset_001:do_getlockstatus_oneblock
 2015-11-09 17:37 UTC  (4+ messages)

master - lvmlockd: fix the NO_GL_LS condition
 2015-11-09 17:38 UTC 

[U-Boot] [PATCH] Makefile: Include vendor common library in include search path
 2015-11-09 17:37 UTC  (13+ messages)

[PATCH 0/7] drivers: touchscreen: tsc2007 and ads7846/tsc2046 improvements (use common touchscreen bindings, pre-calibration, spi fix and provide iio raw values)
 2015-11-09 17:36 UTC  (6+ messages)
` [PATCH 1/7] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation
` [PATCH 5/7] drivers:input:ads7846(+tsc2046): add new common binding names, pre-calibration and flipping

[PATCH v11 0/5] xen/arm/arm64: CONFIG_PARAVIRT and stolen ticks accounting
 2015-11-09 17:36 UTC  (6+ messages)
` [PATCH v11 2/5] missing include asm/paravirt.h in cputime.c

[Qemu-devel] [PATCH v10 00/30] qapi member collision (post-introspection cleanups, subset C')
 2015-11-09 17:36 UTC  (4+ messages)
` [Qemu-devel] [PATCH v10 24/30] qapi: Factor out QAPISchemaObjectType.check_clash()

nft synproxy integration
 2015-11-09 17:35 UTC  (3+ messages)
  ` Fwd: "

Buffer I/O errors & Kernel OOPS with RAID6
 2015-11-09 17:35 UTC  (2+ messages)

[PATCH] uvcvideo: Enable UVC 1.5 device detection
 2015-11-09 17:33 UTC 

[PATCH] mvneta: add FIXED_PHY dependency
 2015-11-09 17:33 UTC  (13+ messages)

[RFT PATCH] mips: bigsur_defconfig: convert to use libata PATA drivers
 2015-11-09 17:33 UTC  (6+ messages)
` [PATCH] mips: sb1250_swarm_defconfig: disable IDE subsystem

[PATCH] USB: uvc: add support for the Microsoft Surface Pro 3 Cameras
 2015-11-09 17:33 UTC  (4+ messages)

[PATCH tip/locking/core v9 0/6] locking/qspinlock: Enhance pvqspinlock
 2015-11-09 17:33 UTC  (11+ messages)
` [PATCH tip/locking/core v9 5/6] locking/pvqspinlock: Allow 1 lock stealing attempt
` [PATCH tip/locking/core v9 6/6] locking/pvqspinlock: Queue node adaptive spinning

[PATCH v2 0/2] wallclock time on arm
 2015-11-09 17:32 UTC  (3+ messages)
` [PATCH v2 1/2] xen: move wallclock functions from x86 to common
  ` [PATCH v2 2/2] arm: export platform_op XENPF_settime64

[Qemu-devel] [PATCH] log disasm insns when nochain + in_asm enabled
 2015-11-09 17:31 UTC  (2+ messages)

[PATCH 1/7] drm/i915/skl: Store and print the DMC firmware version we load
 2015-11-09 17:29 UTC  (3+ messages)

[PATCH 1/2] drm/dp: Add definition for Display Control DPCD Registers capability size
 2015-11-09 17:28 UTC 

[PATCH] comedi: me_daq: Fix coding style - use BIT macro
 2015-11-09 17:27 UTC  (3+ messages)

[PATCH i-g-t 2/8] lib: highlight subtest results on terminals
 2015-11-09 17:17 UTC  (2+ messages)
` [PATCH i-g-t] lib: add a environment variable to control output

[PATCH] Input: parkbd - Drop bogus __init from parkbd_allocate_serio()
 2015-11-09 17:27 UTC  (4+ messages)

[PATCH v2] Add build-id to XENVER hypercall
 2015-11-09 17:26 UTC  (3+ messages)
` [PATCH v2 2/3] XENVER_build_id: Provide ld-embedded build-ids

[PATCH v7 0/3] Add Freescale LS1043a device tree
 2015-11-09 17:24 UTC  (4+ messages)
` [PATCH V7 1/3] Documentation: DT: Add entry for Freescale LS1043a-RDB board

[PATCH] PCI: pcie-rcar: Fix OF node passed to MSI irq domain
 2015-11-09 17:24 UTC  (5+ messages)

kdbus refactoring?
 2015-11-09 17:23 UTC  (9+ messages)

[KERNEL] Re: [KERNEL] Re: [KERNEL] Re: Kernel 4.3 breaks security in systems using capabilities
 2015-11-09 17:23 UTC  (11+ messages)
` [KERNEL] "
      ` [KERNEL] "
          ` [KERNEL] "
              ` [KERNEL] "
                `  "
                  ` [KERNEL] "

network stream fairness
 2015-11-09 17:23 UTC  (7+ messages)

[GIT PULL] Kselftest update for 4.4-rc1
 2015-11-09 17:22 UTC  (2+ messages)

[U-Boot] Ethernet i210 (e1000 driver) on tegra K1
 2015-11-09 17:21 UTC  (4+ messages)

Request for Comments: Weighted Round Robin OP Queue
 2015-11-09 17:19 UTC  (11+ messages)

[tegrarcm PATCH 0/2] Initial support for secured devices
 2015-11-09 17:19 UTC  (3+ messages)
  ` [tegrarcm PATCH 1/2] Remove the operational mode check
  ` [tegrarcm PATCH 2/2] Add support for communicating with secured production devices

[PATCH] multi-kernel: don't fail removing symlinks when config or commit changes
 2015-11-09 17:19 UTC 

[PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes
 2015-11-09 17:17 UTC  (2+ messages)

[PATCH] btrfs: properly set the termination value of ctx->pos in readdir
 2015-11-09 17:14 UTC 

Grafting old platform drivers onto a new DT kernel
 2015-11-09 17:13 UTC  (10+ messages)

[PATCH v7 00/11] refs backend pre-vtable
 2015-11-09 17:03 UTC  (3+ messages)
` [PATCH v7 09/11] initdb: make safe_create_dir public
` [PATCH v7 10/11] files_log_ref_write: new function


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.