All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-11-01 15:52:06 to 2016-11-01 16:35:24 UTC [more...]

mlx5 bug in error path of mlx5e_open_channel()
 2016-11-01 16:30 UTC  (3+ messages)

[PATCH] gprs: avoid remove context when context operation is in progress
 2016-11-01 16:35 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/2] spl: Convert MMC raw mode sector options to Kconfig
 2016-11-01 16:34 UTC  (3+ messages)
` [U-Boot] [PATCH v3 1/2] spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR "

nvmet_rdma crash - DISCONNECT event with NULL queue
 2016-11-01 16:34 UTC  (8+ messages)

[char-misc:char-misc-testing] warning
 2016-11-01 16:34 UTC  (4+ messages)

net/dccp: warning in dccp_feat_clone_sp_val/__might_sleep
 2016-11-01 16:33 UTC  (12+ messages)

[PATCH for-4.8 0/2] Disable debug build for hypervisor
 2016-11-01 16:33 UTC  (6+ messages)
` [PATCH for-4.8 2/2] Config.mk: fix comment for debug option

[PATCH] megaraid-sas: request irqs later
 2016-11-01 16:32 UTC 

[PATCH for-4.8] tools/tests/x86_emulator: Pass -no-pie -fno-pic to gcc
 2016-11-01 16:24 UTC 

[Qemu-devel] [RFC PATCH v3 00/18] x86: Secure Encrypted Virtualization (AMD)
 2016-11-01 16:31 UTC  (22+ messages)
` [Qemu-devel] [RFC PATCH v3 01/18] memattrs: add debug attrs
` [Qemu-devel] [RFC PATCH v3 02/18] exec: add guest RAM read and write ops
` [Qemu-devel] [RFC PATCH v3 03/18] exec: add debug version of physical memory read and write apis
` [Qemu-devel] [RFC PATCH v3 04/18] monitor: use debug version of memory access apis
` [Qemu-devel] [RFC PATCH v3 05/18] core: add new security-policy object
` [Qemu-devel] [RFC PATCH v3 06/18] kvm: add memory encryption APIs
` [Qemu-devel] [RFC PATCH v3 07/18] sev: add Secure Encrypted Virtulization (SEV) support
` [Qemu-devel] [RFC PATCH v3 08/18] hmp: display memory encryption support in 'info kvm'
` [Qemu-devel] [RFC PATCH v3 09/18] core: loader: create memory encryption context before copying data
` [Qemu-devel] [RFC PATCH v3 10/18] sev: add LAUNCH_START command
` [Qemu-devel] [RFC PATCH v3 11/18] sev: add LAUNCH_UPDATE command
` [Qemu-devel] [RFC PATCH v3 12/18] sev: add LAUNCH_FINISH command
` [Qemu-devel] [RFC PATCH v3 13/18] sev: add DEBUG_DECRYPT command
` [Qemu-devel] [RFC PATCH v3 14/18] sev: add DEBUG_ENCRYPT command
` [Qemu-devel] [RFC PATCH v3 15/18] i386: register memory encryption ops
` [Qemu-devel] [RFC PATCH v3 16/18] target-i386: add cpuid Fn8000_001f
` [Qemu-devel] [RFC PATCH v3 17/18] i386: clear C-bit in SEV guest page table walk
` [Qemu-devel] [RFC PATCH v3 18/18] migration: disable save/restore and migration on SEV guest

[Qemu-devel] [PULL v2 00/30] Misc patches for 2016-10-31
 2016-11-01 16:29 UTC  (31+ messages)
