All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-25 18:00:17 to 2025-11-25 18:37:55 UTC [more...]

[PATCH v8 2/6] PCI: rzg3s-host: Add Renesas RZ/G3S SoC host driver
 2025-11-25 18:37 UTC  (2+ messages)

[PATCH 00/11] Page Reclamation Support for Xe3p Platforms
 2025-11-25 18:34 UTC  (5+ messages)
` [PATCH 06/11] drm/xe: Create page reclaim list on unbind

[PATCH v3 0/3] Introduce getsockname io_uring_cmd
 2025-11-25 18:37 UTC  (4+ messages)
` [PATCH v3 3/3] io_uring: Introduce getsockname io_uring cmd

[PATCH] media: ipu6: isys: csi2: guard NULL remote pad/subdev on enable/disable
 2025-11-25 18:31 UTC 

[PATCH] drm/xe/xe_file: change pid type from pid_t to pid pointer
 2025-11-25 18:35 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH v6 26/30 (mawk fix)] objtool: Add function to get the name of a CPU feature
 2025-11-25 18:34 UTC  (4+ messages)

+ oid_registry-allow-arbitrary-size-oids.patch added to mm-nonmm-unstable branch
 2025-11-25 18:34 UTC 

[PATCH v4 000/145] smb: smbdirect/client/server: moving to common functions and smbdirect.ko
 2025-11-25 17:56 UTC  (111+ messages)
