All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-23 08:01:48 to 2026-02-23 08:55:02 UTC [more...]

[REGRESSION] Display freeze on VT switch back to X11 since v6.16
 2026-02-23  8:26 UTC  (3+ messages)

[PATCH 1/2] ALSA: hda/realtek: fix model name typo for Samsung Galaxy Book Flex (NT950QCG-X716)
 2026-02-23  8:54 UTC  (2+ messages)

[PATCH] EDAC/versalnet: Fix resource leaks and NULL derefs in init_versalnet()
 2026-02-23  8:54 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek: Add quirk for Acer Aspire V3-572G
 2026-02-23  8:54 UTC  (2+ messages)

[PATCH] dm: add WQ_PERCPU to alloc_workqueue users
 2026-02-23  8:54 UTC  (2+ messages)

[PATCH] Arm: tighten translate_get_page()
 2026-02-23  8:53 UTC  (6+ messages)

[PATCH] ALSA: scarlett2: Fix DSP filter control array handling
 2026-02-23  8:52 UTC  (2+ messages)

[PATCH] iio: dac: mcp47feb02: Fix mutex used before initialization
 2026-02-23  8:52 UTC  (2+ messages)

[PATCH] iio: adc: ad7173: move opening brace to a separate line
 2026-02-23  8:51 UTC  (4+ messages)

[PATCH v6] ALSA: hda/realtek: Fix speaker pop on Star Labs StarFighter
 2026-02-23  8:51 UTC  (2+ messages)

[PATCH] dt-bindings: cpufreq: qcom-hw: document Eliza cpufreq hardware
 2026-02-23  8:50 UTC 

[PATCH 1/2] Documentation: bootchooser: fix grammar and wording for 'attempts_locked'
 2026-02-23  8:49 UTC  (4+ messages)
` [PATCH 2/2] Documentation: bootchooser: move attempts locking to own section

AMD IOMMU issue with hibernate on Asrock X600
 2026-02-23  8:49 UTC  (9+ messages)

[PATCH] iio: adc: nxp-sar-adc: Remove unnecessary type casting
 2026-02-23  8:49 UTC  (4+ messages)

[PATCH v5] mm: move pgscan, pgsteal, pgrefill to node stats
 2026-02-23  8:49 UTC  (2+ messages)

[PATCH] dt-bindings: interconnect: OSM L3: Add Eliza OSM L3 compatible
 2026-02-23  8:49 UTC 

[PATCH 0/3] Add support for AD5706R DAC
 2026-02-23  8:47 UTC  (5+ messages)
` [PATCH 2/3] iio: dac: ad5706r: "

[PATCH v2] x86/hvm: Advertise and support extended destination IDs for MSI/IO-APIC
 2026-02-23  8:46 UTC 

[PATCH, net-next] net: mana: Trigger VF reset/recovery on health check failure due to HWC timeout
 2026-02-23  8:47 UTC 

[PATCH] dt-bindings: arm-smmu: Add compatible for Eliza SoC
 2026-02-23  8:46 UTC 

[PATCH] fsck: do not loop infinitely when processing packs
 2026-02-23  8:46 UTC  (6+ messages)

[PATCH v2] usb: ehci-orion: remove optional PHY handling code remnants
 2026-02-23  8:44 UTC  (2+ messages)

[PATCH v1 1/1] iio: adc: ad7192: Revert "properly check spi_get_device_match_data()"
 2026-02-23  8:45 UTC  (10+ messages)

[PATCH] doc: commit: document special date keywords for --date
 2026-02-23  8:45 UTC 

[PATCH] cat-file: fix error and warning message formatting
 2026-02-23  8:45 UTC 

[PATCH] mm: thp: Deny THP for guest_memfd and secretmem in file_thp_enabled()
 2026-02-23  8:44 UTC  (17+ messages)

[PATCH v5 00/27] whpx: x86 updates (2026-02)
 2026-02-23  8:37 UTC  (28+ messages)
