All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-27 10:20:07 to 2026-04-27 11:04:51 UTC [more...]

[PATCH 0/6] drm/i915: crtc iteration cleanups
 2026-04-27 11:04 UTC  (4+ messages)
` [PATCH 1/6] drm/{i915, xe}: move xe_display_flush_cleanup_work() to i915 display
` [PATCH 2/6] drm/i915/display: switch from drm_for_each_crtc() to for_each_intel_crtc()
` [PATCH 3/6] drm/i915/display: always pass display->drm to for_each_intel_crtc*()

[arnd-playground:config-gpio-legacy-7.1 22/22] sound/soc/pxa/pxa2xx-pcm.c:21:19: error: use of undeclared identifier 'pxa2xx_soc_pcm_new'
 2026-04-27 11:04 UTC 

[PATCH 0/6] sunxi: add NetCube Nagami support and T113 secure boot enablement
 2026-04-27 11:04 UTC  (3+ messages)
` [PATCH 2/6] pinctrl: sunxi: add I2C3 mux for D1/T113-s3 (PG10/PG11)

[PATCH] coresight: cti: Fix DT filter signals silently ignored
 2026-04-27 11:03 UTC  (2+ messages)

[PATCH rdma-next v3 0/5] RDMA: Stability and race condition fixes
 2026-04-27 11:02 UTC  (6+ messages)
` [PATCH rdma-next v3 1/5] RDMA/mlx5: Fix UAF in SRQ destroy due to race with create
` [PATCH rdma-next v3 2/5] RDMA/mlx5: Fix UAF in DCT "
` [PATCH rdma-next v3 3/5] IB/core: Fix IPv6 netlink message size in ib_nl_ip_send_msg()
` [PATCH rdma-next v3 4/5] RDMA/core: Fix rereg_mr use-after-free race
` [PATCH rdma-next v3 5/5] RDMA/mlx5: Fix null-ptr-deref in Raw Packet QP creation

[REGRESSION] rseq: refactoring in v6.19 broke everyone on arm64 and tcmalloc everywhere
 2026-04-27 11:03 UTC  (15+ messages)

[PATCH] vmalloc: fix buffer overflow in vrealloc_node_align()
 2026-04-27 11:02 UTC  (3+ messages)

[PATCH 0/2] arm64: dts: renesas: Add missing #mux-state-cells to usb2phy-reset nodes
 2026-04-27 11:02 UTC  (5+ messages)

[PATCH] meta: simplify conditional operations with bb.utils.filter
 2026-04-27 11:01 UTC  (9+ messages)
` [OE-core] "

[AUH][PATCH v2 0/9] upgrade_helper: scarthgap compatibility, stable updates and changelog extraction
 2026-04-27 11:01 UTC  (11+ messages)
` [AUH][PATCH v2 1/9] upgrade-helper.py: Add compatibility with Yocto scarthgap
` [AUH][PATCH v2 6/9] upgrade-helper.py: Add minor option for minor version upgrades
` [AUH][PATCH v2 7/9] upgrade-helper.py: Add prebuild option
` [AUH][PATCH v2 8/9] upgrade-helper.py: Add resume option to skip already attempted recipes
` [AUH][PATCH v2 9/9] upgrade-helper.py: Limit number of requests to remote servers

[PATCH v2 0/4] ARM: pxa: attach software nodes to the GPIO controllers
 2026-04-27 11:01 UTC  (5+ messages)
` [PATCH v2 3/4] ARM: pxa: pxa25x: attach software node to its target GPIO controller

[PATCH v3] arm64: dts: qcom: talos: Add memory-region for audio PD
 2026-04-27 11:01 UTC  (3+ messages)

[PATCH v5 00/10] Add HDMI 2.0 support to DW HDMI QP TX
 2026-04-27 11:00 UTC  (16+ messages)
