All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-14 16:31:24 to 2015-04-14 17:48:26 UTC [more...]

[PATCH] clk: at91: pll: fix input range validity check
 2015-04-14 17:48 UTC  (3+ messages)

[intel-gfx][PATCH V5] Displayport compliance testing V5
 2015-04-14 17:48 UTC  (6+ messages)
` [PATCH 03/11] drm/i915: Move the DPCD read further up in intel_dp_check_link_status()
` [PATCH 07/11] drm/i915: Update intel_dp_hpd_pulse() for non-MST operation

[PATCH 1/2] perf data: Show error message when ctf setup failed
 2015-04-14 17:47 UTC  (9+ messages)

[Cluster-devel] GFS2: Pull request (merge window)
 2015-04-14 17:47 UTC  (2+ messages)
  `  "

[PATCH linux-next 3/4] macvlan: fix possible NULL pointer dereference in macvlan_dev_get_iflink
 2015-04-14 17:47 UTC  (4+ messages)

[PATCH v2] net/phy: tune get_phy_c45_ids to support more c45 phy
 2015-04-14 17:45 UTC  (2+ messages)

[PATCH v3 00/28] IB/Verbs: IB Management Helpers
 2015-04-14 17:43 UTC  (14+ messages)
` [PATCH v3 07/28] IB/Verbs: Reform IB-ulp ipoib

[PATCH 1/1] xc_domain_restore: Allow QEMU to increase memory
 2015-04-14 17:43 UTC  (11+ messages)

[PATCH 1/3] drm: Zero out invalid vblank timestamp in drm_update_vblank_count
 2015-04-14 17:41 UTC  (3+ messages)
` [PATCH 2/3] drm: Prevent invalid use of vblank_disable_immediate
` [PATCH 3/3] drm/tegra: Don't use vblank_disable_immediate on incapable driver

[Qemu-devel] [RFC PATCH] vl.c: add -semihosting-config "arg" sub-argument
 2015-04-14 17:42 UTC  (11+ messages)

[PATCH 08/11] drm/i915: Support EDID compliance tests with the intel_dp_autotest_edid() function
 2015-04-14 17:42 UTC  (4+ messages)
