All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-16 10:25:08 to 2020-10-16 10:51:08 UTC [more...]

[MPTCP] [RFC PATCH 2/2] tcp: factor out __tcp_close() helper
 2020-10-16 10:51 UTC 

[MPTCP] [RFC PATCH 1/2] tcp: factor out tcp_build_frag()
 2020-10-16 10:51 UTC 

[MPTCP] [RFC PATCH 0/2] tcp: factor out a couple of helpers
 2020-10-16 10:51 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 4054eebdfdd6659984837d69af89cd829bea94fa
 2020-10-16 10:50 UTC 

[Intel-gfx] [PATCH v4 00/61] drm/i915: Remove obj->mm.lock!
 2020-10-16 10:49 UTC  (63+ messages)
` [Intel-gfx] [PATCH v4 01/61] drm/i915: Move cmd parser pinning to execbuffer
` [Intel-gfx] [PATCH v4 02/61] drm/i915: Add missing -EDEADLK handling to execbuf pinning
` [Intel-gfx] [PATCH v4 03/61] drm/i915: Do not share hwsp across contexts any more, v4
` [Intel-gfx] [PATCH v4 04/61] drm/i915: Pin timeline map after first timeline pin, v3
` [Intel-gfx] [PATCH v4 05/61] drm/i915: Ensure we hold the object mutex in pin correctly
` [Intel-gfx] [PATCH v4 06/61] drm/i915: Add gem object locking to madvise
` [Intel-gfx] [PATCH v4 07/61] drm/i915: Move HAS_STRUCT_PAGE to obj->flags
` [Intel-gfx] [PATCH v4 08/61] drm/i915: Rework struct phys attachment handling
` [Intel-gfx] [PATCH v4 09/61] drm/i915: Convert i915_gem_object_attach_phys() to ww locking
` [Intel-gfx] [PATCH v4 10/61] drm/i915: make lockdep slightly happier about execbuf
` [Intel-gfx] [PATCH v4 11/61] drm/i915: Disable userptr pread/pwrite support
` [Intel-gfx] [PATCH v4 12/61] drm/i915: No longer allow exporting userptr through dma-buf
` [Intel-gfx] [PATCH v4 13/61] drm/i915: Reject more ioctls for userptr
` [Intel-gfx] [PATCH v4 14/61] drm/i915: Reject UNSYNCHRONIZED "
` [Intel-gfx] [PATCH v4 15/61] drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v4
` [Intel-gfx] [PATCH v4 16/61] drm/i915: Flatten obj->mm.lock
` [Intel-gfx] [PATCH v4 17/61] drm/i915: Populate logical context during first pin
` [Intel-gfx] [PATCH v4 18/61] drm/i915: Make ring submission compatible with obj->mm.lock removal, v2
` [Intel-gfx] [PATCH v4 19/61] drm/i915: Handle ww locking in init_status_page
` [Intel-gfx] [PATCH v4 20/61] drm/i915: Rework clflush to work correctly without obj->mm.lock
` [Intel-gfx] [PATCH v4 21/61] drm/i915: Pass ww ctx to intel_pin_to_display_plane
` [Intel-gfx] [PATCH v4 22/61] drm/i915: Add object locking to vm_fault_cpu
` [Intel-gfx] [PATCH v4 23/61] drm/i915: Move pinning to inside engine_wa_list_verify()
` [Intel-gfx] [PATCH v4 24/61] drm/i915: Take reservation lock around i915_vma_pin
` [Intel-gfx] [PATCH v4 25/61] drm/i915: Make intel_init_workaround_bb more compatible with ww locking
` [Intel-gfx] [PATCH v4 26/61] drm/i915: Make __engine_unpark() "
` [Intel-gfx] [PATCH v4 27/61] drm/i915: Take obj lock around set_domain ioctl
` [Intel-gfx] [PATCH v4 28/61] drm/i915: Defer pin calls in buffer pool until first use by caller
` [Intel-gfx] [PATCH v4 29/61] drm/i915: Fix pread/pwrite to work with new locking rules
` [Intel-gfx] [PATCH v4 30/61] drm/i915: Fix workarounds selftest, part 1
` [Intel-gfx] [PATCH v4 31/61] drm/i915: Prepare for obj->mm.lock removal
` [Intel-gfx] [PATCH v4 32/61] drm/i915: Add igt_spinner_pin() to allow for ww locking around spinner
` [Intel-gfx] [PATCH v4 33/61] drm/i915: Add ww locking around vm_access()
` [Intel-gfx] [PATCH v4 34/61] drm/i915: Increase ww locking for perf
` [Intel-gfx] [PATCH v4 35/61] drm/i915: Lock ww in ucode objects correctly
` [Intel-gfx] [PATCH v4 36/61] drm/i915: Add ww locking to dma-buf ops
` [Intel-gfx] [PATCH v4 37/61] drm/i915: Add missing ww lock in intel_dsb_prepare
` [Intel-gfx] [PATCH v4 38/61] drm/i915: Fix ww locking in shmem_create_from_object
` [Intel-gfx] [PATCH v4 39/61] drm/i915: Use a single page table lock for each gtt
` [Intel-gfx] [PATCH v4 40/61] drm/i915/selftests: Prepare huge_pages testcases for obj->mm.lock removal
` [Intel-gfx] [PATCH v4 41/61] drm/i915/selftests: Prepare client blit "
` [Intel-gfx] [PATCH v4 42/61] drm/i915/selftests: Prepare coherency tests "
` [Intel-gfx] [PATCH v4 43/61] drm/i915/selftests: Prepare context "
` [Intel-gfx] [PATCH v4 44/61] drm/i915/selftests: Prepare dma-buf "
` [Intel-gfx] [PATCH v4 45/61] drm/i915/selftests: Prepare execbuf "
` [Intel-gfx] [PATCH v4 46/61] drm/i915/selftests: Prepare mman testcases "
` [Intel-gfx] [PATCH v4 47/61] drm/i915/selftests: Prepare object tests "
` [Intel-gfx] [PATCH v4 48/61] drm/i915/selftests: Prepare object blit "
` [Intel-gfx] [PATCH v4 49/61] drm/i915/selftests: Prepare igt_gem_utils "
` [Intel-gfx] [PATCH v4 50/61] drm/i915/selftests: Prepare context selftest "
` [Intel-gfx] [PATCH v4 51/61] drm/i915/selftests: Prepare hangcheck "
` [Intel-gfx] [PATCH v4 52/61] drm/i915/selftests: Prepare execlists "
` [Intel-gfx] [PATCH v4 53/61] drm/i915/selftests: Prepare mocs tests "
` [Intel-gfx] [PATCH v4 54/61] drm/i915/selftests: Prepare ring submission "
` [Intel-gfx] [PATCH v4 55/61] drm/i915/selftests: Prepare timeline tests "
` [Intel-gfx] [PATCH v4 56/61] drm/i915/selftests: Prepare i915_request "
` [Intel-gfx] [PATCH v4 57/61] drm/i915/selftests: Prepare memory region "
` [Intel-gfx] [PATCH v4 58/61] drm/i915/selftests: Prepare cs engine "
` [Intel-gfx] [PATCH v4 59/61] drm/i915/selftests: Prepare gtt "
` [Intel-gfx] [PATCH v4 60/61] drm/i915: Finally remove obj->mm.lock
` [Intel-gfx] [PATCH v4 61/61] drm/i915: Keep userpointer bindings if seqcount is unchanged, v2
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Remove obj->mm.lock! (rev4)

[PATCH v2 0/6] r8a779a0: Add CSI and VIN
 2020-10-16 11:11 UTC  (3+ messages)
` [PATCH v2 5/6] dt-bindings: media: renesas,vin: Add V3U support

