All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-09 19:01:23 to 2025-10-09 20:15:36 UTC [more...]

[RFC PATCH v2 0/3] rust: bounded integer types and use in register macro
 2025-10-09 20:10 UTC  (8+ messages)
` [PATCH RFC v2 1/3] gpu: nova-core: register: use field type for Into implementation
` [PATCH RFC v2 3/3] gpu: nova-core: use BoundedInt

[RFC ixgbe 0/2] ixgbe: Implement support for ndo_xdp_xmit in skb mode and fix CPU to ring assignment
 2025-10-09 19:28 UTC  (2+ messages)
` [RFC ixgbe 1/2] ixgbe: Implement support for ndo_xdp_xmit in skb mode

[PATCH v8 0/9] Add support MT6316/6363/MT6373 PMICs regulators and MFD
 2025-10-09 20:15 UTC  (9+ messages)
` [PATCH v8 1/9] dt-bindings: regulator: Document MediaTek MT6316 PMIC Regulators
` [PATCH v8 5/9] dt-bindings: regulator: Document MediaTek MT6373 "
` [PATCH v8 8/9] dt-bindings: mfd: Add binding for MediaTek MT6363 series SPMI PMIC
` [PATCH v8 9/9] drivers: mfd: Add support for MediaTek SPMI PMICs and MT6363/73

[bluez/bluez] 542c2d: shared/hfp: Add dial support
 2025-10-09 20:15 UTC 

[Buildroot] [PATCH] package/zip: add patch for CVE-2018-13410
 2025-10-09 20:14 UTC 

[PATCH 00/10] firmware: scmi: various update
 2025-10-09 20:14 UTC  (3+ messages)
` [PATCH 07/10] firmware: scmi: mailbox: Support arm,max_rx_timeout_ms

mkfs.xfs "concurrency" change concerns
 2025-10-09 20:13 UTC 

[PATCH bpf-next v8 0/5] Support non-linear skbs for BPF_PROG_TEST_RUN
 2025-10-09 20:12 UTC  (6+ messages)
` [PATCH bpf-next v8 1/5] bpf: Refactor cleanup of bpf_prog_test_run_skb
` [PATCH bpf-next v8 2/5] bpf: Reorder bpf_prog_test_run_skb initialization
` [PATCH bpf-next v8 3/5] bpf: Craft non-linear skbs in BPF_PROG_TEST_RUN
` [PATCH bpf-next v8 4/5] selftests/bpf: Support non-linear flag in test loader
` [PATCH bpf-next v8 5/5] selftests/bpf: Test direct packet access on non-linear skbs

[PATCH v2 0/4] seqlock: introduce scoped_seqlock_read() and scoped_seqlock_read_irqsave()
 2025-10-09 20:11 UTC  (8+ messages)
` [PATCH v2 1/4] "

[PATCH v2 0/2] *** Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LPM quirk ***
 2025-10-09 20:10 UTC  (3+ messages)
` [PATCH v2 1/2] scsi: ufs: core: Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LPM quirk
` [PATCH v2 2/2] scsi: ufs: core: Replace hard coded vcc-off delay with a variable

[PATCH 00/18] media: microchip-isc: Color correction and histogram stats
 2025-10-09 20:11 UTC  (2+ messages)

[PATCH] drm/msm/dpu: Remove dead-code in dpu_encoder_helper_reset_mixers()
 2025-10-09 20:09 UTC 

[PATCH 0/5] drm/nouveau: Enable variable page sizes and compression
 2025-10-09 20:09 UTC  (5+ messages)
` [PATCH 2/5] drm/nouveau/uvmm: Allow larger pages

[PATCH v2 0/4] hexagon: Fixes to sigcontext
 2025-10-09 20:07 UTC  (6+ messages)
` [PATCH v2 1/4] linux-user/hexagon: Fix sigcontext
` [PATCH v2 2/4] linux-user/hexagon: use abi_ulong
` [PATCH v2 3/4] linux-user/hexagon: Use an array for GPRs
` [PATCH v2 4/4] tests/tcg/hexagon: Add cs{0,1} coverage

[PATCH] target/avr: Use vaddr type for $PC jumps
 2025-10-09 20:05 UTC 

[PATCH] target/rx: Un-inline various helpers
 2025-10-09 20:04 UTC  (2+ messages)

[PATCH] drm/syncobj: [RFC] Propagate fence errors to userspace
 2025-10-09 20:03 UTC 

[ebiggers:wip-wrapped-keys-pixel 3/5] drivers/soc/google/gsa_mbox.c:73:13: error: implicit declaration of function 'readl'
 2025-10-09 20:01 UTC 

[PATCH v2 0/2] checkpatch: add new check PLACEHOLDER_USE
 2025-10-09 20:01 UTC  (2+ messages)

[PATCH v2 0/4] dt-bindings: watchdog: factor out RZ watchdogs
 2025-10-09 20:00 UTC  (8+ messages)
` [PATCH v2 4/4] dt-bindings: watchdog: factor out RZ/V2H(P) watchdog

