All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-14 21:57:53 to 2018-05-14 22:46:49 UTC [more...]

Cannot Connect NVMeoF At Certain NR_IO_Queues Values
 2018-05-14 22:46 UTC  (2+ messages)

[PATCH v1] net/tap: fix isolation mode toggling
 2018-05-14 22:46 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH net-next] udp: Fix kernel panic in UDP GSO path
 2018-05-14 22:45 UTC  (4+ messages)

[PATCH v2 0/4] Clean up EAL runtime data paths
 2018-05-14 22:45 UTC  (3+ messages)
` [PATCH v3 "

[linux-4.9 test] 122722: trouble: broken/fail/pass
 2018-05-14 22:43 UTC 

[U-Boot] [PATCH v2] arm: zynq: Add initial support for Avnet MiniZed
 2018-05-14 22:43 UTC  (2+ messages)
` [U-Boot] [PATCH] "

[PATCH 1/2] phy: qcom-qmp: Quiet -EPROBE_DEFER from qcom_qmp_phy_probe()
 2018-05-14 22:42 UTC  (2+ messages)
` [PATCH 2/2] phy: qcom-qusb2: Quiet -EPROBE_DEFER from qusb2_phy_probe()

[RFC PATCH 0/5] Add ChromeOS EC CEC Support
 2018-05-14 22:40 UTC  (12+ messages)
` [RFC PATCH 1/5] mfd: cros_ec_dev: Add CEC sub-device registration
` [RFC PATCH 2/5] media: cec-notifier: Get notifier by device and connector name
` [RFC PATCH 3/5] drm/i915: hdmi: add CEC notifier to intel_hdmi
` [RFC PATCH 4/5] mfd: cros-ec: Introduce CEC commands and events definitions
` [RFC PATCH 5/5] media: platform: Add Chrome OS EC CEC driver

[PATCH bpf-next v5 0/6] ipv6: sr: introduce seg6local End.BPF action
 2018-05-14 22:40 UTC  (3+ messages)
` [PATCH bpf-next v5 3/6] bpf: Add IPv6 Segment Routing helpers

[PATCH] regulator: core: Quiet -EPROBE_DEFER from regulator_bulk_get()
 2018-05-14 22:40 UTC 

[PATCH tip/core/rcu 0/21] Contention reduction for v4.18
 2018-05-14 22:42 UTC  (5+ messages)

[net 1/1] net/mlx5: Fix build break when CONFIG_SMP=n
 2018-05-14 22:38 UTC 

[PATCH 1/3] drm/i915/cnl: Implement WaProgramMgsrForCorrectSliceSpecificMmioReads
 2018-05-14 22:38 UTC  (2+ messages)
` ✗ Fi.CI.SPARSE: warning for series starting with [1/3] "

[PATCH] MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs
 2018-05-14 22:37 UTC  (2+ messages)

[PATCH] net/mlx5: Use 'kvfree()' for memory allocated by 'kvzalloc()'
 2018-05-14 22:35 UTC  (4+ messages)

[PATCH] objtool: ignore INT3 padding
 2018-05-14 22:35 UTC 

[PATCH v2] kernel.bbclass: avoid duplicates in KERNEL_IMAGETYPE_FOR_MAKE
 2018-05-14 22:33 UTC 

[Qemu-devel] [PATCH 00/42] Generic background jobs
 2018-05-14 22:33 UTC  (11+ messages)
