All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-07 02:42:55 to 2022-04-07 03:18:34 UTC [more...]

use block_device based APIs in block layer consumers
 2022-04-07  3:18 UTC  (72+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
  ` [dm-devel] "
    ` [Cluster-devel] "
    ` [Ocfs2-devel] "
    ` [f2fs-dev] "
` [f2fs-dev] [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
  ` [dm-devel] "
    ` [Cluster-devel] "
    `  "
    ` [Ocfs2-devel] "
` [f2fs-dev] [PATCH 03/27] target: fix discard alignment on partitions
  ` [dm-devel] "
    ` [Cluster-devel] "
    ` [Ocfs2-devel] "
` [PATCH 10/27] block: add a bdev_nonrot helper
  ` [Ocfs2-devel] "
    ` [Cluster-devel] "
` [PATCH 11/27] block: add a bdev_write_cache helper
  ` [dm-devel] [Ocfs2-devel] "
    `  "
    ` [Cluster-devel] "
    ` [f2fs-dev] "
` [PATCH 12/27] block: add a bdev_fua helper
  ` [dm-devel] [Ocfs2-devel] "
    `  "
    ` [Cluster-devel] "
    ` [f2fs-dev] "
` [PATCH 13/27] block: add a bdev_stable_writes helper
  ` [Ocfs2-devel] "
    ` [Cluster-devel] "
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
  ` [dm-devel] "
    ` [Cluster-devel] "
    ` [Ocfs2-devel] "
    ` [f2fs-dev] "

[PATCH] macintosh: fix via-pmu and via-cuda build errors
 2022-04-07  3:16 UTC  (3+ messages)

[PATCH v10 00/14] Multi-Gen LRU Framework
 2022-04-07  3:15 UTC  (15+ messages)
` [PATCH v10 01/14] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v10 02/14] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH v10 03/14] mm/vmscan.c: refactor shrink_node()
` [PATCH v10 04/14] Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole caller"
` [PATCH v10 05/14] mm: multi-gen LRU: groundwork
` [PATCH v10 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH v10 07/14] mm: multi-gen LRU: exploit locality in rmap
` [PATCH v10 08/14] mm: multi-gen LRU: support page table walks
` [PATCH v10 09/14] mm: multi-gen LRU: optimize multiple memcgs
` [PATCH v10 10/14] mm: multi-gen LRU: kill switch
` [PATCH v10 11/14] mm: multi-gen LRU: thrashing prevention
` [PATCH v10 12/14] mm: multi-gen LRU: debugfs interface
` [PATCH v10 13/14] mm: multi-gen LRU: admin guide
` [PATCH v10 14/14] mm: multi-gen LRU: design doc

RTT-PROBE: lore-subspace-rtt
 2022-04-07  3:17 UTC 

[RESEND v17 0/7] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2022-04-07  3:04 UTC  (16+ messages)
` [RESEND v17 1/7] dt-bindings: arm: mediatek: mmsys: add power and gce properties
` [RESEND v17 2/7] dt-bindings: arm: mediatek: mmsys: add mt8195 SoC binding
` [RESEND v17 3/7] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0
` [RESEND v17 4/7] soc: mediatek: add mtk-mutex "
` [RESEND v17 5/7] drm/mediatek: add DSC support for mediatek-drm
` [RESEND v17 6/7] drm/mediatek: add MERGE "
` [RESEND v17 7/7] drm/mediatek: add mediatek-drm of vdosys0 support for mt8195

[Question] Failed to load ebpf program with BTF-defined map
 2022-04-07  3:15 UTC  (3+ messages)
  `  "

stable-rc/queue/5.17 build: 164 builds: 2 failed, 162 passed, 4 errors, 1 warning (v5.17.1-1123-g788cd6072fa15)
 2022-04-07  3:15 UTC 

[PATCH] af_packet: fix efficiency issues in packet_read_pending
 2022-04-07  3:14 UTC  (3+ messages)

[PATCH 00/14] cifs: Iterators, netfslib and folios
 2022-04-07  3:13 UTC  (3+ messages)