` [PATCH v5 01/27] target/i386/emulate/x86_decode: Fix compiler warning
` [PATCH v5 02/27] target/i386/hvf/x86_mmu: "
` [PATCH v5 03/27] target/i386/emulate/x86_decode: Actually use stream in decode_instruction_stream()
` [PATCH v5 04/27] target/i386/emulate: rework string_rep emulation
` [PATCH v5 05/27] target/i386: emulate, hvf: move x86_mmu to common code
` [PATCH v5 06/27] whpx: i386: re-enable guest debug support
` [PATCH v5 07/27] whpx: preparatory changes before switching over from winhvemulation
` [PATCH v5 08/27] whpx: refactor whpx_destroy_vcpu to arch-specific function
` [PATCH v5 09/27] whpx: move whpx_get_reg/whpx_set_reg to generic code
` [PATCH v5 10/27] whpx: i386: switch over from winhvemulation to target/i386/emulate
` [PATCH v5 11/27] whpx: i386: flags conversion for target/i386/emulate internal state
` [PATCH v5 12/27] whpx: i386: remove remaining winhvemulation support code
` [PATCH v5 13/27] whpx: i386: remove messages
` [PATCH v5 14/27] whpx: i386: remove CPUID trapping
` [PATCH v5 15/27] whpx: common, i386, arm: rework state levels
` [PATCH v5 16/27] whpx: i386: saving/restoring less state for WHPX_LEVEL_FAST_RUNTIME_STATE
` [PATCH v5 17/27] target/i386: mshv, emulate: move the generic x86 helpers to target/i386/emulate
` [PATCH v5 18/27] target/i386: emulate: 5-level paging for the page table walker
` [PATCH v5 19/27] target/i386: emulate, hvf, mshv: rework MMU code
` [PATCH v5 20/27] hvf: i386: save/restore CR0/2/3
` [PATCH v5 21/27] target/i386: emulate: get rid of write_val_to_mem() helper
` [PATCH v5 22/27] target/i386: emulate: raise an exception on translation fault
` [PATCH v5 23/27] target/i386: emulate: remove fetch_instruction helper too
` [PATCH v5 24/27] target/i386: emulate: propagate memory errors on most reads/writes
` [PATCH v5 25/27] whpx: i386: inject exceptions
` [PATCH v5 26/27] whpx: i386: bump to x2apic
` [PATCH v5 27/27] whpx: i386: ignore send_msi to interrupt vector 0

[PATCH] dt-bindings: crypto: qcom,inline-crypto-engine: Document the Eliza ICE
 2026-02-23  8:44 UTC 

[PATCH v2] examples/l2fwd_acl: add ACL-based L2 forwarding example
 2026-02-23  8:42 UTC  (2+ messages)

[PATCH net v2] net: Drop the lock in skb_may_tx_timestamp()
 2026-02-23  8:42 UTC  (2+ messages)

[Buildroot] [git commit] package/wpewebkit: security bump to version 2.50.5
 2026-02-23  8:41 UTC 

[Buildroot] [git commit] package/wpewebkit: add dependencies to fontconfig & freetype
 2026-02-23  8:41 UTC 

[Buildroot] [PATCH 1/2] package/wpewebkit: add dependencies to fontconfig & freetype
 2026-02-23  8:42 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/wpewebkit: security bump to version 2.50.5

[PATCH i-g-t v2 0/2] Make pipe assignment joiner-aware
 2026-02-23  8:42 UTC  (4+ messages)
` [PATCH i-g-t v2 1/2] tests/kms_pipe_stress: make "
` [PATCH i-g-t v2 2/2] tests/intel/kms_pipe_stress: Clamp the source size to the FB bounds
` ✓ Xe.CI.BAT: success for Make pipe assignment joiner-aware (rev2)

[PATCH] dt-bindings: firmware: qcom,scm: document Eliza SCM Firmware Interface
 2026-02-23  8:42 UTC 

[REGRESSION] kswapd0: page allocation failure (bisected to "slab: add sheaves to most caches")
 2026-02-23  8:41 UTC  (2+ messages)

[PATCH 0/4] ARM: MMU: Some cleanup after recent changes
 2026-02-23  8:41 UTC  (6+ messages)
` [PATCH 1/4] mmu: add MAP_CACHED_RWX mapping type
` [PATCH 2/4] ARM: MMU: drop forced pagewise mapping
` [PATCH 3/4] ARM: pbl: MMU: drop unnecessary barebox mapping
` [PATCH 4/4] ARM: pbl: MMU: Make it callable multiple times

[PATCH bpf-next 0/3] bpf: fsession support for s390
 2026-02-23  8:40 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf,s390: introduce emit_store_stack_imm64() for trampoline
` [PATCH bpf-next 2/3] bpf,s390: add fsession support for trampolines
` [PATCH bpf-next 3/3] selftests/bpf: factor out get_func_* tests for fsession

