All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-16 16:20:55 to 2025-10-16 17:05:01 UTC [more...]

[PATCH 1/1] riscv: consider CONFIG_RISCV_ISA_ZAAMO in SPL too
 2025-10-16 17:04 UTC  (2+ messages)

[PATCH v2 0/7] drm/i915/dp: Fix panel replay in DSC mode
 2025-10-16 17:04 UTC  (13+ messages)
` [PATCH v2 1/7] drm/i915/dsc: Add helper to enable the DSC configuration for a CRTC
` [PATCH v2 2/7] drm/i915/dp: Ensure the FEC state stays disabled for UHBR links
` [PATCH v2 3/7] drm/i915/dp: Export helper to determine if FEC on non-UHBR links is required
` [PATCH v2 4/7] drm/i915/dp_mst: Reuse the DP-SST helper function to compute FEC config
` [PATCH v2 5/7] drm/i915/dp_mst: Track DSC enabled status on the MST link
` [PATCH v2 6/7] drm/i915/dp_mst: Recompute all MST link CRTCs if DSC gets enabled on the link

[PATCH 0/3] Rust PCI housekeeping
 2025-10-16 17:04 UTC  (4+ messages)
` [PATCH 1/3] rust: pci: implement TryInto<IrqRequest<'a>> for IrqVector<'a>

[GIT PULL] ASoC fixes for v6.18-rc1
 2025-10-16 17:04 UTC 

[PATCH] BreakingChanges: say that `git diff X..Y` syntax will be removed in 3.0
 2025-10-16 17:02 UTC  (8+ messages)

[PATCH for-4.21 00/10] x86/HPET: broadcast IRQ and other improvements
 2025-10-16 17:01 UTC  (11+ messages)
` [PATCH for-4.21 02/10] x86/HPET: disable unused channels
` [PATCH for-4.21 03/10] x86/HPET: use single, global, low-priority vector for broadcast IRQ

[GIT PULL] Btrfs fixes for 6.18-rc2
 2025-10-16 16:59 UTC 

[PATCH 0/2] *** Wangxun new NIC support ***
 2025-10-16 16:59 UTC  (3+ messages)
` [PATCH v5 00/21] Wangxun new NIC support

[PATCH v3 00/11] Add support for Cirrus Logic CS530x DAC and CODEC variants
 2025-10-16 16:58 UTC  (12+ messages)
` [PATCH v3 01/11] ASoC: cs530x: Correct log message with expected variable
` [PATCH v3 02/11] ASoC: cs530x: Update the copyright headers
` [PATCH v3 03/11] ASoC: cs530x: Sort #include directives and tidy up whitespaces
` [PATCH v3 04/11] ASoC: cs530x: Remove unused struct members and constants
` [PATCH v3 05/11] ASoC: cs530x: Correct constant naming
` [PATCH v3 06/11] ASoC: cs530x: Add CODEC and DAC support
` [PATCH v3 07/11] ASoC: cs530x: Check the DEVID matches the devtype
` [PATCH v3 08/11] ASoC: cs530x: Correct MCLK reference frequency values
` [PATCH v3 09/11] ASoC: cs530x: Rename i2c related structures
` [PATCH v3 10/11] ASoC: cs530x: Add SPI bus support for cs530x parts
` [PATCH v3 11/11] dt-bindings: sound: cirrus: cs530x: Add additional cs530x family variants

[PATCH net-next] net: Kconfig: discourage drop_monitor enablement
 2025-10-16 16:58 UTC  (2+ messages)

BUG: NULL pointer dereference in update_qos_requests() triggered by writing to /sys/devices/system/cpu/intel_pstate/min_perf_pct (6.18-rc1)
 2025-10-16 16:57 UTC 

[PATCH v7 00/24] WHPX support for Arm
 2025-10-16 16:55 UTC  (25+ messages)
` [PATCH v7 01/24] target/arm/kvm: add constants for new PSCI versions
` [PATCH v7 02/24] accel/system: Introduce hwaccel_enabled() helper
` [PATCH v7 03/24] qtest: hw/arm: virt: skip ACPI test for ITS off
` [PATCH v7 04/24] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v7 05/24] tests: data: update AArch64 ACPI tables
` [PATCH v7 06/24] whpx: Move around files before introducing AArch64 support
` [PATCH v7 07/24] whpx: reshuffle common code
` [PATCH v7 08/24] whpx: ifdef out winhvemulation on non-x86_64
` [PATCH v7 09/24] whpx: common: add WHPX_INTERCEPT_DEBUG_TRAPS define
` [PATCH v7 10/24] hw, target, accel: whpx: change apic_in_platform to kernel_irqchip
` [PATCH v7 11/24] whpx: interrupt controller support
` [PATCH v7 12/24] whpx: add arm64 support
` [PATCH v7 13/24] whpx: copy over memory management logic from hvf
` [PATCH v7 14/24] target/arm: cpu: mark WHPX as supporting PSCI 1.3
` [PATCH v7 15/24] hw/arm: virt: cleanly fail on attempt to use the platform vGIC together with ITS
` [PATCH v7 16/24] docs: arm: update virt machine model description
` [PATCH v7 17/24] whpx: arm64: clamp down IPA size
` [PATCH v7 18/24] hw/arm, accel/hvf, whpx: unify get_physical_address_range between WHPX and HVF
` [PATCH v7 19/24] whpx: arm64: implement -cpu host
` [PATCH v7 20/24] target/arm: whpx: instantiate GIC early
` [PATCH v7 21/24] whpx: arm64: gicv3: add migration blocker
` [PATCH v7 22/24] whpx: enable arm64 builds
` [PATCH v7 23/24] MAINTAINERS: update maintainers for WHPX
` [PATCH v7 24/24] whpx: apic: use non-deprecated APIs to control interrupt controller state