` [Qemu-devel] [PULL 01/30] checkpatch: tweak "struct should normally be const" warning
` [Qemu-devel] [PULL 02/30] nbd: Use CoQueue for free_sema instead of CoMutex
` [Qemu-devel] [PULL 03/30] qemu-error: remove dependency of stubs on monitor
` [Qemu-devel] [PULL 04/30] tests: send error_report to test log
` [Qemu-devel] [PULL 05/30] exec.c: ensure all AddressSpaceDispatch updates under RCU
` [Qemu-devel] [PULL 06/30] exec.c: do not truncate non-empty memory backend file
` [Qemu-devel] [PULL 07/30] exec.c: check memory backend file size with 'size' option
` [Qemu-devel] [PULL 08/30] nbd: Add qemu-nbd -D for human-readable description
` [Qemu-devel] [PULL 09/30] nbd: Treat flags vs. command type as separate fields
` [Qemu-devel] [PULL 10/30] nbd: Rename NBDRequest to NBDRequestData
` [Qemu-devel] [PULL 11/30] nbd: Rename NbdClientSession to NBDClientSession
` [Qemu-devel] [PULL 12/30] nbd: Rename struct nbd_request and nbd_reply
` [Qemu-devel] [PULL 13/30] nbd: Share common reply-sending code in server
` [Qemu-devel] [PULL 14/30] nbd: Send message along with server NBD_REP_ERR errors
` [Qemu-devel] [PULL 15/30] nbd: Share common option-sending code in client
` [Qemu-devel] [PULL 16/30] nbd: Let server know when client gives up negotiation
` [Qemu-devel] [PULL 17/30] nbd: Let client skip portions of server reply
` [Qemu-devel] [PULL 18/30] nbd: Less allocation during NBD_OPT_LIST
` [Qemu-devel] [PULL 19/30] nbd: Support shorter handshake
` [Qemu-devel] [PULL 20/30] nbd: Refactor conversion to errno to silence checkpatch
` [Qemu-devel] [PULL 21/30] nbd: Improve server handling of shutdown requests
` [Qemu-devel] [PULL 22/30] nbd: Implement NBD_CMD_WRITE_ZEROES on server
` [Qemu-devel] [PULL 23/30] nbd: Implement NBD_CMD_WRITE_ZEROES on client
` [Qemu-devel] [PULL 24/30] qemu-char: do not forward events through the mux until QEMU has started
` [Qemu-devel] [PULL 25/30] slirp: fix CharDriver breakage
` [Qemu-devel] [PULL 26/30] x86: add AVX512_4VNNIW and AVX512_4FMAPS features
` [Qemu-devel] [PULL 27/30] checkpatch: allow spaces before parenthesis for 'coroutine_fn'
` [Qemu-devel] [PULL 28/30] vl: exit qemu on guest panic if -no-shutdown is not set
` [Qemu-devel] [PULL 29/30] docs/rcu.txt: Fix minor typo
` [Qemu-devel] [PULL 30/30] main-loop: Suppress I/O thread warning under qtest

[PATCH net-next V2 0/3] mlx4 XDP TX refactor
 2016-11-01 11:57 UTC  (3+ messages)
` [PATCH net-next V2 3/3] net/mlx4_en: Add ethtool statistics for XDP cases

[PATCH 1/2] drm/i915/gtt: Fix pte clear range
 2016-11-01 16:28 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for series starting with [1/2] drm/i915/gtt: Fix pte clear range (rev3)

[U-Boot] [PATCH V3 1/2] dt: net: add DWC EQoS binding
 2016-11-01 16:28 UTC  (4+ messages)
` [U-Boot] [PATCH V3 2/2] net: add driver for Synopsys Ethernet QoS device

[Qemu-devel] [PATCH v5] block/vxhs.c Add support for a new block device type called "vxhs"
 2016-11-01 16:27 UTC  (4+ messages)

[PATCH net-next 5/5] ipv6: Compute multipath hash for forwarded ICMP errors from offending packet
 2016-11-01 16:27 UTC  (5+ messages)

[PATCH] kbuild: add %/built-in.o target in top Makefile
 2016-11-01 16:27 UTC  (3+ messages)

[PATCH net 0/4] net: fix device reference leaks
 2016-11-01 16:27 UTC  (3+ messages)
` [PATCH net 2/4] net: ethernet: ti: cpsw: fix device and of_node leaks

[Qemu-devel] [PULL v2 for-2.8 0/9] tcg queued patches
 2016-11-01 16:26 UTC  (5+ messages)

[Qemu-devel] [PULL 00/47] virtio, pc: fixes and features
 2016-11-01 16:26 UTC  (17+ messages)
` [Qemu-devel] [PULL 37/47] nvdimm acpi: introduce fit buffer

[PATCH v2 0/6] add NS2 support to bgmac
 2016-11-01 16:26 UTC  (8+ messages)
` [PATCH v2 2/6] net: phy: broadcom: Add BCM54810 PHY entry

[PATCH net-next 5/5] ipv6: Compute multipath hash for forwarded ICMP errors from offending packet
 2016-11-01 16:25 UTC  (4+ messages)

[PATCH v3 0/4] nvdimm: hotplug support
 2016-11-01 16:24 UTC  (9+ messages)
` [PATCH v3 2/4] nvdimm acpi: introduce fit buffer
      ` [Qemu-devel] "
` [PATCH v3 3/4] nvdimm acpi: introduce _FIT
  ` [Qemu-devel] "

[PATCH v2 0/4] Handle link training failure during modeset for DDI
 2016-11-01 16:26 UTC  (4+ messages)
` [PATCH v2 4/4] drm/i915: Implement Link Rate fallback on Link training failure

