All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-24 14:17:41 to 2025-12-24 15:37:22 UTC [more...]

Issue in man page PR_CAPBSET_DROP.2const
 2025-12-24 15:37 UTC  (2+ messages)

[PATCH v2] drm/msm: Replace unsafe snprintf usage with scnprintf
 2025-12-24 15:37 UTC  (2+ messages)

[PATCH BlueZ 1/2] shared/hfp: Add function to get multiparty call status
 2025-12-24 15:36 UTC  (3+ messages)
` [PATCH BlueZ 2/2] audio/hfp-hf: Update multiparty status on call creation
` [BlueZ,1/2] shared/hfp: Add function to get multiparty call status

Issue in man page mremap.2
 2025-12-24 15:35 UTC  (2+ messages)

[PATCH 0/6] Implement memory_region_new_* functions
 2025-12-24 15:33 UTC  (3+ messages)
` [PATCH 2/6] memory: Factor out common ram region initialization

[PATCH v4 0/2] drm/msm/dpu: fix vsync source programming on DPU >= 8.0
 2025-12-24 15:33 UTC  (3+ messages)
` [PATCH v4 1/2] drm/msm/dpu: Set vsync source irrespective of mdp top support
` [PATCH v4 2/2] drm/msm/dpu: fix WD timer handling on DPU 8.x

[PATCH v4] drm/i915/selftest: Add throttle reason diagnostics to RPS selftests
 2025-12-24 15:32 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/selftest: Add throttle reason diagnostics to RPS selftests (rev4)

Issue in man page mknod.2
 2025-12-24 15:32 UTC  (2+ messages)

[PATCH 0/5] virt: Add Bao hypervisor IPC and I/O dispatcher drivers
 2025-12-24 13:52 UTC  (4+ messages)
` [PATCH 2/5] virt: add Bao IPC shared memory driver
` [PATCH 3/5] dt-bindings: Add Bao I/O dispatcher driver binding
` [PATCH 4/5] virt: add Bao I/O dispatcher driver

[PATCH v2 4/5] mm/damon/tests/core-kunit: add test cases for multiple regions in damon_test_split_regions_of()
 2025-12-24 15:31 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: Add interval and tnum analysis for signed and unsigned BPF_DIV
 2025-12-24 15:30 UTC  (2+ messages)

Issue in man page isalpha.3
 2025-12-24 15:30 UTC  (2+ messages)

[PATCH v2 00/22] media: platform: rga: Add RGA3 support
 2025-12-24 15:29 UTC  (28+ messages)
` [PATCH v2 02/22] media: v4l2-common: add has_alpha to v4l2_format_info
` [PATCH v2 03/22] media: v4l2-common: add v4l2_fill_pixfmt_mp_aligned helper
` [PATCH v2 04/22] media: rockchip: rga: use clk_bulk api
` [PATCH v2 05/22] media: rockchip: rga: use stride for offset calculation
` [PATCH v2 06/22] media: rockchip: rga: remove redundant rga_frame variables
` [PATCH v2 07/22] media: rockchip: rga: move hw specific parts to a dedicated struct
` [PATCH v2 08/22] media: rockchip: rga: move cmdbuf to rga_ctx
` [PATCH v2 09/22] media: rockchip: rga: align stride to 4 bytes
` [PATCH v2 10/22] media: rockchip: rga: prepare cmdbuf on streamon

Issue in man page mansect.1
 2025-12-24 15:29 UTC  (2+ messages)

[PATCH v5 5/5] smb/client: introduce KUnit test to check search result of smb2_error_map_table
 2025-12-24 15:29 UTC  (5+ messages)
` [PATCH v5 0/5] smb: improve search speed of SMB2 maperror

[PATCH 0/6] monitor: Merge hmp-cmds-target.c within hmp-cmds.c
 2025-12-24 15:26 UTC  (14+ messages)
` [PATCH 1/6] monitor/hmp: Replace target_ulong -> vaddr in hmp_gva2gpa()
` [PATCH 2/6] monitor/hmp: Use plain uint64_t @addr argument in memory_dump()
` [PATCH 3/6] monitor/hmp: Remove target_long uses "
` [PATCH 4/6] monitor/hmp: Inline ld[uw, l, q]_p() calls "
` [PATCH 5/6] monitor/hmp: Fix coding style in hmp-cmds-target.c
` [PATCH 6/6] monitor/hmp: Merge hmp-cmds-target.c within hmp-cmds.c

