All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-12-17 06:03:31 to 2016-12-17 12:41:31 UTC [more...]

Is there any point in keeping linux-imx.inc?
 2016-12-17 12:41 UTC  (6+ messages)

[PATCH v3 04/38] lib: Add a simple prime number generator
 2016-12-17 12:41 UTC  (2+ messages)
` [PATCH] "

[PATCH kernel v5 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-12-17 12:39 UTC  (24+ messages)
` [Qemu-devel] "

[3rdparty][PATCH] linux-variscite/defconfig: enable HID input modules
 2016-12-17 12:34 UTC  (5+ messages)

Fwd: Build failed in Jenkins: ceph-master #94
 2016-12-17 12:34 UTC 

Easy way to set NOTRACK for INPUT, FORWARD and OUTPUT independently
 2016-12-17 12:29 UTC  (3+ messages)

Problem to priorize SSH traffic
 2016-12-17 12:27 UTC  (5+ messages)

netfilter regression causes lost pings "operation not permitted"
 2016-12-17 12:25 UTC  (3+ messages)

[Bug 98812] video and switching windows causing flickering
 2016-12-17 12:24 UTC 

Revised request_key(2) man page for review
 2016-12-17 12:21 UTC  (7+ messages)
  ` [PATCH 1/5] request_key.2: add information regarding default keyring

[PATCH] i2c: mux: pca954x: fix i2c mux selection caching
 2016-12-17 12:10 UTC 

[PATCH] ARM: soft-reboot into same mode that we entered the kernel
 2016-12-17 12:07 UTC  (10+ messages)
` [PATCH 1/2] ARM: hyp-stub: improve ABI

wl1251 NVS calibration data format
 2016-12-17 12:03 UTC  (4+ messages)

[PATCH v8 0/8] Introducing Exynos ChipId driver
 2016-12-17 12:03 UTC  (6+ messages)
` [PATCH v8 1/8] soc: samsung: add exynos chipid driver support

[PATCH] [RFC] drivers: dma-coherent: pass struct dma_attrs to dma_alloc_from_coherent
 2016-12-17 12:00 UTC  (5+ messages)
` [PATCH] staging: android: ion: return -ENOMEM in ion_cma_heap allocation failure

[Qemu-devel] [PATCH 00/26] New hppa-linux-user target
 2016-12-17 11:59 UTC  (3+ messages)
