All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-17 10:18:03 to 2026-04-17 10:58:04 UTC [more...]

[PATCH 00/34] Add migration support to the MSHV accelerator
 2026-04-17 10:56 UTC  (28+ messages)
` [PATCH 01/34] target/i386/mshv: use arch_load/store_reg fns
` [PATCH 02/34] target/i386/mshv: use generic FPU/xcr0 state
` [PATCH 03/34] target/i386/mshv: impl init/load/store_vcpu_state
` [PATCH 04/34] accel/accel-irq: add AccelRouteChange abstraction
` [PATCH 05/34] accel/accel-irq: add generic begin_route_changes
` [PATCH 06/34] accel/accel-irq: add generic commit_route_changes
` [PATCH 07/34] accel/mshv: add irq_routes to state
` [PATCH 08/34] accel/mshv: update s->irq_routes in add_msi_route
` [PATCH 09/34] accel/mshv: update s->irq_routes in update_msi_route
` [PATCH 10/34] accel/mshv: update s->irq_routes in release_virq
` [PATCH 11/34] accel/mshv: use s->irq_routes in commit_routes
` [PATCH 12/34] accel/mshv: reserve ioapic routes on s->irq_routes
` [PATCH 13/34] accel/mshv: remove redundant msi controller
` [PATCH 14/34] target/i386/mshv: move apic logic into own file
` [PATCH 15/34] target/i386/mshv: remove redundant apic helpers
` [PATCH 16/34] target/i386/mshv: migrate LAPIC state
` [PATCH 17/34] target/i386/mshv: move msr code to arch
` [PATCH 18/34] accel/mshv: store partition proc features
` [PATCH 19/34] target/i386/mshv: expose msvh_get_generic_regs
` [PATCH 20/34] target/i386/mshv: migrate MSRs
` [PATCH 21/34] target/i386/mshv: migrate MTRR MSRs
` [PATCH 22/34] target/i386/mshv: migrate Synic SINT MSRs
` [PATCH 23/34] target/i386/mshv: migrate CET/SS MSRs
` [PATCH 24/34] target/i386/mshv: migrate SIMP and SIEFP state
` [PATCH 25/34] target/i386/mshv: migrate STIMER state
` [PATCH 26/34] accel/mshv: introduce SaveVMHandler
` [PATCH 27/34] accel/mshv: write synthetic MSRs after migration

[PATCH v2 0/3] iavf: LLDP ptype and AVX2 ctx paths
 2026-04-17 10:57 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] net/iavf: support LLDP Tx via mbuf ptype or dynfield
  ` [PATCH v4 0/3] iavf: LLDP ptype and AVX2 ctx paths
    ` [PATCH v4 1/3] net/iavf: support LLDP Tx via mbuf ptype or dynfield
    ` [PATCH v4 2/3] net/iavf: add AVX2 context descriptor Tx paths
    ` [PATCH v4 3/3] doc: announce change to LLDP packet detection in iavf PMD

[PATCH] sh: fix fallout from ZERO_PAGE consolidation
 2026-04-17 10:56 UTC  (2+ messages)

[oe][meta-networking][PATCH] drbd-utils: upgrade 9.30.0 -> 9.34.0
 2026-04-17  7:54 UTC 

[PATCH] dma: add COMPILE_TEST to AMBA_PL08X
 2026-04-17 10:55 UTC  (2+ messages)

[PATCH] tpm: eventlog: remove unused structs tcg_algorithm_{size,info}
 2026-04-17 10:55 UTC 

[Buildroot] [PATCH 1/2] package/ghostscript: Fix brotli build failure on ARMv7
 2026-04-17 10:55 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/ghostscript: security bump to version 10.07.0

[PATCH] x86/mkelf32: Actually pad load segment to 2 MiB boundary
 2026-04-17 10:54 UTC 

[PATCH] ASoC: ES8389: convert to devm_clk_get_optional() to get clock
 2026-04-17 10:53 UTC 

[PATCH v3 0/2] media: verisilicon: Simplification and clean up
 2026-04-17 10:54 UTC  (6+ messages)
` [PATCH v3 1/2] media: verisilicon: Simplify motion vectors and rfc buffers allocation

[PATCH v3 0/4] Rust netlink support + use in Rust Binder
 2026-04-17 10:54 UTC  (3+ messages)