[PATCH 00/33] vhost-user-blk: live-backend local migration
 2025-10-09 20:00 UTC  (49+ messages)
` [PATCH 01/33] vhost: introduce vhost_ops->vhost_set_vring_enable_supported method
` [PATCH 04/33] vhost: move protocol_features to vhost_user
` [PATCH 06/33] vhost: make vhost_dev.features private
` [PATCH 11/33] vhost: make vhost_memory_unmap() null-safe
` [PATCH 12/33] vhost: simplify calls to vhost_memory_unmap()
` [PATCH 13/33] vhost: move vrings mapping to the top of vhost_virtqueue_start()
` [PATCH 14/33] vhost: vhost_virtqueue_start(): drop extra local variables
` [PATCH 15/33] vhost: final refactoring of vhost vrings map/unmap
` [PATCH 16/33] vhost: simplify vhost_dev_init() error-path
` [PATCH 17/33] vhost: move busyloop timeout initialization to vhost_virtqueue_init()
` [PATCH 18/33] vhost: introduce check_memslots() helper
` [PATCH 19/33] vhost: vhost_dev_init(): drop extra features variable
` [PATCH 20/33] hw/virtio/virtio-bus: refactor virtio_bus_set_host_notifier()
` [PATCH 21/33] vhost-user: make trace events more readable
` [PATCH 22/33] vhost-user-blk: add some useful trace-points
` [PATCH 23/33] vhost: "
` [PATCH 25/33] virtio: introduce .skip_vhost_migration_log() handler
` [PATCH 28/33] vhost: introduce backend migration
` [PATCH 29/33] vhost-user: support "
` [PATCH 30/33] virtio: support vhost "
` [PATCH 31/33] vhost-user-blk: "

can gssproxy be used for both cron jobs and normal users?
 2025-10-09 19:59 UTC 

[PATCH BlueZ v2 1/6] shared/hfp: Add dial support
 2025-10-09 19:58 UTC  (6+ messages)
` [PATCH BlueZ v2 2/6] unit/test-hfp: Add dial tests for HF
` [PATCH BlueZ v2 3/6] shared/hfp: Add in-band ring tone setting support
` [PATCH BlueZ v2 4/6] unit/test-hfp: Add Answer Incoming Call with In-Band Ring tests for HF
` [PATCH BlueZ v2 5/6] unit/test-hfp: Add incoming call prior to connection test
` [PATCH BlueZ v2 6/6] unit/test-hfp: Add incoming call interrupted test

[PATCH] drm/xe/guc: Refresh RPe frequency while setting min frequency
 2025-10-09 19:56 UTC  (2+ messages)

[paulmck-rcu:dev.2025.10.04a] BUILD SUCCESS 0c9ebd400d9a65155516b770637030886df3fca6
 2025-10-09 19:55 UTC 

[PATCH v2 0/7] tcg/mips: Remove support for 32-bit hosts
 2025-10-09 19:52 UTC  (8+ messages)
` [PATCH v2 1/7] docker: Remove 32-bit MIPS toolchain from debian-all-test image
` [PATCH v2 2/7] gitlab: Stop cross-testing for 32-bit MIPS hosts
` [PATCH v2 3/7] docker: Stop building 32-bit MIPS images
` [PATCH v2 4/7] tcg/mips: Remove support for O32 and N32 ABIs
` [PATCH v2 5/7] tcg/mips: Remove support for 32-bit hosts
` [PATCH v2 6/7] kvm/mips: "
` [PATCH v2 7/7] buildsys: Remove support for 32-bit MIPS hosts

[PATCH 0/3] Fix copyright
 2025-10-09 19:51 UTC  (5+ messages)
` [PATCH 3/3] drm/xe: Change return type of detect_bar2_dgfx() from s64 to u64

directory lease patch series
 2025-10-09 19:51 UTC  (2+ messages)

[Buildroot] [git commit] package/rsyslog: bump version to 8.2506.0
 2025-10-09 19:48 UTC 