[PATCH v2 0/3] Replace uses of system_wq and system_unbound_wq
 2025-12-24 15:27 UTC  (2+ messages)

[PATCH v3 00/25] system/memory: Clean ups around address_space_ldst() endian variants
 2025-12-24 15:22 UTC  (26+ messages)
` [PATCH v3 01/25] system/physmem: Inline and remove leul_to_cpu()
` [PATCH v3 02/25] system/physmem: Convert DEBUG_SUBPAGE printf() to trace events
` [PATCH v3 03/25] system/physmem: Use explicit endianness in subpage_ops::read/write()
` [PATCH v3 04/25] system/memory: Split MemoryRegionCache API to 'memory_cached.h'
` [PATCH v3 05/25] system/memory: Move *ldst* headers from exec/ to system/ namespace
` [PATCH v3 06/25] system/memory: Inline address_space_stq_internal()
` [PATCH v3 07/25] system/memory: Define address_space_ldst[W] endian variants via template
` [PATCH v3 08/25] system/memory: Define address_space_ldst[L] "
` [PATCH v3 09/25] system/memory: Define address_space_ldst[Q] "
` [PATCH v3 10/25] system/memory: Factor address_space_ldst[M]_internal() helper out
` [PATCH v3 11/25] system/memory: Pass device_endian argument as MemOp bit
` [PATCH v3 12/25] system/memory: Directly call address_space_ldst[M]_internal() helper
` [PATCH v3 13/25] system/memory: Introduce LD/ST helpers with @n suffix (variable size)
` [PATCH v3 14/25] system/memory: Use explicit endianness in ram_device::read/write()
` [PATCH v3 15/25] system: Allow restricting the legacy ld/st_phys() 'native-endian' API
` [PATCH v3 16/25] system: Allow restricting the legacy ld/st_he() "
` [PATCH v3 17/25] system: Allow restricting legacy address_space_ldst() native-endian API
` [PATCH v3 18/25] system: Allow restricting the legacy cpu_ld/st() 'native-endian' API
` [PATCH v3 19/25] system: Allow restricting the legacy translator_ld() "
` [PATCH v3 20/25] system: Allow restricting the legacy tswap() "
` [PATCH v3 21/25] system: Allow restricting the legacy MO_TE* 'native-endian' definitions
` [PATCH v3 22/25] system: Allow restricting the legacy DEVICE_NATIVE_ENDIAN definition
` [PATCH v3 23/25] tests/qtest: Remove unnecessary 'qemu/bswap.h' include
` [PATCH v3 24/25] system/ioport: Declare x86-specific I/O port in little-endian order
` [PATCH v3 25/25] system/ioport: Do not open-code address_space_ld/st_le() methods

[PATCH v2] wifi: mt76: replace use of system_wq with system_percpu_wq
 2025-12-24 15:25 UTC  (2+ messages)

[syzbot] [tomoyo?] [mm?] INFO: rcu detected stall in sys_newfstat (4)
 2025-12-24 15:25 UTC  (2+ messages)

Issue in man page isalpha.3
 2025-12-24 15:24 UTC  (2+ messages)

[PATCH v2 0/2] Input: cros_ec_keyb: add function key support
 2025-12-24 15:22 UTC  (3+ messages)
` [PATCH v2 1/2] Input: cros_ec_keyb - "
` [PATCH v2 2/2] dt-bindings: google,cros-ec-keyb: add use-fn-overlay prop

Issue in man page ioctl_kd.2
 2025-12-24 15:22 UTC  (2+ messages)

[PATCH] cifs: Fix memory and information leak in smb3_reconfigure()
 2025-12-24 15:21 UTC 

[PATCH v2] greybus: add WQ_PERCPU to alloc_workqueue users
 2025-12-24 15:20 UTC  (2+ messages)

[PATCH v2] smp: replace use of system_wq with system_percpu_wq
 2025-12-24 15:19 UTC  (2+ messages)

[PATCH] smb: client: fix first failure in negotiation after server reboot
 2025-12-24 15:18 UTC  (4+ messages)
  ` [Question] nfsacl: why deny owner mode when deny user