` [Qemu-devel] [PATCH 01/26] Revert "Remove remainders of HPPA backend"

[Qemu-devel] [PATCH v1 00/37] Implementation of vhost-pci for inter-vm commucation
 2016-12-17 11:55 UTC  (40+ messages)
` [Qemu-devel] [PATCH v1 01/37] vhost-pci-net: the fundamental vhost-pci-net device emulation
` [Qemu-devel] [PATCH v1 02/37] vhost-pci-net: the fundamental implementation of vhost-pci-net-pci
` [Qemu-devel] [PATCH v1 03/37] vhost-user: share the vhost-user protocol related structures
` [Qemu-devel] [PATCH v1 04/37] vl: add the vhost-pci-slave command line option
` [Qemu-devel] [PATCH v1 05/37] vhost-pci-slave: start the implementation of vhost-pci-slave
` [Qemu-devel] [PATCH v1 06/37] vhost-pci-slave: set up the fundamental handlers for the server socket
` [Qemu-devel] [PATCH v1 07/37] vhost-pci-slave/msg: VHOST_USER_GET_FEATURES
` [Qemu-devel] [PATCH v1 08/37] vhost-pci-slave/msg: VHOST_USER_SET_FEATURES
` [Qemu-devel] [PATCH v1 09/37] vhost-pci-slave/msg: VHOST_USER_GET_PROTOCOL_FEATURES
` [Qemu-devel] [PATCH v1 10/37] vhost-pci-slave/msg: VHOST_USER_SET_PROTOCOL_FEATURES
` [Qemu-devel] [PATCH v1 11/37] vhost-user/msg: VHOST_USER_PROTOCOL_F_SET_DEVICE_ID
` [Qemu-devel] [PATCH v1 12/37] vhost-pci-slave/msg: VHOST_USER_SET_DEVICE_ID
` [Qemu-devel] [PATCH v1 13/37] vhost-pci-slave/msg: VHOST_USER_GET_QUEUE_NUM
` [Qemu-devel] [PATCH v1 14/37] vhost-pci-slave/msg: VHOST_USER_SET_OWNER
` [Qemu-devel] [PATCH v1 15/37] vhost-pci-slave/msg: VHOST_USER_SET_MEM_TABLE
` [Qemu-devel] [PATCH v1 16/37] vhost-pci-slave/msg: VHOST_USER_SET_VRING_NUM
` [Qemu-devel] [PATCH v1 17/37] vhost-pci-slave/msg: VHOST_USER_SET_VRING_BASE
` [Qemu-devel] [PATCH v1 18/37] vhost-user: send guest physical address of virtqueues to the slave
` [Qemu-devel] [PATCH v1 19/37] vhost-pci-slave/msg: VHOST_USER_SET_VRING_ADDR
` [Qemu-devel] [PATCH v1 20/37] vhost-pci-slave/msg: VHOST_USER_SET_VRING_KICK
` [Qemu-devel] [PATCH v1 21/37] vhost-pci-slave/msg: VHOST_USER_SET_VRING_CALL
` [Qemu-devel] [PATCH v1 22/37] vhost-pci-slave/msg: VHOST_USER_SET_VRING_ENABLE
` [Qemu-devel] [PATCH v1 23/37] vhost-pci-slave/msg: VHOST_USER_SET_LOG_BASE
` [Qemu-devel] [PATCH v1 24/37] vhost-pci-slave/msg: VHOST_USER_SET_LOG_FD
` [Qemu-devel] [PATCH v1 25/37] vhost-pci-slave/msg: VHOST_USER_SEND_RARP
` [Qemu-devel] [PATCH v1 26/37] vhost-pci-slave/msg: VHOST_USER_GET_VRING_BASE
` [Qemu-devel] [PATCH v1 27/37] vhost-pci-net: pass the info collected by vp_slave to the device
` [Qemu-devel] [PATCH v1 28/37] vhost-pci-net: pass the mem and vring info to the driver
` [Qemu-devel] [PATCH v1 29/37] vhost-pci-slave/msg: VHOST_USER_SET_VHOST_PCI (start)
` [Qemu-devel] [PATCH v1 30/37] vhost-pci-slave/msg: VHOST_USER_SET_VHOST_PCI (stop)
` [Qemu-devel] [PATCH v1 31/37] vhost-user/msg: send VHOST_USER_SET_VHOST_PCI (start/stop)
` [Qemu-devel] [PATCH v1 32/37] vhost-user: add asynchronous read for the vhost-user master
` [Qemu-devel] [PATCH v1 33/37] vhost-pci-net: send the negotiated feature bits to the master
` [Qemu-devel] [PATCH v1 34/37] vhost-pci-slave: add "peer_reset"
` [Qemu-devel] [PATCH v1 35/37] vhost-pci-net: start the vhost-pci-net device
` [Qemu-devel] [PATCH v1 36/37] vhost-user/msg: handling VHOST_USER_SET_FEATURES
` [Qemu-devel] [PATCH v1 37/37] vl: enable vhost-pci-slave

[PATCH v2 0/5] extend describe and name-rev pattern matching
 2016-12-17 11:56 UTC  (3+ messages)
` [PATCH v2 1/5] doc: add documentation for OPT_STRING_LIST

[Bug 99120] VERDE 7770 - glxdemo, vlc/glx, weston fail with garbled screen. Elsewhere blurry text rendering when focus lost
 2016-12-17 11:50 UTC  (11+ messages)

[PATCH] x86: mpx: move bd_addr to mm_context_t
 2016-12-17 11:37 UTC  (2+ messages)
` [tip:x86/urgent] x86/mpx: Move "

[PATCH 32/60] block: implement sp version of bvec iterator helpers
 2016-12-17 11:38 UTC  (4+ messages)

[RFC] minimum gcc version for kernel: raise to gcc-4.3 or 4.6?
 2016-12-17 11:29 UTC  (4+ messages)

[PATCH] drivers: remoteproc: constify rproc_ops structures
 2016-12-17 11:29 UTC  (2+ messages)

[PATCH 06/13] USB: serial: ch341: fix initial line settings
 2016-12-17 11:27 UTC  (7+ messages)

[PATCH i-g-t] igt_kms: Use const parameters for igt_assert_crc_equal
 2016-12-17 11:25 UTC  (2+ messages)

[Qemu-devel] [PULL for-2.9 0/9] virtio, vhost, pc: fixes
 2016-12-17 11:18 UTC  (3+ messages)

[PATCH 1/2] [media] lgdt3306a: support i2c mux for use by em28xx
 2016-12-17 11:17 UTC  (3+ messages)

OOM: Better, but still there on 4.9
 2016-12-17 11:17 UTC  (7+ messages)
` OOM: Better, but still there on
  ` [PATCH 2/2] mm, oom: do not enfore OOM killer for __GFP_NOFAIL automatically

[refpolicy] [PATCH] Do not keep disabled modules during new policy load
 2016-12-17 11:10 UTC  (7+ messages)
