All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-05 09:06:57 to 2025-03-05 09:40:01 UTC [more...]

[cocci] Checking pointer dereferences with SmPL
 2025-03-05  9:20 UTC  (10+ messages)
` [cocci] Reconsidering pointer dereferences before null pointer checks (with SmPL)
  ` [cocci] [PATCH] drm/msm/dpu: Delete a variable initialisation before a null pointer check in two functions
    ` [cocci] [PATCH RESEND] "
          ` [cocci] [RFC] Clarification for “undefined behaviour”?
                `  "

[PATCH v2 0/2] ASoC: codecs: add support for ES8389
 2025-03-04  1:45 UTC  (2+ messages)
` [PATCH v2 2/2] ASoC: dt-bindings: Add Everest ES8389 audio CODEC

[PATCH v1 1/2] ASoC: codecs: add support for ES8389
 2025-03-03  9:20 UTC 

[PATCH] Remove some PMU events for FUJITSU-MONAKA
 2025-03-05  9:37 UTC  (5+ messages)

linux-next: build warnings after merge of the gpio-brgl tree
 2025-03-05  9:39 UTC 

[PATCH v1 2/2] ASoC: dt-bindings: Add Everest ES8389 audio CODEC
 2025-03-03  8:58 UTC 

amixer.1: Some remarks and a patch with editorial changes for this man page
 2025-03-01 16:07 UTC 