[PATCH v2] umh: replace use of system_unbound_wq with system_dfl_wq
 2025-12-24 15:18 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net v2 0/2] e1000e: avoid unexpected autonomous power-gating on Panther Lake devices
 2025-12-24 15:17 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH iwl-net v2 1/2] e1000e: introduce new board type for Panther Lake PCH
` [Intel-wired-lan] [PATCH iwl-net v2 2/2] e1000e: clear DPG_EN after reset to avoid autonomous power-gating

[PATCH] rapidio: rio: add WQ_PERCPU to alloc_workqueue users
 2025-12-24 15:17 UTC  (2+ messages)

[ANNOUNCE] xfsprogs: for-next updated to b5d372d96db1
 2025-12-24 15:16 UTC 

[PATCH 0/9] system/memory: Mark ld/st_phys() API as legacy
 2025-12-24 15:13 UTC  (10+ messages)
` [PATCH 1/9] target/i386: Remove x86_stl_phys_notdirty() leftover
` [PATCH 2/9] target/sparc: Update MMU page table using stl_phys()
` [PATCH 3/9] hw/arm: Avoid address_space_stl_notdirty() when generating bootloader
` [PATCH 4/9] system/memory: Remove address_space_stl_notdirty and stl_phys_notdirty
` [PATCH 5/9] system/memory: Allow restricting legacy ldst_phys() API usage
` [PATCH 6/9] configs/targets: Mark targets not using legacy ldst_phys() API
` [PATCH 7/9] hw/virtio: Remove unused ldst_phys() helpers
` [PATCH 8/9] hw/virtio: Reduce virtio_lduw/stw_phys_cached() scope
` [PATCH 9/9] configs/targets: Mark targets not using legacy ldst_phys() API

[PATCH] PCI: shpchp: add WQ_PERCPU to alloc_workqueue users
 2025-12-24 15:16 UTC  (2+ messages)

[PATCH] PCI: pnv_php: add WQ_PERCPU to alloc_workqueue users
 2025-12-24 15:14 UTC  (2+ messages)

[PATCH v2 0/2] hfsplus: avoid re-allocating header node 0 and stop on already-hashed nodes
 2025-12-24 15:13 UTC  (3+ messages)
` [PATCH v2 1/2] hfsplus: skip node 0 in hfs_bmap_alloc
` [PATCH v2 2/2] hfsplus: return error when node already exists in hfs_bnode_create

[PATCH 0/4] sdm845: Update firmware paths
 2025-12-24 15:14 UTC  (6+ messages)
` [PATCH 1/4] arm64: dts: qcom: sdm845-oneplus: "

[PATCH] powerpc/kexec/core: use big-endian types for crash variables
 2025-12-24 15:12 UTC 

[PATCH 0/1] bitbake-setup: Initialize build environment after setup/update
 2025-12-24 15:12 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] media: ddbridge: add WQ_PERCPU to alloc_workqueue users
 2025-12-24 15:11 UTC  (2+ messages)

[RFC PATCH 3/3] rust: sample driver for WMI demonstrations
 2025-12-24 15:09 UTC  (2+ messages)

[koverstreet-bcachefs:bcachefs-rebalance_v2 465/799] fs/bcachefs/data/extents.h:551:9: sparse: sparse: unsigned value that used to be signed checked against zero?
 2025-12-24 15:09 UTC 

[Buildroot] [PATCH] package/evilwm: convert to generic-package to fix build
 2025-12-24 15:09 UTC 

[PATCH] drm/bridge: anx7625: add WQ_PERCPU add to alloc_workqueue users
 2025-12-24 15:08 UTC  (2+ messages)

[PATCH 0/2] oe-setup-vscode: improve bitbake-setup compatibility
 2025-12-24 15:07 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] oe-setup-vscode: improve VSCode "

[PATCH v2] sched: replace use of system_unbound_wq with system_dfl_wq
 2025-12-24 15:07 UTC  (2+ messages)

[syzbot] [fs?] memory leak in getname_flags
 2025-12-24 15:07 UTC  (3+ messages)
` [PATCH] io_uring: Fix filename leak in __io_openat_prep

[LTP] [PATCH] ssh-stress: disable resource penalties
 2025-12-24 15:06 UTC  (4+ messages)