[PATCH v4 0/7] drivers: Add a framework for MUX drivers
 2020-10-16 10:46 UTC  (8+ messages)
` [PATCH v4 1/7] drivers: Add a new framework for multiplexer devices
` [PATCH v4 2/7] dm: board: complete the initialization of the muxes in initr_dm()
` [PATCH v4 3/7] drivers: mux: mmio-based syscon mux controller
` [PATCH v4 4/7] Kconfig: Increase the pre-relocation memory
` [PATCH v4 5/7] test: Add tests for the multiplexer framework
` [PATCH v4 6/7] cmd: Add a mux command
` [PATCH v4 7/7] test: mux-cmd: Add tests for the 'mux' command

[PATCH 0/5] rcar-vin: Support suspend and resume
 2020-10-16 10:46 UTC  (3+ messages)

[net-next 0/3][pull request] 40GbE Intel Wired LAN Driver Updates 2020-10-07
 2020-10-16 10:46 UTC  (4+ messages)
` [net-next 2/3] i40e: Fix MAC address setting for a VF via Host/VM

[dm-devel] [PATCH v2 00/29] libmultipath: improve cleanup on exit
 2020-10-16 10:45 UTC  (29+ messages)
` [dm-devel] [PATCH v2 01/29] multipathd: uxlsnr: avoid deadlock "
` [dm-devel] [PATCH v2 02/29] multipathd: Fix liburcu memory leak
` [dm-devel] [PATCH v2 03/29] multipathd: move handling of io_err_stat_attr into libmultipath
` [dm-devel] [PATCH v2 04/29] multipathd: move vecs desctruction into cleanup function
` [dm-devel] [PATCH v2 05/29] multipathd: make some globals static
` [dm-devel] [PATCH v2 06/29] multipathd: move threads destruction into separate function
` [dm-devel] [PATCH v2 07/29] multipathd: move conf "
` [dm-devel] [PATCH v2 08/29] multipathd: move pid "
` [dm-devel] [PATCH v2 09/29] multipathd: close pidfile on exit
` [dm-devel] [PATCH v2 11/29] multipathd: child(): call cleanups in failure case, too
` [dm-devel] [PATCH v2 12/29] multipathd: unwatch_all_dmevents: check if waiter is initialized
` [dm-devel] [PATCH v2 13/29] multipathd: print error message if config can't be loaded
` [dm-devel] [PATCH v2 14/29] libmultipath: add libmp_dm_exit()
` [dm-devel] [PATCH v2 15/29] multipathd: fixup libdm deinitialization
` [dm-devel] [PATCH v2 16/29] libmultipath: log_thread_stop(): check if logarea is initialized
` [dm-devel] [PATCH v2 17/29] multipathd: add cleanup_child() exit handler
` [dm-devel] [PATCH v2 18/29] libmultipath: fix log_thread startup and teardown
` [dm-devel] [PATCH v2 19/29] multipathd: move cleanup_{prio, checkers, foreign} to libmultipath_exit
` [dm-devel] [PATCH v2 20/29] multipath: use atexit() for cleanup handlers
` [dm-devel] [PATCH v2 21/29] mpathpersist: "
` [dm-devel] [PATCH v2 22/29] multipath: fix leaks in check_path_valid()
` [dm-devel] [PATCH v2 23/29] multipath-tools: mpath-tools.supp: file with valgrind suppressions
` [dm-devel] [PATCH v2 24/29] libmultipath: use libmp_verbosity to track verbosity
` [dm-devel] [PATCH v2 25/29] libmultipath: introduce symbolic values for logsink
` [dm-devel] [PATCH v2 26/29] libmultipath: simplify dlog()
` [dm-devel] [PATCH v2 27/29] multipathd: common code for "-k" and command args
` [dm-devel] [PATCH v2 28/29] multipathd: sanitize uxsock_listen()
` [dm-devel] [PATCH v2 29/29] libmultipath: fix race between log_safe and log_thread_stop()