[PATCH v6 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-03-05  9:38 UTC  (9+ messages)
` [PATCH v6 31/36] vfio/migration: Add x-migration-multifd-transfer VFIO property
` [PATCH v6 34/36] vfio/migration: Max in-flight VFIO device state buffer count limit

alsaucm.1: Some remarks and a patch with editorial changes for this man page
 2025-03-01 15:36 UTC 

alsatplg.1: Some remarks and a patch with editorial changes for this man page
 2025-03-01 14:17 UTC 

[PATCH v1 0/2] ASoC: codecs: add ES8389 codec driver
 2025-02-28 10:02 UTC  (3+ messages)
` [PATCH v1 1/2] ASoC: codecs: add support for ES8389
` [PATCH v1 2/2] ASoC: dt-bindings: Add Everest ES8389 audio CODEC

[PATCH net-next 0/3] vsock: support network namespace
 2025-03-05  9:37 UTC  (12+ messages)
` [PATCH net-next 1/3] vsock: add network namespace support

[PATCH 0/8] Reup: SM8350 and SC8280XP venus support
 2025-03-05  9:37 UTC  (3+ messages)

ALSA USB quirk mixer driver question
 2025-02-26 23:15 UTC  (3+ messages)

Verbosity during boot
 2025-03-05  9:37 UTC  (2+ messages)

[PATCH v2 0/2] Enable early bootup of AArch32 MPU systems (pre-requisite patches)
 2025-03-05  9:37 UTC  (6+ messages)
` [PATCH v2 1/2] xen/arm: mpu: Move some of the definitions to common file
` [PATCH v2 2/2] xen/arm: mpu: Ensure that the page size is 4KB

[PATCH v1] ASoC: tas2781: Clean up for some define
 2025-02-26 14:43 UTC 

[PATCH 0/2] ASoC: codecs: add ES8389 codec driver
 2025-02-26 10:49 UTC  (3+ messages)
` [PATCH 1/2] ASoC: codecs: add support for ES8389
` [PATCH 2/2] ASoC: dt-bindings: Add Everest ES8389 audio CODEC

[PATCH v16 0/3] Add ASPEED AST2600 I2Cv2 controller driver
 2025-03-05  9:35 UTC  (9+ messages)
` [PATCH v16 1/3] dt-bindings: i2c: aspeed: support for AST2600-i2cv2

[PATCH v2] docs: dt-bindings: Specify ordering for properties within groups
 2025-03-05  9:36 UTC  (2+ messages)

[PATCH 00/22] Use VRR timing generator for fixed refresh rate modes
 2025-03-05  9:35 UTC  (4+ messages)
` [PATCH 19/22] drm/i915/vrr: Allow fixed_rr with pipe joiner

[PATCH 00/16] Suspend to RAM support for Xen on arm64
 2025-03-05  9:11 UTC  (17+ messages)
` [PATCH 01/16] iommu: Add checks before calling iommu suspend/resume
` [PATCH 02/16] xen/x86: Move freeze/thaw_domains into common files
` [PATCH 03/16] xen/arm: introduce a separate struct for watchdog timers
` [PATCH 04/16] xen/cpu: prevent disable_nonboot_cpus crash on ARM64
` [PATCH 05/16] xen/percpu: don't initialize percpu on resume
` [PATCH 06/16] xen/arm: Introduce system suspend config option
` [PATCH 07/16] xen/char: implement suspend/resume calls for SCIF driver
` [PATCH 08/16] xen/arm: add watchdog domain suspend/resume helpers
` [PATCH 09/16] xen/arm: add suspend and resume timer helpers
` [PATCH 10/16] xen/arm: Implement GIC suspend/resume functions (gicv2 only)
` [PATCH 11/16] xen/arm: Implement PSCI system suspend
` [PATCH 12/16] xen/arm: Trigger Xen suspend when hardware domain completes suspend
` [PATCH 13/16] xen/arm: Implement PSCI SYSTEM_SUSPEND call (physical interface)
` [PATCH 14/16] xen/arm: Resume memory management on Xen resume
` [PATCH 15/16] xen/arm: Save/restore context on suspend/resume
` [PATCH 16/16] CHANGELOG: Mention Xen suspend/resume to RAM feature on arm64

[PATCH 00/22] make pin-init into a standalone crate
 2025-03-05  9:35 UTC  (37+ messages)
` [PATCH 01/22] rust: init: disable doctests
` [PATCH 02/22] rust: move pin-init API into its own directory
` [PATCH 03/22] rust: add extensions to the pin-init crate and move relevant documentation there
` [PATCH 04/22] rust: pin-init: move proc-macro documentation into pin-init crate
` [PATCH 05/22] rust: pin-init: change examples to the user-space version
` [PATCH 06/22] rust: pin-init: call `try_[pin_]init!` from `[pin_]init!` instead of `__init_internal!`
` [PATCH 07/22] rust: pin-init: move the default error behavior of `try_[pin_]init`
` [PATCH 08/22] rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kernel crate
` [PATCH 09/22] rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` "
` [PATCH 10/22] rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option<Box<T, A>>`
` [PATCH 11/22] rust: pin-init: fix documentation links
` [PATCH 12/22] rust: pin-init: remove kernel-crate dependency
` [PATCH 13/22] rust: pin-init: change the way the `paste!` macro is called
` [PATCH 15/22] rust: make pin-init its own crate
` [PATCH 16/22] rust: pin-init: add `std` and `alloc` support from the user-space version
` [PATCH 17/22] rust: pin-init: synchronize documentation with "
` [PATCH 20/22] rust: pin-init: add miscellaneous files from "
` [PATCH 21/22] rust: pin-init: re-enable doctests

[PATCH 0/3] perf list: Collapse similar events across PMUs
 2025-03-05  9:35 UTC  (4+ messages)
` [PATCH 2/3] "

[PATCH 0/5] drm/bridge: simple-bridge: Add DPI color encoder support
 2025-03-05  9:35 UTC  (4+ messages)
` [PATCH 3/5] dt-bindings: display: simple-bridge: Document DPI color encoder

[PATCH V7 0/4] media: i2c: imx334: Add support for 1280x720 & 640x480 resolutions
 2025-03-05  9:35 UTC  (3+ messages)
` [PATCH V7 4/4] media: i2c: imx334: add modes for 720p and 480p resolutions

update ALC222 depop optimize
 2025-03-05  9:33 UTC  (9+ messages)

RFE: Support for client-side content encryption in AFS
 2025-03-05  9:33 UTC  (3+ messages)

[PATCH] ALSA: hda: intel: Add Dell ALC3271 to power_save denylist
 2025-03-05  9:33 UTC  (2+ messages)

[PATCH] xen/public: remove some unused defines from xs_wire.h
 2025-03-05  9:33 UTC  (4+ messages)

linux-next: build warning after merge of the mm tree
 2025-03-05  9:33 UTC 

[PATCH v2 1/6] wifi: mt76: mt7925: load the appropriate CLC data based on hardware type
 2025-03-05  9:32 UTC  (6+ messages)
` [PATCH v2 2/6] wifi: mt76: mt7925: add EHT control support based on the CLC data

[Bug 219748] New: Pluggable UD-4VPD dock appears to continually reset with AMD AI 365
 2025-03-05  9:31 UTC  (3+ messages)
` [Bug 219748] "

QEMU's Hyper-V HV_X64_MSR_EOM is broken with split IRQCHIP
 2025-03-05  9:31 UTC  (6+ messages)

[PATCH net-next v3 0/3] net: ti: icssg-prueth: Add native mode XDP support
 2025-03-05  9:31 UTC  (9+ messages)
` [PATCH net-next v3 3/3] net: ti: icssg-prueth: Add "
    ` [EXTERNAL] "

[PATCH i-g-t] tests/kms_plane_multiple: Add dual display subtest
 2025-03-05  9:31 UTC  (4+ messages)

[PATCH] poky: Remove Fedora38 from SANITY_TESTED_DISTROS
 2025-03-05  9:30 UTC 

[PATCH RFC] sched: Disable DL server if sysctl_sched_rt_runtime is -1
 2025-03-05  9:30 UTC  (4+ messages)

[PATCH v6 0/2] Add RZ/G3E SDHI support
 2025-03-05  9:29 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: mmc: renesas,sdhi: Document RZ/G3E support
` [PATCH v6 2/2] mmc: renesas_sdhi: Add support for RZ/G3E SoC

[PATCH RFC 0/3] add VCP mailbox and IPC driver
 2025-03-05  8:20 UTC  (2+ messages)
` [PATCH RFC 3/3] dt-bindings: mailbox: mtk,vcp-mbox: add mtk vcp-mbox document

[PATCH mptcp-next v8 00/12] BPF path manager, part 5
 2025-03-05  9:29 UTC  (7+ messages)
` [PATCH mptcp-next v8 06/12] mptcp: pm: in-kernel: register mptcp_pm_kernel

[PATCH qemu 0/8] hw/cxl: new features for 10.0 (possibly)
 2025-03-05  9:24 UTC  (17+ messages)
` [PATCH qemu 1/8] hw/cxl: Support aborting background commands
` [PATCH qemu 2/8] hw/cxl: Support get/set mctp response payload size
` [PATCH qemu 3/8] hw/cxl/cxl-mailbox-utils: Add support for Media operations discovery commands cxl r3.2 (8.2.10.9.5.3)
` [PATCH qemu 4/8] hw/cxl: factor out calculation of sanitize duration from cmd_santize_overwrite
` [PATCH qemu 5/8] hw/cxl/cxl-mailbox-utils: Media operations Sanitize and Write Zeros commands CXL r3.2(8.2.10.9.5.3)
` [PATCH qemu 6/8] hw/cxl/cxl-mailbox-utils: CXL CCI Get/Set alert config commands
` [PATCH qemu 7/8] hw/cxl/cxl-mailbox-utils: Added support for Get Log Capabilities (Opcode 0402h)
` [PATCH qemu 8/8] docs/cxl: Add serial number for persistent-memdev

alsa-info.8: Some remarks and a patch with editorial changes for this man page
 2025-02-21 21:31 UTC 

[PATCH v2 0/2] xen/watchdog: Identify which domain watchdog fired
 2025-03-05  9:27 UTC  (5+ messages)
` [PATCH v2 1/2] xen/domain: Annotate struct domain as page aligned
` [PATCH v2 2/2] xen/watchdog: Identify which domain watchdog fired

[linux-next:master 7259/7930] drivers/gpu/drm/rockchip/rockchip_vop2_reg.c:833:7: error: call to undeclared function 'FIELD_PREP'; ISO C99 and later do not support implicit function declarations
 2025-03-05  9:26 UTC 

[PATCH v3 0/2] Prerequisite patches for Arm64 MPU build
 2025-03-05  9:26 UTC  (16+ messages)
` [PATCH v3 1/2] xen/passthrough: Provide stub functions when !HAS_PASSTHROUGH
` [PATCH v3 2/2] xen/arm: Restrict Kconfig configuration for LLC coloring

[resend v2 00/19] Add Cadence NAND Driver support
 2025-03-05  9:26 UTC  (8+ messages)

[PATCH v2 00/34] Compiler-Based Capability- and Locking-Analysis
 2025-03-05  9:27 UTC  (8+ messages)
` [PATCH v2 01/34] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH v2 31/34] drivers/tty: Enable capability analysis for core files

