All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-05 17:33:20 to 2015-11-05 18:18:16 UTC [more...]

[Qemu-devel] [PULL 00/37] Block layer patches
 2015-11-05 18:17 UTC  (2+ messages)
` [Qemu-devel] [PULL 02/37] block: Add blk_remove_bs()

[PATCH 00/10] TPM2 updates for 4.4
 2015-11-05 18:17 UTC  (8+ messages)
` [PATCH 04/10] tpm: move the PPI attributes to character device directory
  ` [BUG, bisect, PATCH "
      ` [tpmdd-devel] "

[PATCH] Fix GCC 5.2 "_FOR_BUILD" and related variables
 2015-11-05 18:17 UTC  (3+ messages)

[PATCH 1/3] drm: Track drm_mm nodes with an interval tree
 2015-11-05 18:17 UTC  (4+ messages)
` [PATCH 3/3] drm/i915: Add soft-pinning API for execbuffer

[PATCH 0/2] Remove non-blocking fds from run-command
 2015-11-05 18:17 UTC  (3+ messages)
` [PATCH 1/2] run-command: Remove set_nonblocking
` [PATCH 2/2] strbuf: Correct documentation for strbuf_read_once

[PATCH v2 00/13] MADV_FREE support
 2015-11-05 18:17 UTC  (9+ messages)
` [PATCH v2 01/13] mm: support madvise(MADV_FREE)

[Qemu-devel] [PATCH 00/16] Add support for multiple address spaces per CPU and use it for ARM TrustZone
 2015-11-05 18:15 UTC  (16+ messages)
` [Qemu-devel] [PATCH 01/16] exec.c: Don't set cpu->as until cpu_address_space_init
` [Qemu-devel] [PATCH 02/16] exec.c: Allow target CPUs to define multiple AddressSpaces
` [Qemu-devel] [PATCH 03/16] tlb_set_page_with_attrs: Take argument specifying AddressSpace to use
` [Qemu-devel] [PATCH 04/16] exec.c: Add address space index to CPUIOTLBEntry
` [Qemu-devel] [PATCH 05/16] exec.c: Add cpu_get_address_space()
` [Qemu-devel] [PATCH 06/16] include/qom/cpu.h: Add new get_phys_page_asidx_debug method
` [Qemu-devel] [PATCH 07/16] exec.c: Use cpu_get_phys_page_asidx_debug
` [Qemu-devel] [PATCH 08/16] exec.c: Have one io_mem_watch per AddressSpace
` [Qemu-devel] [PATCH 09/16] target-arm: Support multiple address spaces in page table walks
` [Qemu-devel] [PATCH 11/16] memory: Add address_space_init_shareable()
` [Qemu-devel] [PATCH 12/16] qom/cpu: Add MemoryRegion property
` [Qemu-devel] [PATCH 13/16] target-arm: Add QOM property for Secure memory region
` [Qemu-devel] [PATCH 14/16] hw/arm/virt: Wire up memory region to CPUs explicitly
` [Qemu-devel] [PATCH 15/16] [RFC] hw/arm/virt: add secure memory region and UART
` [Qemu-devel] [PATCH 16/16] HACK: rearrange the virt memory map to suit OP-TEE

[PATCH] Ext4: Fix extended timestamp encoding and decoding
 2015-11-05 18:14 UTC  (2+ messages)

[linux-next test] 63579: regressions - FAIL
 2015-11-05 18:15 UTC 

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

[Qemu-devel] virtio-gpu doesn't build if you do a linux-headers update from kvm/next
 2015-11-05 18:13 UTC  (9+ messages)

[PATCH v2 00/10] ARM: dts: Add Advantech board support
 2015-11-05 18:13 UTC  (22+ messages)
` [PATCH v2 01/10] of: Add vendor prefix for Advantech Corporation
` [PATCH v2 02/10] ARM: dts: imx: Add Advantech BA-16 Qseven module
` [PATCH v2 03/10] ARM: dts: imx: Add support for Advantech/GE Bx50v3
` [PATCH v2 04/10] ARM: dts: imx: Add support for Advantech/GE B450v3
` [PATCH v2 05/10] ARM: dts: imx: Add support for Advantech/GE B650v3
` [PATCH v2 06/10] ARM: dts: imx: Add support for Advantech/GE B850v3
` [PATCH v2 07/10] of: Add vendor prefix for General Electric Company
` [PATCH v2 08/10] ARM: dts: imx: Update vendor info for GE Bx50v3 boards
` [PATCH v2 09/10] ARM: dts: imx: Add mma8453 support
` [PATCH v2 10/10] ARM: dts: imx6q-ba16: Cleanup pinctrl and LDO

[PATCH 0/2] Add NVIDIA Tegra XUSB pad controller bindings
 2015-11-05 18:13 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: phy: Add NVIDIA Tegra XUSB pad controller binding

[PATCH v6] i40e: Look up MAC address in Open Firmware or IDPROM
 2015-11-05 18:13 UTC  (9+ messages)
          ` [Intel-wired-lan] "