` [PATCH v5 02/10] drm/bridge: Add detect_ctx hook and drm_bridge_detect_ctx() helper
` [PATCH v5 05/10] drm/bridge: dw-hdmi-qp: Add HDMI 2.0 SCDC scrambling and high TMDS clock ratio support
` [PATCH v5 06/10] drm/bridge: dw-hdmi-qp: Rate limit i2c read error messages
` [PATCH v5 07/10] drm/rockchip: dw_hdmi_qp: Add missing newlines in dev_err_probe() messages
` [PATCH v5 08/10] drm/rockchip: dw_hdmi_qp: Use local dev variable consistently in bind()

[PATCH i-g-t] tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races
 2026-04-27 10:58 UTC 

[Buildroot] [PATCH] package/tcpdump: bump to version 4.99.6
 2026-04-27 11:00 UTC 

[Buildroot] [PATCH] package/nano: bump to version 9.0
 2026-04-27 11:00 UTC 

[PATCH] arm64: dts: qcom: monaco-evk: Enable primary USB controller in host mode
 2026-04-27 11:00 UTC  (5+ messages)

[Buildroot] [PATCH] package/mstpd: bump to version 0.2.0
 2026-04-27 11:00 UTC 

[Buildroot] [PATCH] package/htop: bump to version 3.5.0
 2026-04-27 11:00 UTC 

[PATCH 0/2] ARM: socfpga: xgmac: switch to upstream device tree
 2026-04-27 10:59 UTC  (3+ messages)

[PATCH 0/4] phy: qcom: Introduce USB support for Hawi
 2026-04-27 10:59 UTC  (4+ messages)
` [PATCH 4/4] phy: qualcomm: qmp-combo: Add support for Hawi SoC

[PATCH v2 0/7] KVM: VMX/SVM: use the same SPEC_CTRL assembly code
 2026-04-27 10:58 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: VMX: remove regs argument of __vmx_vcpu_run
` [PATCH v2 2/7] KVM: VMX: more cleanups to __vmx_vcpu_run
` [PATCH v2 3/7] KVM: SVM: prepare for making SPEC_CTRL switch common with VMX
` [PATCH v2 4/7] KVM: SVM: adopt the same VMX_RUN_* flags as VMX
` [PATCH v2 5/7] KVM: SVM: extract RESTORE_*_SPEC_CTRL_BODY out of svm/vmenter.S
` [PATCH v2 6/7] KVM: VMX: switch to RESTORE_GUEST_SPEC_CTRL_BODY
` [PATCH v2 7/7] KVM: VMX: replace vmx_spec_ctrl_restore_host with RESTORE_HOST_SPEC_CTRL_BODY

[syzbot] [mm?] WARNING: bad unlock balance in do_wp_page
 2026-04-27 10:57 UTC  (10+ messages)

[PATCH] docs: isofs: replace dead ECMA-119 FTP link
 2026-04-27 10:58 UTC  (2+ messages)

Large memory allocations at LSF/MM
 2026-04-27 10:58 UTC  (3+ messages)

[PATCH] mm_types: remove references to s390 gmap
 2026-04-27 10:58 UTC 

[PATCH i-g-t] tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races
 2026-04-27 10:56 UTC 

[PATCH v2] app/testpmd: avoid cmdline use-after-free on SIGINT
 2026-04-27 10:57 UTC 

[PATCH v2] virtio-gpu: fix inverted mouse cursor
 2026-04-27 10:54 UTC 

[PATCH v11 00/15] Exposing case folding behavior
 2026-04-27 10:55 UTC  (6+ messages)