[PATCH] ptp: ocp: Remove redundant check in _signal_summary_show
 2025-03-05  9:25 UTC 

[PATCH v2 0/2] media: i2c: imx219: Minor improvements for runtime PM and stream handling
 2025-03-05  9:25 UTC  (3+ messages)
` [PATCH v2 1/2] media: i2c: imx219: switch to {enable,disable}_streams

[PATCH 1/1] sched/fair: Fix invalid pointer dereference in child_cfs_rq_on_list()
 2025-03-05  9:23 UTC  (3+ messages)

[PATCH i-g-t v3 0/2] Ensure that SR-IOV and eudebug are exclusive for Xe
 2025-03-05  9:23 UTC  (3+ messages)
` [PATCH i-g-t v3 2/2] tests/intel/xe_eudebug: Add subtests for eudebug/SR-IOV exclusion

[PATCH qemu 0/8] hw/cxl: new features for 10.0 (possibly)
 2025-03-05  9:22 UTC  (6+ messages)
` [PATCH qemu 1/8] hw/cxl: Support aborting background commands
` [PATCH qemu 2/8] hw/cxl: Support get/set mctp response payload size

[PATCH v17 0/7] TTM shrinker helpers and xe buffer object shrinker
 2025-03-05  9:22 UTC  (8+ messages)