[dm-devel] [PATCH v3 00/21] multipath-tools: shutdown, libdevmapper races, globals
 2020-10-16 10:43 UTC  (22+ messages)
` [dm-devel] [PATCH v3 01/21] multipathd: allow shutdown during configure()
` [dm-devel] [PATCH v3 02/21] multipathd: avoid sending "READY=1" to systemd on early shutdown
` [dm-devel] [PATCH v3 03/21] multipathd: send "STOPPING=1" to systemd on shutdown
` [dm-devel] [PATCH v3 04/21] multipathd: send "RELOADING=1" to systemd on DAEMON_CONFIGURE state
` [dm-devel] [PATCH v3 05/21] multipathd: use volatile qualifier for running_state
` [dm-devel] [PATCH v3 06/21] multipathd: generalize and fix wait_for_state_change_if()
` [dm-devel] [PATCH v3 07/21] multipathd: set_config_state(): avoid code duplication
` [dm-devel] [PATCH v3 08/21] multipathd: cancel threads early during shutdown
` [dm-devel] [PATCH v3 09/21] multipath-tools: don't call dm_lib_release() any more
` [dm-devel] [PATCH v3 10/21] libmultipath: devmapper: refactor libdm version determination
` [dm-devel] [PATCH v3 11/21] libmultipath: protect racy libdevmapper calls with a mutex
` [dm-devel] [PATCH v3 12/21] libmultipath: constify file argument in config parser
` [dm-devel] [PATCH v3 13/21] libmultipath: provide defaults for {get, put}_multipath_config
` [dm-devel] [PATCH v3 14/21] libmpathpersist: allow using libmultipath "
` [dm-devel] [PATCH v3 15/21] multipath: use {get_put}_multipath_config from libmultipath
` [dm-devel] [PATCH v3 16/21] mpathpersist: use {get, put}_multipath_config() "
` [dm-devel] [PATCH v3 17/21] libmultipath: add udev and logsink symbols
` [dm-devel] [PATCH v3 18/21] multipath: remove logsink and udev
` [dm-devel] [PATCH v3 19/21] libmpathpersist: call libmultipath_{init, exit}()
` [dm-devel] [PATCH v3 20/21] mpathpersist: remove logsink and udev
` [dm-devel] [PATCH v3 21/21] multipathd: "

stable-rc/queue/4.4 build: 189 builds: 2 failed, 187 passed, 2 errors, 13 warnings (v4.4.239-16-g1d6d5935a9bb)
 2020-10-16 10:44 UTC 

[dm-devel] [PATCH v2 00/12] multipath-tools: add linker version scripts
 2020-10-16 10:42 UTC  (13+ messages)
` [dm-devel] [PATCH v2 01/12] libmultipath: find_mpe(): don't match with empty WWID
` [dm-devel] [PATCH v2 02/12] libmultipath: copy mpp->hwe from pp->hwe
` [dm-devel] [PATCH v2 03/12] libmultipath: dm_map_present_by_uuid(): fix dm_task_create() call
` [dm-devel] [PATCH v2 04/12] libdmmp tests: fix compilation
` [dm-devel] [PATCH v2 05/12] libmultipath: prio: constify some function parameters
` [dm-devel] [PATCH v2 06/12] libmultipath: checkers/prio: allow non-lazy .so loading
` [dm-devel] [PATCH v2 07/12] multipath-tools Makefiles: separate rules for .so and man pages
` [dm-devel] [PATCH v2 08/12] libmultipath: create separate .so for unit tests
` [dm-devel] [PATCH v2 09/12] libmultipath: add linker version script
` [dm-devel] [PATCH v2 10/12] libmpathpersist: "
` [dm-devel] [PATCH v2 11/12] libmpathcmd: "
` [dm-devel] [PATCH v2 12/12] libmpathpersist: initialize mpp->hwe in get_mpvec()

stable-rc/queue/4.19 build: 205 builds: 1 failed, 204 passed, 77 warnings (v4.19.151-21-gcab48ee31796)
 2020-10-16 10:43 UTC 

[LTP] [RFC PATCH] mm: memcg/slab: Stop reparented obj_cgroups from charging root
 2020-10-16 10:41 UTC  (4+ messages)
  `  "