` [PATCH 14/14] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache

pull-request: bpf 2022-04-06
 2022-04-07  3:12 UTC 

[PATCH] imx8ulp: clock: Fix lcd clock algo
 2022-04-07  3:12 UTC  (2+ messages)

[ANNOUNCE] 5.10.109-rt65
 2022-04-07  3:12 UTC 

[PATCH] arch_topology: support parsing cache topology from DT
 2022-04-07  3:11 UTC  (3+ messages)

[5.19 cycle] Planning and goals
 2022-04-07  3:11 UTC  (2+ messages)

[PATCH -next v2] nbd: fix possible overflow on 'first_minor' in nbd_dev_add()
 2022-04-07  3:25 UTC 

[PATCH qemu] ppc/spapr/ddw: Add 2M pagesize
 2022-04-07  3:08 UTC  (2+ messages)

[PATCH v2] usb: misc: fix improper handling of refcount in uss720_probe()
 2022-04-07  3:09 UTC  (2+ messages)

[PATCH 0/7] kbuild: more misc cleanups
 2022-04-07  3:07 UTC  (4+ messages)
` [PATCH 7/7] kbuild: read *.mod to get objects passed to $(LD) or $(AR)

RTT-PROBE: lore-subspace-rtt
 2022-04-07  3:06 UTC 

[PATCH v9 00/14] Multi-Gen LRU Framework
 2022-04-07  3:04 UTC  (5+ messages)
` [PATCH v9 07/14] mm: multi-gen LRU: exploit locality in rmap

[RFC PATCH v5 000/104] KVM TDX basic feature support
 2022-04-07  3:05 UTC  (4+ messages)
` [RFC PATCH v5 042/104] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis

[PATCH] net/ice/base: enable FDIR support for IPV6_NETX_PROTO
 2022-04-07  3:01 UTC 

[Intel-gfx] [PATCH] drm/i915/display: Fix warnings about PSR lock not held
 2022-04-07  3:04 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH] scsi: vmw_pvscsi: No need to clear memory after a dma_alloc_coherent() call
 2022-04-07  3:02 UTC  (2+ messages)

[PATCH 00/39] support full function of DCF
 2022-04-07 10:57 UTC  (40+ messages)
` [PATCH 01/39] net/ice: enable RSS RETA ops for DCF hardware
` [PATCH 02/39] net/ice: enable RSS HASH "
` [PATCH 03/39] net/ice: cleanup Tx buffers
` [PATCH 04/39] net/ice: add ops MTU-SET to dcf
` [PATCH 05/39] net/ice: add ops dev-supported-ptypes-get "
` [PATCH 06/39] net/ice: support dcf promisc configuration
` [PATCH 07/39] net/ice: support dcf MAC configuration
` [PATCH 08/39] net/ice: support dcf VLAN filter and offload configuration
` [PATCH 09/39] net/ice: support DCF new VLAN capabilities
` [PATCH 10/39] net/ice: enable CVL DCF device reset API
` [PATCH 11/39] net/ice/base: add VXLAN support for switch filter
` [PATCH 12/39] net/ice: "
` [PATCH 13/39] common/iavf: support flushing rules and reporting DCF id
` [PATCH 14/39] net/ice/base: fix ethertype filter input set
` [PATCH 15/39] net/iavf: support checking if device is an MDCF instance
` [PATCH 16/39] net/ice: support MDCF(multi-DCF) instance
` [PATCH 17/39] net/ice/base: support custom DDP buildin recipe
` [PATCH 18/39] net/ice: support buildin recipe configuration
` [PATCH 19/39] net/ice/base: support IPv6 GRE UDP pattern
` [PATCH 20/39] net/ice: support IPv6 NVGRE tunnel
` [PATCH 21/39] net/ice: support new pattern of IPv4
` [PATCH 22/39] net/ice/base: support new patterns of TCP and UDP
` [PATCH 23/39] net/ice: "
` [PATCH 24/39] net/ice/base: support IPv4 GRE tunnel
` [PATCH 25/39] net/ice: support IPv4 GRE raw pattern type
` [PATCH 26/39] net/ice/base: support custom ddp package version
` [PATCH 27/39] net/ice: disable ACL function for MDCF instance
` [PATCH 28/39] net/ice: treat unknown package as OS default package
` [PATCH 29/39] net/ice/base: update Profile ID table for VXLAN
` [PATCH 30/39] net/ice/base: update Protocol ID table to match DVM DDP
` [PATCH 31/39] net/ice: handle virtchnl event message without interrupt
` [PATCH 32/39] net/ice: add DCF request queues function
` [PATCH 33/39] net/ice: negotiate large VF and request more queues
` [PATCH 34/39] net/ice: enable multiple queues configurations for large VF
` [PATCH 35/39] net/ice: enable IRQ mapping configuration "
` [PATCH 36/39] net/ice: add enable/disable queues for DCF "
` [PATCH 37/39] net/ice: fix DCF ACL flow engine
` [PATCH 38/39] testpmd: force flow flush
` [PATCH 39/39] net/ice: fix DCF reset

[PATCH] scsi: ufs: ufshcd-pltfrm: simplify usages of pdev->dev
 2022-04-07  3:00 UTC  (2+ messages)

[PATCH] net/ice/base: enable FDIR support for IPV6_NETX_PROTO
 2022-04-07  2:54 UTC 

[PATCH 0/5] drm/ttm: Introduce TTM res manager debugfs helpers
 2022-04-07  2:56 UTC  (8+ messages)
` [PATCH 1/5] drm/ttm: Add common debugfs code for resource managers
` [PATCH 2/5] drm/vmwgfx: Add debugfs entries for various ttm "
` [PATCH 3/5] drm/amdgpu: Use TTM builtin resource manager debugfs code
` [PATCH 4/5] drm/qxl: "
` [PATCH 5/5] drm/radeon: "