` [Qemu-devel] [PATCH 16/42] job: Add Job.aio_context
` [Qemu-devel] [PATCH 17/42] job: Move defer_to_main_loop to Job
` [Qemu-devel] [PATCH 34/42] job: Add job_dismiss()
` [Qemu-devel] [PATCH 38/42] job: Add JOB_STATUS_CHANGE QMP event
` [Qemu-devel] [PATCH 39/42] job: Add lifecycle QMP commands

[PATCH net-stable 00/24] hv_netvsc patches for 4.14 stable
 2018-05-14 22:32 UTC  (25+ messages)
` [PATCH net-stable 01/24] hv_netvsc: Fix the real number of queues of non-vRSS cases
` [PATCH net-stable 02/24] hv_netvsc: Rename ind_table to rx_table
` [PATCH net-stable 03/24] hv_netvsc: Rename tx_send_table to tx_table
` [PATCH net-stable 04/24] hv_netvsc: Add initialization of tx_table in netvsc_device_add()
` [PATCH net-stable 05/24] hv_netvsc: Set tx_table to equal weight after subchannels open
` [PATCH net-stable 06/24] hv_netvsc: netvsc_teardown_gpadl() split
` [PATCH net-stable 07/24] hv_netvsc: preserve hw_features on mtu/channels/ringparam changes
` [PATCH net-stable 08/24] hv_netvsc: empty current transmit aggregation if flow blocked
` [PATCH net-stable 09/24] hv_netvsc: Use the num_online_cpus() for channel limit
` [PATCH net-stable 10/24] hv_netvsc: avoid retry on send during shutdown
` [PATCH net-stable 11/24] hv_netvsc: only wake transmit queue if link is up
` [PATCH net-stable 12/24] hv_netvsc: fix error unwind handling if vmbus_open fails
` [PATCH net-stable 13/24] hv_netvsc: cancel subchannel setup before halting device
` [PATCH net-stable 14/24] hv_netvsc: fix race in napi poll when rescheduling
` [PATCH net-stable 15/24] hv_netvsc: defer queue selection to VF
` [PATCH net-stable 16/24] hv_netvsc: disable NAPI before channel close
` [PATCH net-stable 17/24] hv_netvsc: use RCU to fix concurrent rx and queue changes
` [PATCH net-stable 18/24] hv_netvsc: change GPAD teardown order on older versions
` [PATCH net-stable 19/24] hv_netvsc: common detach logic
` [PATCH net-stable 20/24] hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown
` [PATCH net-stable 21/24] hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()
` [PATCH net-stable 22/24] hv_netvsc: Ensure correct teardown message sequence order
` [PATCH net-stable 23/24] hv_netvsc: Fix net device attach on older Windows hosts
` [PATCH net-stable 24/24] hv_netvsc: set master device

[igt-dev] [PATCH i-g-t] lib/igt_device: Add information why cannot drop drm master
 2018-05-14 22:32 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for lib/igt_device: Add information why cannot drop drm master (rev3)

[PATCH 1/8] drm/i915: Remove tasklet flush before disable
 2018-05-14 22:31 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/8] "
` ✓ Fi.CI.BAT: success "

[Bug 106500] GPU Recovery + DC deadlock
 2018-05-14 22:30 UTC  (3+ messages)

[PATCH] btrfs: inode: Don't compress if NODATASUM or NODATACOW set
 2018-05-14 22:29 UTC  (8+ messages)

[PATCH linux dev-4.13 0/2] Fix SBEFIFO chardev read behaviour
 2018-05-14 22:27 UTC  (2+ messages)

[Qemu-devel] [PULL v2 00/13] target/openrisc: Covert to decodetree.py
 2018-05-14 22:27 UTC  (14+ messages)