` [PATCH 08/13] "

Should disabling features in glibc also disable the corresponding headers?
 2015-04-14 17:40 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 00/47] Postcopy implementation
 2015-04-14 17:40 UTC  (51+ messages)
` [Qemu-devel] [PATCH v6 01/47] Start documenting how postcopy works
` [Qemu-devel] [PATCH v6 02/47] Split header writing out of qemu_savevm_state_begin
` [Qemu-devel] [PATCH v6 03/47] qemu_ram_foreach_block: pass up error value, and down the ramblock name
` [Qemu-devel] [PATCH v6 04/47] Add qemu_get_counted_string to read a string prefixed by a count byte
` [Qemu-devel] [PATCH v6 05/47] Create MigrationIncomingState
` [Qemu-devel] [PATCH v6 06/47] Provide runtime Target page information
` [Qemu-devel] [PATCH v6 07/47] Move copy out of qemu_peek_buffer
` [Qemu-devel] [PATCH v6 08/47] Add qemu_get_buffer_less_copy to avoid copies some of the time
` [Qemu-devel] [PATCH v6 09/47] Add wrapper for setting blocking status on a QEMUFile
` [Qemu-devel] [PATCH v6 10/47] Rename save_live_complete to save_live_complete_precopy
` [Qemu-devel] [PATCH v6 11/47] Return path: Open a return path on QEMUFile for sockets
` [Qemu-devel] [PATCH v6 12/47] Return path: socket_writev_buffer: Block even on non-blocking fd's
` [Qemu-devel] [PATCH v6 13/47] Migration commands
` [Qemu-devel] [PATCH v6 14/47] Return path: Control commands
` [Qemu-devel] [PATCH v6 15/47] Return path: Send responses from destination to source
` [Qemu-devel] [PATCH v6 16/47] Return path: Source handling of return path
` [Qemu-devel] [PATCH v6 17/47] ram_debug_dump_bitmap: Dump a migration bitmap as text
` [Qemu-devel] [PATCH v6 18/47] Move loadvm_handlers into MigrationIncomingState
` [Qemu-devel] [PATCH v6 19/47] Rework loadvm path for subloops
` [Qemu-devel] [PATCH v6 20/47] Add migration-capability boolean for postcopy-ram
` [Qemu-devel] [PATCH v6 21/47] Add wrappers and handlers for sending/receiving the postcopy-ram migration messages
` [Qemu-devel] [PATCH v6 22/47] MIG_CMD_PACKAGED: Send a packaged chunk of migration stream
` [Qemu-devel] [PATCH v6 23/47] migrate_init: Call from savevm
` [Qemu-devel] [PATCH v6 24/47] Modify save_live_pending for postcopy
` [Qemu-devel] [PATCH v6 25/47] postcopy: OS support test
` [Qemu-devel] [PATCH v6 26/47] migrate_start_postcopy: Command to trigger transition to postcopy
` [Qemu-devel] [PATCH v6 27/47] MIGRATION_STATUS_POSTCOPY_ACTIVE: Add new migration state
` [Qemu-devel] [PATCH v6 28/47] Add qemu_savevm_state_complete_postcopy
` [Qemu-devel] [PATCH v6 29/47] Postcopy: Maintain sentmap and calculate discard
` [Qemu-devel] [PATCH v6 30/47] postcopy: Incoming initialisation
` [Qemu-devel] [PATCH v6 31/47] postcopy: ram_enable_notify to switch on userfault
` [Qemu-devel] [PATCH v6 32/47] Postcopy: Postcopy startup in migration thread
` [Qemu-devel] [PATCH v6 33/47] Postcopy end in migration_thread
` [Qemu-devel] [PATCH v6 34/47] Page request: Add MIG_RP_MSG_REQ_PAGES reverse command
` [Qemu-devel] [PATCH v6 35/47] Page request: Process incoming page request
` [Qemu-devel] [PATCH v6 36/47] Page request: Consume pages off the post-copy queue
` [Qemu-devel] [PATCH v6 37/47] postcopy_ram.c: place_page and helpers
` [Qemu-devel] [PATCH v6 38/47] Postcopy: Use helpers to map pages during migration
` [Qemu-devel] [PATCH v6 39/47] qemu_ram_block_from_host
` [Qemu-devel] [PATCH v6 40/47] Don't sync dirty bitmaps in postcopy
` [Qemu-devel] [PATCH v6 41/47] Host page!=target page: Cleanup bitmaps
` [Qemu-devel] [PATCH v6 42/47] Postcopy; Handle userfault requests
` [Qemu-devel] [PATCH v6 43/47] Start up a postcopy/listener thread ready for incoming page data
` [Qemu-devel] [PATCH v6 44/47] postcopy: Wire up loadvm_postcopy_handle_ commands
` [Qemu-devel] [PATCH v6 45/47] End of migration for postcopy
` [Qemu-devel] [PATCH v6 46/47] Disable mlock around incoming postcopy
` [Qemu-devel] [PATCH v6 47/47] Inhibit ballooning during postcopy

v0.80.8 and librbd performance
 2015-04-14 17:36 UTC 

[PATCH v3 for-next 01/33] IB/core: Add RoCE GID cache
 2015-04-14 17:32 UTC  (6+ messages)

[Qemu-devel] Cross-Compiling Static QEMU for Windows
 2015-04-14 17:31 UTC 

[PATCH 0/9] VMware balloon: Large page ballooning and VMCI support
 2015-04-14 17:29 UTC  (11+ messages)
