All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-07 13:55:00 to 2025-08-07 15:00:04 UTC [more...]

radeon_fbdev_river_fbdev: failed to initialize framebuffer and setup emulation
 2025-08-07 14:20 UTC  (3+ messages)

[PATCH v2 0/3] KVM: riscv: selftests: Enable supported test cases
 2025-08-07 14:59 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: riscv: selftests: Add common "
` [PATCH v2 2/3] KVM: riscv: selftests: Use the existing RISCV_FENCE macro in `rseq-riscv.h`
` [PATCH v2 3/3] KVM: riscv: selftests: Add missing headers for new testcases

[PATCH] ui/sdl2: Add SDL clipboard support with screen lock handling
 2025-08-07 14:58 UTC  (2+ messages)

[PATCH v5 0/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
 2025-08-07 14:59 UTC  (5+ messages)
` [PATCH v5 1/3] PCI/AER: Fix missing uevent on recovery when a reset is requested
` [PATCH v5 2/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
` [PATCH v5 3/3] powerpc/eeh: Use result of error_detected() in uevent

Xen 4.21 Development Update [June-July]
 2025-08-07 14:58 UTC  (4+ messages)

[PATCH] fix random failures in shell/integrity.sh
 2025-08-07 14:58 UTC  (7+ messages)

[PATCH 0/8] Add TLB invalidation abstraction
 2025-08-07 14:58 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for Add TLB invalidation abstraction (rev3)
  `  "

[PATCH v2 1/3] irqchip/gic-v5: Delete a stray tab
 2025-08-07 14:55 UTC  (2+ messages)

[PATCH v10] Add CRIU support for amdgpu dmabuf
 2025-08-07 14:56 UTC  (6+ messages)
` [PATCH v10 1/3] drm/amdgpu: Add ioctl to get bo info
` [PATCH v10 2/3] drm/amdgpu: Add mapping info option for GEM_OP ioctl
` [PATCH v10 3/3] drm/amdgpu: Allow kfd CRIU with no buffer objects

[PATCH] cmd: mtd: Prevent use of uninitialised variable
 2025-08-07 14:56 UTC  (5+ messages)

[PATCH 0/2] platform/x86: ideapad-laptop: Fully support auto kbd backlight
 2025-08-07 14:50 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH] selftests/futex: Skip futex_waitv tests if ENOSYS
 2025-08-07 14:55 UTC 

[anolis-intel-cloud:devel-5.10 61/61] kismet: WARNING: unmet direct dependencies detected for RESCTRL_FS when selected by X86_CPU_RESCTRL
 2025-08-07 14:54 UTC 

(.head.text+0x900): relocation truncated to fit: R_OR1K_INSN_REL_26 against `no symbol'
 2025-08-07 14:54 UTC 

[PATCH RFC 1/2] riscv: remove irqflags.h inclusion in asm/bitops.h
 2025-08-07 14:54 UTC  (9+ messages)
` [PATCH RFC 2/2] riscv: introduce percpu.h into include/asm
      ` [External] "

[PATCH RESEND] docs: arm: stm32: fix typo "busses" -> "buses"
 2025-08-07 14:51 UTC 

[PATCH] clk: Return value calculated by ERR_PTR
 2025-08-07 14:53 UTC  (3+ messages)

[PATCH] xfs/131: test iomap zero range via fsx and error tag
 2025-08-07 14:56 UTC 

[PATCH net-next v2 00/18] Support the Cadence MACB/GEM instances on Mobileye EyeQ5 SoCs
 2025-08-07 14:48 UTC  (5+ messages)
` [PATCH net-next v2 11/18] net: macb: single dma_alloc_coherent() for DMA descriptors

[PATCH] docs: arm: stm32: fix typo "busses" -> "buses"
 2025-08-07 14:48 UTC 

[PATCH] drm/i915/intel_crtc: Warn and clamp if num_scalers exceeds SKL_NUM_SCALERS
 2025-08-07 14:50 UTC  (5+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

[PATCH v1 1/2] doc: add test case docstring example to dts rst
 2025-08-07 14:50 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] dts: add steps and verify sections to docstrings

[PATCH] KVM: remove redundant __GFP_NOWARN
 2025-08-07 14:49 UTC 

[PATCH net] pptp: fix pptp_xmit() error path
 2025-08-07 14:50 UTC  (2+ messages)

[GIT PULL v2] Networking for v6.17-rc1
 2025-08-07 14:49 UTC 

[PATCH v3 00/26] Implementing a MSHV (Microsoft Hypervisor) accelerator
 2025-08-07 14:39 UTC  (27+ messages)
` [PATCH v3 01/26] accel: Add Meson and config support for MSHV accelerator
` [PATCH v3 02/26] target/i386/emulate: Allow instruction decoding from stream
` [PATCH v3 03/26] target/i386/mshv: Add x86 decoder/emu implementation
` [PATCH v3 04/26] hw/intc: Generalize APIC helper names from kvm_* to accel_*
` [PATCH v3 05/26] include/hw/hyperv: Add MSHV ABI header definitions
` [PATCH v3 06/26] linux-headers/linux: Add mshv.h headers
` [PATCH v3 07/26] accel/mshv: Add accelerator skeleton
` [PATCH v3 08/26] accel/mshv: Register memory region listeners
` [PATCH v3 09/26] accel/mshv: Initialize VM partition
` [PATCH v3 10/26] accel/mshv: Add vCPU creation and execution loop
` [PATCH v3 11/26] accel/mshv: Add vCPU signal handling
` [PATCH v3 12/26] target/i386/mshv: Add CPU create and remove logic
` [PATCH v3 13/26] target/i386/mshv: Implement mshv_store_regs()
` [PATCH v3 14/26] target/i386/mshv: Implement mshv_get_standard_regs()
` [PATCH v3 15/26] target/i386/mshv: Implement mshv_get_special_regs()
` [PATCH v3 16/26] target/i386/mshv: Implement mshv_arch_put_registers()
` [PATCH v3 17/26] target/i386/mshv: Set local interrupt controller state
` [PATCH v3 18/26] target/i386/mshv: Register CPUID entries with MSHV
` [PATCH v3 19/26] target/i386/mshv: Register MSRs "
` [PATCH v3 20/26] target/i386/mshv: Integrate x86 instruction decoder/emulator
` [PATCH v3 21/26] target/i386/mshv: Write MSRs to the hypervisor
` [PATCH v3 22/26] target/i386/mshv: Implement mshv_vcpu_run()
` [PATCH v3 23/26] accel/mshv: Handle overlapping mem mappings
` [PATCH v3 24/26] docs: Add mshv to documentation
` [PATCH v3 25/26] MAINTAINERS: Add maintainers for mshv accelerator
` [PATCH v3 26/26] qapi/accel: Allow to query mshv capabilities

[PATCH trivial] tests/qemu-iotests/tests/mirror-sparse: actually require O_DIRECT
 2025-08-06 16:56 UTC  (2+ messages)

[PATCH v2] ARM: dts: imx6-karo: Replace license text comment with SPDX identifier
 2025-08-07 14:46 UTC  (2+ messages)

[GIT PULL] Networking for v6.17-rc1
 2025-08-07 14:46 UTC  (2+ messages)

[PATCH v3 00/20] xen/riscv: introduce p2m functionality
 2025-08-07 14:45 UTC  (8+ messages)
` [PATCH v3 03/20] xen/riscv: introduce VMID allocation and manegement

[syzbot] [kernfs?] possible deadlock in kernfs_remove
 2025-08-07 14:45 UTC  (3+ messages)

[PATCH -next] um: Use ARRAY_SIZE for array length
 2025-08-07 14:44 UTC  (2+ messages)

[tip:tip/urgent 1/4] ERROR: modpost: __ex_table+0x1584 references non-executable section '.rodata.macb_mii_probe.str1.4'
 2025-08-07 14:44 UTC 

[PATCH v4 0/7] iomap: zero range folio batch support
 2025-08-07 14:47 UTC  (8+ messages)
` [PATCH v4 1/7] filemap: add helper to look up dirty folios in a range
` [PATCH v4 2/7] iomap: remove pos+len BUG_ON() to after folio lookup
` [PATCH v4 3/7] iomap: optional zero range dirty folio processing
` [PATCH v4 4/7] xfs: always trim mapping to requested range for zero range
` [PATCH v4 5/7] xfs: fill dirty folios on zero range of unwritten mappings
` [PATCH v4 6/7] iomap: remove old partial eof zeroing optimization
` [PATCH v4 7/7] xfs: error tag to force zeroing on debug kernels

[PATCH] net/ixgbe: fix SCTP port support on E610
 2025-08-07 14:43 UTC  (2+ messages)

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-08-07 14:43 UTC  (4+ messages)
` [PATCH 09/17] riscv: "

[PATCH V2 0/4] Fix mid_q_entry memory leaks in SMB client
 2025-08-07 14:43 UTC  (4+ messages)

[PATCH 2/2] PCI: brcmstb: Add panic/die handler to driver
 2025-08-07 14:40 UTC  (4+ messages)

[PATCH] power: pmic: pca9450: Add support for system reset
 2025-08-07 14:11 UTC  (2+ messages)

[RFC dwarves 0/6] prep for compiler-generated BTF
 2025-08-07 14:42 UTC  (7+ messages)
` [RFC dwarves 1/6] btf_loader: Make BTF representation match DWARF
` [RFC dwarves 2/6] pfunct: Fix up function display with updated prototype representation
` [RFC dwarves 3/6] pahole: Add btf_encode to conf_load
` [RFC dwarves 4/6] btf_loader: read ELF for BTF encoding
` [RFC dwarves 5/6] btf_encoder: Do not error out if BTF is not found in some input files
` [RFC dwarves 6/6] tests: Add test of pahole using BTF as input to BTF generation

[PATCH v3] drm/xe/hwmon: Add SW clamp for power limits writes
 2025-08-07 14:42 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe/hwmon: Add SW clamp for power limits writes (rev3)

[PATCH v2] pinctrl: rzg2l: Variable may not have been assigned to
 2025-08-07 14:41 UTC 

[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
 2025-08-07 14:40 UTC  (4+ messages)
` [PATCH v1 10/16] xen: swiotlb: Open code map_resource callback

[PATCH v3 1/1] iommu/sva: Invalidate KVA range on kernel TLB flush
 2025-08-07 14:40 UTC  (7+ messages)

[PATCH v2 0/2] drm: remove redundant __GFP_NOWARN
 2025-08-07 14:39 UTC  (3+ messages)
` [PATCH v2 1/2] drm/locking: "
` [PATCH v2 2/2] drm/i915: "

[bluez/bluez]
 2025-08-07 14:38 UTC  (2+ messages)

[PATCH v3 1/3] arm-smmu: move MSI_IOVA macro definitions
 2025-08-07 14:32 UTC  (2+ messages)

[GIT PULL] bcachefs changes for 6.17
 2025-08-07 14:27 UTC  (3+ messages)

[PATCH] drm/msm/dpu: avoid uninitialized variable use
 2025-08-07 14:34 UTC  (3+ messages)

[rcu:dev.30.07.2025a] [tracing] 7f4591b8cb: BUG:using_smp_processor_id()in_preemptible
 2025-08-07 14:34 UTC  (2+ messages)

[PATCH v2 0/5] rv: LTL per-cpu monitor type and real-time scheduling monitor
 2025-08-07 14:34 UTC  (3+ messages)
` [PATCH v2 5/5] rv: Add rts monitor

[robh:dt-convert 73/801] arch/arm64/boot/dts/nvidia/tegra210-p2371-0000.dtb: clock@70110000 (nvidia,tegra210-dfll): reset-names: ['dvco', 'dfll'] is too long
 2025-08-07 14:32 UTC 

[robh:dt-convert 293/801] Documentation/devicetree/bindings/memory-controllers/atmel,ebi.yaml: atmel,smc-page-mode: missing type definition
 2025-08-07 14:32 UTC 

[PATCH] maintainers: update for DTS
 2025-08-07 14:30 UTC 

[PATCH] net/ice: fix assumption about tag placement order
 2025-08-07 14:31 UTC  (3+ messages)
` [PATCH v2] net/intel: "

[PATCH 0/2] power: Address two Smatch reported issues
 2025-08-07 14:28 UTC  (3+ messages)
` [PATCH 1/2] power: axp: Remove redundant code
` [PATCH 2/2] power: power_i2c: ret is uninitialised if not DM_I2C

[PATCH v4 0/8] x86: introduce NS16550-compatible UART emulator
 2025-08-07 14:28 UTC  (5+ messages)
` [PATCH v4 1/8] xen/domain: introduce common emulation flags

[PATCH next] smb: client: Fix use after free in send_done()
 2025-08-07 14:27 UTC  (8+ messages)
        ` Using smatch and sparse together (Re: [PATCH next] smb: client: Fix use after free in send_done())

[PATCH v2 00/11] man2: add man pages for 'new' mount API
 2025-08-07 14:26 UTC  (6+ messages)
` [PATCH v2 03/11] fsopen.2: document 'new' mount api

[PATCH 0/7] Remove expired keys, 2024 edition
 2025-08-07 14:26 UTC  (3+ messages)
` [PATCH 6/7] Remove expired signing subkey of Joel Granados

[patch 0/6] perf: Convert mmap() related reference counts to refcount_t
 2025-08-07 14:25 UTC  (5+ messages)
` [patch 2/6] perf/core: Split out mlock limit handling
` [patch 3/6] perf/core: Split out VM accounting

Missing pipe /var/lib/nfs/rpc_pipefs/nfsd/cld on OpenWrt
 2025-08-07 14:25 UTC  (2+ messages)

CVE-2024-57884: mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim()
 2025-08-07 14:24 UTC  (3+ messages)
` CVE-2024-57884 patch review feedback (https://lore.kernel.org/linux-cve-announce/2025011510-CVE-2024-57884-4cf8@gregkh/#R)

BPF selftest: mptcp subtest failing
 2025-08-07 14:21 UTC  (2+ messages)

[robh:dt-convert 143/801] arch/powerpc/boot/dts/mpc5121ads.dtb: dma@14000 (fsl,mpc5121-dma): compatible: ['fsl,mpc5121-dma'] is too short
 2025-08-07 14:20 UTC 

[RFC 0/6] virtio-net: initial iterative live migration support
 2025-08-07 14:20 UTC  (9+ messages)
` [RFC 1/6] migration: Add virtio-iterative capability
` [RFC 5/6] virtio, virtio-net: skip consistency check in virtio_load for iterative migration
  ` [RFC 5/6] virtio,virtio-net: "

[RESEND PATCH 0/2] Add pinctrl_pm_select_init_state helper function
 2025-08-07 14:15 UTC  (3+ messages)

[PATCH v2 0/2] drm/i915/selftests: Miscellaneous improvements in gem mman migration tests
 2025-08-07 14:20 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/selftests: Miscellaneous improvements in gem mman migration tests (rev3)

Is amdgpu open to converting logging to drm_* functions
 2025-08-07 14:20 UTC  (3+ messages)

[PATCH] drm/bridge: Remove unnecessary memset
 2025-08-07 14:18 UTC  (2+ messages)

md regression caused by commit 9e59d609763f70a992a8f3808dabcce60f14eb5c
 2025-08-07 14:17 UTC  (4+ messages)

[PATCH] git-compat-util: introduce `count_t` typedef
 2025-08-07 14:17 UTC  (2+ messages)

[PATCH 00/10] media: qcom: camss: add support for csiphy devices
 2025-08-07 14:17 UTC  (4+ messages)
` [PATCH 09/10] [RFT] arm64: dts: qcom: sm8250: extend CAMSS with new CSIPHY subdevices

[PATCH] drm/sched: Extend and update documentation
 2025-08-07 14:15 UTC  (5+ messages)

[bluez/bluez] 446f33: build: Move library source to lib/bluetooth
 2025-08-07 14:14 UTC 

[PATCH] net/ice: fix Rx vector offload flags
 2025-08-07 14:13 UTC  (3+ messages)

[PATCH] PCI: Remove redudant calls to pci_create_sysfs_dev_files() and pci_proc_attach_device()
 2025-08-07 14:14 UTC  (4+ messages)
      ` [External] "

[PATCH v3] mailbox: pcc: Add missed acpi_put_table() to fix memory leak
 2025-08-07 14:13 UTC  (6+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[RFC 00/26] rust/memory: Integrate the vm-memory API from rust-vmm
 2025-08-07 14:13 UTC  (6+ messages)
` [RFC 10/26] subprojects/vm-memory: Patch vm-memory for QEMU memory backend
` [RFC 16/26] memory: Make flatview_do_translate() return a pointer to MemoryRegionSection

[PATCH] drm: Remove redundant __GFP_NOWARN
 2025-08-07 14:13 UTC  (2+ messages)

[ceph-client:tls-tracing-only 1/14] ERROR: modpost: __ex_table+0x1788 references non-executable section '.rodata.__do_fault.str1.4'
 2025-08-07 14:10 UTC 

[PATCH v3 0/4] ARM: dts: aspeed: Add Balcones system
 2025-08-07 14:10 UTC  (5+ messages)
` [PATCH v3 3/4] dt-bindings: trivial-devices: Document max31785 sensors

[PATCH 00/12] Optimize vrr.guardband and fix LRR
 2025-08-07 14:10 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Optimize vrr.guardband and fix LRR (rev4)

[PATCH] VT-d: check bus_to_context_maddr()'s return value
 2025-08-07 14:10 UTC 

[PATCH 00/19] drm/i915/tc: Fix enabled/disconnected DP-alt sink handling
 2025-08-07 14:10 UTC  (8+ messages)
` [PATCH 01/19] drm/i915/lnl+/tc: Fix handling of an enabled/disconnected dp-alt sink

[PATCH v2] e1000e: Prevent crash from legacy interrupt firing after MSI-X enable
 2025-08-07 14:09 UTC  (2+ messages)

[PATCH BlueZ 0/3] Prepare for meson build system
 2025-08-07 14:09 UTC  (5+ messages)
` [PATCH BlueZ 1/3] build: Move library source to lib/bluetooth
` [PATCH BlueZ 2/3] client: Fix missing strdup/memset declarations
` [PATCH BlueZ 3/3] mesh: Fix 'buf’ may be used uninitialized warning

[PATCH v6] drm/i915/display: Optimize panel power-on wait time
 2025-08-07 14:09 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/display: Optimize panel power-on wait time (rev7)

[refpolicy][PATCH] udev: allow udevadmin to extend socket recv buffer
 2025-08-07 14:08 UTC  (2+ messages)

[PATCH v1] dts: make one link the default topology
 2025-08-07 14:07 UTC  (3+ messages)
` [PATCH v2 1/2] dts: rewrite two link topology requirements
  ` [PATCH v2 2/2] dts: make one link the default topology

[PATCH V7 01/11] sched: Scheduler time slice extension
 2025-08-07 14:07 UTC  (2+ messages)

[PATCH RFC v2 0/2] KVM: arm64: PMU: Use multiple host PMUs
 2025-08-07 14:06 UTC  (6+ messages)
` [PATCH RFC v2 1/2] KVM: arm64: PMU: Introduce KVM_ARM_VCPU_PMU_V3_COMPOSITION

[pci:misc] BUILD SUCCESS 523c2c3706c52fc1e3e6bf7d0993527585250ce3
 2025-08-07 14:06 UTC 

[PATCH] selinux: Remove redundant __GFP_NOWARN
 2025-08-07 14:05 UTC 

[Buildroot] [git commit] package/libgpiod2: bump version to 2.2.2
 2025-08-07 14:02 UTC 

[PATCH v2] audit: record fanotify event regardless of presence of rules
 2025-08-07 14:04 UTC  (3+ messages)

[PATCH net v2] net: mdiobus: release reset_gpio in mdiobus_unregister_device()
 2025-08-07 13:54 UTC 

[Buildroot] [PATCH] package/libgpiod2: bump version to 2.2.2
 2025-08-07 14:02 UTC  (3+ messages)

[Buildroot] [git commit] utils/generate-cyclonedx: sort dependencies
 2025-08-07 14:02 UTC 

[RESEND] net: phy: fix NULL pointer dereference in phy_polling_mode()
 2025-08-07 14:02 UTC  (11+ messages)

[REGRESSION] tty lockup and WWAN loss after hibernate/suspend in 6.8+ on ThinkPad X1 Carbon Gen 10
 2025-08-06  8:40 UTC  (8+ messages)

[syzbot] [kernfs?] possible deadlock in kernfs_remove
 2025-08-07 14:02 UTC  (2+ messages)

[PATCH 0/9] kunit: Refactor and extend KUnit's
 2025-08-07 11:11 UTC  (4+ messages)
` [PATCH 4/9] kcsan: test: Update parameter generator to new signature

[Buildroot] [PATCH v3 1/5] utils/generate-cyclonedx: update package filtering
 2025-08-07 14:00 UTC  (4+ messages)
` [Buildroot] [PATCH 2/5] utils/generate-cyclonedx: sort dependencies

[sean-jc:x86/mediated_pmu 24/62] ERROR: modpost: __ex_table+0x1e18 references non-executable section '.data.rel.__compound_literal.118'
 2025-08-07 14:00 UTC 

[robh:dt-convert 283/801] Warning: Duplicate compatible "st" found in schemas matching "$id":
 2025-08-07 14:00 UTC 

[esmil:vsrv 4/7] drivers/net/ethernet/vlsi/vlsi-mac.c:202:9: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2025-08-07 14:00 UTC 

[PATCH 1/3] tpm: tpm_tis_st33zp24: Remove unused drivers
 2025-08-07 13:58 UTC  (6+ messages)
` [PATCH 2/3] tpm: cr50_i2c: Make use of 'z' for printing size_t
` [PATCH 3/3] tpm: tpm_tis_infineon: "

[nf-next RFC] netfilter: nf_tables: Introduce NFTA_DEVICE_WILDCARD
 2025-08-07 13:58 UTC  (7+ messages)

[PATCH v3] counter: ti-ecap-capture: Use devm_pm_runtime_enable()
 2025-08-07 13:56 UTC  (2+ messages)

[PATCH] loop: Remove redundant __GFP_NOWARN
 2025-08-07 13:55 UTC 

[dtor-input:for-linus] BUILD SUCCESS ab93e0dd72c37d378dd936f031ffb83ff2bd87ce
 2025-08-07 13:55 UTC 

[master/scarthgap][PATCH v2 0/5] Add recipe to package MessageQ Application and Firmware
 2025-08-07 13:54 UTC  (3+ messages)
` [master/scarthgap][PATCH v2 1/5] ti-ipc-examples-linux: Add a recipe to build messageq app_host


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.