` [PATCH v4 035/145] smb: smbdirect: introduce smbdirect_rw.c with server rw code
` [PATCH v4 036/145] smb: smbdirect: define SMBDIRECT_MIN_{RECEIVE,FRAGMENTED}_SIZE
` [PATCH v4 037/145] smb: smbdirect: define SMBDIRECT_RDMA_CM_[RNR_]RETRY
` [PATCH v4 038/145] smb: smbdirect: introduce smbdirect_connection_recv_io_done()
` [PATCH v4 039/145] smb: smbdirect: introduce smbdirect_socket_destroy[_sync]()
` [PATCH v4 040/145] smb: smbdirect: introduce smbdirect_connection_rdma_{established,event_handler}()
` [PATCH v4 041/145] smb: smbdirect: introduce smbdirect_connection_recvmsg()
` [PATCH v4 042/145] smb: smbdirect: introduce smbdirect_connection_grant_recv_credits()
` [PATCH v4 043/145] smb: smbdirect: introduce smbdirect_connection_request_keep_alive()
` [PATCH v4 044/145] smb: smbdirect: introduce smbdirect_connection_send_iter() and related functions
` [PATCH v4 045/145] smb: smbdirect: introduce smbdirect_connection_send_immediate_work()
` [PATCH v4 046/145] smb: smbdirect: introduce smbdirect_connection_negotiation_done()
` [PATCH v4 047/145] smb: smbdirect: introduce smbdirect_mr_io_fill_buffer_descriptor()
` [PATCH v4 048/145] smb: smbdirect: introduce smbdirect_connection_legacy_debug_proc_show()
` [PATCH v4 049/145] smb: smbdirect: introduce smbdirect_connection_wait_for_connected()
` [PATCH v4 050/145] smb: smbdirect: introduce smbdirect_connection_is_connected()
` [PATCH v4 051/145] smb: smbdirect: introduce smbdirect_socket_shutdown()
` [PATCH v4 052/145] smb: smbdirect: introduce smbdirect_socket_init_{new,accepting}() and helpers
` [PATCH v4 053/145] smb: smbdirect: introduce smbdirect_connect[_sync]()
` [PATCH v4 054/145] smb: smbdirect: introduce smbdirect_accept_connect_request()
` [PATCH v4 055/145] smb: smbdirect: introduce smbdirect_socket_create_{kern,accepting}() and smbdirect_socket_release()
` [PATCH v4 056/145] smb: smbdirect: let smbdirect_socket.h include all headers for used structures
` [PATCH v4 057/145] smb: smbdirect: let smbdirect_internal.h define pr_fmt without SMBDIRECT_USE_INLINE_C_FILES
` [PATCH v4 058/145] smb: smbdirect: introduce smbdirect_public.h with prototypes
` [PATCH v4 059/145] smb: smbdirect: provide explicit prototypes for cross .c file functions
` [PATCH v4 060/145] smb: smbdirect: introduce the basic smbdirect.ko
` [PATCH v4 061/145] smb: client: make use of smbdirect_socket_prepare_create()
` [PATCH v4 062/145] smb: client: make use of smbdirect_socket_set_logging()
` [PATCH v4 063/145] smb: client: make use of smbdirect_socket_wake_up_all()
` [PATCH v4 064/145] smb: client: let allocate_receive_buffers() initialize complex_work as disabled
` [PATCH v4 065/145] smb: client: make use of smbdirect_socket_cleanup_work()
` [PATCH v4 066/145] smb: client: make use of smbdirect_socket_schedule_cleanup()
` [PATCH v4 067/145] smb: client: make use of smbdirect_connection_{get,put}_recv_io()
` [PATCH v4 068/145] smb: client: make use of smbdirect_connection_reassembly_{append,first}_recv_io()
` [PATCH v4 069/145] smb: client: make use of smbdirect_connection_idle_timer_work()
` [PATCH v4 070/145] smb: client: make use of smbdirect_frwr_is_supported()
` [PATCH v4 071/145] smb: client: make use of smbdirect_connection_{alloc,free}_send_io()
` [PATCH v4 072/145] smb: client: make use of smbdirect_connection_send_io_done()
` [PATCH v4 073/145] smb: client: make use of smbdirect_connection_{create,destroy}_mem_pools()
` [PATCH v4 074/145] smb: client: make use of smbdirect_map_sges_from_iter()
` [PATCH v4 075/145] smb: client: make use of smbdirect_connection_qp_event_handler()
` [PATCH v4 076/145] smb: client: make use of smbdirect_connection_negotiate_rdma_resources()
` [PATCH v4 077/145] smb: client: make use of smbdirect_connection_{create,destroy}_qp()
` [PATCH v4 078/145] smb: client: initialize recv_io->cqe.done = recv_done just once
` [PATCH v4 079/145] smb: client: make use of smbdirect_connection_post_recv_io()
` [PATCH v4 080/145] smb: client: make use of smbdirect_connection_recv_io_refill_work()
` [PATCH v4 081/145] smb: client: make use of functions from smbdirect_mr.c
` [PATCH v4 082/145] smb: client: make use of smbdirect_socket_destroy_sync()
` [PATCH v4 083/145] smb: client: make use of smbdirect_connection_recvmsg()
` [PATCH v4 084/145] smb: client: let smbd_post_send() make use of request->wr
` [PATCH v4 085/145] smb: client: make use of smbdirect_connection_grant_recv_credits()
` [PATCH v4 086/145] smb: client: make use of smbdirect_connection_request_keep_alive()
` [PATCH v4 087/145] smb: client: change smbd_post_send_empty() to void return
` [PATCH v4 088/145] smb: client: let smbd_post_send_iter() get remaining_length and return data_length
` [PATCH v4 089/145] smb: client: let smbd_post_send_full_iter() "
` [PATCH v4 090/145] smb: client: make use of smbdirect_connection_send_{single_iter,immediate_work}()
` [PATCH v4 091/145] smb: client: introduce and use smbd_mr_fill_buffer_descriptor()
` [PATCH v4 092/145] smb: client: introduce and use smbd_debug_proc_show()
` [PATCH v4 093/145] smb: client: make use of smbdirect_socket_init_new() and smbdirect_connect_sync()
` [PATCH v4 094/145] smb: client: make use of smbdirect_socket_create_kern()/smbdirect_socket_release()
` [PATCH v4 095/145] smb: client: only use public smbdirect functions
` [PATCH v4 096/145] smb: client: make use of smbdirect.ko
` [PATCH v4 097/145] smb: server: make use of smbdirect_socket_prepare_create()
` [PATCH v4 098/145] smb: server: make use of smbdirect_socket_set_logging()
` [PATCH v4 099/145] smb: server: make use of smbdirect_socket_wake_up_all()
` [PATCH v4 100/145] smb: server: let smb_direct_create_pools() initialize complex_work as disabled
` [PATCH v4 101/145] smb: server: make use of smbdirect_socket_cleanup_work()
` [PATCH v4 102/145] smb: server: make use of smbdirect_socket_schedule_cleanup()
` [PATCH v4 103/145] smb: server: make use of smbdirect_connection_{get,put}_recv_io()
` [PATCH v4 104/145] smb: server: make use of smbdirect_connection_reassembly_{append,first}_recv_io()
` [PATCH v4 105/145] smb: server: make use of smbdirect_connection_idle_timer_work()
` [PATCH v4 106/145] smb: server: make use of smbdirect_frwr_is_supported()
` [PATCH v4 107/145] smb: server: make use of smbdirect_connection_{alloc,free}_send_io()
` [PATCH v4 108/145] smb: server: make use of smbdirect_connection_send_io_done()
` [PATCH v4 109/145] smb: server: make use of smbdirect_connection_{create,destroy}_mem_pools()
` [PATCH v4 110/145] smb: server: make use of smbdirect_map_sges_from_iter()
` [PATCH v4 111/145] smb: server: make use of smbdirect_connection_qp_event_handler()
` [PATCH v4 112/145] smb: server: make use of smbdirect_connection_negotiate_rdma_resources()
` [PATCH v4 113/145] smb: server: make use of smbdirect_connection_{create,destroy}_qp()
` [PATCH v4 114/145] smb: server: initialize recv_io->cqe.done = recv_done just once
` [PATCH v4 115/145] smb: server: make use of smbdirect_connection_post_recv_io()
` [PATCH v4 116/145] smb: server: make use of smbdirect_connection_recv_io_refill[_work]()
` [PATCH v4 117/145] smb: server: make use of smbdirect_get_buf_page_count()
` [PATCH v4 118/145] smb: server: make use of smbdirect_socket_wait_for_credits()
` [PATCH v4 119/145] smb: server: make use of functions from smbdirect_rw.c
` [PATCH v4 120/145] smb: server: make use of smbdirect_socket_destroy_sync()
` [PATCH v4 121/145] smb: server: make use of smbdirect_connection_recvmsg()
` [PATCH v4 122/145] smb: server: make use of smbdirect_connection_grant_recv_credits()
` [PATCH v4 123/145] smb: server: make use of smbdirect_connection_request_keep_alive()
` [PATCH v4 124/145] smb: server: move iov_iter_kvec() out of smb_direct_post_send_data()
` [PATCH v4 125/145] smb: server: inline smb_direct_create_header() into smb_direct_post_send_data()
` [PATCH v4 126/145] smb: server: let smbdirect_map_sges_from_iter() truncate the message boundary
` [PATCH v4 127/145] smb: server: split out smb_direct_send_iter() out of smb_direct_writev()
` [PATCH v4 128/145] smb: server: let smb_direct_post_send_data() return data_length
` [PATCH v4 129/145] smb: server: make use of smbdirect_connection_send_iter() and related functions
` [PATCH v4 130/145] smb: server: make use of smbdirect_{socket_init_accepting,connection_wait_for_connected}()
` [PATCH v4 131/145] smb: server: make use of smbdirect_socket_create_accepting()/smbdirect_socket_release()
` [PATCH v4 132/145] smb: server: only use public smbdirect functions
` [PATCH v4 133/145] smb: server: make use of smbdirect.ko
` [PATCH v4 134/145] smb: smbdirect: wrap rdma_disconnect() in rdma_[un]lock_handler()
` [PATCH v4 135/145] smb: smbdirect: remove unused smbdirect_connection_mr_io_recovery_work()
` [PATCH v4 136/145] smb: smbdirect: prepare use of dedicated workqueues for different steps
` [PATCH v4 137/145] smb: smbdirect: introduce global workqueues
` [PATCH v4 138/145] smb: client: no longer use smbdirect_socket_set_custom_workqueue()
` [PATCH v4 139/145] smb: server: "
` [PATCH v4 140/145] smb: smbdirect: split out smbdirect_accept_negotiate_finish()
` [PATCH v4 141/145] smb: smbdirect: introduce smbdirect_socket_bind()
` [PATCH v4 142/145] smb: smbdirect: introduce smbdirect_socket_{listen,accept}()
` [PATCH v4 143/145] smb: server: make use of smbdirect_socket_{listen,accept}()
` [PATCH v4 144/145] smb: server: remove unused ksmbd_transport_ops.prepare()