[PATCH v6 0/7] barrier: Add smp_cond_load_*_timeout()
 2025-10-16 16:56 UTC  (8+ messages)
` [PATCH v6 1/7] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v6 2/7] arm64: barrier: support smp_cond_load_relaxed_timeout()
` [PATCH v6 3/7] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait
` [PATCH v6 4/7] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v6 5/7] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v6 6/7] rqspinlock: use smp_cond_load_acquire_timeout()
` [PATCH v6 7/7] cpuidle/poll_state: poll via smp_cond_load_relaxed_timeout()

Build commit for Patchwork?
 2025-10-16 16:57 UTC  (3+ messages)

FAILED: patch "[PATCH] mptcp: pm: in-kernel: usable client side with C-flag" failed to apply to 6.12-stable tree
 2025-10-16 16:56 UTC  (2+ messages)
` [PATCH 6.12.y] mptcp: pm: in-kernel: usable client side with C-flag

[PATCH bpf-next 0/2] bpf: MM related minor changes
 2025-10-16 16:56 UTC  (2+ messages)

[PATCH] PCI: vmd: override irq_startup()/irq_shutdown() in vmd_init_dev_msi_info()
 2025-10-16 16:55 UTC  (2+ messages)

[PATCH 0/5] MediaTek UFS Cleanup and MT8196 Enablement
 2025-10-16 16:54 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: ufs: mediatek,ufs: Add mt8196-ufshci variant

[PATCH v2] doc: add a explanation of Git's data model
 2025-10-16 16:54 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v2 00/22] drm/xe: Add Xe3p support
 2025-10-16 16:54 UTC  (9+ messages)
` [PATCH v2 02/22] drm/xe/xe3p_lpm: Add support for media IP versions 35.00 & 35.03
` [PATCH v2 11/22] drm/xe/nvl: Define NVL-S platform
` [PATCH v2 20/22] drm/xe/xe3p_xpc: Skip compression tuning on platforms without flatccs

[PATCH v5 0/3] Add UltraRISC DP1000 PLIC support
 2025-10-16 16:52 UTC  (7+ messages)
` [PATCH v5 3/3] irqchip/plic: add support for UltraRISC DP1000 PLIC

[GIT PULL] ksmbd server fixes
 2025-10-16 16:52 UTC 

[PATCH v3] PCI: endpoint: pci-epf-test: Fix sleeping function being called from atomic context
 2025-10-16 16:50 UTC  (2+ messages)

[PATCH] net :ethernet : replace cleanup_module with __exit()
 2025-10-16 16:49 UTC  (2+ messages)

[PATCH -perfbook] runlatex.sh: Detect fvextra versions with known minor regression
 2025-10-16 16:49 UTC  (2+ messages)

[PATCH v2 00/11] Add support for Cirrus Logic CS530x DAC and CODEC variants
 2025-10-16 16:48 UTC  (12+ messages)
` [PATCH v2 01/11] ASoC: cs530x: Correct log message with expected variable
` [PATCH v2 02/11] ASoC: cs530x: Update the copyright headers
` [PATCH v2 03/11] ASoC: cs530x: Sort #include directives and tydy up whitespaces
` [PATCH v2 04/11] ASoC: cs530x: Remove unused struct members and constants
` [PATCH v2 05/11] ASoC: cs530x: Correct constant naming
` [PATCH v2 06/11] ASoC: cs530x: Add CODEC and DAC support
` [PATCH v2 07/11] ASoC: cs530x: Check the DEVID matches the devtype
` [PATCH v2 08/11] ASoC: cs530x: Correct MCLK reference frequency values
` [PATCH v2 09/11] ASoC: cs530x: Rename i2c related structures
` [PATCH v2 10/11] ASoC: cs530x: Add SPI bus support for cs530x parts
` [PATCH v2 11/11] dt-bindings: sound: cirrus: cs530x: Add additional cs530x family variants