` [PATCH 1/9] VMware balloon: partially inline vmballoon_reserve_page
` [PATCH 2/9] VMware balloon: Add support for balloon capabilities
` [PATCH 3/9] VMware balloon: add batching to the vmw_balloon
` [PATCH 4/9] VMware balloon: Update balloon target on each lock/unlock
` [PATCH 5/9] VMware balloon: Show capabilities of balloon and resulting capabilities in the debug-fs node
` [PATCH 5/9] VMware balloon: Show capabilities or "
` [PATCH 6/9] VMware balloon: Do not limit the amount of frees and allocations in non-sleep mode
` [PATCH 7/9] VMware balloon: Support 2m page ballooning
` [PATCH 8/9] VMware balloon: Treat init like reset
` [PATCH 9/9] VMware balloon: Enable notification via VMCI

How to combine git repos with similar code and keep all branches and tags?
 2015-04-14 17:31 UTC  (5+ messages)

[libvirt] libvirtd live-locking on CTX_LOCK when doing 'virsh <domid> save /tmp/blah' with guest corrupting memory (on purpose)
 2015-04-14 17:31 UTC  (4+ messages)
` [libvirt] [PATCH 0/2] "
  ` [PATCH 1/2] libxl: fd events: Document spurious callbacks, break out libxl__ev_fd_recheck
    ` [PATCH 2/2] libxl: save helper: Recheck fd events

[Qemu-devel] [Bug 1444081] [NEW] x86_64 heavy crash on PPC 64 host
 2015-04-14 17:21 UTC 

Playback - Overwrite buffer with silence
 2015-04-14 17:29 UTC  (7+ messages)

[PATCH 1/7] path.c: implement xdg_config_home()
 2015-04-14 17:28 UTC  (3+ messages)
  ` [PATCH v2 "

[PATCH RFC 0/3] simple copy offloading system call
 2015-04-14 17:16 UTC  (14+ messages)
` [PATCH RFC 1/3] vfs: add copy_file_range syscall and vfs helper
` [PATCH RFC 3/3] btrfs: add .copy_file_range file operation

[PATCH 0/2] eal-pci: cleanups
 2015-04-14 17:28 UTC  (4+ messages)
` [PATCH 2/2] pci: rearrange logic from compare loop

[xen-unstable test] 50405: regressions - FAIL
 2015-04-14 17:25 UTC 

Split NFS4 share on multiple servers
 2015-04-14 17:25 UTC  (3+ messages)

[PATCH 1/2] drm/i915/skl: Allow universal planes to position
 2015-04-14 17:27 UTC  (11+ messages)
` [PATCH 2/2] drm/i915/skl: Support for 90/270 rotation

[PATCH v2] i-g-t: Adding test case to test background color
 2015-04-14 17:24 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 00/17] i915_gem_gtt.c polish
 2015-04-14 17:23 UTC  (13+ messages)
` [PATCH 02/17] drm/i915: Move vma vfuns to adddress_space
` [PATCH 06/17] drm/i915: Dont clear PIN_GLOBAL in the execbuf pinning fallback
  ` [PATCH] "
` [PATCH 08/17] drm/i915: Don't look at pg_dirty_rings for aliasing ppgtt

[PATCH 1/2] xpad: Add rumble support for Xbox One controller
 2015-04-14 17:21 UTC  (4+ messages)