` [refpolicy] [PATCH v2] "

Soft lockup in inet_put_port on 4.6
 2016-12-17 11:08 UTC  (19+ messages)

[PATCH] nfs-utils: start-statd script using incompatible file descriptor
 2016-12-17 11:00 UTC 

[B.A.T.M.A.N.] [PATCH] batman-adv: Remove unused variable in batadv_tt_local_set_flags
 2016-12-17 10:58 UTC 

[PATCH v1 0/2] firmware: dmi_scan: Make it work in kexec'ed kernel
 2016-12-17 10:57 UTC  (10+ messages)
` [PATCH v1 2/2] firmware: dmi_scan: Pass dmi_entry_point to "

SMBIOS UUID
 2016-12-17 10:54 UTC  (3+ messages)

[PATCH] block: loose check on sg gap
 2016-12-17 10:49 UTC 

drm_mm fixes, take 3, final?
 2016-12-17 10:45 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [v3,01/38] drm/i915: Use the MRU stack search after evicting (rev3)

FIO -- A few basic questions on Data Integrity
 2016-12-17 10:45 UTC 

[PATCH 0/9 v2] scope GFP_NOFS api
 2016-12-17 10:44 UTC  (3+ messages)
` [PATCH 4/9] mm: introduce memalloc_nofs_{save,restore} API

No packets received if burst is too small in rte_eth_rx_burst
 2016-12-17 10:43 UTC  (3+ messages)

(no subject)
 2016-12-17 10:41 UTC 

Grammatical Error
 2016-12-17 10:41 UTC 

mlx4: Bug in XDP_TX + 16 rx-queues
 2016-12-17 10:18 UTC 

[PATCH v3 16/38] drm: kselftest for drm_mm and top-down allocation
 2016-12-17 10:17 UTC  (2+ messages)
` [PATCH] "

[PATCH] ALSA: use designated initializers
 2016-12-17 10:17 UTC  (2+ messages)

[PATCH v3 12/38] drm: kselftest for drm_mm_insert_node_in_range()
 2016-12-17 10:16 UTC  (2+ messages)
` [PATCH] "

Help please: BTRFS fs crashed due to bad removal of USB drive, no help from recovery procedures
 2016-12-17 10:06 UTC 

Parcel ID00663101 delivery problems, please review
 2016-12-17  9:27 UTC 

[PATCH net 2/2] bpf: fix overflow in prog accounting
 2016-12-17 10:03 UTC  (2+ messages)

btrfs-check finds file extent holes
 2016-12-17 10:00 UTC  (3+ messages)

[PATCH net 0/2] sctp: not copying duplicate addrs to the assoc's bind address list
 2016-12-17  9:56 UTC  (9+ messages)
` [PATCH net 2/2] "

[PATCH 00/32] NXP DPAA2 PMD
 2016-12-17  9:55 UTC  (3+ messages)
` [PATCH 02/32] drivers/common: introducing dpaa2 mc driver

[PATCH] gdb 7.11.1 -> 7.12
 2016-12-17  9:45 UTC  (3+ messages)

[PATCH] fetch2/wget: add Basic Auth from netrc to checkstatus()
 2016-12-17  9:42 UTC  (3+ messages)

[Qemu-devel] [Nbd] [PATCH] Further tidy-up on block status
 2016-12-17  9:41 UTC  (12+ messages)

[GIT PULL] kbuild changes for v4.9-rc1
 2016-12-17  9:33 UTC  (7+ messages)

Document accounting of FDs passed over UNIX domain sockets
 2016-12-17  9:34 UTC  (4+ messages)

[PATCH 0/2] support for Hyper-V VMBUS
 2016-12-17  9:17 UTC  (4+ messages)
` [PATCH 2/2] hyperv: VMBUS support infrastucture

Stable release 3.12.69
 2016-12-17  9:11 UTC 

[PATCH 3.12 00/38] 3.12.69-stable review
 2016-12-17  9:10 UTC  (3+ messages)

[TSN RFC v2 0/9] TSN driver for the kernel
 2016-12-17  9:05 UTC  (6+ messages)
` [TSN RFC v2 5/9] Add TSN header for the driver

[PATCH 2/2] iio: adc: hx711: Add IIO driver for AVIA HX711
 2016-12-17  8:53 UTC  (3+ messages)

[GIT PULL (resend)] readlink cleanup
 2016-12-17  8:49 UTC  (3+ messages)

What's cooking in git.git (Dec 2016, #04; Fri, 16)
 2016-12-17  8:38 UTC  (2+ messages)

[xen-4.5-testing baseline-only test] 68232: tolerable FAIL
 2016-12-17  8:37 UTC 

[PATCH] scsi: esas2r: Fix format string type mistakes
 2016-12-17  8:34 UTC  (2+ messages)

[PATCH 0/2] mm, slab: consolidate KMALLOC_MAX_SIZE
 2016-12-17  8:27 UTC  (8+ messages)
` [PATCH 1/2] bpf: do not use KMALLOC_SHIFT_MAX