[PATCH v4] HID: generic: add LampArray support via hid-lamparray helper
 2026-02-23  8:39 UTC 

[PATCH v1 00/11] Zero page->private when freeing pages
 2026-02-23  8:40 UTC  (2+ messages)
` [syzbot ci] "

[RFC PATCH 00/15] Add support for structured tags and v18 dtb version
 2026-02-23  8:39 UTC  (4+ messages)
` [RFC PATCH 03/15] fdtdump: Return an error code on wrong tag value

[PATCH] dt-bindings: qcom,pdc: document the Eliza Power Domain Controller
 2026-02-23  8:39 UTC 

[syzbot] Monthly trace report (Feb 2026)
 2026-02-23  8:39 UTC 

[syzbot] Monthly afs report (Feb 2026)
 2026-02-23  8:39 UTC 

[moderation/CI] Re: Zero page->private when freeing pages
 2026-02-23  8:38 UTC  (2+ messages)

[PATCH v3 0/5] ASoC: tegra: Add support for WM8962 and CPCAP codecs
 2026-02-23  6:50 UTC  (3+ messages)
` [PATCH v3 1/5] ASoC: dt-bindings: nvidia,tegra-audio: document CPCAP CODEC
` [PATCH v3 3/5] ASoC: dt-bindings: nvidia,tegra-audio: document WM8962 CODEC

[PATCH v2] staging: iio: impedance-analyzer: ad5933: use div64_ul() instead of do_div()
 2026-02-23  8:37 UTC  (4+ messages)

[PATCH net 0/2] tcp: re-enable acceptance of FIN packets when RWIN is 0
 2026-02-23  8:36 UTC  (4+ messages)
` [PATCH net 1/2] "

[PATCH] mci: dw_mmc: Add pbl support
 2026-02-23  8:35 UTC 

[PATCH v1] migration: introduce MIGRATION_STATUS_FAILING
 2026-02-23  8:35 UTC  (3+ messages)

[PATCH v2 3/3] iio: frequency: ad9523: fix checkpatch warnings for symbolic permissions
 2026-02-23  8:35 UTC  (7+ messages)
` [PATCH v3 0/3] iio: frequency: ad9523: fix checkpatch warnings

[PATCH] drm/i915: Fix color blob reference handling in intel_plane_state
 2026-02-23  8:35 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[LSF/MM/BPF TOPIC] Large folio support: iomap framework changes versus filesystem-specific implementations
 2026-02-23  8:34 UTC  (2+ messages)
` Iomap and compression? (Was "Re: [LSF/MM/BPF TOPIC] Large folio support: iomap framework changes versus filesystem-specific implementations")

[PATCH 0/3] media: v4l: async: add helper API v4l2_async_pad_init_and_register_subdev()
 2026-02-23  8:34 UTC  (4+ messages)

[PATCH v2 0/4] Kontron i.MX8MP OSM Devicetree Fixups
 2026-02-23  8:32 UTC  (6+ messages)
` [PATCH v2 4/4] arm64: dts: imx8mp-kontron: Use GPIO/IRQ defines in DL devicetree

[PATCH bpf-next v3 0/2] bpf: Add multi-level pointer parameter support for trampolines
 2026-02-23  8:31 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: Support multi-level pointer params via SCALAR_VALUE "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add trampolines multi-level pointer params test coverage

[Buildroot] [PATCH] package/gawk: bump to version 5.4.0
 2026-02-23  8:30 UTC 

[PATCH 0/2] 6.12 and below: amdgpu: fix panic with SI and DC
 2026-02-21  8:48 UTC  (12+ messages)
` [PATCH 1/2] Revert "drm/amd/pm: Disable MCLK switching on SI at high pixel clocks"
` [PATCH 2/2] Revert "drm/amd/pm: Disable SCLK switching on Oland with high pixel clocks (v3)"

[PATCH v4 1/2] drm: introduce KMS recovery mechanism
 2026-02-20 17:37 UTC  (3+ messages)
` [PATCH v4 2/2] drm/amd/display: add vendor specific reset

[PATCH] drm/amd/display: Fix incorrect log message in LTTPR mode selection
 2026-02-23  2:51 UTC 

[PATCH v8 00/20] Add new general DRM property "color format"
 2026-02-22 10:42 UTC  (3+ messages)
` [PATCH v8 13/20] drm/bridge: dw-hdmi-qp: Implement atomic_get_output_bus_fmts