[PATCH v2 0/7] Introduce SpacemiT K1 PCIe phy and host controller
 2025-10-16 16:47 UTC  (4+ messages)

[Intel-wired-lan] [PATCH net-next v4] ixgbe: Add 10G-BX support
 2025-10-16 16:48 UTC  (2+ messages)
`  "

In defense of Link (was Re: [b4] initial "b4 dig" to supplant Link: trailers)
 2025-10-16 16:47 UTC  (4+ messages)

Reverts needed to get qemu 10.1.1 and 10.0.5 working for me
 2025-10-16 16:46 UTC  (2+ messages)

[PATCH 00/15] arm64: dts: mediatek: Add Openwrt One AP functionality
 2025-10-16 16:47 UTC  (9+ messages)
` [PATCH 02/15] arm64: dts: mediatek: mt7981b-openwrt-one: Configure UART0 pinmux
` [PATCH 10/15] arm64: dts: mediatek: mt7981b: Add Ethernet and WiFi offload support

[PATCH v2] KVM: x86: Unify L1TF flushing under per-CPU variable
 2025-10-16 16:47 UTC  (5+ messages)

[PATCH v1 0/3] PM: runtimePCI/ACPI: TAD: Auto-cleanup macros for runtime PM
 2025-10-16 16:46 UTC  (6+ messages)
` [PATCH v1 1/3] PM: runtime: Introduce PM_RUNTIME_ACQUIRE_OR_FAIL() macro

[Bug 220658] New: [BISECTED] PCI MSI patch causes boot crash on HP Spectre x360 Convertible 14-ea0xxx
 2025-10-16 16:46 UTC 

[PATCH v3] KVM: arm64: Check range args for pKVM mem transitions
 2025-10-16 16:45 UTC 

[PATCH i-g-t 0/1] [wip] Switch to use kernel standard fault injection in i915
 2025-10-16 16:44 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Switch to use kernel standard fault injection in i915 (rev2)

[PATCH for-next] RDMA/cm: Rate limit destroy CM ID timeout error message
 2025-10-16 16:43 UTC  (12+ messages)

[syzbot] [gfs2?] general protection fault in gfs2_log_is_empty
 2025-10-16 16:43 UTC  (3+ messages)
` [PATCH next] gfs2: Add sanity check for sd_jdesc

[PATCH 0/3] btrfs: scrub: enhance freezing and signal handling
 2025-10-16 16:42 UTC  (3+ messages)
` [PATCH 2/3] btrfs: scrub: cancel the run if the process or fs is being frozen

[PATCH] armv8: implement workaround for broken CNTFRQ_EL0 value
 2025-10-16 14:59 UTC  (3+ messages)

[PATCH 3/8] ARM: dts: imx6qdl-skov-cpu fix typo interrupt
 2025-10-16 16:42 UTC 

Forwarded: [PATCH] ntfs3: add debug warnings for run_lock initialization
 2025-10-16 16:42 UTC 

Uboot upgrade from 2016 to 2020
 2025-10-16 14:42 UTC  (6+ messages)
    ` [External]Re: "

[PATCH] CONTRIBUTING.d/ai: Add guidelines banning AI for contributing
 2025-10-16 16:41 UTC  (2+ messages)
` [PATCH v5] "

[PATCH v2] ipack: fix ipack.h kernel-doc warnings
 2025-10-16 16:41 UTC  (2+ messages)

[PATCH 0/2] Add support for configuring pin properties on RZ/T2H-N2H SoCs
 2025-10-16 16:41 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: renesas,r9a09g077: Document pin configuration properties

[PATCH 00/10] Enable Hardware Acceleration for SHA2 Family
 2025-10-16 16:40 UTC  (5+ messages)