` [PATCH v17 1/7] drm/ttm: Provide a shmem backup implementation
` [PATCH v17 2/7] drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pages
` [PATCH v17 3/7] drm/ttm: Use fault-injection to test error paths
` [PATCH v17 4/7] drm/ttm: Add a macro to perform LRU iteration
` [PATCH v17 5/7] drm/ttm: Add helpers for shrinking
` [PATCH v17 6/7] drm/xe: Add a shrinker for xe bos
` [PATCH v17 7/7] drm/xe: Increase the XE_PL_TT watermark

[net-next PATCH] octeontx2-af: fix build warnings flagged by clang, sparse ,kernel test robot
 2025-03-05  9:22 UTC  (3+ messages)

[PATCH 1/1] media: common: Add v4l2_find_nearest_size_conditional()
 2025-03-05  9:22 UTC 

[PATCH v3 0/6] ASoC: q6apm: fix under runs and fragment sizes
 2025-03-05  9:21 UTC  (6+ messages)

[PATCH 1/2] lib/hash: initialize __m128i data type in a portable way
 2025-03-05  9:20 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] app/test: add test_init_m128i using compiler intrinsic

[PATCH 5.10/5.15] mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM
 2025-03-05  9:18 UTC 

[PATCH 2/4] usb: xhci: move debug capabilities from trb_in_td() to handle_tx_event()
 2025-03-05  9:17 UTC  (2+ messages)

[PATCH] perf/x86: Annotate struct bts_buffer with __counted_by()
 2025-03-05  9:18 UTC  (3+ messages)
` [tip: perf/core] "

[PATCH 6.1] mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM
 2025-03-05  9:17 UTC 

net/mlx5: wrong Rx/Tx descriptor limits when DevX is off
 2025-03-05  9:17 UTC  (5+ messages)

[PATCH 6.6] mm/mempolicy: fix unbalanced unlock in backported VMA check
 2025-03-05  9:16 UTC 

[meta-oe][PATCH 1/2] conf/layer.conf: meta-clang -> clang-layer
 2025-03-05  9:16 UTC  (5+ messages)
` [meta-oe][PATCH 2/2] thin-provisioning-tools: 1.0.13 -> 1.0.14
  ` [oe] "

[f2fs-dev] [PATCH v2] f2fs: fix to avoid accessing uninitialized curseg
 2025-03-05  9:16 UTC  (3+ messages)