[PATCH 0/2] drm/i915/hdcp: call HDCP GSC hook via parent interface
 2025-11-25 18:33 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH] oid_registry: allow arbitrary size OIDs
 2025-11-25 18:33 UTC  (2+ messages)

[PATCH v7 0/6] rust: add `ww_mutex` support
 2025-11-25 18:32 UTC  (3+ messages)
` [PATCH v7 4/6] rust: ww_mutex: add Mutex, AcquireCtx and MutexGuard

[PATCH BlueZ] transport: fix VCP volume updating and sink volumes
 2025-11-25 18:32 UTC  (2+ messages)
` [BlueZ] "

[pull] amdgpu firmware update
 2025-11-25 18:31 UTC  (2+ messages)

[PATCH v2 0/2] set_id_regs cleanup
 2025-11-25 18:31 UTC  (3+ messages)

[PATCH v8 00/18] Live Update Orchestrator
 2025-11-25 18:31 UTC  (3+ messages)

[PATCH v7 0/5] Disable ATS via iommu during PCI resets
 2025-11-25 18:30 UTC  (3+ messages)

[PATCH] i2c: ismt: add i2c bus recovery on timed out transaction
 2025-11-25 18:30 UTC 

[PATCH] Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"
 2025-11-25 18:30 UTC  (11+ messages)

