All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-24 15:07:46 to 2025-09-24 15:45:33 UTC [more...]

[PATCH v1 net-next 3/3] vhost/net: enable outer nw header offset support
 2025-09-24 15:44 UTC  (2+ messages)

[PATCH] docs/xentop: Add documentation for physical CPU monitoring feature
 2025-09-24 15:44 UTC  (2+ messages)

[PATCH] soc: renesas: rz-sysc: Populate readable_reg/writeable_reg in regmap config
 2025-09-24 15:45 UTC  (3+ messages)

[PATCH CANDIDATE 5.15, 6.1, 6.6] xfs: Increase XFS_QM_TRANS_MAXDQS to 5
 2025-09-24 15:44 UTC  (2+ messages)

[PATCH v3] platform/x86: lg-laptop: Fix WMAB call in fan_mode_store()
 2025-09-24 15:44 UTC  (6+ messages)
    ` [PATCH v5] "

[PATCH v2] nvdimm: ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe()
 2025-09-24 15:45 UTC  (5+ messages)

[PATCH 00/27] vfio: improve naming conventions
 2025-09-24 15:42 UTC  (29+ messages)
` [PATCH 03/27] include/hw/vfio/vfio-container.h: rename file to vfio-container-legacy.h
` [PATCH 16/27] hw/vfio/types.h: rename TYPE_VFIO_PCI_BASE to TYPE_VFIO_PCI_DEVICE
` [PATCH 17/27] vfio/pci.c: rename vfio_pci_base_dev_class_init() to vfio_pci_device_class_init()
` [PATCH 18/27] vfio/pci.c: rename vfio_pci_base_dev_info to vfio_pci_device_info
` [PATCH 19/27] vfio/pci.c: rename vfio_pci_dev_properties[] to vfio_pci_properties[]
` [PATCH 20/27] vfio/pci.c: rename vfio_pci_dev_nohotplug_properties[] to vfio_pci_nohotplug_properties[]
` [PATCH 21/27] vfio/pci.c: rename vfio_pci_nohotplug_dev_class_init() to vfio_pci_nohotplug_class_init()
` [PATCH 22/27] vfio/pci.c: rename vfio_pci_nohotplug_dev_info to vfio_pci_nohotplug_info
` [PATCH 23/27] vfio-user/pci.c: rename vfio_user_pci_dev_class_init() to vfio_user_pci_class_init()
` [PATCH 24/27] vfio-user/pci.c: rename vfio_user_pci_dev_properties[] to vfio_user_pci_properties[]
` [PATCH 25/27] vfio-user/pci.c: rename vfio_user_instance_init() to vfio_user_pci_init()
` [PATCH 26/27] vfio-user/pci.c: rename vfio_user_instance_finalize() to vfio_user_pci_finalize()
` [PATCH 27/27] vfio-user/pci.c: rename vfio_user_pci_dev_info to vfio_user_pci_info

[PATCH 0/3] hwmon: (ctf2301) Add support for CTF2301
 2025-09-24 15:43 UTC  (3+ messages)
` [PATCH 3/3] "

[Buildroot] [PATCH] board/qemu/{x86, x86_64}: fix shellcheck warning in post-build.sh
 2025-09-24 15:43 UTC 

[PATCH V7 0/4] Add AMD I3C master controller driver and bindings
 2025-09-24 15:42 UTC  (11+ messages)
` [PATCH V7 3/4] i3c: master: Add endianness support for i3c_readl_fifo() and i3c_writel_fifo()

[BUG] Failed to obtain stack trace via bpf_get_stackid on ARM64 architecture
 2025-09-24 15:42 UTC  (3+ messages)

[PATCH v2 1/2] drm/xe/configfs: Fix engine class parsing
 2025-09-24 15:42 UTC  (3+ messages)
` [PATCH v2 2/2] drm/xe/configfs: Improve doc for ctx_restore* attributes

[PATCH] mm/swapfile.c: select the swap device with default priority round robin
 2025-09-24 15:41 UTC  (2+ messages)

[syzbot] [bpf?] general protection fault in print_reg_state
 2025-09-24 15:40 UTC  (4+ messages)
` [PATCH v2] bpf: fix NULL pointer dereference in print_reg_state()

[PATCH v4 00/18 for 4.22] xen/riscv: introduce p2m functionality
 2025-09-24 15:40 UTC  (4+ messages)