[Qemu-devel] [PATCH v4 0/7] qom: more efficient object property handling
 2015-11-05 18:12 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 6/7] qom: replace object property list with GHashTable
` [Qemu-devel] [PATCH v4 7/7] qom: allow properties to be registered against classes

[PATCH 0/2] Support new rilmodem call-settings tests
 2015-11-05 18:10 UTC  (3+ messages)
` [PATCH 1/2] unit: add new test-rilmodem-cs
` [PATCH 2/2] build: add support for unit/rilmodem-cs

OpenDPI and Netfilter
 2015-11-05 18:09 UTC 

[PATCH] gpio: change member .dev to .parent
 2015-11-05 18:08 UTC  (2+ messages)

j1939 (Higher Layer Protocols)
 2015-11-05 18:08 UTC 

[PATCH] terminal: Support old tmux version (<1.9) when querying height value
 2015-11-05 18:07 UTC  (4+ messages)
    ` [OE-core] "

[Buildroot] [PATCH] fastd: needs host-bison and host-pkgconf
 2015-11-05 18:07 UTC  (2+ messages)

[PATCH 1/4] scsi: mpt2sas: try 64 bit DMA when 32 bit DMA fails
 2015-11-05 18:07 UTC  (5+ messages)
` [PATCH 3/4] scsi: fix compiler warning for sg

Unable to modify patch files in u-boot recipe - quilt applies direct from layer files
 2015-11-05 18:04 UTC  (7+ messages)

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

[PATCH v8 0/5] Watchdog: introduce ARM SBSA watchdog driver
 2015-11-05 18:04 UTC  (14+ messages)
` [PATCH v8 5/5] "
  ` [Linaro-acpi] "

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

[PATCH v3] keys, trusted: select hash algorithm for TPM2 chips
 2015-11-05 18:01 UTC  (4+ messages)

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

Is EXT4_FITS_IN_INODE() broken?
 2015-11-05 17:59 UTC  (2+ messages)

[PATCH 0/2] ASoC: Add support for DA7217 and DA7218 audio codecs
 2015-11-05 17:59 UTC  (5+ messages)
` [PATCH 1/2] ASoC: da7218: Add bindings documentation for DA7218 audio codec

SR-IOV: API to tell VF from PF
 2015-11-05 17:59 UTC  (5+ messages)

looking for good reference on storage configuration
 2015-11-05 17:59 UTC  (3+ messages)

[PATCH] bitbake.conf, module.bbclass: Support opting out of legacy EXTRA_OEMAKE
 2015-11-05 17:56 UTC  (4+ messages)

File owner/group and git
 2015-11-05 17:57 UTC  (3+ messages)

[Cluster-devel] [GFS2 PATCH] gfs2: Automatically set GFS2_DIF_SYSTEM flag on system files
 2015-11-05 17:56 UTC  (2+ messages)

[RFC] Independent use of IOMMU groups
 2015-11-05 17:54 UTC 

[Qemu-devel] [PATCH v6 for-2.6 00/15] block: Rework bdrv_close_all()
 2015-11-05 17:54 UTC  (7+ messages)
` [Qemu-devel] [PATCH v6 14/15] block: Rewrite bdrv_close_all()

[U-Boot] [PATCH v7 01/21] include: Add log2 header from the kernel
 2015-11-05 17:53 UTC  (5+ messages)

[PATCH v2 0/2] xen/serial: Return actual bytes stored in TX FIFO for OMAP
 2015-11-05 17:53 UTC  (3+ messages)
` [PATCH v2 1/2] xen/serial: Move any OMAP specific things to OMAP UART driver
` [PATCH v2 2/2] xen/serial: Return actual bytes stored in TX FIFO for OMAP

[PATCH babeltrace] Fix: BABELTRACE_HAVE_LIBC_UUID misspelled as BT_HAVE_LIBC_UUID
 2015-11-05 17:52 UTC 

[PATCHv2 0/4] arm-cci500: Workaround pmu_event_set_period
 2015-11-05 17:52 UTC  (7+ messages)
` [PATCHv2 3/4] arm-cci: Add routines to enable/disable all counters

[Xenomai] ARM bus error due to alignment
 2015-11-05 17:52 UTC  (11+ messages)

