All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-09 16:51:54 to 2015-11-09 17:37:46 UTC [more...]

[Qemu-devel] [PATCH for 2.5 v6 0/10] dataplane snapshot fixes
 2015-11-09 17:37 UTC  (6+ 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

[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 

[Qemu-devel] [PULL 00/57] Migration pull
 2015-11-09 17:33 UTC  (59+ 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

Increasing startup time
 2015-11-09 17:33 UTC  (4+ messages)

[PATCH] mvneta: add FIXED_PHY dependency
 2015-11-09 17:33 UTC  (16+ 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)

[Buildroot] [PATCH v3 1/3] toolchain/external: add MIPS Codescape MTI GNU Linux toolchain
 2015-11-09 17:32 UTC  (3+ 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 v3 0/3] Dynamic power model from device tree
 2015-11-09 17:29 UTC  (6+ 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

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

[PATCH v4] Add git-grep threads param
 2015-11-09 17:28 UTC  (8+ 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

DPDK ArmV7 autotests
 2015-11-09 17:26 UTC  (2+ messages)

[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 0/3] Xen wallclock on arm and arm64
 2015-11-09 17:17 UTC  (11+ 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

[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  (11+ messages)

[PATCH v7 00/11] refs backend pre-vtable
 2015-11-09 17:03 UTC  (11+ messages)
` [PATCH v7 01/11] refs: make is_branch public
` [PATCH v7 02/11] verify_refname_available(): rename function
` [PATCH v7 03/11] verify_refname_available(): new function
` [PATCH v7 04/11] copy_msg(): rename to copy_reflog_msg()
` [PATCH v7 05/11] pack_if_possible_fn(): use ref_type() instead of is_per_worktree_ref()
` [PATCH v7 06/11] refname_is_safe(): improve docstring
` [PATCH v7 07/11] refs/refs-internal.h: new header file
` [PATCH v7 09/11] initdb: make safe_create_dir public
` [PATCH v7 10/11] files_log_ref_write: new function
` [PATCH v7 11/11] refs: break out ref conflict checks

[PATCH] comedi: pcmmio: Fix coding style - use BIT macro
 2015-11-09 16:56 UTC  (2+ messages)

LXC 1.1.5 has been released!
 2015-11-09 17:11 UTC 

[PATCH v4 0/5] enable I2C devices behind I2C bus on Gen2
 2015-11-09 17:10 UTC  (4+ messages)
` [PATCH v4 5/5] pwm-pca9685: enable ACPI device found on Galileo Gen2

[Patch v7 0/7] Consolidate ACPI PCI root common code into ACPI core
 2015-11-09 17:10 UTC  (11+ messages)
` [Patch v7 4/7] PCI/ACPI: Add interface acpi_pci_root_create()

[PATCH 0/2] wallclock time on arm
 2015-11-09 17:09 UTC  (4+ messages)
` [PATCH 2/2] arm: export platform_op XENPF_settime

[PATCH 3.14 00/37] 3.14.57-stable review
 2015-11-09 17:09 UTC  (3+ messages)

[PATCH] linux: cmem: k2hk-evm: Reduce reserved memory
 2015-11-09 17:09 UTC 

[PATCH v2] mmc: sdhci-msm: Boost controller core clock
 2015-11-09 17:09 UTC  (3+ messages)

[PATCH for-next 0/4] User-space time-stamping support for mlx5_ib
 2015-11-09 17:09 UTC  (10+ messages)
` [PATCH for-next 1/4] IB/mlx5: Add create_cq extended command
` [PATCH for-next 2/4] IB/core: Add ib_is_udata_cleared
` [PATCH for-next 3/4] IB/mlx5: Add support querying timestamp related fields in query_device
` [PATCH for-next 4/4] IB/mlx5: Mmap the HCA's core clock register to user-space

About SCTP restart?
 2015-11-09 17:07 UTC  (2+ messages)

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

[Qemu-devel] [Bug 1512134] [NEW] Multiboot v1 memory map offset wrong
 2015-11-09 16:59 UTC  (2+ messages)
` [Qemu-devel] [Bug 1512134] "

[PATCH] macvtap: Resolve possible __might_sleep warning in macvtap_do_read()
 2015-11-09 17:05 UTC  (2+ messages)

nft cache updates
 2015-11-09 17:05 UTC  (3+ messages)

Sufferring From Diabetes? Here Is The Cure
 2015-11-09 17:04 UTC 

Question with maxcpus= parameter
 2015-11-09 17:04 UTC  (5+ messages)

[U-Boot] [PATCH v2 1/5] arm: ls1021a: merge SoC specific code in a separate file
 2015-11-09 17:01 UTC  (5+ messages)
` [U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514

Getting started on iMX6 DL development
 2015-11-09 16:59 UTC  (4+ messages)

[Qemu-devel] Qemu: Guest Linux hangs on Mac OS X 10.11
 2015-11-09 16:59 UTC  (2+ messages)

[PATCH] ARM/arm64: KVM: test properly for a PTE's uncachedness
 2015-11-09 16:59 UTC  (6+ messages)

[Qemu-devel] [PATCH v6 for-2.6 00/15] block: Rework bdrv_close_all()
 2015-11-09 16:59 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 07/15] block: Move BDS close notifiers into BB

[Qemu-devel] [PATCH for-2.5] configure: Don't disable optimization for non-fortify builds
 2015-11-09 16:58 UTC  (5+ messages)

[PATCH] drm/i915: A better maximum brightness for users
 2015-11-09 16:57 UTC  (4+ messages)

[PATCH] power: bq27xxx_battery: Revert "Remove unneeded dependency in Kconfig"
 2015-11-09 16:56 UTC  (4+ messages)

[PATCH v2 0/5] Qualcomm PCIe and PCIe/PHY drivers
 2015-11-09 16:56 UTC  (5+ messages)
` [PATCH v2 4/5] PCI: qcom: Add Qualcomm PCIe controller driver

[PATCH 1/4] gpu: ipu-v3: drop unused dmfc field from client platform data
 2015-11-09 16:56 UTC  (3+ messages)
` [PATCH 4/4] drm/imx: Remove of_node assignment from ipuv3-crtc driver probe

[PATCH] comedi: comedi_parport: Fix coding style - use BIT macro
 2015-11-09 16:55 UTC  (2+ messages)

[PATCH v3 00/32] HiSilicon SAS driver
 2015-11-09 16:51 UTC  (4+ messages)
` [PATCH v3 11/32] scsi: hisi_sas: add phy SAS ADDR initialization

[PATCH 00/25] toaster: 8279: Provide a single way of starting Toaster
 2015-11-09 16:54 UTC  (4+ messages)

[PATCH 0/4] module RO/NX cleanups
 2015-11-09 16:54 UTC  (3+ messages)
` [PATCH 3/4] module: use a structure to encapsulate layout

[U-Boot] [PATCH v2 00/26] usb: Drop requirement for USB unbinding, add tests
 2015-11-09 16:54 UTC  (3+ messages)

[U-Boot] [PATCH] serial: serial_x86: add ns16550a compatible ids
 2015-11-09 16:54 UTC  (5+ messages)

[PATCH] comedi: ii_pci20kc: Fix coding style - use BIT macro
 2015-11-09 16:53 UTC  (2+ messages)

[PATCH v2 0/4] update ath10k support for QCA9377 chips
 2015-11-09 16:51 UTC  (2+ messages)

[PATCH 0/9 v3] ext4: Punch hole and DAX fixes
 2015-11-09 16:51 UTC  (4+ 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.