[PATCH 1/2] drm/i915: Move hangcheck code out from i915_irq.c
 2016-11-01 16:22 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Move error state capture "

[Qemu-devel] Mentor Summit notes
 2016-11-01 16:21 UTC  (2+ messages)

[Qemu-devel] [PATCH] cpus: make qemu_mutex_iothread_locked() understand co-routines
 2016-11-01 16:21 UTC  (3+ messages)

[rtc-linux] [PATCH 1/2] ABI: rtc-ab8500: fix rtc_calibration documentation
 2016-11-01 16:21 UTC  (4+ messages)
` [PATCH 2/2] ABI: ibm_rtl: the "What:" fields are incomplete

[LTP] [PATCH] syscalls/sendto02.c: add new testcase
 2016-11-01 16:20 UTC  (2+ messages)

[PATCH 0/7] Tests for sync infrastructure
 2016-11-01 16:18 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] selftest: sync: basic tests for sw_sync framework

[Buildroot] [PATCH 0/8] Bump Freescale/NXP packages to version 4.1.15_2.0.0_ga
 2016-11-01 16:18 UTC  (10+ messages)
` [Buildroot] [PATCH 1/8] configs: freescale_imx*: bump "
` [Buildroot] [PATCH 2/8] imx-vpu: bump to version 5.4.35
` [Buildroot] [PATCH 3/8] imx-gpu-viv: bump to version 5.0.11.p8.6
` [Buildroot] [PATCH 4/8] xdriver_xf86-video-imx-viv: bump version to 5.0.11.p8.6
` [Buildroot] [PATCH 5/8] kernel-module-imx-gpu-viv: "
` [Buildroot] [PATCH 6/8] imx-codec: bump to version 4.1.4
` [Buildroot] [PATCH 7/8] imx-parser: "
` [Buildroot] [PATCH 8/8] imx-vpuwrap: bump to version 1.0.68

[PATCH] net: mv643xx_eth: ensure coalesce settings survive read-modify-write
 2016-11-01 16:18 UTC  (2+ messages)

[PATCH net-next 0/2] misc TC/flower changes
 2016-11-01 16:17 UTC  (3+ messages)
` [PATCH net-next 2/2] net/sched: cls_flower: merge filter delete/destroy common code

[PATCH net-next v2 0/5] bpf: BPF for lightweight tunnel encapsulation
 2016-11-01 16:17 UTC  (2+ messages)

[PATCH v3] ARM: bcm2835: Add names for the Raspberry Pi GPIO lines
 2016-11-01 16:16 UTC  (6+ messages)

[PATCH] drm/i915: Allow shrinking of userptr objects once again
 2016-11-01 16:16 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915: Allow shrinking of userptr objects once again (rev2)

[PATCH v2] unix: escape all null bytes in abstract unix domain socket
 2016-11-01 16:15 UTC  (2+ messages)

[linux-3.10 test] 101837: regressions - FAIL
 2016-11-01 16:15 UTC 

[PATCH] net: qcom/emac: use correct value for SGMII_LN_UCDR_SO_GAIN_MODE0
 2016-11-01 16:14 UTC  (2+ messages)

System clock going slow/fast with ntpdate
 2016-11-01 16:14 UTC  (2+ messages)

[PATCH net-next] genetlink: fix error return code in genl_register_family()
 2016-11-01 16:13 UTC  (3+ messages)
` [PATCH net-next v2] "

xc_hvm_inject_trap() races
 2016-11-01 16:13 UTC  (5+ messages)

[PATCH v5 0/14] Fix race conditions related to stopping block layer queues
 2016-11-01 16:12 UTC  (29+ messages)
` [PATCH v5 05/14] blk-mq: Avoid that requeueing starts stopped queues
` [PATCH v5 06/14] blk-mq: Remove blk_mq_cancel_requeue_work()
` [PATCH v5 07/14] blk-mq: Introduce blk_mq_quiesce_queue()
` [PATCH v5 08/14] blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
` [PATCH v5 11/14] SRP transport: Move queuecommand() wait code to SCSI core
` [PATCH v5 12/14] SRP transport, scsi-mq: Wait for .queue_rq() if necessary
` [PATCH v5 13/14] nvme: Fix a race condition related to stopping queues

Problem with setxattr on sockfs with Smack after 971df15bd54ad46e907046ff33750a137b2f0096
 2016-11-01 16:10 UTC  (2+ messages)

[PATCH v2 1/2] Re introduces a DCACHE_DENTRY_UNHASHED flag
 2016-11-01 16:10 UTC  (2+ messages)