` [PATCH v3 2/4] ynl_gen: generate Rust files from yaml files

[PATCH] mm: prepare anon_vma before swapin rmap
 2026-04-17 10:53 UTC  (2+ messages)

[PATCH v7] mm/slub: defer freelist construction until after bulk allocation from a new slab
 2026-04-17 10:53 UTC  (2+ messages)

[syzbot] [hfs?] WARNING in hfs_bnode_create
 2026-04-17 10:53 UTC 

[PATCH] ALSA: pcmtest: fix reference leak on failed device registration
 2026-04-17 10:52 UTC  (3+ messages)

[PATCH 00/12] t: detect errors outside of test cases
 2026-04-17 10:50 UTC  (14+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/12] t: prepare `test_match_signal ()` calls for `set -e`
  ` [PATCH v4 02/12] t: prepare `test_must_fail ()` "
  ` [PATCH v4 03/12] t: prepare `stop_git_daemon "
  ` [PATCH v4 04/12] t: prepare `git config --unset` calls "
  ` [PATCH v4 05/12] t: prepare conditional test execution "
  ` [PATCH v4 06/12] t: prepare execution of potentially failing commands "
  ` [PATCH v4 07/12] t: prepare `test_when_finished ()`/`test_atexit()` "
  ` [PATCH v4 08/12] t0008: silence error in subshell when using `grep -v`
  ` [PATCH v4 09/12] t1301: don't fail in case setfacl(1) doesn't exist or fails
  ` [PATCH v4 10/12] t6002: fix use of `expr` with `set -e`
  ` [PATCH v4 11/12] t9902: fix use of `read` "
  ` [PATCH v4 12/12] t: detect errors outside of test cases

[BUG] mt7921e: Intermittent connection failure
 2026-04-17 10:51 UTC  (7+ messages)

[PATCH v2 0/3] Add RP1 PWM controller support
 2026-04-17 10:50 UTC  (7+ messages)
` [PATCH v2 2/3] pwm: rp1: Add RP1 PWM controller driver

[PATCH v2] drm/bridge: ite-it6263: Add suspend/resume support
 2026-04-17 10:49 UTC  (3+ messages)

[PATCH 00/14] target/riscv: add support for RISC-V P extension (v0.20 draft)
 2026-04-17 10:46 UTC  (15+ messages)
` [PATCH 01/14] target/riscv: rvp: Add option defines and dependency check for packed simd extension
` [PATCH 02/14] target/riscv: rvp: add arithmetic instructions, including saturating and non-saturating operations
` [PATCH 03/14] target/riscv: rvp: add averaging operations
` [PATCH 04/14] target/riscv: rvp: add absolute value and difference, comparison and mask generation operations
` [PATCH 05/14] target/riscv: rvp: add shift operations
` [PATCH 06/14] target/riscv: rvp: add exchange operations
` [PATCH 07/14] target/riscv: rvp: add horizontal reduction, pack, merge and cout leading operations
` [PATCH 08/14] target/riscv: rvp: add pure multiplication operations
` [PATCH 09/14] target/riscv: rvp: add multiply-accumulate operations
` [PATCH 10/14] target/riscv: rvp: add Q-format multiplication operations
` [PATCH 11/14] target/riscv: rvp: add two-way and four-way multiply and accumulate operations
` [PATCH 12/14] target/riscv: rvp: add load and replicate instructions
` [PATCH 13/14] target/riscv: rvp: add rv32-only register-pair instructions
` [PATCH 14/14] target/riscv: rvp: update to v020, add SHL and PNCLIP[U]P.* instructions

[PATCH v4 00/24] PCI: Convert all dynamic sysfs attributes to static
 2026-04-17 10:48 UTC  (10+ messages)
` [PATCH v4 12/24] alpha/PCI: Use BAR index in sysfs attr->private instead of resource pointer
` [PATCH v4 13/24] alpha/PCI: Use PCI resource accessor macros
` [PATCH v4 20/24] PCI: Add macros for legacy I/O and memory address space sizes

[PATCH v2 0/2] Add support for Zhunyi Z40046 LCD panel
 2026-04-17 10:46 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: display: panel: Add compatibles for Zhunyi Z40046
` [PATCH v2 2/2] drm/panel: jd9365da: Support for Zhunyi Z40046 panels