` [PATCH 03/10] lib/hwfeatures-gcry: Enable SSE and AVX for x86_64 EFI

[PATCH v2] selftests: arg_parsing: Ensure data is flushed to disk before reading
 2025-10-16 16:40 UTC  (4+ messages)
` [PATCH bpf v6] "

[PATCH v4 0/2] DisplayID DSC passthrough timing support
 2025-10-16 16:39 UTC  (5+ messages)
` [PATCH v4 1/2] drm/edid: parse DRM VESA dsc bpp target
` [PATCH v4 2/2] drm/amd: use fixed dsc bits-per-pixel from edid

[PATCH v1 0/2] bbdev: add trace point per operations
 2025-10-16 16:39 UTC  (2+ messages)

[PATCH v5 0/7] Add SPI offload support to AD4030
 2025-10-16 16:40 UTC  (5+ messages)
` [PATCH v5 5/7] iio: adc: ad4030: Add SPI offload support
` [PATCH v5 6/7] dt-bindings: iio: adc: adi,ad4030: Add ADAQ4216 and ADAQ4224

[PATCH v1 0/2] doc: bbdev clarifications
 2025-10-16 16:39 UTC  (3+ messages)

[PATCH v7 0/8] AMD MCA interrupts rework
 2025-10-16 16:37 UTC  (9+ messages)
` [PATCH v7 1/8] x86/mce: Unify AMD THR handler with MCA Polling
` [PATCH v7 2/8] x86/mce: Unify AMD DFR "
` [PATCH v7 3/8] x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systems
` [PATCH v7 4/8] x86/mce/amd: Support SMCA Corrected Error Interrupt
` [PATCH v7 5/8] x86/mce/amd: Remove redundant reset_block()
` [PATCH v7 6/8] x86/mce/amd: Define threshold restart function for banks
` [PATCH v7 7/8] x86/mce: Handle AMD threshold interrupt storms
` [PATCH v7 8/8] x86/mce: Save and use APEI corrected threshold limit

[PATCH V2] accel/amdxdna: Support getting last hardware error
 2025-10-16 16:37 UTC  (3+ messages)

[meta-selinux][walnascar][PATCH] refpolicy: chronyd - allow chronyd_t kernel_t:system module_request
 2025-10-16 16:37 UTC 

[PATCH v5] gpio: bt8xx: use generic PCI PM
 2025-10-16 16:37 UTC  (4+ messages)
  ` [PATCH v6] gpio: bt8xx: use generic power management

[pci:for-linus] BUILD REGRESSION f0bfeb2c51e44bee7876f2a0eda3518bd2c30a01
 2025-10-16 16:35 UTC  (3+ messages)

[RFC V2 0/3] Add support to shrink multiple empty AGs
 2025-10-16 16:34 UTC  (8+ messages)
` [RFC V2 3/3] xfs: "

[PATCH v6 00/11] Add Enclustra Arria10 and Cyclone5 SoMs
 2025-10-16 16:33 UTC  (5+ messages)
` [PATCH v6 08/11] dt-bindings: altera: add Mercury AA1 variants
` [PATCH v6 10/11] dt-bindings: altera: removal of generic PE1 dts

[RFC PATCH bpf-next v2 2/2] bpf: Pass external callchain entry to get_perf_callchain
 2025-10-16 16:31 UTC  (2+ messages)

[PATCH] fs/resctrl,x86/resctrl: Factor mba rounding to be per-arch
 2025-10-16 16:31 UTC  (11+ messages)

[PATCH v2] sunxi: extend R528/T113-s3/D1(s) DRAM initialisation
 2025-10-16 15:30 UTC  (3+ messages)

[PATCH v2] dt-bindings: interrupt-controller: fsl,irqsteer: Add i.MX95 support
 2025-10-16 16:31 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: clk: si522xx: Clock driver for Skyworks Si522xx I2C PCIe clock generators
 2025-10-16 16:31 UTC  (2+ messages)

[PATCH] taint: add reminder about updating docs and scripts
 2025-10-16 16:30 UTC  (2+ messages)

[PATCH 1/2] usb: xhci: Fix a format bug
 2025-10-16 16:29 UTC  (2+ messages)
` [PATCH 2/2] usb: xhci: Type check xhci_dbg_trace()

[PATCH 0/3] AMD ATL PRM Updates
 2025-10-16 16:29 UTC  (6+ messages)
` [PATCH 1/3] ACPI: PRM: Add acpi_prm_handler_available()

[PATCH v5 0/3] rpmsg: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI
 2025-10-16 16:28 UTC  (3+ messages)