[PATCH v6 0/3] arm64: topology: Handle AMU FIE setup on CPU hotplug
 2025-11-25 18:29 UTC  (2+ messages)

[PATCH] Documentation/arm64: Fix the typo of register names
 2025-11-25 18:29 UTC  (2+ messages)

[PATCH] ACPI: GTDT: Get rid of acpi_arch_timer_mem_init()
 2025-11-25 18:29 UTC  (2+ messages)

[PATCH] clk: qcom: clk-rpmh: Update the clock suffix for Glymur
 2025-11-25 18:28 UTC  (3+ messages)

[PATCH v3 0/3] Add support for Clock controllers for Kaanapali
 2025-11-25 18:27 UTC  (7+ messages)
` [PATCH v3 1/3] clk: qcom: rpmh: Add support for Kaanapali rpmh clocks

[PATCH RFC] mm: ghost swapfile support for zswap
 2025-11-25 18:26 UTC  (8+ messages)

[PATCH 0/6] ASoC: Intel: catpt: Round of fixes and PM changes
 2025-11-25 18:26 UTC  (9+ messages)
` [PATCH 1/6] ASoC: Intel: catpt: Fix offset checks

[PATCH v2 00/10] drm/msm: Add support for Kaanapali
 2025-11-25 18:24 UTC  (5+ messages)
` [PATCH v2 09/10] drm/msm/dpu: Add Kaanapali SSPP sub-block support
` [PATCH v2 10/10] drm/msm/dpu: Add support for Kaanapali DPU

[PATCH v1 1/1] ceph: Amend checking to fix `make W=1` build breakage
 2025-11-25 18:24 UTC  (3+ messages)