[cip-dev] Camera CSI support for IMX
 2020-10-16 10:25 UTC 

[PATCH] mm: fix page_owner initializing issue for arm32
 2020-10-16 10:41 UTC  (2+ messages)

[PATCH v4 00/10] Support GEM object mappings from I/O memory
 2020-10-16 10:39 UTC  (10+ messages)
` [PATCH v4 09/10] dma-buf-map: Add memcpy and pointer-increment interfaces

[dpdk-dev] [PATCH v2 0/2] iavf update base code
 2020-10-16 10:41 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 1/2] common/iavf: replace macro for MAC address length
` [dpdk-dev] [PATCH v2 2/2] common/iavf: add support for VFs with >16 queue pairs

[PATCH] media: uvcvideo: Add bandwidth_cap module param
 2020-10-16 10:40 UTC  (5+ messages)

[PATCH 0/6] can: flexcan: add stop mode support for i.MX8QM
 2020-10-16 13:43 UTC  (6+ messages)
` [PATCH 5/6] can: flexcan: add CAN wakeup function "

[PATCH 0/5] drm/tidss: Use new connector model for tidss
 2020-10-16 10:39 UTC  (6+ messages)
` [PATCH 1/5] drm/tidss: Move to newer connector model
` [PATCH 2/5] drm/tidss: Set bus_format correctly from bridge/connector
` [PATCH 3/5] drm: bridge: Propagate the bus flags from bridge->timings
` [PATCH 4/5] drm/bridge: tfp410: Support format negotiation
` [PATCH 5/5] drm/bridge: mhdp8564: "

[PATCH v2 1/3] lib/list_kunit: Follow new file name convention for KUnit tests
 2020-10-16 10:38 UTC  (3+ messages)