[PATCH v3] drm/xe: Enable media sampler power gating
 2025-10-09 19:50 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Enable media sampler power gating (rev3)

[PATCH] sched: remove unused cpumask variable in mm_cid_get()
 2025-10-09 19:48 UTC 

[PATCH 0/2] Cleanups and fixes (PART 2)
 2025-10-09 16:17 UTC  (3+ messages)
` [PATCH 1/2] hw/i386/amd_iommu: Fix handling device on buses != 0

[PATCH v5 0/3] drm/xe/migrate: Atomicize CCS copy command setup
 2025-10-09 19:49 UTC  (8+ messages)
` [PATCH v5 1/3] "

[Buildroot] [PATCH 1/1] package/rsyslog: bump version to 8.2506.0
 2025-10-09 19:49 UTC  (2+ messages)

[PATCH v3] b4: support send-email aliases
 2025-10-09 19:49 UTC  (4+ messages)

[Buildroot] [git commit] package/paho-mqtt-c: bump version to 1.3.15
 2025-10-09 19:44 UTC 

[Buildroot] [git commit] package/chrony: bump to version 4.8
 2025-10-09 19:46 UTC 

[PATCH 1/1] NFSD: Fix SCSI reservation conflict causing pNFS client to revert I/O to MDS
 2025-10-09 19:46 UTC  (9+ messages)

[Buildroot] [PATCH] package/chrony: bump to version 4.8
 2025-10-09 19:46 UTC  (2+ messages)

[Buildroot] [PATCH] package/paho-mqtt-c: bump version to 1.3.15
 2025-10-09 19:45 UTC  (2+ messages)

[bluez/bluez]
 2025-10-09 19:42 UTC 

[bluez/bluez]
 2025-10-09 19:42 UTC 

[bluez/bluez]
 2025-10-09 19:42 UTC 

[PATCH v2] arm: dts: imx8mp-toradex-smarc: migrate to OF_UPSTREAM
 2025-10-09 19:41 UTC  (2+ messages)

[bluez/bluez] 273bf9: gobex: Fix abort for SRM operation
 2025-10-09 19:41 UTC 

[PATCH] tick/nohz: avoid showing '(null)' if nohz_full= not set
 2025-10-09 19:40 UTC  (2+ messages)

[PATCH BlueZ] gobex: Fix abort for SRM operation
 2025-10-09 19:40 UTC  (2+ messages)

[PATCH BlueZ] shared/hfp: Fix issues found by codacy
 2025-10-09 19:40 UTC  (2+ messages)

[PATCH BlueZ v1 1/3] monitor: Fix instance where BN is printed as PTO
 2025-10-09 19:40 UTC  (2+ messages)

[PATCH 0/3] More SI power management and PLL fixes
 2025-10-09 19:38 UTC  (9+ messages)
` [PATCH 1/3] drm/amd/pm: Disable MCLK switching on SI at high pixel clocks
` [PATCH 2/3] drm/amd: Disable ASPM on SI
` [PATCH 3/3] drm/amd/display: Set stricter clock dividers on DCE 6-10

[PATCH] imx93_frdm: Fix USB vendor ID
 2025-10-09 19:37 UTC  (2+ messages)

[PATCH 00/13] refs: improvements and fixes for peeling tags
 2025-10-09 19:37 UTC  (4+ messages)
` [PATCH v2 00/14] "

[PATCH 00/13] Misc changes for Kontron i.MX8MM SoMs and Boards
 2025-10-09 19:37 UTC  (2+ messages)

[PATCH] sched_ext: defer queue_balance_callback() until after ops.dispatch
 2025-10-09 19:36 UTC  (2+ messages)

[PATCH] board: phytec: phycore_imx8mp: Add rauc to bootmeths
 2025-10-09 19:36 UTC  (2+ messages)

[PATCH v1 0/3] ACPI: PM: s2idle: Tidy up the code and avoid invoking _DSM unnecessarily
 2025-10-09 19:36 UTC  (5+ messages)