` [PATCH v11 12/15] isofs: Implement fileattr_get for case sensitivity
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH v11 00/15] Exposing case folding behavior

[PULL] Please pull casey/qcom-main-13Apr2026
 2026-04-27 10:55 UTC  (5+ messages)

[PATCH] ARM: dts: socfpga: AXE5-Eagle: fix phy reset
 2026-04-27 10:55 UTC  (3+ messages)

[PATCH] drm/gpuvm: rust: add RUST_DRM_GPUVM option to Kconfig
 2026-04-27 10:54 UTC 

[PATCH wireless-next] wifi: rt2x00: check for of_get_mac_address error
 2026-04-27 10:54 UTC  (4+ messages)

[PATCH v2 0/7] Minor xenguest optimisations
 2026-04-27 10:53 UTC  (8+ messages)
` [PATCH v2 1/7] xenguest: Reduce number of parts in write_split_record
` [PATCH v2 2/7] xenguest: Reduce number of I/O vectors in write_batch
` [PATCH v2 3/7] xenguest: Allows writev_exact to change iov array
` [PATCH v2 4/7] xenguest: Reduce number of I/O vectors in write_batch
` [PATCH v2 5/7] xenguest: Use a single write_exact in write_headers
` [PATCH v2 6/7] tools/libs/guest: allocate various migration arrays just once
` [PATCH v2 7/7] tools/lib/call: cache up to 4 pages in hypercall bounce buffers

[PULL 00/32] aspeed queue
 2026-04-27 10:53 UTC  (9+ messages)
` [PULL 02/32] hw/misc/aspeed_sbc: Connect ASPEED OTP memory device to SBC

[PATCH] misc: fastrpc: fix UAF and kernel panic during cleanup on process abort
 2026-04-27 10:53 UTC 

[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
 2026-04-27 10:52 UTC  (13+ messages)

[PATCH v6 0/3] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
 2026-04-27 10:52 UTC  (6+ messages)
` [PATCH v6 1/3] ARM: omap1: drop unused variable from omap16xx_gpio_init()
` [PATCH v6 2/3] ARM: omap1: use platform_device_register_full() for GPIO devices on OMAP 16xx
` [PATCH v6 3/3] ARM: omap1: enable real software node lookup of GPIOs on Nokia 770

[PATCH net 2/3] netconsole: avoid clobbering userdatum value on truncated write
 2026-04-27 10:51 UTC  (3+ messages)

[RFC PATCH 0/9] bpf/arena: Direct kernel-side access
 2026-04-27 10:51 UTC  (10+ messages)
` [RFC PATCH 1/9] bpf/arena: Plumb struct bpf_arena * through PTE callbacks
` [RFC PATCH 2/9] bpf/arena: Add BPF_F_ARENA_MAP_ALWAYS for direct kernel access
` [RFC PATCH 3/9] bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
` [RFC PATCH 4/9] bpf: Add bpf_struct_ops_for_each_prog()
` [RFC PATCH 5/9] bpf: Add bpf_prog_for_each_used_map()
` [RFC PATCH 6/9] bpf/arena: Add bpf_arena_map_kern_vm_start()
` [RFC PATCH 7/9] sched_ext: Require MAP_ALWAYS arena for cid-form schedulers
` [RFC PATCH 8/9] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
` [RFC PATCH 9/9] sched_ext: Convert ops.set_cmask() to arena-resident cmask

[PATCH v3 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-27 10:51 UTC  (6+ messages)
` [PATCH v3 2/4] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking

[broonie-ci:asoc-7.2 29998/30000] htmldocs: Documentation/sound/codecs/tas675x.rst:659: WARNING: Title underline too short
 2026-04-27 10:49 UTC 

[PATCH v4 0/4] Enable sysfs module symlink for more built-in drivers
 2026-04-27 10:49 UTC  (3+ messages)
` [PATCH v4 2/4] coresight: pass THIS_MODULE implicitly through a macro

[PATCH rdma-next v2 00/15] RDMA: Introduce generic buffer descriptor infrastructure for umem
 2026-04-27 10:48 UTC  (9+ messages)
` [PATCH rdma-next v2 01/15] RDMA/core: "

[PATCH v3 00/32] target/arm: fully model WFxT instructions for A-profile
 2026-04-27 10:47 UTC  (3+ messages)

