All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-02 05:56:46 to 2021-11-02 07:12:28 UTC [more...]

[EXT] Re: nvme may get timeout from dd when using different non-prefetch mmio outbound/ranges
 2021-11-02  7:12 UTC  (4+ messages)

[PATCH 00/21] iomap/xfs folio patches
 2021-11-02  7:12 UTC  (3+ messages)
` [PATCH 01/21] fs: Remove FS_THP_SUPPORT

[PATCH1/1]sqfs: sqfs_tokenize() should fill the tokens list instead of free items
 2021-11-02  7:11 UTC  (5+ messages)
      ` Fwd: "

[PATCH v4] F2FS: invalidate META_MAPPING before IPU/DIO write
 2021-11-02  7:10 UTC  (2+ messages)
  ` [f2fs-dev] "

[dpdk-dev] [PATCH 00/10] vdpa/sfc: introduce Xilinx vDPA driver
 2021-11-02  7:10 UTC  (6+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 03/10] vdpa/sfc: add support to get device and protocol features
  ` [dpdk-dev] [PATCH v3 05/10] vdpa/sfc: add support to get VFIO device fd

Re:[PATCH v9] tty: Fix the keyboard led light display problem
 2021-11-02  7:09 UTC  (6+ messages)
` [PATCH "

[PATCH] scsi:pmcraid:Remove unneeded semicolon
 2021-11-02  7:08 UTC 

[PATCH] dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING
 2021-11-02  7:08 UTC  (17+ messages)

refactor the i915 GVT support and move to the modern mdev API v2
 2021-11-02  7:06 UTC  (60+ messages)
` [Intel-gfx] "
` [PATCH 01/29] drm/i915/gvt: undef TRACE_INCLUDE_FILE in i915_trace.h
  ` [Intel-gfx] "
` [PATCH 02/29] drm/i915/gvt: integrate into the main Makefile
  ` [Intel-gfx] "
` [PATCH 03/29] drm/i915/gvt: remove module refcounting in intel_gvt_{,un}register_hypervisor
  ` [Intel-gfx] [PATCH 03/29] drm/i915/gvt: remove module refcounting in intel_gvt_{, un}register_hypervisor
` [PATCH 04/29] drm/i915/gvt: remove enum hypervisor_type
  ` [Intel-gfx] "
` [PATCH 05/29] drm/i915/gvt: rename intel_vgpu_ops to intel_vgpu_mdev_ops
  ` [Intel-gfx] "
` [PATCH 06/29] drm/i915/gvt: move the gvt code into kvmgt.ko
  ` [Intel-gfx] "
` [PATCH 07/29] drm/i915/gvt: remove intel_gvt_ops
  ` [Intel-gfx] "
` [PATCH 08/29] drm/i915/gvt: remove the map_gfn_to_mfn and set_trap_area ops
  ` [Intel-gfx] "
` [PATCH 09/29] drm/i915/gvt: remove the unused from_virt_to_mfn op
  ` [Intel-gfx] "
` [PATCH 10/29] drm/i915/gvt: merge struct kvmgt_vdev into struct intel_vgpu
  ` [Intel-gfx] "
` [PATCH 11/29] drm/i915/gvt: merge struct kvmgt_guest_info into strut intel_vgpu
  ` [Intel-gfx] "
` [PATCH 12/29] drm/i915/gvt: remove vgpu->handle
  ` [Intel-gfx] "
` [PATCH 13/29] drm/i915/gvt: devirtualize ->{read,write}_gpa
  ` [Intel-gfx] [PATCH 13/29] drm/i915/gvt: devirtualize ->{read, write}_gpa
` [PATCH 14/29] drm/i915/gvt: devirtualize ->{get,put}_vfio_device
  ` [Intel-gfx] [PATCH 14/29] drm/i915/gvt: devirtualize ->{get, put}_vfio_device
` [PATCH 15/29] drm/i915/gvt: devirtualize ->set_edid and ->set_opregion
  ` [Intel-gfx] "
` [PATCH 16/29] drm/i915/gvt: devirtualize ->detach_vgpu
  ` [Intel-gfx] "
` [PATCH 17/29] drm/i915/gvt: devirtualize ->inject_msi
  ` [Intel-gfx] "
` [PATCH 18/29] drm/i915/gvt: devirtualize ->is_valid_gfn
  ` [Intel-gfx] "