[PULL 0/4] ui/chardev patches
 2025-11-25 18:22 UTC  (2+ messages)

[PATCH v6 0/7] lib/xe/xe_query: implement few query helpers
 2025-11-25 18:24 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for lib/xe/xe_query: implement few query helpers (rev6)

[PATCH] fuse: fix io-uring list corruption for terminated non-committed requests
 2025-11-25 18:23 UTC  (2+ messages)

[PATCH v2/2] i915: Support Intel GPU porting on any non-x86 system
 2025-11-25 18:23 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for i915: Support Intel GPU porting on any non-x86 system. (rev4)

[PULL 0/3] nvme fixes
 2025-11-25 18:22 UTC  (2+ messages)

[PATCH v10 0/5] perf: arm_spe: Armv8.8 SPE features
 2025-11-25 18:19 UTC  (2+ messages)

[PATCH v3] HID: memory leak in dualshock4_get_calibration_data
 2025-11-25 18:19 UTC  (4+ messages)

[PATCH v7 0/6] drm/xe/guc: Add LFD format output for guc log
 2025-11-25 18:19 UTC  (4+ messages)
` [PATCH v7 3/6] drm/xe/guc: Add GuC log init config in LFD format

[PATCH v2 0/5] vfio-user coverity fixes
 2025-11-25 18:16 UTC  (5+ messages)
` [PATCH v2 4/5] vfio-user: simplify vfio_user_recv_one()

[PATCH -next] cpuset: Remove unnecessary checks in rebuild_sched_domains_locked
 2025-11-25 18:16 UTC  (2+ messages)

[PATCH v5 0/5] Improve VMA merging for CPU-address-mirrored mappings
 2025-11-25 18:16 UTC  (7+ messages)
` [PATCH v5 1/5] drm/xe: Add helper to extend CPU-mirrored VMA range for merge
` [PATCH v5 2/5] drm/xe: Merge adjacent default-attribute VMAs during garbage collection
` [PATCH v5 4/5] drm/xe/svm: Enable UNMAP for VMA merging operations

[PATCH v2 1/3] rust: helpers: Add list helpers for C linked list operations
 2025-11-25 18:16 UTC  (3+ messages)

[PATCH] RISC-V: KVM: Allow to downgrade HGATP mode via SATP mode
 2025-11-25 18:15 UTC  (5+ messages)

[PATCH v6 00/30] objtool: Function validation tracing
 2025-11-25 18:16 UTC  (3+ messages)
` [PATCH v6 03/30] objtool: Disassemble code with libopcodes instead of running objdump

[PATCH 1/2] tools/power/turbostat: Set per_cpu_msr_sum to NULL after free
 2025-11-25 18:13 UTC  (4+ messages)
` [PATCH 2/2] tools/power/turbostat: Fix division by zero when TDP calculation fails

[PATCH v10 0/4] drm/xe: Improve wedged mode handling
 2025-11-25 18:13 UTC  (5+ messages)
` [PATCH v10 1/4] drm/xe: Validate wedged_mode parameter and define enum for modes
` [PATCH v10 2/4] drm/xe: Don't update wedged mode in case of an error

[PATCH v3 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
 2025-11-25 18:11 UTC  (3+ messages)
` [PATCH v3 14/19] mm, swap: cleanup swap entry management workflow

[RFC PATCH bpf-next 0/7] bpf: Implement BPF_LINK_UPDATE for tracing links
 2025-11-25 18:11 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/7] bpf: Set up update_prog scaffolding for bpf_tracing_link_lops

[PATCH] KVM: s390: Implement CHECK_STOP support and fix GET_MP_STATE
 2025-11-25 18:10 UTC  (3+ messages)

[PATCH v3 0/7] rtla/timerlat: Add --bpf-action option
 2025-11-25 18:10 UTC  (5+ messages)