[PATCH v4 0/2] phy: add basic support for NXPs TJA1145 CAN transceiver
 2025-10-16 16:28 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: phy: add "

[PULL 00/10] Various testing and s390x patches
 2025-10-16 16:26 UTC  (11+ messages)
` [PULL 01/10] python/qemu: Replace some remaining "avocados" with "functional tests"
` [PULL 02/10] tests/functional/aarch64: Drop some sbsaref_alpine tests
` [PULL 03/10] gitlab: purge msys pacman cache
` [PULL 04/10] tests/functional: Set current time stamp of assets when using them
` [PULL 05/10] tests: Evict stale files in the functional download cache after a while
` [PULL 06/10] tests/functional/alpha: Remove superfluous fetch() line from the clipper test
` [PULL 07/10] tests/functional: remove use of getLogger in reverse debuging
` [PULL 08/10] tests/functional: ensure GDB client is stopped on error
` [PULL 09/10] target/s390x/mmu_helper: Simplify s390_cpu_virt_mem_rw() logic
` [PULL 10/10] target/s390x/mmu_helper: Do not ignore address_space_rw() errors

[RFC PATCH 00/56] Dynamic mitigations
 2025-10-16 16:27 UTC  (8+ messages)
` [RFC PATCH 40/56] x86/alternative: Use sync_core_nmi_safe()

[PATCH v7 00/19] virtio-net: live-TAP local migration
 2025-10-16 16:25 UTC  (9+ messages)
` [PATCH v7 16/19] qapi: add interface for backend-transfer virtio-net/tap migration

[PULL] drm-xe-fixes
 2025-10-16 16:26 UTC 

[PATCH i-g-t 0/2] Close any open drm device after engine initialization
 2025-10-16 16:16 UTC  (3+ messages)
` [PATCH i-g-t 1/2] tools/gputop/xe_gputop: Close card_fd after engine population in xe_populate_engines()
` [PATCH i-g-t 2/2] tools/gputop/gputop: Enable support for multiple GPUs and instances

[PATCH 0/5] vfio: relax the vIOMMU check
 2025-10-16 16:24 UTC  (12+ messages)
` [PATCH 4/5] intel_iommu: Optimize unmap_bitmap during migration

[meta-selinux][scarthgap][PATCH] refpolicy: unconfined - allow firewalld_t unconfined_t:dbus send_msg
 2025-10-16 16:26 UTC 

[PATCH v1] cpuidle: governors: menu: Predict longer idle time when in doubt
 2025-10-16 16:25 UTC 

[PATCH v2 1/3] xfs: don't set bt_nr_sectors to a negative number
 2025-10-16 16:25 UTC  (2+ messages)
` [PATCH 4/3] xfs: fix locking in xchk_nlinks_collect_dir

[PATCH RFC v2 0/2] mm: add huge pfnmap support for remap_pfn_range()
 2025-10-16 16:23 UTC  (3+ messages)
` [syzbot ci] "

❌ FAIL (MISSED 42 of 137): Test report for master (6.18.0-rc1, upstream-mainline, 1f4a222b)
 2025-10-16 16:23 UTC 

How dangerous is --committer-date-is-author-date these days?
 2025-10-16 16:23 UTC  (6+ messages)
` [PATCH] doc: warn against --committer-date-is-author-date

[moderation/CI] Re: mm: add huge pfnmap support for remap_pfn_range()
 2025-10-16 16:22 UTC  (2+ messages)

[PATCH v2 0/3] cpufreq: intel_pstate: Adjust the energy model for hybrid systems
 2025-10-16 16:22 UTC  (3+ messages)
` [PATCH v2 3/3] cpufreq: intel_pstate: hybrid: Adjust energy model rules
  ` [PATCH v3 "

[PATCH v2 0/9] phy: convert from clk round_rate() to determine_rate()
 2025-10-16 16:21 UTC  (4+ messages)

Replacing Link trailers
 2025-10-16 16:21 UTC  (11+ messages)

[PATCH v13 00/18] media: rockchip: add a driver for the rockchip camera interface
 2025-10-16 16:21 UTC  (4+ messages)
` [PATCH v13 18/18] arm64: dts: rockchip: add radxa camera 8m on rock 3a csi port

[PATCH v2 04/10] net: Convert proto_ops connect() callbacks to use sockaddr_unspec
 2025-10-16 16:21 UTC  (2+ messages)

[PATCH] HID: logitech-hidpp: Add HIDPP_QUIRK_RESET_HI_RES_SCROLL
 2025-10-16 16:20 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.