[PATCH] boost: Fix SRC_URI checksums
 2016-11-01 16:06 UTC  (8+ messages)

[PATCH] hwe_regmatch: match error
 2016-11-01 16:05 UTC  (2+ messages)

[PATCH net-next 0/2] drivers: net: xgene: Fix coalescing bugs
 2016-11-01 16:05 UTC  (3+ messages)

[PATCH] segment faulty occured in add_feature()
 2016-11-01 16:05 UTC  (2+ messages)

[PATCH] texinfo.bbclass: use dummy dep for libtool-cross
 2016-11-01 16:04 UTC 

[PATCH v3 net-next] lan78xx: Use irq_domain for phy interrupt from USB Int. EP
 2016-11-01 16:03 UTC  (2+ messages)

expose queue the queue mapping for SCSI drivers V2
 2016-11-01 16:02 UTC  (7+ messages)
` [PATCH 1/3] blk-mq: export blk_mq_map_queues
` [PATCH 2/3] scsi: allow LLDDs to expose the queue mapping to blk-mq

[PATCH -next] mfd: intel_soc_pmic_bxtwc: Fix a typo in MODULE_DEVICE_TABLE()
 2016-11-01 15:59 UTC 

[PATCH] sdhci-esdhc-imx: fix bus-width for 1-bit operation
 2016-11-01 15:58 UTC 

[PATCH net-next] sctp: clean up sctp_packet_transmit
 2016-11-01 15:58 UTC  (3+ messages)

Is it possible to prevent a binary executable file from being read via SELinux?
 2016-11-01 15:57 UTC 

[PATCH 00/14] pinctrl-sx150x: Various bug-fixes and code simplifications
 2016-11-01 15:57 UTC  (15+ messages)
` [PATCH 01/14] pinctrl-sx150x: Rely on of_modalias_node for OF matching
` [PATCH 02/14] pinctrl-sx150x: Add SX1503 specific data
` [PATCH 03/14] pinctrl-sx150x: Replace magic number in sx150x_init_hw
` [PATCH 04/14] pinctrl-sx150x: Fix incorrect constant "
` [PATCH 05/14] pinctrl-sx150x: Move some code out of sx150x_init_hw
` [PATCH 06/14] pinctrl-sx150x: Improve sx150x_init_misc for SX1504/5/6
` [PATCH 07/14] pinctrl-sx150x: Convert driver to use regmap API
` [PATCH 08/14] pinctrl-sx150x: Replace sx150x_*_cfg by means of "
` [PATCH 09/14] pinctrl-sx150x: Remove excessive locking
` [PATCH 10/14] pinctrl-sx150x: Improve oscio GPIO functions
` [PATCH 11/14] pinctrl-sx150x: Simplify interrupt handler
` [PATCH 12/14] pinctrl-sx150x: Use handle_bad_irq instead of handle_edge_irq
` [PATCH 13/14] pinctrl-sx150x: Remove magic numbers from sx150x_irq_set_type
` [PATCH 14/14] pinctrl-sx150x: Remove magic numbers from sx150x_reset

Partial replicas read/write
 2016-11-01 15:57 UTC  (3+ messages)

[Buildroot] Webtool to analyze package build fail/pass from autobuild
 2016-11-01 15:56 UTC  (4+ messages)

[net-next PATCH 0/7] stmmac: dwmac-sti refactor+cleanup
 2016-11-01 15:56 UTC  (3+ messages)

[meta-security][PATCH] suricata: update package to 3.1.3
 2016-11-01 15:56 UTC 

[PATCH net-next] net: Enable support for VRF with ipv4 multicast
 2016-11-01 15:54 UTC  (2+ messages)

[PATCH v2] nvmet: Fix possible infinite loop triggered on hot namespace removal
 2016-11-01 15:54 UTC  (2+ messages)

master - blkdeactivate: deactivate dev stack if dev on top already unmounted
 2016-11-01 15:53 UTC 

[PATCH net-next v2 00/16] tipc: socket layer improvements
 2016-11-01 15:53 UTC  (2+ messages)

[PATCH] gprs: Check GPRS_FLAG_ATTACHED_UPDATE in pri_deactivate_callback
 2016-11-01 15:53 UTC 

[LTP] [PATCH] syscalls/quotactl02.c: Reconstruct and Convert to new API
 2016-11-01 15:52 UTC  (3+ messages)
` [LTP] [PATCH v2] syscalls/quotactl02.c: Reconstruct && "

please, where has xconfig KConf option documentation gone with linux 4.8's Qt5 / Qt4 xconfig ?
 2016-11-01 15:52 UTC  (7+ 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.