` [PATCH 19/29] drm/i915/gvt: devirtualize ->gfn_to_mfn
  ` [Intel-gfx] "
` [PATCH 20/29] drm/i915/gvt: devirtualize ->{enable,disable}_page_track
  ` [Intel-gfx] [PATCH 20/29] drm/i915/gvt: devirtualize ->{enable, disable}_page_track
` [PATCH 21/29] drm/i915/gvt: devirtualize ->dma_{,un}map_guest_page
  ` [Intel-gfx] [PATCH 21/29] drm/i915/gvt: devirtualize ->dma_{, un}map_guest_page
` [PATCH 22/29] drm/i915/gvt: devirtualize dma_pin_guest_page
  ` [Intel-gfx] "
` [PATCH 23/29] drm/i915/gvt: remove struct intel_gvt_mpt
  ` [Intel-gfx] "
` [PATCH 24/29] drm/i915/gvt: remove the extra vfio_device refcounting for dmabufs
  ` [Intel-gfx] "
` [PATCH 25/29] drm/i915/gvt: streamline intel_vgpu_create
  ` [Intel-gfx] "
` [PATCH 26/29] drm/i915/gvt: pass a struct intel_vgpu to the vfio read/write helpers
  ` [Intel-gfx] "
` [PATCH 27/29] drm/i915/gvt: remove kvmgt_guest_{init,exit}
  ` [Intel-gfx] [PATCH 27/29] drm/i915/gvt: remove kvmgt_guest_{init, exit}
` [PATCH 28/29] drm/i915/gvt: convert to use vfio_register_group_dev()
  ` [Intel-gfx] "
` [PATCH 29/29] drm/i915/gvt: merge gvt.c into kvmgvt.c
  ` [Intel-gfx] "

[PATCH] arm: remove zte zx platform left-over
 2021-11-02  7:07 UTC  (4+ messages)

[PATCH 0/4] small pm80xx cleanups and fixes
 2021-11-02  7:08 UTC  (9+ messages)
` [PATCH 1/4] scsi: pm80xx: Apply byte mask for phy id in mpi_phy_start_resp()
` [PATCH 2/4] scsi: pm80xx: Do not check the address-of value for NULL
` [PATCH 3/4] scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd()
` [PATCH 4/4] scsi: pm80xx: Use bitmap_zalloc() for tags bitmap allocation

[dpdk-dev] [PATCH] net/i40e: fix forward outer IPv6 VXLAN packets
 2021-11-02  7:08 UTC 

[PATCH] sched:Remove unneeded semicolon
 2021-11-02  7:07 UTC 

linux-next: build failure after merge of almost all the trees
 2021-11-02  7:06 UTC  (4+ messages)

[rdma:for-next] BUILD SUCCESS 6a463bc9d9997818a2df26c54319dc3a33c7ce38
 2021-11-02  7:05 UTC 

[PATCH] [RFC][PR102768] aarch64: Add compiler support for Shadow Call Stack
 2021-11-02  7:06 UTC 

[PATCH v1 1/3] serdev: Add interface serdev_device_ioctl
 2021-11-02  7:05 UTC 

[PATCH] vhost: Fix last queue index of devices with no cvq
 2021-11-02  7:04 UTC  (9+ messages)

[PATCH] signal: remove duplicate include in signal.c
 2021-11-02  7:05 UTC 

[PATCH 5.10 00/77] 5.10.77-rc1 review
 2021-11-02  7:05 UTC  (2+ messages)