[REGRESSION] VRR not detected on a DisplayPort monitor using an AMD GPU
 2026-02-21  1:39 UTC  (8+ messages)

[PATCH] wifi: rt2x00: use non of nvmem_cell_get
 2026-02-23  8:27 UTC  (2+ messages)

[PATCH v2 00/23] Workaround cleanup & simplification
 2026-02-23  8:27 UTC  (3+ messages)
` [PATCH v2 02/23] drm/xe/pvc: Drop pre-prod workarounds

[PATCH 00/17] refs: unify `refs_for_each_*()` functions
 2026-02-23  8:27 UTC  (9+ messages)
` [PATCH 01/17] refs: move `refs_head_ref_namespaced()`
` [PATCH 04/17] refs: rename `each_ref_fn`
` [PATCH 06/17] refs: introduce `refs_for_each_ref_ext`
` [PATCH 07/17] refs: speed up `refs_for_each_glob_ref_in()`

[PATCH RFC 0/8] AD9910 Direct Digital Synthesizer
 2026-02-23  8:27 UTC  (3+ messages)
` [PATCH RFC 3/8] iio: frequency: ad9910: add simple parallel port mode support

=?y?q?=5BGSOC=5D=20Discuss=3A=20Refactoring=20in=20order=20to=20reduce=20Git=E2=80=99s=20global=20state?=
 2026-02-23  8:26 UTC  (2+ messages)
` [GSOC] Discuss: Refactoring in order to reduce global state

[PATCH v5 0/9] fpu: Add conversion routines for OCP FP{4,8}
 2026-02-23  8:21 UTC  (10+ messages)
` [PATCH v5 1/9] fpu/softfloat: Refactor IEEE format NaN classification to share code
` [PATCH v5 2/9] fpu/softfloat: Refactor floatx80 "
` [PATCH v5 3/9] target/i386: Fix pseudo-NaN handling in FPATAN/FYL2XP1/FYL2X helpers
` [PATCH v5 4/9] fpu: Introduce FloatFmtExpMaxKind
` [PATCH v5 5/9] fpu: Add overflow_raises_invalid to FloatFmt
` [PATCH v5 6/9] fpu: Add saturate parameter to parts_uncanon
` [PATCH v5 7/9] fpu: Add conversion routines for OCP FP8 E5M2
` [PATCH v5 8/9] fpu: Add conversion routines for OCP FP8 E4M3
` [PATCH v5 9/9] fpu: Add conversion routines for OCP FP4 E2M1

[PATCH cgroup/for-6.19] cgroup: Fix sleeping from invalid context warning on PREEMPT_RT
 2026-02-23  8:22 UTC  (9+ messages)
` ~90s reboot delay with v6.19 and PREEMPT_RT
        ` ~90s shutdown "

[PATCH v1 1/2] drm/amdgpu: update memdup_user with memdup_array_user
 2026-02-23  8:21 UTC  (6+ messages)

[PATCH] hw/i386/amd_iommu.c: fix amdvi_unhandled_command logging cmd ID
 2026-02-23  8:15 UTC  (2+ messages)

[PATCH v1] docs: handling-regressions: add, trim, and sort quotes from Linus
 2026-02-23  8:20 UTC 

[PATCH V5 0/2] soundwire: amd: clock related changes
 2026-02-23  8:20 UTC  (4+ messages)
` [PATCH V5 1/2] soundwire: amd: add clock init control function

[PATCH net] dpaa2-switch: validate num_ifs to prevent out-of-bounds write
 2026-02-23  8:20 UTC 

[PATCH v3] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: document the Eliza QMP UFS PHY
 2026-02-23  8:19 UTC  (2+ messages)

[PATCH v3 00/12] x86: assorted shadow mode adjustments
 2026-02-23  8:18 UTC  (8+ messages)
` [PATCH v3 06/12] x86/shadow: restrict OOS allocation to when it's really needed
` [PATCH v3 09/12] x86/shadow: drop is_hvm_...() where easily possible

[PATCH v2 0/2] mtd: spi-nor: Fix SST AAI write mode
 2026-02-23  8:18 UTC  (4+ messages)
` [PATCH v2 1/2] mtd: spi-nor: sst: Fix write enable before AAI sequence

[PATCH] platform/chrome: cros_ec_lightbar: fix const correctness of seqname array
 2026-02-23  8:17 UTC  (2+ messages)