[GIT PULL] KVM fixes for 4.10 merge window
 2016-12-17  8:24 UTC  (5+ messages)

[Fuego] Fuego updates for the holidays... ttc support and a transport unit test
 2016-12-17  8:20 UTC 

[Buildroot] [git commit] package/aespipe: fix host compile
 2016-12-17  8:19 UTC 

[PATCH kvm-unit-tests] vmexit: add self-ipi speed tests
 2016-12-17  8:16 UTC 

[PATCH v3] xen: sched: removal of redundant check in Credit
 2016-12-17  8:14 UTC  (3+ messages)

[PATCH] diff: prefer indent heuristic over compaction heuristic
 2016-12-17  8:02 UTC  (3+ messages)

[PATCH 0/2] handling alternates paths with colons
 2016-12-17  7:56 UTC  (5+ messages)
` [PATCH 1/2] alternates: accept double-quoted paths

[Buildroot] [PATCH 1/2] package/aespipe: bump version to 2.4d
 2016-12-17  7:56 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/aespipe: fix host compile

[PATCH v2 00/11] locking/ww_mutex: Keep sorted wait list to avoid stampedes
 2016-12-17  7:53 UTC  (6+ messages)
` [PATCH v2 04/11] locking/ww_mutex: Set use_ww_ctx even when locking without a context

[RFC PATCH 00/14] sparc64 shared context/TLB support
 2016-12-17  7:53 UTC  (16+ messages)
` [RFC PATCH 02/14] sparc64: add new fields to mmu context for shared context support
` [RFC PATCH 04/14] sparc64: load shared id into context register 1
` [RFC PATCH 06/14] sparc64: general shared context tsb creation and support

[PATCH 0/2] ASoC: Add driver for CX2072X CODEC
 2016-12-17  7:52 UTC  (2+ messages)
` [PATCH 1/2] ASoC: cx2072x: Add DT bingings documentation "

"disabling bitmap writing, as some objects are not being packed"?
 2016-12-17  7:50 UTC  (3+ messages)

[Buildroot] [git commit] package/aespipe: bump version to 2.4d
 2016-12-17  7:41 UTC 

[Buildroot] [PATCH] linux-headers: bump 4.{4, 8}.x series
 2016-12-17  7:41 UTC  (2+ messages)

[Buildroot] [PATCH] gvfs: bump to version 1.30.3
 2016-12-17  7:40 UTC  (2+ messages)

[Buildroot] [git commit] linux-headers: bump 4.{4, 8}.x series
 2016-12-17  7:40 UTC 

[Buildroot] [git commit] gvfs: bump to version 1.30.3
 2016-12-17  7:40 UTC 

[PATCH] ARM: dts: Add missing CPU frequencies for Exynos5422/5800
 2016-12-17  7:31 UTC  (9+ messages)

[RFC/PATCH] Makefile: add cppcheck target
 2016-12-17  7:31 UTC  (4+ messages)
` [RFC/PATCHv2] "

[Buildroot] [autobuild.buildroot.net] Build results for 2016-12-16
 2016-12-17  7:29 UTC 

[PATCH] nvme-cli: fabrics: remove libudev dependency
 2016-12-17  7:25 UTC  (4+ messages)

[Bug 92258] Opening context menu in Steam could lead to radeon kernel module crash
 2016-12-17  7:22 UTC  (2+ messages)
` [Bug 92258] [regression] Opening menu in Steam running via DRI_PRIME with enabled DRI3 "

[PATCH] nvme: simplify stripe quirk
 2016-12-17  7:13 UTC  (6+ messages)

[RESEND PATCH v2] remoteproc: qcom: Venus firmware loader support for msm8996
 2016-12-17  7:11 UTC  (8+ messages)
` [RESEND PATCH v2] remoteproc: qcom: Add venus rproc support on msm8996 platform

i2c: xiic: Strange clk_prepare_enable() in xiic_i2c_remove()
 2016-12-17  7:06 UTC  (2+ messages)

Issue with DRM and "reimplement IDR and IDA using the radix tree"
 2016-12-17  6:47 UTC  (5+ messages)

[PATCH] i2c: mux: pca954x: fix i2c mux selection caching
 2016-12-17  6:50 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/x11r7/xserver_xorg-server: Explicitly disable glamor support when dependencies are not met
 2016-12-17  6:34 UTC 

[xen-4.4-testing test] 103438: tolerable FAIL - PUSHED
 2016-12-17  6:32 UTC 

[PATCH] xfs: use the actual AG length when reserving blocks
 2016-12-17  6:19 UTC 

[PATCH] spi: rockchip: support "sleep" pin configuration
 2016-12-17  6:03 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.