[dm-devel] [PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
 2021-11-02  6:18 UTC  (9+ messages)

linux-next: manual merge of the folio tree with the fscache tree
 2021-11-02  7:04 UTC  (3+ messages)

[PATCH] mm, slub: place the trace before freeing memory in kmem_cache_free()
 2021-11-02  7:03 UTC  (2+ messages)

[dpdk-dev] [PATCH v2] net/ice: fix order of flow filter parser list
 2021-11-02 10:45 UTC 

[dpdk-dev] [PATCH] net/i40e: fix forward outer IPv6 VXLAN packets
 2021-11-02  7:03 UTC 

linux-next: build failure after merge of the folio tree
 2021-11-02  7:02 UTC  (4+ messages)

[PATCH] drm/amd/display: remove unnecessary conditional operators
 2021-11-02  7:01 UTC  (2+ messages)

[PATCH] usb: typec: ucsi: Only get source PDOs from the actual source
 2021-11-02  7:01 UTC  (3+ messages)

[PATCH v2] drivers: scsi: replace snprintf in show functions with sysfs_emit
 2021-11-02  6:59 UTC  (2+ messages)

[PATCH v2 1/3] virtio: cache indirect desc for split
 2021-11-02  6:35 UTC  (2+ messages)

[dpdk-dev] [PATCH] common/mlx5: fix external memory pool registration
 2021-11-02  6:59 UTC 

[PATCH v1] dt-bindings: convert qcom,spmi-pmic-arb binding to YAML format
 2021-11-02  6:57 UTC 

[dpdk-dev] [PATCH v1] net/ice: fix order of flow filter parser list
 2021-11-02 10:34 UTC 

[PATCH] media: atomisp: add a default case at __get_frame_info()
 2021-11-02  6:54 UTC  (2+ messages)

[PATCH v7 00/60] user-only: Cleanup SIGSEGV and SIGBUS handling
 2021-11-02  6:52 UTC  (3+ messages)
` [PATCH v7 13/60] linux-user/host/s390: Populate host_signal.h

[PATCH 1/2] media: atomisp: better describe get_frame_info issues
 2021-11-02  6:54 UTC  (3+ messages)

[PATCH v4 00/22] QEMU RISC-V AIA support
 2021-11-02  6:52 UTC  (4+ messages)
` [PATCH v4 02/22] target/riscv: Implement SGEIP bit in hip and hie CSRs

[PATCH] drivers: tty: replace snprintf in show functions with sysfs_emit
 2021-11-02  6:52 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] arm64: dts: exynosautov9: drop samsung,ufs-shareability-reg-offset
 2021-11-02  6:48 UTC 

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-11-01
 2021-11-02  6:52 UTC 

[f2fs-dev] [PATCH v3] F2FS: invalidate META_MAPPING before IPU/DIO write
 2021-11-02  6:50 UTC  (7+ messages)
    `  "

[PATCH v6 0/2] Improve vhost-user VQ notifier unmap
 2021-11-02  6:49 UTC  (9+ messages)
` [PATCH v6 1/2] vhost-user: remove VirtQ notifier restore
` [PATCH v6 2/2] vhost-user: fix VirtQ notifier cleanup

[PATCH net-next 0/6] MCTP I2C driver
 2021-11-02  6:48 UTC  (4+ messages)
` [PATCH net-next 6/6] mctp i2c: MCTP I2C binding driver

[PATCH bpf-next 0/2] bpf: Allow doing stack read with size larger than the earlier spilled reg
 2021-11-02  6:45 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Do not reject when the stack read size is different from the tracked scalar size
` [PATCH bpf-next 2/2] bpf: selftest: verifier test on refill from a smaller spill

general protection fault in del_gendisk
 2021-11-02  6:45 UTC  (4+ messages)

unsubscribe
 2021-11-02  6:37 UTC 

[dpdk-dev] [PATCH 1/2] common/cnxk: change policer timeuint to configured value
 2021-11-02  6:41 UTC  (4+ messages)
` [dpdk-dev] [PATCH 2/2] net/cnxk: integrate bpfcount get MBOX interface
` [dpdk-dev] [PATCH v2 1/2] common/cnxk: change policer timeuint to configured value
  ` [dpdk-dev] [PATCH v2 2/2] net/cnxk: integrate bpfcount get MBOX interface

[bug report] WARNING: CPU: 1 PID: 1386 at block/blk-mq-sched.c:432 blk_mq_sched_insert_request+0x54/0x178
 2021-11-02  6:42 UTC 

[PATCH v2 0/5] pci/iommu: Fail early if vfio-pci detected before vIOMMU
 2021-11-02  6:40 UTC  (3+ messages)

[PATCH v2] usb: core: reduce power-on-good delay time of root hub
 2021-11-02  6:41 UTC  (4+ messages)

[RFC PATCH v5 00/26] vDPA shadow virtqueue
 2021-11-02  6:35 UTC  (4+ messages)
` [RFC PATCH v5 23/26] util: Add iova_tree_alloc

[PATCH v12 0/2] make hvc pass dma capable memory to its backend
 2021-11-02  6:33 UTC  (4+ messages)
` [PATCH v12 1/2] tty: hvc: pass DMA capable memory to put_chars()

[PATCH] mozjs-78: Get rid of erroneous dependency trying to satisfy llvm_objdump
 2021-11-02  6:32 UTC 