` [PATCH v1 1/3] ACPI: PM: s2idle: Drop acpi_get_lps0_constraint()
` [PATCH v1 2/3] ACPI: PM: s2idle: Staticise LPS0 callback functions
` [PATCH v1 3/3] ACPI: PM: s2idle: Only retrieve constraints when needed

[GIT PULL] Please pull u-boot-imx-master-20251009
 2025-10-09 19:34 UTC 

[PATCH v1] PM: hibernate: Rework message printing in swsusp_save()
 2025-10-09 19:34 UTC 

[PATCH v5 0/8] Fix stale IOTLB entries for kernel address space
 2025-10-09 19:32 UTC  (16+ messages)
` [PATCH v5 2/8] mm: Actually mark kernel page table pages
` [PATCH v5 3/8] x86/mm: Use 'ptdesc' when freeing PMD pages
` [PATCH v5 4/8] mm: Introduce pure page table freeing function
` [PATCH v5 5/8] x86/mm: Use pagetable_free()
` [PATCH v5 6/8] mm: Introduce deferred freeing for kernel page tables

[OE-core][kirkstone 00/24] Patch review
 2025-10-09 19:31 UTC  (25+ messages)
` [OE-core][kirkstone 01/24] libxml2: fix CVE-2025-9714
` [OE-core][kirkstone 02/24] gstreamer1.0-plugins-bad: Fix CVE-2025-3887
` [OE-core][kirkstone 03/24] busybox: patch CVE-2025-46394
` [OE-core][kirkstone 04/24] libxslt: Patch for CVE-2025-7424
` [OE-core][kirkstone 05/24] tiff: Fix CVE-2025-8961
` [OE-core][kirkstone 06/24] tiff: Fix CVE-2025-9165
` [OE-core][kirkstone 07/24] gstreamer1.0: ignore CVEs fixed in plugins
` [OE-core][kirkstone 08/24] gstreamer1.0: ignore CVE-2025-2759
` [OE-core][kirkstone 09/24] grub: ignore CVE-2024-2312
` [OE-core][kirkstone 10/24] ghostscript: patch CVE-2025-59798
` [OE-core][kirkstone 11/24] ghostscript: patch CVE-2025-59799
` [OE-core][kirkstone 12/24] ghostscript: patch CVE-2025-59800
` [OE-core][kirkstone 13/24] pulseaudio: ignore CVE-2024-11586
` [OE-core][kirkstone 14/24] ffmpeg: ignore CVE-2023-6603
` [OE-core][kirkstone 15/24] ffmpeg: mark CVE-2023-6601 as patched
` [OE-core][kirkstone 16/24] go: fix CVE-2025-47906
` [OE-core][kirkstone 17/24] scripts/install-buildtools: Update to 4.0.30
` [OE-core][kirkstone 18/24] openssl: upgrade 3.0.17 -> 3.0.18
` [OE-core][kirkstone 19/24] glibc: stable 2.35 branch updates
` [OE-core][kirkstone 20/24] systemd: backport fix for handle USE_NLS from master
` [OE-core][kirkstone 21/24] p11-kit: "
` [OE-core][kirkstone 22/24] conf/bitbake.conf: use gnu mirror instead of main server
` [OE-core][kirkstone 23/24] selftest/cases/meta_ide.py: use "
` [OE-core][kirkstone 24/24] oeqa/sdk/cases/buildcpio.py: "

[PATCH] drm/bridge: analogix_dp: Fix connector status detection for bridges
 2025-10-09 19:30 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-sqlalchemy: bump to version 2.0.43
 2025-10-09 19:31 UTC 

[PATCH i-g-t] kms_flip_tiling: reduce exec time for sim env
 2025-10-09 19:31 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for kms_flip_tiling: reduce exec time for sim env (rev2)

[leon-rdma:dmabuf-vfio 3/27] block/blk-mq-dma.c:199:2: warning: unannotated fall-through between switch labels
 2025-10-09 19:30 UTC 

[PATCH v2 0/2] mm/page_alloc: pcp->batch cleanups
 2025-10-09 19:29 UTC  (3+ messages)
` [PATCH v2 1/2] mm/page_alloc: Clarify batch tuning in zone_batchsize
` [PATCH v2 2/2] mm/page_alloc: Prevent reporting pcp->batch = 0

[PATCH v2 0/6] ci: improvements to our Rust infrastructure
 2025-10-09 19:29 UTC  (2+ messages)

[PATCH 0/6] pre-req fixes for mes user compute queue reset
 2025-10-09 19:28 UTC  (12+ messages)
` [PATCH 2/6] drm/amdgpu: fix initialization of doorbell array for detect and hang
` [PATCH 3/6] drm/amdgpu: fix hung reset queue array return for hws user compute
` [PATCH 4/6] drm/amdgpu: enable suspend/resume all for gfx 12
` [PATCH 5/6] drm/amdkfd: fix suspend/resume all calls in mes based eviction path