` [PATCH v4 05/18] xen/riscv: add root page table allocation

[ndctl PATCH v2] cxl/list: remove libtracefs build dependency for --media-errors
 2025-09-24 15:40 UTC  (2+ messages)

[GIT PULL] mtd: spi-nor: changes for v6.18
 2025-09-24 15:40 UTC 

domU suspend issue - freeze processes failed - Linux 6.16
 2025-09-24 15:39 UTC  (8+ messages)

[PATCH] fs/netfs: fix reference leak
 2025-09-24 15:39 UTC  (3+ messages)

[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-09-24 15:38 UTC  (16+ messages)
` [PATCH v7 01/12] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v7 02/12] x86/tlb: export flush_tlb_kernel_range "
` [PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
  ` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
    ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
    ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
    ` [PATCH v7 07/12] KVM: selftests: load elf via bounce buffer
    ` [PATCH v7 08/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
    ` [PATCH v7 09/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
    ` [PATCH v7 10/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
    ` [PATCH v7 11/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
    ` [PATCH v7 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH 00/15] serial: sc16is7xx: register access fixes and improvements
 2025-09-24 15:37 UTC  (16+ messages)
` [PATCH 01/15] serial: sc16is7xx: remove useless enable of enhanced features
` [PATCH 02/15] serial: sc16is7xx: rename LCR macros to better reflect usage
` [PATCH 03/15] serial: sc16is7xx: rename EFR mutex with generic name
` [PATCH 04/15] serial: sc16is7xx: define common register access function
` [PATCH 05/15] serial: sc16is7xx: use guards for simple mutex locks
` [PATCH 06/15] serial: sc16is7xx: use dev_err_probe() instead of dev_err()
` [PATCH 07/15] serial: sc16is7xx: declare SPR/TLR/XOFF2 register as volatile
` [PATCH 08/15] serial: sc16is7xx: move port/channel init to separate function
` [PATCH 09/15] serial: sc16is7xx: Kconfig: allow building with COMPILE_TEST
` [PATCH 10/15] serial: sc16is7xx: use KBUILD_MODNAME
` [PATCH 11/15] serial: sc16is7xx: remove empty line
` [PATCH 12/15] serial: sc16is7xx: add missing space between macro args (checkpatch)
` [PATCH 13/15] serial: sc16is7xx: change incorrect indentation
` [PATCH 14/15] serial: sc16is7xx: reformat comments
` [PATCH 15/15] serial: sc16is7xx: add/improve comments

[syzbot] [mm?] WARNING in memory_failure
 2025-09-24 15:35 UTC  (4+ messages)

[PATCH RESEND v6 0/2] riscv: Use GCR.U timer device as clocksource
 2025-09-24 15:35 UTC  (4+ messages)
` [PATCH RESEND v6 2/2] riscv: Allow for riscv-clock to pick up mmio address

[PATCH 0/5] extend link training test cases for eDP connector
 2025-09-24 15:35 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for extend link training test cases for eDP connector (rev2)

[PATCH] drm/i915: i915_pmu: Use sysfs_emit() instead of sprintf()
 2025-09-24 15:35 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for drm/i915: i915_pmu: Use sysfs_emit() instead of sprintf() (rev2)

[PATCH v2 0/6] remoteproc: imx_rproc: Use device managed API to clean up the driver
 2025-09-24 16:46 UTC  (2+ messages)

[PATCH 0/3] wifi: mt76: mt7915: Beamforming backoff limit table
 2025-09-24 15:33 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: net: wireless: mt76: Document power-limits country property
` [PATCH 2/3] dt-bindings: net: wireless: mt76: introduce backoff limit properties
` [PATCH 3/3] wifi: mt76: mt7915: add bf backoff limit table support

[Buildroot] [PATCH] configs/qemu_x86_64_efi_defconfig: new defconfig
 2025-09-24 15:34 UTC 

[PATCH v4 00/12] Cleanup xdfile_t and xrecord_t in xdiff
 2025-09-24 15:34 UTC  (17+ messages)
` [PATCH v5 00/13] "
  ` [PATCH v5 10/13] xdiff: delete rchg aliasing
  ` [PATCH v5 11/13] xdiff: rename rchg -> changed in xdfile_t
  ` [PATCH v5 12/13] xdiff: use enum macros NONE(0), SOME(1), TOO_MANY(2) in xprepare.c
  ` [PATCH v5 13/13] xdiff: change type of xdfile_t.changed from char to bool

[PATCH v2 0/2] tracing: fprobe: Protect return handler from recursion loop
 2025-09-24 15:34 UTC  (3+ messages)
` [PATCH v2 1/2] tracing: fgraph: "

[PATCH v4 0/5] clk: Support spread spectrum and use it in clk-scmi
 2025-09-24 15:33 UTC  (3+ messages)

[PATCH v3 0/6] drm/i915/dp: Work around a DSC pixel throughput issue
 2025-09-24 15:33 UTC  (9+ messages)
` [PATCH v3 1/6] drm/dp: Add quirk for Synaptics DSC throughput link-bpp limit
` [PATCH v3 2/6] drm/dp: Add helpers to query the branch DSC max throughput/line-width
` [PATCH v3 3/6] drm/i915/dp: Calculate DSC slice count based on per-slice peak throughput
` [PATCH v3 4/6] drm/i915/dp: Pass DPCD device descriptor to intel_dp_get_dsc_sink_cap()
` [PATCH v3 5/6] drm/i915/dp: Verify branch devices' overall pixel throughput/line width
` [PATCH v3 6/6] drm/i915/dp: Handle Synaptics DSC throughput link-bpp quirk
` ✗ CI.checkpatch: warning for drm/i915/dp: Work around a DSC pixel throughput issue (rev4)
` ✓ CI.KUnit: success "

[PATCH] [net-next] net: renesas: rswitch: Remove unneeded semicolons
 2025-09-24 15:33 UTC  (2+ messages)

[PATCH v6 00/25] tcg-plugins: add hooks for discontinuities
 2025-09-24 15:31 UTC  (6+ messages)
` [PATCH v6 23/25] tests: add plugin asserting correctness of discon event's to_pc

[PATCH v5 0/8] man2: document "new" mount API
 2025-09-24 15:31 UTC  (9+ messages)
` [PATCH v5 1/8] man/man2/fsopen.2: "
` [PATCH v5 2/8] man/man2/fspick.2: "
` [PATCH v5 3/8] man/man2/fsconfig.2: "
` [PATCH v5 4/8] man/man2/fsmount.2: "
` [PATCH v5 5/8] man/man2/move_mount.2: "
` [PATCH v5 6/8] man/man2/open_tree.2: "
` [PATCH v5 7/8] man/man2/open_tree{,_attr}.2: document new open_tree_attr() API
` [PATCH v5 8/8] man/man2/{fsconfig,mount_setattr}.2: add note about attribute-parameter distinction

btrfsmaintenance?
 2025-09-24 15:32 UTC  (2+ messages)

[RFC 0/1] serial: 8250: nbcon_atomic_flush_pending() might trigger watchdog warnigns
 2025-09-24 15:32 UTC  (7+ messages)

[PATCH v4 i-g-t 0/6] Fix xe_eudebug_online@set-breakpoint-sigint-debugger
 2025-09-24 15:31 UTC  (2+ messages)
` ✓ i915.CI.Full: success for Fix xe_eudebug_online@set-breakpoint-sigint-debugger (rev4)

Bug report: Untracked file lost from git stash
 2025-09-24 15:29 UTC 

[PATCH v4 1/2] amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_sw
 2025-09-24 15:29 UTC  (2+ messages)
` [PATCH v4 2/2] amd/amdkfd: enhance kfd process check in switch partition

drm/bridge/dw-hdmi: HDMI Hotplug Detection Issue on i.MX8MP
 2025-09-24 15:29 UTC  (2+ messages)

[GSoC][PATCH] builtin/refs: add 'get' subcommand
 2025-09-24 15:29 UTC  (2+ messages)

[PATCH v5 0/4] kho: add support for preserving vmalloc allocations
 2025-09-24 15:28 UTC  (5+ messages)
` [PATCH v5 3/4] "

[PATCH v4 0/7] arm64: Make EFI calls preemptible
 2025-09-24 15:26 UTC  (8+ messages)
` [PATCH v4 1/7] efi: Add missing static initializer for efi_mm::cpus_allowed_lock
` [PATCH v4 2/7] efi/runtime-wrappers: Keep track of the efi_runtime_lock owner
` [PATCH v4 3/7] arm64/fpsimd: Don't warn when EFI execution context is preemptible
` [PATCH v4 4/7] arm64/fpsimd: Permit kernel mode NEON with IRQs off
` [PATCH v4 5/7] arm64/efi: Drop efi_rt_lock spinlock from EFI arch wrapper
` [PATCH v4 6/7] arm64/efi: Move uaccess en/disable out of efi_set_pgd()
` [PATCH v4 7/7] arm64/efi: Call EFI runtime services without disabling preemption

[PATCH v3 00/16] NBL PMD for Nebulamatrix NICs
 2025-09-24 15:27 UTC  (6+ messages)
` [PATCH v10 00/17] "
  ` [PATCH v10 04/17] net/nbl: add Channel layer definitions and implementation
      ` 回复:[PATCH "

[PATCH] qcom_defconfig: enable watchdog command
 2025-09-24  2:05 UTC 

[PATCH] mmc: core: style fixes in mmc.c
 2025-09-24 16:30 UTC  (2+ messages)

[PATCH v2] power: regulator: Fix incorrect use of binary and
 2025-09-24 16:30 UTC  (2+ messages)

[GIT PULL] please pull mmc-power-next-2025-09-24 for next
 2025-09-24 16:28 UTC 

[PATCH v2 0/7] mkimage: Detect FIT image load address overlaps and fix related test/DTS issues
 2025-09-24 14:33 UTC  (7+ messages)

[PATCH 0/5] Colorful mix of small fixes and UART improvements for Qualcomm
 2025-09-24 11:30 UTC  (6+ messages)
` [PATCH 1/5] pinctrl: qcom: sc7280: Fix offset of UFS_RESET
` [PATCH 2/5] clk/qcom: sm8250: Remove unused defines
` [PATCH 3/5] serial: msm-geni: Update kconfig name for DEBUG_UART_MSM_GENI
` [PATCH 4/5] doc: board/qualcomm: Clean up debug options for QUP UART
` [PATCH 5/5] board/qualcomm: add debug config fragment for MSM8953

[PATCH v2 00/14] drm/imx: dc: Use prefetch engine
 2025-09-24 15:26 UTC  (5+ messages)
` [PATCH v2 07/14] drm/imx: dc: Add DPR channel support

0-Based indexes for git log
 2025-09-24 15:26 UTC  (2+ messages)

[PATCH v4 00/10] riscv: Add support for P8700 platform on Boston board
 2025-09-24 11:04 UTC 

[Intel-wired-lan] [tnguy-next-queue:main] BUILD SUCCESS df1526752e0cd8db11b1fd4c1be3bd47409fd3ac
 2025-09-24 15:23 UTC 

[PATCH v5 0/5] exynos-acpm: add DVFS protocol and clock driver
 2025-09-24 15:24 UTC  (7+ messages)
` [PATCH v5 1/5] dt-bindings: firmware: google,gs101-acpm-ipc: add ACPM clocks
` [PATCH v5 2/5] firmware: exynos-acpm: add DVFS protocol
` [PATCH v5 3/5] firmware: exynos-acpm: register ACPM clocks pdev
` [PATCH v5 4/5] clk: samsung: add Exynos ACPM clock driver
` [PATCH v5 5/5] arm64: defconfig: enable Exynos ACPM clocks

[PATCH v3 00/11] Tegra114: implement EMC support
 2025-09-24 15:24 UTC  (5+ messages)
` [PATCH v3 03/11] dt-bindings: memory: Document Tegra114 Memory Controller

[PATCH] selftests/bpf: Add -Wsign-compare C compilation flag
 2025-09-24 16:23 UTC 

[PATCH 0/1] ring: correct ordering issue in head/tail update
 2025-09-24 15:24 UTC  (15+ messages)
` [PATCH 1/1] ring: safe partial ordering for "

[PATCH] capabilities.7: Expand CAP_SYS_PTRACE to include /proc
 2025-09-24 15:23 UTC 

[RFC 0/5] parker: PARtitioned KERnel
 2025-09-24 15:22 UTC  (2+ messages)

[PATCH 0/2] Add HARDLOCKUP_DETECTOR_PERF for riscv
 2025-09-24 15:22 UTC  (6+ messages)
` [PATCH 1/2] watchdog: refactor watchdog_hld functionality
    ` [External] "

[PATCH] rebase -i: use same commit's message and date with f -C
 2025-09-24 15:21 UTC  (4+ messages)

[PATCH net-next] net: stmmac: Convert open-coded register polling to helper macro
 2025-09-24 15:22 UTC 

[PATCH v2 0/4] sched: Run task_mm_cid_work in batches to lower latency
 2025-09-24 15:22 UTC  (4+ messages)
` [PATCH v2 2/4] rseq: Run the mm_cid_compaction from rseq_handle_notify_resume()

[syzbot ci] Re: pull-request: can-next 2025-09-24
 2025-09-24 15:21 UTC  (4+ messages)
` [PATCH] can: dev: fix out-of-bound read in can_set_default_mtu()

[PATCH 00/10] Introduce set_context_latency and refactor VRR/DSB timing logic
 2025-09-24 15:20 UTC  (4+ messages)
` [PATCH 10/10] drm/i915/dsb: Inline dsb_vblank_delay() into intel_dsb_wait_for_delayed_vblank()
` ✓ Xe.CI.BAT: success for Introduce set_context_latency and refactor VRR/DSB timing logic (rev4)

[PATCH v3] net: wan: framer: Add version sysfs attribute for the Lantiq PEF2256 framer
 2025-09-24 15:06 UTC 

Request for review for 4.4-st68, 4.4-cip103
 2025-09-24 15:18 UTC 

[PATCH v3 0/3] NFSD direct I/O read
 2025-09-24 15:18 UTC  (9+ messages)
` [PATCH v3 3/3] NFSD: Implement NFSD_IO_DIRECT for NFS READ

KMSAN: uninit-value in lan78xx_reset
 2025-09-24 15:17 UTC 

ASOC - Manage sound card with multiple optional codecs
 2025-09-24 15:16 UTC 

[PATCH] arm64: dts: qcom: rubikpi3: Add qcs6490-rubikpi3 board dts
 2025-09-24 15:16 UTC  (2+ messages)

Fix for xfstest generic/637 (dir lease not updating for newly created file on same client)
 2025-09-24 15:15 UTC  (3+ messages)

[PATCH v4 0/3] arm64: dts: exynos: gs101: add cpufreq support
 2025-09-24 15:14 UTC  (4+ messages)
` [PATCH v4 1/3] arm64: dts: exynos: gs101: add #clock-cells to the ACPM protocol node
` [PATCH v4 2/3] arm64: dts: exynos: gs101: add CPU clocks
` [PATCH v4 3/3] arm64: dts: exynos: gs101: add OPPs

[PATCH v2 00/34] VF migration redesign
 2025-09-24 15:14 UTC  (3+ messages)
` [PATCH v2 08/34] drm/xe: Don't change LRC ring head on job resubmission

[PATCH PREVIEW RFC 0/6] Add support for boot-time caching
 2025-09-24 15:13 UTC  (4+ messages)
` [PATCH PREVIEW RFC 5/6] base: bootcache: Add bootcache memory backend

[PATCH v1 0/7] mfd: sec: add support for s2mps16 pmic
 2025-09-24 15:13 UTC  (8+ messages)
` [PATCH v1 1/7] regulator: dt-bindings: add documentation for s2mps16-pmic regulators
` [PATCH v1 2/7] dt-bindings: mfd: samsung,s2mps11: add compatible for s2mps16-pmic
` [PATCH v1 3/7] dt-bindings: clock: samsung,s2mps11: document the S2MPS16 compatible

[PATCH] drm/amdgpu: Fix GFX hang on SteamDeck when amdgpu is reloaded
 2025-09-24 15:12 UTC  (4+ messages)

[PATCHv3 0/3]
 2025-09-24 15:12 UTC  (5+ messages)
` [PATCHv3 1/3] Add support IORING_SETUP_SQE_MIXED
` [PATCHv3 1/1] io_uring: add support for IORING_SETUP_SQE_MIXED
` [PATCHv3 2/3] Add nop testing "
` [PATCHv3 3/3] Add mixed sqe test for uring commands

[PATCH] drm/bridge: refcount last_bridge in drm_atomic_bridge_chain_select_bus_fmts()
 2025-09-24 15:11 UTC 

Does ib_dereg_mr require an additional IB_WR_LOCAL_INV?
 2025-09-24 15:10 UTC  (2+ messages)

[cocci] [PATCH] cocci: drm: report devm-allocated arguments and fields
 2025-09-24 15:08 UTC  (2+ messages)

[PATCH v3 0/3] drm/msm/dsi: Add support to 2 panels in bonded-DSI mode
 2025-09-24 15:08 UTC  (4+ messages)
` [PATCH v3 1/3] drm/msm/dsi: support DSC configurations with slice_per_pkt > 1
` [PATCH v3 2/3] drm/mipi-dsi: Add flag to support dual-panel configurations
` [PATCH v3 3/3] drm/msm/dsi: Support dual panel use case with single CRTC

[PATCH v5 0/9] Add IBM PPE42 CPU support
 2025-09-24 15:06 UTC  (5+ messages)
` [PATCH v5 2/9] target/ppc: Add IBM PPE42 family of processors

[PATCH] eal/x86: remove useless include from spinlock header
 2025-09-24 15:07 UTC  (3+ messages)

[PATCH v4 0/2] arm64: dts: qcom: qcs6490: Introduce Radxa Dragon Q6A
 2025-09-24 15:07 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: arm: qcom: Add "
` [PATCH v4 2/2] arm64: dts: qcom: qcs6490: Introduce "

[PATCH 00/21] mm: ASI direct map management
 2025-09-24 14:59 UTC  (2+ messages)
` [PATCH 09/21] mm/page_alloc: Invert is_check_pages_enabled() check


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.