[PATCH 0/5] ASoC: fsl-asoc-card: Add some improvements
 2026-04-27 10:47 UTC  (4+ messages)
` [PATCH 3/5] ASoC: fsl-asoc-card: add channel and rate constraints for CS42888

[PATCH dpdk] net: fix L2 ptype assignment in VLAN loop
 2026-04-27 10:47 UTC  (4+ messages)
` [PATCH dpdk v4] net: fix VLAN packet type

[PATCH] EDAC/versalnet: Report PFN and page offset for DDR errors
 2026-04-27 10:47 UTC  (4+ messages)

[PATCH 0/3] LoongArch: Move KASLR to EFI stub to avoid initrd overlap
 2026-04-27 10:47 UTC  (4+ messages)
` [PATCH 1/3] LoongArch: Allow rdtime_h() and rdtime_l() in 64-bit builds
` [PATCH 2/3] efi/loongarch: Randomize kernel preferred address for KASLR
` [PATCH 3/3] LoongArch: Skip relocation-time KASLR if it has already been applied

[PATCH] Reintegrate: send "Huh?" warnings to stderr, not stdout
 2026-04-27 10:47 UTC 

[PATCH i-g-t 0/2] tests/kms_colorspace: Add Colorspace connector property test
 2026-04-27 10:55 UTC  (3+ messages)
` [PATCH i-g-t 1/2] lib/igt_kms: Add Colorspace connector property support
` [PATCH i-g-t 2/2] tests/kms_colorspace: Add Colorspace connector property test

[PATCH v3 0/2] i.MX6UL LCDIF device model and SoC wiring
 2026-04-27 10:43 UTC  (2+ messages)

[PATCH 1/6] sock: add sock_kzalloc helper
 2026-04-27 10:41 UTC  (6+ messages)
` [PATCH 2/6] crypto: af_alg - use sock_kzalloc in af_alg_alloc_areq
` [PATCH 3/6] crypto: algif_aead - use sock_kzalloc in aead_accept_parent_nokey
` [PATCH 4/6] crypto: af_alg - use sock_kzalloc in alloc_result + accept_parent_nokey
` [PATCH 5/6] crypto: algif_rng - use sock_kzalloc in rng_accept_parent
` [PATCH 6/6] crypto: algif_skcipher - use sock_kzalloc in accept_parent_nokey

[PATCH v1 0/4] usb: serial: mxuport: extend MXU50U support and runtime controls
 2026-04-27 10:43 UTC  (5+ messages)

[PATCH] app/testpmd: avoid cmdline use-after-free on SIGINT
 2026-04-27 10:43 UTC  (4+ messages)
  ` 回复: "

[PATCH 0/8] refs: move some of the generic logic out of the backends
 2026-04-27 10:42 UTC  (11+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] refs: remove unused typedef 'ref_transaction_commit_fn'
  ` [PATCH v3 2/9] refs: introduce `ref_store_init_options`
  ` [PATCH v3 3/9] refs: extract out reflog config to generic layer
  ` [PATCH v3 4/9] refs: return `ref_transaction_error` from `ref_transaction_update()`
  ` [PATCH v3 5/9] update-ref: move `print_rejected_refs()` up
  ` [PATCH v3 6/9] update-ref: handle rejections while adding updates
  ` [PATCH v3 7/9] refs: move object parsing to the generic layer
  ` [PATCH v3 8/9] refs: add peeled object ID to the `ref_update` struct
  ` [PATCH v3 9/9] refs: use peeled tag values in reference backends

[PATCH dpdk] net/tap: use offsets provided by rte_net_get_ptype
 2026-04-27 10:41 UTC  (2+ messages)
` [PATCH dpdk v2] "

Meaning of struct statx->stx_blksize field
 2026-04-27 10:41 UTC 

[Intel-wired-lan] [PATCH iwl-next] libie: log more info when virtchnl fails
 2026-04-27 10:40 UTC  (2+ messages)