` [Qemu-devel] [PULL 01/13] target-openrisc: Write back result before FPE exception
` [Qemu-devel] [PULL 02/13] target/openrisc: Start conversion to decodetree.py
` [Qemu-devel] [PULL 03/13] target/openrisc: Convert branch insns
` [Qemu-devel] [PULL 04/13] target/openrisc: Convert memory insns
` [Qemu-devel] [PULL 05/13] target/openrisc: Convert remainder of dec_misc insns
` [Qemu-devel] [PULL 06/13] target/openrisc: Convert dec_calc
` [Qemu-devel] [PULL 07/13] target/openrisc: Convert dec_mac
` [Qemu-devel] [PULL 08/13] target/openrisc: Convert dec_logic
` [Qemu-devel] [PULL 09/13] target/openrisc: Convert dec_M
` [Qemu-devel] [PULL 10/13] target/openrisc: Convert dec_comp
` [Qemu-devel] [PULL 11/13] target/openrisc: Convert dec_compi
` [Qemu-devel] [PULL 12/13] target/openrisc: Convert dec_float
` [Qemu-devel] [PULL 13/13] target/openrisc: Merge disas_openrisc_insn

[PATCH] net/tap: perform proto field update for tun only
 2018-05-14 22:27 UTC  (2+ messages)

maximal supported bit rate in traffic control
 2018-05-14 22:26 UTC  (2+ messages)

[PATCH 1/2] mips: xilfpga: stop generating useless dtb.o
 2018-05-14 22:24 UTC  (2+ messages)

[PATCH 00/18] Convert default pr_fmt from empty to KBUILD_MODNAME
 2018-05-14 22:24 UTC  (5+ messages)
` [PATCH 18/18] rcu: Use pr_fmt to prefix "rcu: " to logging output

[PATCH] bitbake.conf: drop obsolete comment referring to the fail-fast over-ride
 2018-05-14 22:23 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the pm tree
 2018-05-14 22:21 UTC 

[RFC PATCH 00/10] Add support for drm/rockchip to dynamically control the DDR frequency
 2018-05-14 22:20 UTC  (7+ messages)
  ` [RFC PATCH 03/10] devfreq: rk3399_dmc: Pass ODT and auto power down parameters to TF-A
  ` [RFC PATCH 02/10] dt-bindings: devfreq: rk3399_dmc: Add rockchip,pmu phandle

[pull request][net-next 00/16] Mellanox, mlx5e updates 2018-05-14
 2018-05-14 22:19 UTC  (17+ messages)
` [net-next 01/16] net/mlx5e: Remove redundant vport context vlan update
` [net-next 02/16] net/mlx5e: Skip redundant checks when providing NUD lastuse feedback
` [net-next 03/16] net/mlx5e: Use u8 instead of int for LRO number of segments
` [net-next 04/16] net/mlx5e: Use bool as return type for mlx5e_xdp_handle
` [net-next 05/16] net/mlx5e: Remove double defined DMAC header re-write element
` [net-next 06/16] net/mlx5e: Clean static checker complaints on TC offload and VF reps code
` [net-next 07/16] net/mlx5e: Avoid redundant zeroing of offloaded TC flow attributes
` [net-next 08/16] net/mlx5e: Return success when TC offloaded fdb actions parsed ok
` [net-next 09/16] net/mlx5e: Use local actions var while processing offloaded TC flow actions
` [net-next 10/16] net/mlx5e: Properly order min inline mode setup while parsing TC matches
` [net-next 11/16] net/mlx5e: Get the required HW match level while parsing TC flow matches
` [net-next 12/16] net/mlx5e: Support offloaded TC flows with no matches on headers
` [net-next 13/16] net/mlx5e: Report all channels with min RX WQEs timeout
` [net-next 14/16] net/mlx5e: Use __set_bit for adaptive-moderation bit in RQ state
` [net-next 15/16] net/mlx5e: Use test bit in en accel xmit flow
` [net-next 16/16] net/mlx5e: Remove MLX5E_TEST_BIT macro

[PATCH] nvmet-loop: use nr_phys_segments when map rq to sgl
 2018-05-14 22:17 UTC  (3+ messages)

[PATCH v3 0/4] GCC8 fixes for MLX4/5/BNX2X PMD
 2018-05-14 22:17 UTC  (5+ messages)