[PATCH v6 0/7] MT8196 GPU Frequency/Power Control Support
 2025-10-09 19:27 UTC  (5+ messages)
` [PATCH v6 1/7] dt-bindings: gpu: mali-valhall-csf: add mediatek,mt8196-mali variant
` [PATCH v6 2/7] dt-bindings: power: Add MT8196 GPU frequency control binding

[meta-multimedia][scarthgap][PATCH] xsp: CVE status update for CVE-2006-2658
 2025-10-09 19:26 UTC 

[PATCH v2 1/2] mm/hugetlb: create hstate_is_gigantic_no_runtime helper
 2025-10-09 19:24 UTC  (3+ messages)

[akpm-mm:mm-new 36/102] error[E0425]: cannot find value `VM_READ` in crate `bindings`
 2025-10-09 19:23 UTC  (5+ messages)

[PATCH 0/2] Add support for clean shutdown with MSHV
 2025-10-09 19:22 UTC  (5+ messages)
` [PATCH 1/2] hyperv: Add definitions for MSHV sleep state configuration
` [PATCH 2/2] hyperv: Enable clean shutdown for root partition with MSHV

[PATCH 0/5] arm64: dts: qcom: r0q: enable more peripherals
 2025-10-09 19:20 UTC  (8+ messages)
` [PATCH 4/5] arm64: dts: qcom: r0q: enable hardware clocks

[Buildroot] [PATCH] package/squid: add patch for CVE-2025-59362
 2025-10-09 19:17 UTC 

[PATCH v2 0/2] stat: improve zone reset count reporting
 2025-10-09 19:17 UTC  (2+ messages)

[PATCH] drm/i915: Fix conversion between clock ticks and nanoseconds
 2025-10-09 19:16 UTC 

[RFC PATCH] tcg: Restrict qemu_ld2 and qemu_st2 opcodes to 32-bit hosts
 2025-10-09 19:13 UTC  (7+ messages)

[PATCH v3 0/3] Load cros_ec_ucsi from OF and ACPI definitions
 2025-10-09 19:13 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: chrome: Add cros-ec-ucsi compatibility to typec binding
` [PATCH v3 2/3] usb: typec: cros_ec_ucsi: Load driver from OF and ACPI definitions
` [PATCH v3 3/3] mfd: cros_ec: Don't add cros_ec_ucsi if it is defined in OF or ACPI

[PATCH v2 0/4] Support dynamic (de)configuration of memory
 2025-10-09 19:13 UTC  (5+ messages)
` [PATCH v2 2/4] s390/sclp: Add support for "
` [PATCH v2 4/4] mm/memory_hotplug: Remove MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiers

[PATCH v4 0/2] drm/xe/guc: Cleanup GuC log buffer macros and helpers
 2025-10-09 19:12 UTC  (7+ messages)
` [PATCH v4 1/2] drm/xe/guc: Add prefix to guc log buffer macros

[PATCH v2] Drivers: hv: Use better errno matches for HV_STATUS values
 2025-10-09 19:10 UTC  (3+ messages)

[jolsa-perf:stacktrace_test 1/8] ci/diffs/.keep: warning: ignored by one of the .gitignore files
 2025-10-09 19:08 UTC 

[linux-next:master 13403/13588] fs/smb/client/smb2ops.c:3128 get_smb2_acl_by_path() error: uninitialized symbol 'rc'
 2025-10-09 19:08 UTC 

[chao:bugfix/common 7/8] fs/f2fs/gc.c:1272:31: error: passing argument 1 of 'ERR_PTR' makes integer from pointer without a cast
 2025-10-09 19:08 UTC 

[PATCH v1] env: Kconfig: disable external env in secure os boot
 2025-10-09 19:06 UTC  (2+ messages)

Please pull u-boot-ubi
 2025-10-09 19:06 UTC  (2+ messages)

[PATCH net] net: dlink: fix null dereference in receive_packet()
 2025-10-09 19:02 UTC 

[meta-multimedia][scarthgap][PATCH] libavif: patch CVE-2025-48174
 2025-10-09 19:05 UTC 

Unexpected switches to in-band
 2025-10-09 19:05 UTC  (3+ messages)

[PATCH v5] memcg: expose socket memory pressure in a cgroup
 2025-10-09 19:02 UTC  (8+ messages)

[RFC] net/ark: use ark_ prefix on on global variables
 2025-10-09 19:01 UTC  (2+ messages)


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.