` [PATCH v3 2/7] "

[PATCH v2 0/2] ARM: add support for pcb8385
 2025-11-25 18:09 UTC  (2+ messages)

[PATCH v4 00/12] arm64: dts: qcom: sdm845-lg-{common, judyln}: Improve HW support in dts
 2025-11-25 18:09 UTC  (2+ messages)

[PATCH v4 0/2] Add device tree for Nvidia BMC msx4 cx8 switchboard
 2025-11-25 18:09 UTC  (2+ messages)

[PATCH v2 0/2] arm64: dts: qcom: QCS615 Talos EVK audio support
 2025-11-25 18:09 UTC  (2+ messages)

[PATCH RFC 0/8] Qualcomm 3rd gen fuel gauge support
 2025-11-25 18:09 UTC  (2+ messages)

[PATCH] wifi: rtw88: fix DTIM period handling when conf->dtim_period is zero
 2025-11-25 18:09 UTC 

[PATCH 0/13] rtla: Code robustness and maintainability improvements
 2025-11-25 18:09 UTC  (6+ messages)
` [rtla 07/13] rtla: Introduce timerlat_restart() helper

[meta-python][PATCH] python3-tenacity: new recipe version 9.1.2
 2025-11-25 18:08 UTC 

[PATCH v2 1/2] mm/mm_init: Introduce a boot parameter for check_pages
 2025-11-25 18:06 UTC  (4+ messages)
` [PATCH v2 2/2] mm/mm_init: decouple page checking and init_on_{alloc, free}

[PATCH] drm/i915/gem: NULL-initialize the eb->vma[].vma pointers in gem_do_execbuffer
 2025-11-25 18:06 UTC  (2+ messages)

[PATCH v3] KVM: x86: Add x2APIC "features" to control EOI broadcast suppression
 2025-11-25 18:05 UTC 

[PATCH net-next] net: stmmac: dwmac: Disable flushing frames on Rx Buffer Unavailable
 2025-11-25 18:05 UTC  (4+ messages)

[PATCH] iommu/arm-smmu-qcom: Enable use of all SMR groups when running bare-metal
 2025-11-25 18:05 UTC  (2+ messages)

[PATCH v1 1/1] cpuidle: Update header inclusion
 2025-11-25 18:05 UTC  (2+ messages)

[PATCH linux-next] fgraph: Fix and tighten PID filtering support
 2025-11-25 18:05 UTC  (2+ messages)

PRI support in arm-smmu-v3 driver
 2025-11-25 18:03 UTC  (3+ messages)

[BUG] Raxda Rock Pi 4A serial console output stops prematurely
 2025-11-25 18:02 UTC 

[PATCH] lib: sbi: expected trap must always clear MPRV
 2025-11-25 18:03 UTC  (3+ messages)

[PATCH v4 0/6] PM: QoS: Introduce a CPU system wakeup QoS limit for s2idle
 2025-11-25 18:03 UTC  (2+ messages)

OpenEmbedded Happy Hour November 26 5pm/1700 UTC
 2025-11-25 18:02 UTC 

[PATCH 0/1] replay: add --revert option to reverse commit changes
 2025-11-25 18:02 UTC  (3+ messages)

[PATCH 6.19/scsi-queue] scsi: target: core: Add emulation for REPORT_IDENTIFICATION_INFORMATION
 2025-11-25 18:01 UTC  (4+ messages)

[RFC] rte_acl_build memory fragmentation concern and proposal for external memory support
 2025-11-25 18:01 UTC  (3+ messages)
` [PATCH v3] acl: support custom memory allocator

[PATCH 0/3] MSHV intercepts support on arm64
 2025-11-25 18:01 UTC  (3+ messages)
` [PATCH 2/3] irqchip/gic-v3: allocate one SGI for MSHV

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2025-11-25 17:38 UTC  (3+ messages)
` [PATCH V3 1/6] block: ignore discard return value
  ` [f2fs-dev] "


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.