`  "

[PATCH] x86/delay: fix inconsistent indenting warning
 2025-03-05  9:15 UTC  (2+ messages)
` [tip: x86/cleanups] x86/delay: Fix inconsistent whitespace

[meta-oe][PATCH] spdm-utils: use STAGING_DIR_HOST/STAGING_INCDIR variables
 2025-03-05  9:14 UTC  (3+ messages)
` [oe] "

[PATCH v2] arm64: defconfig: Enable Rockchip UFS host driver
 2025-03-05  7:54 UTC  (2+ messages)

[PATCH v4 0/2] Allow non-coherent video capture buffers on Rockchip ISP V1
 2025-03-05  7:40 UTC  (5+ messages)
` [PATCH v4 1/2] media: videobuf2: Fix dmabuf cache sync/flush in dma-contig

[PATCH v2 1/3] f2fs: do sanity check on inode footer in f2fs_get_inode_page()
 2025-03-05  9:11 UTC  (6+ messages)
` [f2fs-dev] "
` [PATCH v2 2/3] f2fs: do sanity check on xattr node footer in f2fs_get_xnode_page()
  ` [f2fs-dev] "
` [PATCH v2 3/3] f2fs: introduce FAULT_INCONSISTENT_FOOTER
  ` [f2fs-dev] "

[PATCH 00/57] docs: Add new QAPI transmogrifier
 2025-03-05  9:13 UTC  (3+ messages)
` [PATCH 21/57] docs/qapi-domain: add :deprecated: directive option

[Buildroot] [PATCH 1/1] package/libgpiod2: bump to version 2.2.1
 2025-03-05  9:13 UTC 

[PATCH] vhost/crypto: fix locking
 2025-03-05  9:12 UTC 

[PATCH] poky: Update SANITY_TESTED_DISTROS
 2025-03-05  9:11 UTC 

[RFC v2 0/9] khugepaged: mTHP support
 2025-03-05  9:11 UTC  (6+ messages)
` [RFC v2 7/9] khugepaged: add "

[PATCH v13 0/6] Add Synopsys DesignWare HDMI RX Controller
 2025-03-05  9:09 UTC  (7+ messages)

[f2fs-dev] [PATCH] f2fs: subtract current_reserved_blocks from total
 2025-03-05  9:10 UTC  (3+ messages)

[PATCH 3/7] lib/rbtree: add random seed
 2025-03-05  9:10 UTC  (3+ messages)

[PATCH v16 0/7] TTM shrinker helpers and xe buffer object shrinker
 2025-03-05  9:10 UTC  (7+ messages)
` [PATCH v16 2/7] drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pages
      ` RESEND "

[PATCH net] netpoll: guard __netpoll_send_skb() with RCU read lock
 2025-03-05  9:09 UTC  (3+ messages)

[PATCH v1 0/4] iommu/arm-smmu-v3: Allocate vmid per vsmmu instead of s2_parent
 2025-03-05  9:01 UTC  (3+ messages)
` [PATCH v1 4/4] iommu/arm-smmu-v3-iommufd: Allow a shared s2_parent to allocate vSMMU

[PATCH i-g-t 0/5] Stress copy engines during render
 2025-03-05  9:06 UTC  (6+ messages)
` [PATCH i-g-t 1/5] lib/intel_blt: Promote blt_bo_copy()
` [PATCH i-g-t 2/5] lib/intel_blt: Allow forcing multiple runs in blt_mem_copy()
` [PATCH i-g-t 3/5] lib/intel_blt: Use blt_mem_copy() to stress copy functions
` [PATCH i-g-t 4/5] tests/intel/xe_render_copy: Expose render duration
` [PATCH i-g-t 5/5] tests/intel/xe_render_copy: Render under copy stress

[RFC PATCH v2] x86/fpu: make kernel-mode FPU reliably usable in softirqs
 2025-03-05  9:07 UTC  (2+ messages)

[DPDK/meson Bug 1670] DPDK fails to compile using gcc version 8.5.0
 2025-03-05  9:07 UTC 

[RFC PATCH v2 0/6] Enlightened vTPM support for SVSM on SEV-SNP
 2025-03-05  9:07 UTC  (6+ messages)
` [RFC PATCH v2 5/6] tpm: add SNP SVSM vTPM driver


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.