` [PATCH v2 2/3] lib/linear_ranges_kunit: "

[PATCH 1/3] drm/vkms: Set preferred depth correctly
 2020-10-16 10:38 UTC  (2+ messages)

nftables iifname and currently unknown interfaces
 2020-10-16 10:37 UTC 

[PATCH v2 1/1] watchdog: pnx833x_wdt: convert to watchdog core
 2020-10-16 10:10 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/2] ethdev: tunnel offload model
 2020-10-16 10:34 UTC  (5+ messages)
` [dpdk-dev] [PATCH v7 0/3] Tunnel Offload API
  ` [dpdk-dev] [PATCH v7 1/3] ethdev: allow negative values in flow rule types
  ` [dpdk-dev] [PATCH v7 2/3] ethdev: tunnel offload model
  ` [dpdk-dev] [PATCH v7 3/3] app/testpmd: add commands for tunnel offload API

[libvirt test] 155885: regressions - FAIL
 2020-10-16 10:34 UTC 

[PATCH 4.4 00/16] 4.4.240-rc1 review
 2020-10-16 10:34 UTC  (2+ messages)

[Buildroot] [PATCH] package/gstreamer1/gst1-imx: bump to version 0.13.1
 2020-10-16 10:34 UTC 

[dpdk-dev] [PATCH v3 00/56] net: txgbe PMD
 2020-10-16 10:33 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 02/56] net/txgbe: add ethdev probe and remove

[PATCH 4.19 00/21] 4.19.152-rc1 review
 2020-10-16 10:33 UTC  (2+ messages)

[Linux-kernel-mentees] [RFC PATCH v2] checkpatch: add shebang check to EXECUTE_PERMISSIONS
 2020-10-16 10:33 UTC  (6+ messages)

[PATCH -next] firmware: arm_scmi: Add the trace_scmi_xfer_end
 2020-10-16 10:32 UTC  (2+ messages)

[PATCH v1 00/29] virtio-mem: Big Block Mode (BBM)
 2020-10-16 10:32 UTC  (9+ messages)
` [PATCH v1 05/29] virtio-mem: generalize check for added memory

[Bug 1900122] [NEW] Unsupported ioctl: cmd=0xffffffff80685600 when accessing /dev/video* in aarch64 guest
 2020-10-16 10:22 UTC 

[PATCH] coresight: etm4x: Add config to exclude kernel mode tracing
 2020-10-16 10:30 UTC  (7+ messages)

[PATCH] DMA: PL330: Remove unreachable code
 2020-10-16 10:30 UTC  (3+ messages)

[PATCH] rcu-tasks: Add missing inline to show_rcu_tasks_rude_gp_kthread() dummy
 2020-10-16 10:31 UTC 

stable-rc/queue/4.14 build: 197 builds: 1 failed, 196 passed, 64 warnings (v4.14.201-18-gf53196ef0c93)
 2020-10-16 10:30 UTC 

[libgpiod][RFC PATCH] bindings: cxx: demote the line's parent chip reference to a weak_ptr
 2020-10-16 10:29 UTC  (2+ messages)

[PATCH] arm64: mm: account for hotplug memory when randomizing the linear region
 2020-10-16 10:26 UTC  (3+ messages)

[dpdk-dev] [PATCH v1 0/1] documentation error fix
 2020-10-16 10:28 UTC  (3+ messages)
` [dpdk-dev] [PATCH v1 1/1] crypto/bcmfs: fix documentation error

[dpdk-dev] [PATCH 1/2] eal/windows: fix symbol export
 2020-10-16 10:27 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 2/2] devtools: check Windows export files

smartpqi: Adaptec 1100-8e failure with Linux 5.9
 2020-10-16 10:27 UTC 

[PATCH] ci: include configure and meson logs in all jobs if configure fails
 2020-10-16 10:24 UTC  (2+ messages)

[PATCH v3 0/2] block, iomap: disable iopoll for split bio
 2020-10-16 10:26 UTC  (3+ messages)
` [PATCH v3 2/2] block,iomap: disable iopoll when split needed

[PATCH][RFC] tune-supersparc.inc: remove
 2020-10-16 10:26 UTC 

[dpdk-dev] [RFC] ethdev: introduce Rx buffer split
 2020-10-16 10:22 UTC  (3+ messages)
` [dpdk-dev] [PATCH v9 0/6] "
  ` [dpdk-dev] [PATCH v9 6/6] app/testpmd: add extended Rx queue setup


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.