` [PATCH v3 2/4] net/bnx2x: correct unmeetable comparison

[PATCH] KVM: fix spelling mistake: "cop_unsuable" -> "cop_unusable"
 2018-05-14 22:13 UTC  (3+ messages)

[U-Boot] [PATCH] block: Have BLOCK_CACHE default to y in some cases
 2018-05-14 22:13 UTC 

[Qemu-devel] [PATCH v5 00/28] softfloat patch roundup
 2018-05-14 22:12 UTC  (29+ messages)
` [Qemu-devel] [PATCH v5 01/28] fpu/softfloat: Fix conversion from uint64 to float128
` [Qemu-devel] [PATCH v5 02/28] fpu/softfloat: Merge NO_SIGNALING_NANS definitions
` [Qemu-devel] [PATCH v5 03/28] fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nan
` [Qemu-devel] [PATCH v5 04/28] fpu/softfloat: Move softfloat-specialize.h below FloatParts definition
` [Qemu-devel] [PATCH v5 05/28] fpu/softfloat: Canonicalize NaN fraction
` [Qemu-devel] [PATCH v5 06/28] fpu/softfloat: Introduce parts_is_snan_frac
` [Qemu-devel] [PATCH v5 07/28] fpu/softfloat: Replace float_class_dnan with parts_default_nan
` [Qemu-devel] [PATCH v5 08/28] fpu/softfloat: Replace float_class_msnan with parts_silence_nan
` [Qemu-devel] [PATCH v5 09/28] target/arm: Use floatX_silence_nan when we have already checked for SNaN
` [Qemu-devel] [PATCH v5 10/28] target/arm: convert conversion helpers to fpst/ahp_flag
` [Qemu-devel] [PATCH v5 11/28] target/arm: squash FZ16 behaviour for conversions
` [Qemu-devel] [PATCH v5 12/28] target/arm: Remove floatX_maybe_silence_nan from conversions
` [Qemu-devel] [PATCH v5 13/28] fpu/softfloat: Partial support for ARM Alternative half-precision
` [Qemu-devel] [PATCH v5 14/28] fpu/softfloat: re-factor float to float conversions
` [Qemu-devel] [PATCH v5 15/28] target/hppa: Remove floatX_maybe_silence_nan from conversions
` [Qemu-devel] [PATCH v5 16/28] target/m68k: Use floatX_silence_nan when we have already checked for SNaN
` [Qemu-devel] [PATCH v5 17/28] target/mips: Remove floatX_maybe_silence_nan from conversions
` [Qemu-devel] [PATCH v5 18/28] target/riscv: "
` [Qemu-devel] [PATCH v5 19/28] target/s390x: "
` [Qemu-devel] [PATCH v5 20/28] fpu/softfloat: Use float*_silence_nan in propagateFloat*NaN
` [Qemu-devel] [PATCH v5 21/28] fpu/softfloat: Remove floatX_maybe_silence_nan
` [Qemu-devel] [PATCH v5 22/28] fpu/softfloat: Specialize on snan_bit_is_one
` [Qemu-devel] [PATCH v5 23/28] fpu/softfloat: Make is_nan et al available to softfloat-specialize.h
` [Qemu-devel] [PATCH v5 24/28] fpu/softfloat: Pass FloatClass to pickNaN
` [Qemu-devel] [PATCH v5 25/28] fpu/softfloat: Pass FloatClass to pickNaNMulAdd
` [Qemu-devel] [PATCH v5 26/28] fpu/softfloat: Define floatN_default_nan in terms of parts_default_nan
` [Qemu-devel] [PATCH v5 27/28] fpu/softfloat: Clean up parts_default_nan
` [Qemu-devel] [PATCH v5 28/28] fpu/softfloat: Define floatN_silence_nan in terms of parts_silence_nan

[PATCH] i2c: hix5hd2: remove some dead code
 2018-05-14 22:12 UTC  (2+ messages)

[PATCH V3] evm: Allow non-SHA1 digital signatures
 2018-05-14 22:07 UTC 

EDAC, ghes: Use BIT() macro
 2018-05-14 22:10 UTC 

[PATCH v2] arm64: dts: qcom: Collapse usb support into one node
 2018-05-14 22:10 UTC  (4+ messages)

[PATCH v2 1/2] parted: add ontrack DM6 aux3 support
 2018-05-14 22:09 UTC  (6+ messages)
` [PATCH v2 2/2] wic: "