[PATCH] platform/chrome: cros_ec_lightbar: replace sscanf with kstrtouint
 2026-02-23  8:17 UTC  (2+ messages)

[PATCH v3] llvm: enable LLVMgold.so build by adding binutils dependency
 2026-02-23  8:14 UTC  (2+ messages)
` [OE-core] "

[drm/gud] RFC: Convert dev_* logging to drm_*() for multi-instance GUD devices?
 2026-02-22  6:45 UTC 

[PATCH 0/8] Fixes and updates when using AUX backlight using Luminance
 2026-02-23  8:11 UTC  (4+ messages)
` [PATCH 6/8] drm/i915/backlight: Update debug log during backlight setup

[PATCH v2 0/2] meta: remove reference in patches to rejected CVE
 2026-02-23  8:11 UTC  (3+ messages)
` [PATCH v2 1/2] avahi: Remove a reference to the rejected CVE-2021-36217
` [PATCH v2 2/2] lz4: Remove a reference to the rejected CVE-2025-62813

CVE report - kirkstone - 2026-02-23
 2026-02-23  8:09 UTC 

CVE report - master - 2026-02-23
 2026-02-23  8:09 UTC 

CVE report - scarthgap - 2026-02-23
 2026-02-23  8:09 UTC 

CVE report - whinlatter - 2026-02-23
 2026-02-23  8:09 UTC 

[PATCH] x86/efi: defer freeing of boot services memory
 2026-02-23  8:08 UTC  (2+ messages)

[RFC PATCH 0/4] mm/damon: introduce perf event based access check
 2026-02-23  8:08 UTC  (3+ messages)

[meta-webserver][kirkstone][PATCH v2] nginx: patch CVE-2026-1642
 2026-02-23  8:08 UTC  (2+ messages)
` [oe] "

[PATCH v10 0/8] blockdev-replace
 2026-02-23  7:21 UTC  (11+ messages)
` [PATCH v10 4/8] qapi: add blockdev-replace command

[PATCH v7 00/10] vfio: Create dmabuf from multiple VFIO ranges and use it in virtio-gpu
 2026-02-23  8:00 UTC  (11+ messages)
` [PATCH v7 01/10] virtio-gpu: Recreate the resource's dmabuf if new backing is attached
` [PATCH v7 02/10] virtio-gpu: Find hva for Guest's DMA addr associated with a ram device
` [PATCH v7 03/10] virtio-gpu: Rename udmabuf files and helpers to dmabuf
` [PATCH v7 04/10] virtio-gpu-dmabuf: Remove rcu_read_lock/unlock from virtio_gpu_create_udmabuf()
` [PATCH v7 05/10] virtio-gpu-dmabuf: Use g_autofree for the list pointer
` [PATCH v7 06/10] virtio-gpu-dmabuf: Improve error handling with 'Error **' and err enum
` [PATCH v7 07/10] vfio/region: Add a helper to get region index from memory region
` [PATCH v7 08/10] vfio/device: Add support for creating dmabuf from multiple ranges
` [PATCH v7 09/10] vfio/device: Add a helper to mmap a dmabuf
` [PATCH v7 10/10] virtio-gpu-dmabuf: Create dmabuf for blobs associated with VFIO devices

[PATCH] x86/shadow: don't use #if in macro invocations
 2026-02-23  8:05 UTC  (3+ messages)

[PATCH v6.6] btrfs: always fallback to buffered write if the inode requires checksum
 2026-02-23  8:03 UTC 

[PATCH v3 0/4] soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()
 2026-02-23  8:02 UTC  (10+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] soc: qcom: ice: Return proper error codes from devm_of_qcom_ice_get() instead of NULL
` [PATCH v3 3/4] mmc: sdhci-msm: Remove NULL check from devm_of_qcom_ice_get()
` [PATCH v3 4/4] scsi: ufs: ufs-qcom: "

[PATCH v8 0/6] refs: allow setting the reference directory
 2026-02-23  8:01 UTC  (6+ messages)
` [PATCH v8 2/6] refs: extract out `refs_create_refdir_stubs()`
` [PATCH v8 3/6] refs: move out stub modification to generic layer
` [PATCH v8 4/6] refs: receive and use the reference storage payload
` [PATCH v8 5/6] refs: allow reference location in refstorage config
` [PATCH v8 6/6] refs: add GIT_REFERENCE_BACKEND to specify reference backend


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.