[PATCH V3 0/2] md/nvme: Enable PCI P2PDMA support for RAID0 and NVMe Multipath
 2026-04-17 10:42 UTC  (3+ messages)
  ` [PATCH V3 3/3] nvme-multipath: enable PCI P2PDMA for multipath devices

[PATCH] ARM: dts: rk3588-rock-5b: fix SD card startup for Radxa ROCK 5B
 2026-04-17 10:46 UTC  (2+ messages)

[PATCH v3] Bluetooth: hci_bcm4377: validate firmware event length in completion ring
 2026-04-17 10:46 UTC 

[syzbot] [ntfs3?] UBSAN: array-index-out-of-bounds in decompress_lznt
 2026-04-17 10:46 UTC 

[PATCH v2 0/7] Remove deep-pkgc subtest
 2026-04-17 10:45 UTC  (6+ messages)
` [PATCH v2 1/7] Revert "tests/intel/kms_pm_dc: Ensure eDP detection before skipping test"

[RFC PATCH] hw/display: don't accidentally autofree existing virgl resources
 2026-04-17 10:44 UTC  (2+ messages)

[PATCH bpf v3 0/2] bpf: Reject TCP_NODELAY in TCP header option callbacks
 2026-04-17 10:45 UTC  (5+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacks

[PATCH] kfifo: do not allocate a fifo smaller than 2 bytes
 2026-04-17 10:45 UTC  (2+ messages)

[PATCH] mmc: sdhci-of-dwcmshc: add reset control support in suspend/resume
 2026-04-17 10:45 UTC  (3+ messages)

[PATCH v3] Documentation: migration-guides: mention possible FIT compat break
 2026-04-17 10:44 UTC  (2+ messages)

[PATCH 00/14] target/riscv: add support for RISC-V P extension (v0.20 draft)
 2026-04-17 10:42 UTC 

[PATCH master 1/4] Documentation: migration-guide: fix TQMA8MPxL section
 2026-04-17 10:43 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net v3] e1000e: Reconfigure PLL clock gate timeout and re-enable K1 on Meteor Lake
 2026-04-17 10:43 UTC 

[syzbot] [udf?] WARNING in udf_fiiter_add_entry
 2026-04-17 10:43 UTC 

[PATCH pciutils v3] ls-ecaps: Decode DPC RP PIO registers
 2026-04-17 10:42 UTC 

[sailus-media-tree:atomisp] BUILD SUCCESS a74e23f842a730e7e68124c71a486a881832222b
 2026-04-17 10:41 UTC 

[PATCH v5 00/23] PCI: Convert all dynamic sysfs attributes to static
 2026-04-17 10:41 UTC  (2+ messages)

[PATCH v2 0/3] net: dhcp: fix buffer overflows
 2026-04-17 10:40 UTC  (2+ messages)

[PATCH 0/4] tftp: fix buffer overflows
 2026-04-17 10:40 UTC  (2+ messages)

[PATCH 00/10] net: prevent buffer overflows in UDP packets
 2026-04-17 10:40 UTC  (5+ messages)
` [PATCH 10/10] net: remove unused net_eth_to_udp{hdr,_payload,len}() helpers

[PATCH 0/2] nfs: protect against corrupt packets and userdata
 2026-04-17 10:40 UTC  (2+ messages)

[PATCH BlueZ 1/4] transport: allow setting Metadata property on broadcast
 2026-04-17 10:40 UTC  (2+ messages)
` BAP broadcast fixes

[PATCH nft] tests: shell: add fwd to/fwd ip to test cases
 2026-04-17 10:38 UTC 

[syzbot] [kvmarm] BUG: scheduling while atomic in __synchronize_srcu
 2026-04-17 10:39 UTC 

[PATCH v8 00/29] *Fair(er) DRM scheduler
 2026-04-17 10:37 UTC  (31+ messages)