[PATCH v4 0/8] fuse: {io-uring} Allow to reduce the number of queues and request distribution
 2026-04-27 10:39 UTC  (6+ messages)
` [PATCH v4 3/8] fuse: {io-uring} Use bitmaps to track registered queues

[PATCH v8 0/6] Add support for Orange Pi 5 Pro
 2026-04-27 10:37 UTC  (3+ messages)

[PATCH] zd1211rw/mac: Fix out-of-bounds upon RX when unassociated
 2026-04-27 10:36 UTC  (2+ messages)

[GSoC RFC PATCH v2 0/1] graph: add indentation for commits preceded by a parentless commit
 2026-04-27 10:35 UTC  (4+ messages)
` [GSoC PATCH v3 "
  ` [GSoC PATCH v3 1/1] "

[RFC PATCH 0/1] Fix halted scanning of swap-cache folios
 2026-04-27 10:35 UTC  (2+ messages)
` [RFC PATCH 1/1] mm: vmscan: keep anon scanning enabled when swapcache folios are present

[PATCH] md/raid1: fix bio splitting in raid1 thread to avoid recursion and deadlock
 2026-04-27 10:34 UTC 

[PATCH v2 0/2] Document EFTYPE error code and OPENAT2_REGULAR flag
 2026-04-27 10:34 UTC  (4+ messages)
` [PATCH v2 1/2] man/man3/errno.3: Document EFTYPE error code

[PATCH] pinctrl: mediatek: moore: implement gpio_chip::get_direction()
 2026-04-27 10:32 UTC  (7+ messages)
` Aw: "

[PATCH v4 0/3] Enforce host page-size alignment for shared buffers
 2026-04-27 10:33 UTC  (3+ messages)
` [PATCH v4 3/3] coco: guest: arm64: Query host IPA-change alignment via RHI

[PATCH ath-next] wifi: ath12k: initialize RSSI dBm conversion event state
 2026-04-27 10:30 UTC 

[PATCH RFC v3 0/9] AD9910 Direct Digital Synthesizer
 2026-04-27 10:31 UTC  (6+ messages)
` [PATCH RFC v3 9/9] docs: iio: add documentation for ad9910 driver

[PATCH v6 0/3] riscv32 library enhancements and build fixes
 2026-04-27 10:30 UTC  (6+ messages)

[PATCH v2 0/2] Add CPUCP mailbox support for Qualcomm Nord SoC
 2026-04-27 10:30 UTC  (3+ messages)
` [PATCH v2 2/2] mailbox: qcom-cpucp: Add support for Nord CPUCP mailbox controller

Patchwork summary for: spi-devel-general
 2026-04-27 10:30 UTC 

[OE-core][PATCH] mirrors: switch Yocto Project mirrors to HTTPS
 2026-04-27 10:30 UTC 

[PATCH] driver core: reject devices with unregistered buses
 2026-04-27 10:28 UTC 

[PATCH v2 0/2] Add PMAU0102 RPMH regulator support
 2026-04-27 10:30 UTC  (3+ messages)
` [PATCH v2 2/2] regulator: rpmh-regulator: Add RPMH regulator support for Nord

[RFC 0/4] tpm_crb: Add command and response buffer chunking support
 2026-04-27 10:28 UTC  (7+ messages)

[PATCH v4 0/7] iio: adc: hx711: add HX710B support
 2026-04-27 10:26 UTC  (3+ messages)
` [PATCH v4 3/7] iio: adc: hx711: update Kconfig, module description and file header

[PATCH sched_ext/for-7.2] sched_ext: Collect ext_*.c include headers in build_policy.c
 2026-04-27 10:26 UTC 

[PATCH net 3/3] netconsole: propagate device name truncation in dev_name_store()
 2026-04-27 10:26 UTC  (3+ messages)

[PATCH] tty: serial: samsung: add dedicated compatible for exynosauto SoCs
 2026-04-27 10:26 UTC  (5+ messages)

[PATCH 00/10] Fixes and cleanups for the AD5686 IIO driver
 2026-04-27 10:25 UTC  (6+ messages)
` [PATCH 02/10] iio: dac: ad5686: remove redundant register definition

[PATCH v2] platform/x86: barco-p50-gpio: attach software node to its target GPIO device
 2026-04-27 10:24 UTC 

MAINTAINERS: Add self for the DEC LANCE network driver
 2026-04-27 10:23 UTC 

MAINTAINERS: Add self for the 3c509 network driver
 2026-04-27 10:23 UTC 

[PATCH v2 bpf 1/1] xskmap: reject TX-only AF_XDP sockets
 2026-04-27 10:23 UTC  (2+ messages)

[RFC PATCH 1/1] mm/filemap: tighten mmap_miss hit accounting
 2026-04-27 10:22 UTC 

[RFC PATCH 0/1] mm/filemap: tighten mmap_miss hit accounting
 2026-04-27 10:22 UTC 

[PATCH 0/4] ASoC: tas27{64,70}: Fixes for hwmon temperature readout
 2026-04-26 23:23 UTC  (2+ messages)
` (subset) "

ARM: socfpga: enclustra-sa2: issue with I2C1
 2026-04-27 10:20 UTC  (4+ messages)

[PATCH] ASoC: tegra: Remove stale snd-soc-tegra-utils composite module definition
 2026-04-26 23:23 UTC  (2+ messages)

[PATCH 0/5] ASoC: samsung: Use guard() for spin locks
 2026-04-26 23:28 UTC  (2+ messages)

[PATCH] ASoC: rt722-sdca: add FU06 Playback Switch for speaker mute control
 2026-04-26 23:23 UTC  (2+ messages)

[PATCH 0/4] spi: cadence: runtime PM fixes
 2026-04-26 23:25 UTC  (2+ messages)

[PATCH 0/6] spi: cadence-quadspi: runtime PM fixes
 2026-04-26 23:26 UTC  (2+ messages)

[PATCH] ASoC: codecs: wcd937x: fix AUX PA sequencing and mixer controls
 2026-04-26 23:24 UTC  (2+ messages)

[PATCH] ASoC: ES8389: convert to devm_clk_get_optional() to get clock
 2026-04-26 23:30 UTC  (2+ messages)

[PATCH 0/2] spi: atcspi200: two cleanup
 2026-04-26 23:33 UTC  (2+ messages)

[PATCH v3 0/2] ASoC: SOF: topology: allow user to add topologies
 2026-04-26 23:29 UTC  (2+ messages)

[PATCH v3 0/2] ASoC: tegra210: simplify ADX/AMX byte map get/put logic
 2026-04-26 23:34 UTC  (2+ messages)

[PATCH v3 0/2] binman: add PKCS#11/HSM signing support for X509 certificates
 2026-04-27 10:20 UTC  (3+ messages)
` [PATCH v3 2/2] binman: x509_cert: add PKCS#11/HSM signing support

[PATCH v6 0/4] ASoC: Add TAS67524 quad-channel Class-D amplifier driver
 2026-04-26 23:36 UTC  (2+ messages)

[PATCH v2 1/2] ASoC: dt-bindings: fsl-sai: Document RX/TX BCLK swap support
 2026-04-26 23:31 UTC  (2+ messages)

[meta-oe][kirkstone][PATCH] rocksdb: remove rocksdb_static from default PACKAGECONFIG
 2026-04-27 10:20 UTC  (6+ messages)
` [oe] "

[PATCH v3 0/9] fstests: add test coverage for cloned filesystem ids
 2026-04-27 10:19 UTC  (5+ messages)
` [PATCH v3 6/9] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v3 7/9] fstests: verify IMA isolation on cloned filesystems
` [PATCH v3 8/9] fstests: verify exportfs file handles "
` [PATCH v3 9/9] fstests: btrfs: test UUID consistency for clones with metadata_uuid


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.