[PATCH 0/3] devfreq: mediatek: introduce MTK cci devfreq
 2022-04-07  3:20 UTC  (5+ messages)
  ` [PATCH 2/3] devfreq: mediatek: add mt8183 cci devfreq driver

RTT-PROBE: lore-subspace-rtt
 2022-04-07  2:55 UTC 

[PATCH mptcp-next v7 00/14] mptcp: APIs and self-tests for userspace path management
 2022-04-07  2:55 UTC  (6+ messages)
` [PATCH mptcp-next v7 09/14] mptcp: netlink: allow userspace-driven subflow establishment
` [PATCH mptcp-next v7 10/14] selftests: mptcp: support MPTCP_PM_CMD_SUBFLOW_CREATE
` [PATCH mptcp-next v7 13/14] selftests: mptcp: create listeners to receive MPJs
` [PATCH mptcp-next v7 14/14] selftests: mptcp: functional tests for the userspace PM type
  ` selftests: mptcp: functional tests for the userspace PM type: Build Failure

[Bug 215804] New: [xfstests generic/670] Unable to handle kernel paging request at virtual address fffffbffff000008
 2022-04-07  2:54 UTC  (2+ messages)
` [Bug 215804] "

[RFC PATCH 0/4] PCI: hv: Miscellaneous changes
 2022-04-07  2:54 UTC  (3+ messages)
` [RFC PATCH 1/4] Drivers: hv: vmbus: Remove special code for unsolicited messages

[PATCH v3 0/3] dmaengine: Use platform_get_irq*() variants to fetch IRQ's
 2022-04-07  2:52 UTC  (4+ messages)

[PATCH V9 00/45] PKS/PMEM: Add Stray Write Protection
 2022-04-07  2:50 UTC  (5+ messages)
` [PATCH V9 01/45] entry: Create an internal irqentry_exit_cond_resched() call
` [PATCH V9 24/45] entry: Split up irqentry_exit_cond_resched()

[PATCH v8 00/20] fscache, erofs: fscache-based on-demand read semantics
 2022-04-07  2:50 UTC  (10+ messages)
` [PATCH v8 08/20] erofs: make erofs_map_blocks() generally available
` [PATCH v8 09/20] erofs: add mode checking helper
` [PATCH v8 10/20] erofs: register fscache volume

[PATCH RESEND v3] arm64: dts: allwinner: a64: olinuxino: Enable audio
 2022-04-07  2:49 UTC  (3+ messages)

SCSI discovery update
 2022-04-07  2:48 UTC  (7+ messages)
` [PATCH 12/14] scsi: sd: sd_read_cpr() requires VPD pages

[PATCH] vxlan: fix error return code in vxlan_fdb_append
 2022-04-07  2:46 UTC 

[PATCH net-next v3 00/11] bnxt: Support XDP multi buffer
 2022-04-07  2:48 UTC  (3+ messages)

[PATCH RESEND v1] trace: Split address space and slot id in trace_kvm_set_user_memory()
 2022-04-07  2:46 UTC  (3+ messages)

[PATCH v3 00/20] ASoC: fsl_micfil: Driver updates
 2022-04-07  2:46 UTC  (3+ messages)
` [PATCH v3 13/20] ASoC: fsl_micfil: use define for OSR default value

RTT-PROBE: lore-subspace-rtt
 2022-04-07  2:45 UTC 

[PATCH] usb: hcd: add a flag for whether using shared_hcd priv
 2022-04-07  2:45 UTC 

[PATCH 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-04-07  2:44 UTC  (3+ messages)
` [PATCH 07/12] KVM: SVM: Adding support for configuring x2APIC MSRs interception

[PATCH V9 00/19] xfs: Extend per-inode extent counters
 2022-04-07  2:44 UTC  (5+ messages)
` [PATCH V9 12/19] xfs: Introduce macros to represent new maximum extent counts for data/attr forks


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.