` [PATCH v8 01/29] drm/sched: Disallow initializing entities with no schedulers
` [PATCH v8 02/29] drm/sched: Consolidate entity run queue management
` [PATCH v8 03/29] drm/sched: Move run queue related code into a separate file
` [PATCH v8 04/29] drm/sched: Add some scheduling quality unit tests
` [PATCH v8 05/29] drm/sched: Add some more "
` [PATCH v8 06/29] drm/sched: Implement RR via FIFO
` [PATCH v8 07/29] drm/sched: Free all finished jobs at once
` [PATCH v8 08/29] drm/sched: Account entity GPU time
` [PATCH v8 09/29] drm/sched: Remove idle entity from tree
` [PATCH v8 10/29] drm/sched: Add fair scheduling policy
` [PATCH v8 11/29] drm/sched: Favour interactive clients slightly
` [PATCH v8 12/29] drm/sched: Switch default policy to fair
` [PATCH v8 13/29] drm/sched: Remove FIFO and RR and simplify to a single run queue
` [PATCH v8 14/29] drm/sched: Embed run queue singleton into the scheduler
` [PATCH v8 15/29] accel/amdxdna: Remove drm_sched_init_args->num_rqs usage
` [PATCH v8 16/29] accel/rocket: "
` [PATCH v8 17/29] accel/ethosu: "
` [PATCH v8 18/29] drm/amdgpu: "
` [PATCH v8 19/29] drm/etnaviv: "
` [PATCH v8 20/29] drm/imagination: "
` [PATCH v8 21/29] drm/lima: "
` [PATCH v8 22/29] drm/msm: "
` [PATCH v8 23/29] drm/nouveau: "
` [PATCH v8 24/29] drm/panfrost: "
` [PATCH v8 25/29] drm/panthor: "
` [PATCH v8 26/29] drm/sched: "
` [PATCH v8 27/29] drm/v3d: "
` [PATCH v8 28/29] drm/xe: "
` [PATCH v8 29/29] drm/sched: Remove drm_sched_init_args->num_rqs

[syzbot] [fuse?] BUG: scheduling while atomic in __synchronize_srcu
 2026-04-17 10:38 UTC  (2+ messages)
` Forwarded: "

[PATCH v4 0/1] printk: fix zero-valued printk timestamps
 2026-04-17 10:37 UTC  (4+ messages)
` [PATCH v4 1/1] printk: fix zero-valued printk timestamps in early boot

[PATCH] arm64: defconfig: Enable Qualcomm UFS and QMP UFS PHY drivers as built-in
 2026-04-17 10:37 UTC  (5+ messages)

[PATCH 0/2] Add Sony IMX471 camera sensor driver
 2026-04-17 10:37 UTC  (3+ messages)
` [PATCH 1/2] media: ipu-bridge: Add DMI information of Lenovo X9 to the image upside-down list

[syzbot] [jfs?] UBSAN: shift-out-of-bounds in dbJoin (2)
 2026-04-17 10:37 UTC 

[PATCH 0/6] selftests: run_kselftest.sh cleanup and fixes
 2026-04-17 10:36 UTC  (11+ messages)
` [PATCH 5/6] selftests: Preserve subtarget failures in all/install

[PATCH pciutils] ls-ecaps: Decode DPC RP PIO registers
 2026-04-17 10:35 UTC  (5+ messages)

[PATCH] mm: Require LRU reclaim progress before retrying direct reclaim
 2026-04-17 10:35 UTC  (5+ messages)

[syzbot] [jfs?] UBSAN: shift-out-of-bounds in dbAllocAG (3)
 2026-04-17 10:33 UTC 

[PATCH v2] drm/i915/psr: Disable PSR2 on Xiaomi Book Pro 14 2026 as a quirk
 2026-04-17 10:32 UTC  (2+ messages)

[PATCH] serial: mxs-auart: Compare the return value of gpiod_get_direction against GPIO_LINE_DIRECTION_IN
 2026-04-17 10:31 UTC  (3+ messages)

[PATCH i-g-t 0/4] intel_vbt_decode: Sync intel_vbt_defs.h with latest changes
 2026-04-17 10:31 UTC  (5+ messages)
` [PATCH i-g-t 1/4] tools/intel_vbt_decode: sync intel_vbt_defs.h with commit 1b85a9b04681

[PATCH 0/5] media: synopsys: enhancements and i.MX95 support
 2026-04-17 10:30 UTC  (6+ messages)
` [PATCH 4/5] media: dt-bindings: add NXP i.MX95 compatible string

[PATCH RFC 0/4] clk: qcom: Add common clkref support and migrate Glymur
 2026-04-17 10:30 UTC  (9+ messages)
` [PATCH RFC 3/4] clk: qcom: tcsrcc-glymur: Migrate tcsr_pcie_N_clkref_en to clk_ref common helper

[Intel-wired-lan] [PATCH net v3 5/5] iavf: refactor virtchnl polling into single function
 2026-04-17 10:30 UTC  (2+ messages)

[PATCHv6 00/15] Adding comprehensive support for i.MX8MM EVK board
 2026-04-17 10:30 UTC  (5+ messages)
` [PATCHv6 12/15] hw/arm/fsl-imx8mm: Adding support for General Purpose Timers
    ` [EXT] "