` [LTP] [PATCH v2 1/1] "

[PATCH 0/2] replace system_wq with system_percpu_wq, add WQ_PERCPU to alloc_workqueue
 2025-12-24 15:05 UTC  (2+ messages)

generic/013 failure to Samba
 2025-12-24 15:02 UTC  (2+ messages)

[Bug 219387] New: Bluetooth: hci0: Reading supported features failed (-16)
 2025-12-24 15:04 UTC  (2+ messages)
` [Bug 219387] "

Metadata for merge conflicts during rebase (to aid rustc) and potential for better user experience?
 2025-12-24 15:03 UTC  (3+ messages)

[PATCH] PCI: endpoint: replace use of system_wq with system_percpu_wq
 2025-12-24 15:02 UTC  (2+ messages)

[PATCH 2/2] riscv: dts: spacemit: Add MMC support on BPI-F3 and OrangePi RV2
 2025-12-24 15:00 UTC  (3+ messages)

[PATCH] drm/vc4: hdmi: replace use of system_wq with system_percpu_wq
 2025-12-24 15:00 UTC  (2+ messages)

[PATCH] drm/tilcdc: replace use of system_wq with system_percpu_wq
 2025-12-24 14:58 UTC  (2+ messages)

[PATCH v3 1/1] NFSD: Track SCSI Persistent Registration Fencing per Client with xarray
 2025-12-24 14:57 UTC  (6+ messages)

[PATCH] drm/exynos: hdmi: replace use of system_wq with system_percpu_wq
 2025-12-24 14:57 UTC  (2+ messages)

Unable to unsubscribe from dash@vger.kernel.org
 2025-12-24 14:56 UTC 

[PATCH] drm/bridge: replace use of system_wq with system_percpu_wq
 2025-12-24 14:56 UTC  (2+ messages)

[PATCH] tty: replace use of system_unbound_wq with system_dfl_wq
 2025-12-24 14:54 UTC  (2+ messages)

[PATCH v2 00/28] Eliminate Dying Memory Cgroup
 2025-12-24 14:51 UTC  (4+ messages)

[PATCH v2 0/2] replace system_unbound_wq, add WQ_PERCPU to alloc_workqueue
 2025-12-24 14:51 UTC  (2+ messages)

[PATCH V2 0/5] mm/khugepaged: cleanups and scan limit fix
 2025-12-24 14:49 UTC  (4+ messages)