[PATCH babeltrace 2/3] Port: Add OSX mman.h compat
 2015-11-05 17:51 UTC  (2+ messages)
` [PATCH babeltrace 3/3] Port: Add OSX libuuid compat

[PATCH babeltrace 1/3] Port: Add OSX endian.h compat
 2015-11-05 17:51 UTC 

Unable to issue bitbake linux-yocto -c menuconfig
 2015-11-05 17:52 UTC 

[PATCH RFC] mfd: syscon: add a DT property to set value width
 2015-11-05 17:42 UTC 

[PATCH 0/12] mm: page migration cleanups, and a little mlock
 2015-11-05 17:50 UTC  (11+ messages)
` [PATCH 2/12] mm: rmap use pte lock not mmap_sem to set PageMlocked
                ` [PATCH v2 "

Monthly Linux NFS Town Hall meeting: *Today* - Thur Nov 4
 2015-11-05 17:49 UTC  (2+ messages)

Kernel 4.3 breaks security in systems using capabilities
 2015-11-05 17:48 UTC  (9+ messages)
  ` [KERNEL] "
      ` [KERNEL] "
          ` [KERNEL] "
              ` [KERNEL] "

[PATCH libibcm] cmpost.c: Handle ibv_get_device_list returning no IB devices in init()
 2015-11-05 17:46 UTC  (2+ messages)

[PATCH] mm,vmscan: Use accurate values for zone_reclaimable() checks
 2015-11-05 17:45 UTC  (8+ messages)

[PATCH 0/3] Xen wallclock on arm and arm64
 2015-11-05 17:45 UTC  (4+ messages)
` [PATCH 3/3] xen/arm: set the system time in Xen via the XENPF_settime hypercall
  ` [Xen-devel] "

Determine the interface being used by a socket
 2015-11-05 17:43 UTC 

[PATCH] sh_eth: merge sh_eth_free_dma_buffer() into sh_eth_ring_free()
 2015-11-05 17:42 UTC  (7+ messages)

[U-Boot] [PATCH v1 0/7] Enable high speed and heavy load for DDR4 for LSCH3
 2015-11-05 17:42 UTC  (5+ messages)

[Qemu-devel] [PATCH V3] hw/virtio: Add PCIe capability to virtio devices
 2015-11-05 17:42 UTC  (10+ messages)

[Bug 107301] New: system hang during ext4 xattr operation
 2015-11-05 17:41 UTC  (2+ messages)
` [Bug 107301] "

[PATCH v2 0/2] remove SDKMACHINE variable
 2015-11-05 17:41 UTC  (2+ messages)

[PATCH ib-next 0/3] IB core uverbs support for leagacy commands
 2015-11-05 17:40 UTC  (4+ messages)
  ` [PATCH ib-next 1/3] IB/core: Avoid duplicate code
  ` [PATCH ib-next 2/3] IB/core: IB/core: Allow legacy verbs through extended interfaces
  ` [PATCH ib-next 3/3] IB/core: Modify conditional on ucontext existence

[PATCH] arm64: Increase the max granular size
 2015-11-05 17:39 UTC  (5+ messages)
` [PATCH] mm: slab: Only move management objects off-slab for sizes larger than KMALLOC_MIN_SIZE

[PATCH v4 0/9] libxc: support building large pv-domains
 2015-11-05 17:38 UTC  (3+ messages)
` [PATCH v4 2/9] xen: add generic flag to elf_dom_parms indicating support of unmapped initrd

[PATCHv3 00/11] Expose the submodule parallelism to the user
 2015-11-05 17:37 UTC  (11+ messages)
` [PATCHv3 02/11] run-command: report failure for degraded output just once

[PATCH v2 00/15] DPDK armv8-a support
 2015-11-05 17:32 UTC  (2+ messages)

[PATCH tip/locking/core v9 0/6] locking/qspinlock: Enhance pvqspinlock
 2015-11-05 17:34 UTC  (8+ messages)
` [PATCH tip/locking/core v9 4/6] locking/pvqspinlock: Collect slowpath lock statistics

patch "thermal: exynos: Fix unbalanced regulator disable on probe failure" added to thermal-soc tree
 2015-11-05 17:21 UTC 

[GIT PULL] Thermal-SoC management updates for v4.4-rc1 #3
 2015-11-05 17:34 UTC 

[RESEND RFC PATCH 00/32] separate operations from flags in the bio/request structs
 2015-11-05 17:34 UTC  (4+ messages)
` [PATCH 19/32] block: add helper to get data dir from op
  ` [dm-devel] "

[meta-networking][PATCH v2] lldpd: Update to version 0.7.19
 2015-11-05 17:33 UTC  (2+ 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.