` [PATCH 2/2] xpad: Kudos to the reverse-engineering work

[PATCH v8 00/18] Tegra124 CL-DVFS / DFLL clocksource + cpufreq
 2015-04-14 17:21 UTC  (6+ messages)

[RFC] Simlify dif_verify routines and fixup fileio protection information code
 2015-04-14 17:20 UTC  (3+ messages)

[PATCH] tags: much faster, parallel "make tags"
 2015-04-14 17:20 UTC 

[PATCH v2 1/8] drm/i915/skl: Add support to load SKL CSR firmware
 2015-04-14 17:21 UTC  (5+ messages)
` [PATCH v3 "
      ` ns2501 DVO - success at last

linux-next: manual merge of the vfs tree with the ext4 tree
 2015-04-14 17:17 UTC  (4+ messages)

PATH modifications for git-hook processes
 2015-04-14 17:17 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer dereference at sysfs_do_create_link_sd (after mdadm)
 2015-04-14 17:15 UTC 

freeze with dpdk-2.0.0
 2015-04-14 17:15 UTC 

[PATCH] Introduce an ability to specify microseconds bus scanning intervals in w1 core
 2015-04-14 17:15 UTC  (2+ messages)

Question about fixmap
 2015-04-14 17:15 UTC 

Invitation and RFC: Linux Plumbers Device Tree track proposed
 2015-04-14 17:14 UTC  (4+ messages)

[PATCH 1/2] kvm: mmu: fix catch transparent huge page backing
 2015-04-14 17:14 UTC  (3+ messages)
` [PATCH 2/2] kvm: mmu: don't do overflow memslot check

[PATCH 0/2] ring-buffer: More precise timestamps for nested writes
 2015-04-14 17:13 UTC  (4+ messages)
  ` [PATCH 1/2] ring-buffer: Introduce precise nested timestamp sysfs attribute
    ` [PATCH 2/2] More precise timestamps for nested writes

git commit --date format
 2015-04-14 17:10 UTC  (2+ messages)

[Qemu-devel] [Bug 1438144] [NEW] Page sizes are not interpreted correctly for E500/E500MC
 2015-04-14 17:00 UTC  (2+ messages)
` [Qemu-devel] [Bug 1438144] "

[PATCH] igt/gem_ctx_exec: Add lrc lite restore subtest
 2015-04-14 17:12 UTC  (2+ messages)

[PATCH 1/3] toshiba: Remove celleb from Kconfig options
 2015-04-14 17:10 UTC  (3+ messages)
` [PATCH 2/3] Remove celleb-only SCC PATA drivers

[Bug 33165] New: Nouveau + nvidia GT240 = unworkable
 2015-04-14 17:05 UTC  (3+ messages)
  ` [Bug 33165] [NVA3, NVA8] gpu lockup during driver probe
  ` [Bug 33165] [NVA3] GDDR5 vram -> flickering screen (previously GPU lockup)

Ensimag students project on Git, 2015 edition
 2015-04-14 17:04 UTC 

[Bug 89991] New: Flickering and other image corruption
 2015-04-14 17:03 UTC  (2+ messages)
  ` [Bug 89991] "

[Patch net-next] fou: avoid missing unlock in failure path
 2015-04-14 17:01 UTC  (2+ messages)

[meta-oe][PATCH V2] bluez collection: add (moved from oe-core)
 2015-04-14 16:59 UTC  (4+ messages)

[call for review] netdev-related stuff in vfs.git
 2015-04-14 16:59 UTC  (10+ messages)
` [PATCH 15/17] switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()
` [PATCH 16/17] get rid of the size argument of sock_sendmsg()

[PATCH 2/2] livepatch: Fix the bug if the function name is larger than KSYM_NAME_LEN-1
 2015-04-14 17:01 UTC  (11+ messages)

BUSINESS PROPOSAL
 2015-04-14 15:36 UTC 

[PATCH resend] Renesas Ethernet AVB driver
 2015-04-14 16:58 UTC  (9+ messages)

[PATCH] kernel.bbclass: Fix race condition
 2015-04-14 16:56 UTC 

[patch 00/12] mm: page_alloc: improve OOM mechanism and policy
 2015-04-14 16:55 UTC  (7+ messages)
` [patch 09/12] mm: page_alloc: private memory reserves for OOM-killing allocations
` [patch 10/12] mm: page_alloc: emergency reserve access for __GFP_NOFAIL allocations

[PATCH v4 00/24] ILP32 for ARM64
 2015-04-14 16:55 UTC  (8+ messages)

[PATCH 0/5 v2 RESEND] fs: Fixes for removing xid bits and security labels
 2015-04-14 16:54 UTC  (4+ messages)
` [PATCH 5/5] xfs: Correctly lock inode when removing suid and security marks

linux 3.14.34 failure to detect disks on C600 storage controller
 2015-04-14 16:54 UTC  (2+ messages)

Configuring Yocto's GRUB with Custom Boot Parameters
 2015-04-14 14:10 UTC 

[PATCH 04/11] drm/i915: Add EDID read in intel_dp_check_link_status() for Link CTS 4.2.2.1
 2015-04-14 16:53 UTC  (3+ messages)
` [PATCH 04/13] "

[PATCH] crypto: ensure backlog is initialised
 2015-04-14 16:51 UTC 

[PATCH V4 00/15] mmc: host: Add facility to support re-tuning
 2015-04-14 16:52 UTC  (17+ messages)
` [PATCH V4 01/15] "

[PATCH i-g-t] tests/gem_mmap_gtt: add huge BO test
 2015-04-14 16:51 UTC  (3+ messages)
` [PATCH i-g-t v5] "

Has anyone seen this?
 2015-04-14 16:52 UTC 

[PATCH] [media] v4l: vb2: remove unused variable
 2015-04-14 16:51 UTC 

[PATCH] ip_forward: Drop frames with attached skb->sk
 2015-04-14 16:50 UTC  (4+ messages)

linux-next: Tree for Apr 14
 2015-04-14 16:50 UTC  (4+ messages)
` linux-next: Tree for Apr 14 (crash due to modpost patch)

[[PATCH v4]] new functions libxl_bitmap_{or,and}
 2015-04-14 16:48 UTC  (3+ messages)

[PATCH linux-next 0/4] fix possile NULL pointer dereference in ndo_get_iflink callback functions
 2015-04-14 16:46 UTC  (11+ messages)
` [PATCH linux-next 1/4] infiniband/ipoib: fix possible NULL pointer dereference in ipoib_get_iflink

[PATCH v7 2/2] nohz: set isolcpus when nohz_full is set
 2015-04-14 16:45 UTC  (5+ messages)
` [PATCH v8 1/2] nohz: add tick_nohz_full_add_cpus_to() API
  ` [PATCH v8 2/2] nohz: set isolcpus when nohz_full is set

[PATCH] uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from config
 2015-04-14 16:44 UTC 

[PATCH net] bnx2x: Fix netpoll interoperability
 2015-04-14 16:44 UTC  (3+ messages)

[PATCH] bitbake: invalidate mtime cache if file doesn't exist
 2015-04-14 16:42 UTC 

recording problem in beagleboard-mcbsp
 2015-04-14 16:41 UTC  (15+ messages)

Updates to meta-fsl-arm-extra (master and fido) in 2015-04-14
 2015-04-14 16:41 UTC 

[Intel-wired-lan] [net-next S3 01/13] i40evf: fix bad indentation
 2015-04-14 16:40 UTC  (4+ messages)
` [Intel-wired-lan] [net-next S3 07/13] i40e: print FCoE capability reported by the device function

[PATCH] spi: bcm2835: remove timeout code from polling function
 2015-04-14 16:39 UTC 

[PATCHv2 0/6] Use ticket locks for spinlocks
 2015-04-14 16:37 UTC  (4+ messages)
` [PATCHv2 3/6] xen: generic xadd() for ticket locks

[RFC PATCH 0/5] Add smp booting support for Qualcomm ARMv8 SoCs
 2015-04-14 16:36 UTC  (4+ messages)

[GIT PULL] PMEM driver for v4.1
 2015-04-14 16:34 UTC  (8+ messages)
        ` [Linux-nvdimm] "

Updates to meta-fsl-arm (master and fido) in 2015-04-14
 2015-04-14 16:33 UTC 

[PATCH] ARM: dts: sun7i: Add Goodix GT911 nodes for Wexler TAB7200
 2015-04-14 16:32 UTC  (9+ messages)

[meta-qt5][PATCH] qtwebkit: Fix build with newer glib-2.0
 2015-04-14 16:32 UTC 

[PATCH] intel: Leak the userptr test bo
 2015-04-14 16:31 UTC 

[Qemu-devel] [PATCH 00/15] IPMI device for qemu
 2015-04-14 16:31 UTC  (9+ messages)
` [Qemu-devel] [PATCH 10/15] smbios: Add a function to directly add an entry


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.