[tip:x86/pti 14/14] arch/x86/mm/mem_encrypt_boot.o: warning: objtool: .text+0x51: unreachable instruction
 2018-05-14 22:08 UTC  (2+ messages)

could `git merge --no-ff origin/master` be made more useful?
 2018-05-14 22:08 UTC 

[PATCH] drm/i915: Allow i915_gem_reset_prepare_engine to recurse
 2018-05-14 22:08 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.BAT: failure "

[PATCH 3.18 00/23] 3.18.109-stable review
 2018-05-14 22:07 UTC  (2+ messages)

[PATCH 4.4 00/56] 4.4.132-stable review
 2018-05-14 22:04 UTC  (2+ messages)

[PATCH v1 iproute2-next 0/3] RDMA tool driver-specific resource tracking
 2018-05-14 22:04 UTC  (4+ messages)
` [PATCH v1 iproute2-next 2/3] rdma: print driver resource attributes

[PATCH v2 0/4] NTB : Introduce message library
 2018-05-14 22:04 UTC  (8+ messages)
` [PATCH v2 2/4] NTB : Add message library NTB API

[PATCH 4.9 00/36] 4.9.100-stable review
 2018-05-14 22:03 UTC  (2+ messages)

How to reliably measure fs usage with reflinks enabled?
 2018-05-14 22:02 UTC  (2+ messages)

[PATCH 4.14 00/62] 4.14.41-stable review
 2018-05-14 22:02 UTC  (2+ messages)

[PATCH] selftest: intel_pstate: More accurate error message and also a debug support message from aperf.c
 2018-05-14 22:01 UTC 

[PATCH 4.16 00/72] 4.16.9-stable review
 2018-05-14 22:01 UTC  (2+ messages)

[meta-handheld][PATCH] linux-handheld(-kexecboot)_4.4: upgrade to 4.4.131
 2018-05-14 22:00 UTC 

[PATCH 1/2] drm/i915: Modify psr_wait_for_idle to be reused
 2018-05-14 22:00 UTC  (3+ messages)

[PATCHv2 blktests] nvme: Add command timeout injection test
 2018-05-14 22:00 UTC  (4+ messages)

[meta-handheld][PATCH] linux-kexecboot_4.4: remove superseded 3200-mtd.patch
 2018-05-14 21:59 UTC 

[PATCH 00/35] refactoring refspecs
 2018-05-14 21:56 UTC  (17+ messages)
` [PATCH 10/35] remote: convert match_push_refs to use struct refspec
` [PATCH 11/35] clone: convert cmd_clone to use refspec_item_init
` [PATCH 12/35] fast-export: convert to use struct refspec
` [PATCH 13/35] remote: convert push refspecs to "
` [PATCH 16/35] fetch: convert fetch_one to use "
` [PATCH 20/35] fetch: convert get_ref_map to take a "
` [PATCH 21/35] fetch: convert prune_refs "
` [PATCH 23/35] remote: convert apply_refspecs "
` [PATCH 28/35] push: convert to use "
` [PATCH 29/35] transport: convert transport_push to take a "
` [PATCH 30/35] send-pack: store refspecs in "
` [PATCH 31/35] transport: remove transport_verify_remote_names
` [PATCH 32/35] http-push: store refspecs in a struct refspec
` [PATCH 33/35] remote: convert match_push_refs to take "
` [PATCH 34/35] remote: convert check_push_refs "
` [PATCH 35/35] submodule: convert push_unpushed_submodules "

[PATCH v4] fetch/gitsm: avoid live submodule fetching during unpack()
 2018-05-14 21:59 UTC  (3+ messages)

[PATCH 1/2] pwm: berlin: Don't use broken prescaler values
 2018-05-14 21:58 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: chromecast: use PWM for LEDs

[PATCH v4 6/6] devfreq: rk3399_dmc: fix spelling mistakes
 2018-05-14 21:57 UTC  (4+ messages)
` [PATCH v4 0/6] devfreq: rk3399_dmc: improve rk3399_dmc driver and it's documentation


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.