` [PATCH V2 2/5] mm/khugepaged: count small VMAs towards scan limit

[bluez/bluez] b6fc31: shared/hfp: Add function to get multiparty call st
 2025-12-24 14:48 UTC 

[usb:usb-linus] BUILD SUCCESS 22201800f198ad33c225e5ce2f0f254df828d01b
 2025-12-24 14:47 UTC 

[PATCH 0/2] Fix two regressions from start_creating()/start_removing() conversion
 2025-12-24 14:47 UTC  (3+ messages)

[PATCH] regulator: fp9931: fix regulator node pointer
 2025-12-24 14:45 UTC  (2+ messages)

[PATCH] ASoC: rt1320: fix size_t format string
 2025-12-24 14:45 UTC  (2+ messages)

[PATCH] ASoC: rt1320: fix 32-bit link failure
 2025-12-24 14:45 UTC  (2+ messages)

Issue in man page fmod.3
 2025-12-24 14:38 UTC 

Issue in man page getopt.3
 2025-12-24 14:38 UTC 

Issue in man page getpt.3
 2025-12-24 14:38 UTC 

Issue in man page fma.3
 2025-12-24 14:38 UTC 

Issue in man page fclose.3
 2025-12-24 14:38 UTC 

Issue in man page wint_t.3type
 2025-12-24 14:38 UTC 

Issue in man page console_codes.4
 2025-12-24 14:38 UTC 

Issue in man page timespec_get.3
 2025-12-24 14:38 UTC 

Issue in man page strftime.3
 2025-12-24 14:38 UTC 

Issue in man page sysfs.5
 2025-12-24 14:38 UTC 

Issue in man page console_codes.4
 2025-12-24 14:38 UTC 

Issue in man page sigaction.2
 2025-12-24 14:38 UTC 

Issue in man page __riscv_flush_icache.3
 2025-12-24 14:38 UTC 

Issue in man page sigaction.2
 2025-12-24 14:38 UTC 

Issue in man page random_r.3
 2025-12-24 14:38 UTC 

Issue in man page PR_SET_TIMERSLACK.2const.po
 2025-12-24 14:38 UTC 

Issue in man page PR_SET_TIMERSLACK.2const
 2025-12-24 14:38 UTC 

Issue in man page PR_SET_PTRACER.2const
 2025-12-24 14:38 UTC 

(no subject)
 2025-12-24 14:38 UTC 

Issue in man page PR_SET_MM_EXE_FILE.2const
 2025-12-24 14:38 UTC 

Issue in man page PR_SET_MDWE.2const
 2025-12-24 14:38 UTC 

Issue in man page PR_SET_FPEXC.2const
 2025-12-24 14:38 UTC 

Issue in man page PR_SET_FPEXC.2const
 2025-12-24 14:38 UTC 

Issue in man page PR_SET_FPEXC.2const
 2025-12-24 14:38 UTC 

Issue in man page PR_RISCV_SET_ICACHE_FLUSH_CTX.2const
 2025-12-24 14:38 UTC 

Issue in man page PR_RISCV_SET_ICACHE_FLUSH_CTX.2const
 2025-12-24 14:38 UTC 

Issue in man page PR_RISCV_SET_ICACHE_FLUSH_CTX.2const
 2025-12-24 14:38 UTC 

Issue in man page PR_RISCV_SET_ICACHE_FLUSH_CTX.2const
 2025-12-24 14:38 UTC 

Issue in man page proc_timer_stats.5
 2025-12-24 14:38 UTC 

Dear manpages maintainer,
 2025-12-24 14:38 UTC 

Issue in man page PR_RISCV_SET_ICACHE_FLUSH_CTX.2const
 2025-12-24 14:38 UTC 

Issue in man page PR_RISCV_SET_ICACHE_FLUSH_CTX.2const
 2025-12-24 14:38 UTC 

Issue in man page PR_FUTEX_HASH_SET_SLOTS.2const
 2025-12-24 14:38 UTC 

Issue in man page mbsinit.3
 2025-12-24 14:38 UTC 

(no subject)
 2025-12-24 14:38 UTC 

[PATCH v2] hte: replace use of system_unbound_wq with system_dfl_wq
 2025-12-24 14:32 UTC 

[PATCH] staging: nvec: replace udelay with usleep_range
 2025-12-24 14:32 UTC  (3+ messages)

[PATCH v2] accel/qaic: Handle DBC deactivation if the owner went away
 2025-12-24 14:30 UTC 

[BUG] 9p: data corruption with cache=mmap under concurrent stat/write
 2025-12-24 14:29 UTC 

[PATCH v10] dma-buf: add some tracepoints to debug
 2025-12-24 14:31 UTC  (2+ messages)

[PATCH] sched: Fix NULL mm dereference in sched_mm_cid_after_execve()
 2025-12-24 14:28 UTC  (2+ messages)

[PATCH v2 0/8] hw: Preparatory cleanups previous to remove DEVICE_NATIVE_ENDIAN
 2025-12-24 14:25 UTC  (5+ messages)
` [PATCH v2 6/8] hw/char/pl011: Mark implementation as being little-endian
` [PATCH v2 7/8] rust/system: Stop exposing bogus DEVICE_NATIVE_ENDIAN symbol

[PATCH v2 0/2] replace system_unbound_wq, add WQ_PERCPU to alloc_workqueue
 2025-12-24 14:24 UTC  (2+ messages)

[PATCH] ppc/pnv: Add dummy MMIO support for OCMB chips
 2025-12-24 14:22 UTC 

USB-Audio: Add Focusrite Vocaster interfaces
 2025-12-24 14:19 UTC 

[PATCH] ksmbd: Fix memory leak in get_file_all_info()
 2025-12-24 14:20 UTC 

[anolis-intel-cloud:devel-5.10 20/20] ld.lld: error: no input files
 2025-12-24 14:17 UTC 

[PATCH v2 1/4] overlayfs: Fix QA failure
 2025-12-24 14:16 UTC  (2+ messages)
` [PATCH v2 3/4] overlayfs: Remove helper unit


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.