[PATCH] media: em28xx: fix memory leak in em28xx_init_dev
 2021-11-02  6:31 UTC  (4+ messages)

[PATCH 0/1] fanotify: Document FAN_REPORT_PIDFD Feature
 2021-11-02  6:31 UTC  (5+ messages)
` [PATCH 1/1] Document the new fanotify initialization flag FAN_REPORT_PIDFD

[PATCH] pinctrl: qcom: sdm845: Enable dual edge errata
 2021-11-02  6:29 UTC  (2+ messages)

[PATCH v8 0/3] Add APNE PCMCIA 100 Mbit support
 2021-11-02  6:29 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 0/2] drm/i915: Failsafe migration blits
 2021-11-02  6:29 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Failsafe migration blits (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-wired-lan] [PATCH v2] e1000e: Add a delay to let ME unconfigure s0ix when DPG_EXIT_DONE is already flagged
 2021-11-02  6:29 UTC  (9+ messages)
        `  "

[PATCH v3] fanotify.7, fanotify_mark.2: Document FAN_FS_ERROR
 2021-11-02  6:28 UTC  (2+ messages)

Possible merge bug
 2021-11-02  6:26 UTC 

[PATCH v7 0/4] Add APNE PCMCIA 100 Mbit support
 2021-11-02  6:24 UTC  (2+ messages)

[PATCH 0/2] Add RTC driver for Sunplus SP7021 SoC
 2021-11-02  6:22 UTC  (3+ messages)
` [PATCH 1/2] rtc: Add driver for Sunplus SP7021
` [PATCH 2/2] dt-bindings: rtc: Convert Sunplus RTC to json-schema

[Bluez PATCH 1/3] adapter: Use PeripheralLongTermKey to store LTK
 2021-11-02  6:17 UTC  (4+ messages)
` [Bluez PATCH 3/3] adapter: Remove "Master" entry from LTK storage

Lasku 60210 (Invoice 60210)
 2021-11-02  6:16 UTC 

[Intel-gfx] [V2 0/4] Enable MIPI DSI video mode on ADLP
 2021-11-02  6:14 UTC  (8+ messages)
` [Intel-gfx] [V2 4/4] drm/i915/dsi: Ungate clock before enabling the phy

[dpdk-dev] [PATCH] eal: fix device iterator issue to find device for class type
 2021-11-02  6:13 UTC  (2+ messages)

[PATCH RFC] scsi: ufs-core: Do not use clk_scaling_lock in ufshcd_queuecommand()
 2021-11-02  6:11 UTC  (5+ messages)

[GIT PULL] bdev size cleanups
 2021-11-02  6:10 UTC  (4+ messages)

[GIT PULL] libata changes for 5.16-rc1
 2021-11-02  6:08 UTC 

[PATCH] mm: migrate: Correct the hugetlb migration stats
 2021-11-02  6:08 UTC  (5+ messages)

[RESEND PATCH V3 0/2] riscv: add RISC-V Svpbmt Standard Extension supports
 2021-11-02  6:07 UTC  (13+ messages)
` [RESEND PATCH V3 2/2] riscv: add RISC-V Svpbmt extension supports

What's cooking in git.git (Nov 2021, #01; Mon, 1)
 2021-11-02  6:06 UTC 

[PATCH 1/3] dt-bindings: usb: mtk-xhci: add support ip-sleep for mt8195
 2021-11-02  6:00 UTC  (9+ messages)
` [PATCH 2/3] usb: xhci-mtk: add support ip-sleep wakeup "
` [PATCH 3/3] arm64: dts: mediatek: Add USB xHCI controller "

[PATCH bpf-next v4 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-02  5:59 UTC  (2+ messages)
` [PATCH bpf-next v4 2/2] selftests: bpf: test "

[dpdk-dev] [PATCH v8 4/4] net/ice: enable protocol agnostic flow offloading in FDIR
 2021-11-02  5:58 UTC  (3+ messages)
` [dpdk-dev] [PATCH v9 0/4] "

[linux-next:master 4777/12851] drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn201/dcn201_clk_mgr.c:79:6: error: no previous prototype for function 'dcn201_update_clocks_vbios'
 2021-11-02  5:56 UTC 

[Virtio-fs] [PATCH v7 0/6] virtiofsd: support per inode DAX
 2021-11-02  5:56 UTC  (2+ messages)
` [Virtio-fs] [PATCH v7 6/6] virtiofsd: implement file size based dax policy


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.