[PATCH bpf-next] bpf, arm32: Reject BPF_PSEUDO_CALL in the JIT
 2026-04-17 10:30 UTC 

[PATCH mptcp-net v4 0/2] mptcp: sync the msk->sndbuf at accept() time
 2026-04-17 10:30 UTC  (3+ messages)

[PATCH v9 0/6] Mitigation of "failed to load cpu:cpreg_vmstate_array_len" migration failures
 2026-04-17 10:29 UTC  (7+ messages)
` [PATCH v9 1/6] target/arm/cpu: Introduce the infrastructure for cpreg migration tolerances
` [PATCH v9 4/6] target/arm/cpu64: Define cpreg migration tolerance for KVM_REG_ARM_VENDOR_HYP_BMAP_2

[PATCH v3] Bluetooth: btmtk: validate WMT event SKB length before struct access
 2026-04-17 10:29 UTC 

[syzbot] [gfs2?] WARNING in rgblk_free (2)
 2026-04-17 10:28 UTC 

[PATCH v2] hw/scsi: Add SCSI tape device emulation
 2026-04-17 10:27 UTC  (4+ messages)

[v5 0/3] KVM: irqchip: synchronize srcu only if needed
 2026-04-17 10:26 UTC  (6+ messages)
` [v5 1/3] KVM: setup empty irq routing when create vm

[PATCH 00/14] migration/vfio: Fix a few issues on API misuse or statistic reports
 2026-04-17 10:26 UTC  (9+ messages)
` [PATCH 06/14] migration: Introduce stopcopy_bytes in save_query_pending()
` [PATCH 08/14] migration: Make qemu_savevm_query_pending() available anytime

[PATCH v4 00/13] CMTG enablement
 2026-04-17 10:26 UTC  (5+ messages)
` [PATCH v4 03/13] drm/i915/cmtg: Set timings for CMTG

[syzbot] [jfs?] UBSAN: array-index-out-of-bounds in dbFindLeaf (2)
 2026-04-17 10:27 UTC 

[akpm-mm:mm-new 163/164] mm/bootmem_info.c:58:15: sparse: sparse: incorrect type in assignment (different address spaces)
 2026-04-17 10:24 UTC 

[PATCH 00/11] drm/i915: Eliminate FB usage from low level pinning code
 2026-04-17 10:25 UTC  (5+ messages)
` [PATCH 10/11] drm/xe: Eliminate intel_fb_uses_dpt() call from __xe_pin_fb_vma()
` [PATCH 11/11] drm/i915: Don't pass the framebuffer to low level pinning functions

[PATCH tty v3 0/6] 8250: Add console flow control
 2026-04-17 10:24 UTC  (7+ messages)
` [PATCH tty v3 1/6] serial: core: Add dedicated uart_port field for console flow
` [PATCH tty v3 2/6] serial: Replace driver usage of UPF_CONS_FLOW
` [PATCH tty v3 3/6] serial: sh-sci: Avoid deprecated UPF_CONS_FLOW
` [PATCH tty v3 4/6] serial: 8250: Set cons_flow on port registration
` [PATCH tty v3 5/6] serial: 8250: Check LSR timeout on console flow control
` [PATCH tty v3 6/6] serial: 8250: Add support for "

[PATCH] ovl: skip ovl_file_modified() for dedupe operations
 2026-04-17 10:24 UTC  (2+ messages)

[PATCH v2] pNFS: deadlock in pnfs_send_layoutreturn
 2026-04-17 10:17 UTC  (3+ messages)

[PATCH v3 1/2] staging: rtl8723bs: fix stainfo check in rtw_aes_decrypt
 2026-04-17 10:22 UTC  (4+ messages)
` [PATCH v3 2/2] staging: rtl8723bs: reduce nesting in rtw_security.c

[Buildroot] [PATCH 2025.02.x] package/giflib: patch CVE-2021-40633, CVE-2025-31344, CVE-2026-23868
 2026-04-17 10:22 UTC 

[PATCH v1 0/1] qcom: Rename QCS9100 defconfig to Lemans defconfig
 2026-04-17 10:20 UTC  (4+ messages)
` [PATCH v1 1/1] configs: Rename qcs9100 defconfig to lemans defconfig

[PATCH 1/2] erofs-utils: mount: support mounting EROFS stored as an AWS S3 object
 2026-04-17 10:18 UTC  (2+ messages)
` [PATCH 2/2] erofs-utils: mount: add recovery support for S3 object mounts


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.