All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-22 02:30:19 to 2025-11-22 03:58:44 UTC [more...]

[Stable-10.0.7 00/81] Patch Round-up for stable 10.0.7, freeze on 2025-12-01
 2025-11-21 18:44 UTC  (42+ messages)
` [Stable-10.0.7 03/81] hw/ppc/e500: Check for compatible CPU type instead of aborting ungracefully
` [Stable-10.0.7 04/81] target/arm: Fix reads of CNTFRQ_EL0 in linux-user mode
` [Stable-10.0.7 06/81] aplic: fix mask for smsiaddrcfgh
` [Stable-10.0.7 07/81] target/riscv/kvm: add senvcfg CSR
` [Stable-10.0.7 08/81] target/riscv/kvm: read/write KVM regs via env size
` [Stable-10.0.7 09/81] target/riscv/kvm: add scounteren CSR
` [Stable-10.0.7 13/81] io: move websock resource release to close method
` [Stable-10.0.7 15/81] crypto: stop requiring "key encipherment" usage in x509 certs
` [Stable-10.0.7 16/81] hw/scsi: avoid deadlock upon TMF request cancelling with VirtIO
` [Stable-10.0.7 17/81] target/hppa: Set FPCR exception flag bits for non-trapped exceptions
` [Stable-10.0.7 18/81] nw/nvram/ds1225y: Fix nvram MemoryRegion owner
` [Stable-10.0.7 19/81] hw/hppa: Fix interrupt of LASI parallel port
` [Stable-10.0.7 21/81] qtest/am53c974-test: add additional test for cmdfifo overflow
` [Stable-10.0.7 24/81] target/i386: clear CPU_INTERRUPT_SIPI for all accelerators
` [Stable-10.0.7 25/81] hw/i386/pc: Avoid overlap between CXL window and PCI 64bit BARs in QEMU 10.0.x
` [Stable-10.0.7 29/81] block/curl.c: Fix CURLOPT_VERBOSE parameter type
` [Stable-10.0.7 32/81] target/microblaze: div: Break out raise_divzero()
` [Stable-10.0.7 34/81] target/s390x: Fix missing interrupts for small CKC values
` [Stable-10.0.7 36/81] target/s390x: Use address generation for register branch targets
` [Stable-10.0.7 37/81] tests/tcg/s390x: Test SET CLOCK COMPARATOR
` [Stable-10.0.7 38/81] hostmem/shm: Allow shm memory backend serve as shared memory for coco-VMs
` [Stable-10.0.7 39/81] target/x86: Correctly handle invalid 0x0f 0xc7 0xxx insns
` [Stable-10.0.7 40/81] vhost-user: fix shared object lookup handler logic
` [Stable-10.0.7 41/81] tests/qtest/bios-tables-test: Prepare for _DSM change in the DSDT table
` [Stable-10.0.7 43/81] tests/qtest/bios-tables-test: Update DSDT blobs after GPEX _DSM change
` [Stable-10.0.7 45/81] qemu-img rebase: don't exceed IO_BUF_SIZE in one operation
` [Stable-10.0.7 46/81] tests/qemu-iotest: fix iotest 024 with qed images
` [Stable-10.0.7 49/81] qio: Remember context of qio_net_listener_set_client_func_full
` [Stable-10.0.7 50/81] qio: Protect NetListener callback with mutex
` [Stable-10.0.7 51/81] hw/net/e1000e_core: Don't advance desc_offset for NULL buffer RX descriptors
` [Stable-10.0.7 54/81] net: pad packets to minimum length in qemu_receive_packet()
` [Stable-10.0.7 55/81] hw/display/xlnx_dp.c: Don't abort on AUX FIFO overrun/underrun
` [Stable-10.0.7 56/81] hw/display/xlnx_dp: Don't abort for unsupported graphics formats
` [Stable-10.0.7 58/81] block: get type of block allocation in commit_run
` [Stable-10.0.7 59/81] block: move commit_run loop to separate function
` [Stable-10.0.7 61/81] block: allow commit to unmap zero blocks
` [Stable-10.0.7 67/81] tests: move test_virt_gpu to share.linaro.org
` [Stable-10.0.7 68/81] rbd: Run co BH CB in the coroutine’s AioContext
` [Stable-10.0.7 70/81] curl: Fix coroutine waking
` [Stable-10.0.7 72/81] nvme: "
` [Stable-10.0.7 81/81] target/i386: fix stack size when delivering real mode interrupts

[PULL 0/1] Lost MAINTAINERS update
 2025-11-21 12:35 UTC  (2+ messages)
` [PULL 1/1] MAINTAINERS: update email of zhenwei pi

[RFC-PATCH-for-11.0 v3 00/21] accel/tcg: Remove most MO_TE uses in cpu_ld/st_code/data()
 2025-11-22  2:26 UTC  (13+ messages)
` [RFC-PATCH-for-11.0 v3 01/21] accel/tcg: Add endianness variants of cpu_ld{uw, l, q}_code()
` [RFC-PATCH-for-11.0 v3 03/21] target/loongarch: Use little-endian variant of cpu_ldl_code()
` [RFC-PATCH-for-11.0 v3 07/21] target/ppc: Replace cpu_ldl_code() by explicit endianness variants
` [RFC-PATCH-for-11.0 v3 09/21] accel/tcg: Remove non-explicit endian cpu_ld*_code() helpers
` [RFC-PATCH-for-11.0 v3 10/21] target/hexagon: Use little-endian variant of cpu_ld/st_data*()
` [RFC-PATCH-for-11.0 v3 13/21] target/m68k: "
` [RFC-PATCH-for-11.0 v3 14/21] target/s390x: "
` [RFC-PATCH-for-11.0 v3 17/21] target/hppa: "
` [RFC-PATCH-for-11.0 v3 18/21] target/riscv: Use little-endian variant of cpu_ld/st_data*() for vector
` [RFC-PATCH-for-11.0 v3 19/21] target/sh4: Replace cpu_stl_data() by explicit endianness variants
` [RFC-PATCH-for-11.0 v3 20/21] target/mips: Use big-endian variant of cpu_ld/st_data*() for MSA

[PATCH 1/1] scripts: Changed potential O(n) file size calculation to O(1)
 2025-11-21 11:09 UTC  (3+ messages)

[RFC v3 00/21] hw/arm/smmuv3: Add initial support for Secure State
 2025-11-21 13:13 UTC  (5+ messages)
` [RFC v3 04/21] refactor: Move ARMSecuritySpace to a common header
` [RFC v3 06/21] hw/arm/smmuv3: Thread SEC_SID through helper APIs

[PULL 0/5] Net patches
 2025-11-21 12:27 UTC  (3+ messages)

[PATCH v11 00/28] WHPX support for Arm
 2025-11-21 11:00 UTC  (5+ messages)
` [PATCH v11 11/28] whpx: switch irqchip in kernel to a bool outside the struct
` [PATCH v11 12/28] whpx: interrupt controller support

[Stable-10.1.3 00/76] Patch Round-up for stable 10.1.3, freeze on 2025-12-01
 2025-11-21 13:51 UTC  (49+ messages)
` [Stable-10.1.3 02/76] tests/tcg/multiarch/linux/linux-test: Don't try to test atime update
` [Stable-10.1.3 04/76] vfio: rename field to "num_initial_regions"
` [Stable-10.1.3 05/76] vfio: only check region info cache for initial regions
` [Stable-10.1.3 06/76] target/arm: Fix reads of CNTFRQ_EL0 in linux-user mode
` [Stable-10.1.3 07/76] hw/riscv: Correct mmu-type property of sifive_u harts in device tree
` [Stable-10.1.3 08/76] aplic: fix mask for smsiaddrcfgh
` [Stable-10.1.3 09/76] target/riscv/kvm: fix env->priv setting in reset_regs_csr()
` [Stable-10.1.3 11/76] io: release active GSource in TLS channel finalizer
` [Stable-10.1.3 12/76] io: move websock resource release to close method
` [Stable-10.1.3 13/76] io: fix use after free in websocket handshake code
` [Stable-10.1.3 14/76] crypto: stop requiring "key encipherment" usage in x509 certs
` [Stable-10.1.3 15/76] hw/scsi: avoid deadlock upon TMF request cancelling with VirtIO
` [Stable-10.1.3 18/76] esp.c: fix esp_cdb_ready() FIFO wraparound limit calculation
` [Stable-10.1.3 19/76] qtest/am53c974-test: add additional test for cmdfifo overflow
` [Stable-10.1.3 20/76] linux-user: Use correct type for FIBMAP and FIGETBSZ emulation
` [Stable-10.1.3 22/76] target/i386: clear CPU_INTERRUPT_SIPI for all accelerators
` [Stable-10.1.3 25/76] block: remove 'detached-header' option from opts after use
` [Stable-10.1.3 26/76] block: fix luks 'amend' when run in coroutine
` [Stable-10.1.3 28/76] gdbstub: Fix %s formatting
` [Stable-10.1.3 29/76] target/microblaze: Remove unused arg from check_divz()
` [Stable-10.1.3 30/76] target/microblaze: div: Break out raise_divzero()
` [Stable-10.1.3 31/76] target/microblaze: Handle signed division overflows
` [Stable-10.1.3 33/76] target/s390x: Fix missing clock-comparator interrupts after reset
` [Stable-10.1.3 34/76] target/s390x: Use address generation for register branch targets
` [Stable-10.1.3 35/76] tests/tcg/s390x: Test SET CLOCK COMPARATOR
` [Stable-10.1.3 37/76] hostmem/shm: Allow shm memory backend serve as shared memory for coco-VMs
` [Stable-10.1.3 39/76] vhost-user: fix shared object lookup handler logic
` [Stable-10.1.3 44/76] qemu-img rebase: don't exceed IO_BUF_SIZE in one operation
` [Stable-10.1.3 45/76] tests/qemu-iotest: fix iotest 024 with qed images
` [Stable-10.1.3 48/76] qio: Remember context of qio_net_listener_set_client_func_full
` [Stable-10.1.3 49/76] qio: Protect NetListener callback with mutex
` [Stable-10.1.3 50/76] hw/net/e1000e_core: Don't advance desc_offset for NULL buffer RX descriptors
` [Stable-10.1.3 51/76] hw/net/e1000e_core: Correct rx oversize packet checks
` [Stable-10.1.3 54/76] hw/display/xlnx_dp.c: Don't abort on AUX FIFO overrun/underrun
` [Stable-10.1.3 55/76] hw/display/xlnx_dp: Don't abort for unsupported graphics formats
` [Stable-10.1.3 56/76] hw/misc/npcm_clk: Don't divide by zero when calculating frequency
` [Stable-10.1.3 57/76] tests: move test_xen assets to share.linaro.org
` [Stable-10.1.3 60/76] tests: move test_kvm_xen "
` [Stable-10.1.3 61/76] tests: move test_kvm "
` [Stable-10.1.3 62/76] tests: move test_virt_gpu "
` [Stable-10.1.3 63/76] rbd: Run co BH CB in the coroutine’s AioContext
` [Stable-10.1.3 64/76] nfs: "
` [Stable-10.1.3 65/76] curl: Fix coroutine waking
` [Stable-10.1.3 66/76] nvme: Kick and check completions in BDS context
` [Stable-10.1.3 67/76] nvme: Fix coroutine waking
` [Stable-10.1.3 68/76] block/io: Take reqs_lock for tracked_requests
` [Stable-10.1.3 70/76] tests/functional: handle URLError when fetching assets
` [Stable-10.1.3 76/76] target/i386: fix stack size when delivering real mode interrupts

[PATCH v2] Fix the typo of vfio-pci device's enable-migration option
 2025-11-21 12:47 UTC  (3+ messages)

[PULL 0/3] Trivial patches for 2025-11-21
 2025-11-21 12:54 UTC  (4+ messages)
` [PULL 1/3] qga: use access(2) to check for command existance instead of questionable stat(2)
` [PULL 2/3] qmp: Fix a typo for a USO feature
` [PULL 3/3] Fix the typo of vfio-pci device's enable-migration option

[PATCH V2 net-next 0/3] net: hibmcge: Add support for tracepoint and pagepool on hibmcge driver
 2025-11-22  3:46 UTC  (4+ messages)
` [PATCH V2 net-next 1/3] net: hibmcge: add support for tracepoint to dump some fields of rx_desc
` [PATCH V2 net-next 2/3] net: hibmcge: reduce packet drop under stress testing
` [PATCH V2 net-next 3/3] net: hibmcge: add support for pagepool on rx

[PATCH v2] drm/imagination: Document pvr_device.power member
 2025-11-22  3:46 UTC  (2+ messages)

FAILED: patch "[PATCH] kho: increase metadata bitmap size to PAGE_SIZE" failed to apply to 6.17-stable tree
 2025-11-22  3:45 UTC  (4+ messages)
` [PATCH 6.17.y 1/3] kho: check if kho is finalized in __kho_preserve_order()
  ` [PATCH 6.17.y 2/3] kho: warn and fail on metadata or preserved memory in scratch area
  ` [PATCH 6.17.y 3/3] kho: increase metadata bitmap size to PAGE_SIZE

FAILED: patch "[PATCH] kho: warn and fail on metadata or preserved memory in scratch" failed to apply to 6.17-stable tree
 2025-11-22  3:45 UTC  (3+ messages)
` [PATCH 6.17.y 1/2] kho: check if kho is finalized in __kho_preserve_order()
  ` [PATCH 6.17.y 2/2] kho: warn and fail on metadata or preserved memory in scratch area

[PATCH] LoongArch: KVM: Use 64-bit register definition with eiointc
 2025-11-22  3:38 UTC  (2+ messages)

[syzbot] [tipc?] KMSAN: uninit-value in tipc_rcv (2)
 2025-11-22  3:37 UTC  (2+ messages)
` Forwarded: [PATCH] net: core: fix KMSAN: unint value in tipc_rcv

Fix potential data loss and corruption due to Incorrect BIO Chain Handling
 2025-11-22  3:35 UTC  (2+ messages)

[PATCH v14 00/16] Refcounted interrupts, SpinLockIrq for rust
 2025-11-22  3:35 UTC  (7+ messages)

[PATCH kernel v2 0/5] PCI/TSM: Enabling core infrastructure on
 2025-11-22  3:35 UTC  (2+ messages)

[PATCH v2 0/2] add support in hwmon for MCP998X
 2025-11-22  3:35 UTC  (3+ messages)
` [PATCH v2 2/2] hwmon: add support "

[PATCH] qtest: Allow and ignore blank lines in input
 2025-11-21 18:38 UTC  (2+ messages)

[PATCH v1 05/11] Bluetooth: btnxpuart: Add TLS host hello handshake implementation
 2025-11-22  3:31 UTC  (2+ messages)

[PATCH v3 0/5] Add support for StarFive VisionFive 2 Lite board
 2025-11-22  3:30 UTC  (5+ messages)
` [PATCH v3 3/5] riscv: dts: starfive: Add common board dtsi for VisionFive 2 Lite variants

[PATCH net-next v1 0/7] selftests/net: add netkit netns ping test
 2025-11-22  3:28 UTC  (4+ messages)
` [PATCH net-next v1 1/7] selftests/net: add suffix to ksft_run

[PATCH] aarch64: Extract aarch64_indirect_branch_asm for sibcall codegen
 2025-11-22  3:28 UTC  (3+ messages)

[PATCH 0/4] igvm: rework igvm file loading + processing, fix reset
 2025-11-21 13:48 UTC  (7+ messages)
` [PATCH 1/4] igvm: make igvm-cfg object resetable
` [PATCH 2/4] igvm: move file load to complete callback
` [PATCH 4/4] igvm: move igvm file processing to reset callbacks

[GIT PULL] bluetooth 2025-11-21
 2025-11-22  3:20 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: Nested rcu critical sections
 2025-11-22  3:20 UTC  (2+ messages)

[PATCH] hw/9pfs: Follow native symlinks when security-model=mapped
 2025-11-21 18:32 UTC  (3+ messages)

[PATCH v2 0/2] crypto: Fix memcpy_sglist()
 2025-11-22  3:19 UTC  (2+ messages)

[PATCH v5 0/7] Add AMD ISP4 driver
 2025-11-22  3:19 UTC  (12+ messages)

[PATCH] crypto: iaa - Request to add Kanchana P Sridhar to Maintainers
 2025-11-22  3:19 UTC  (2+ messages)

[PATCH] crypto: tcrypt - Remove unused poly1305 support
 2025-11-22  3:18 UTC  (2+ messages)

[PATCH] crypto: ansi_cprng - Remove unused ansi_cprng algorithm
 2025-11-22  3:18 UTC  (2+ messages)

[PATCH v2] crypto: asymmetric_keys: fix uninitialized pointers with free attribute
 2025-11-22  3:18 UTC  (2+ messages)

[PATCH 00/15] crypto: zynqmp-aes-gcm: Bug fixes and aes-gcm support for Versal
 2025-11-22  3:17 UTC  (5+ messages)
` [PATCH 09/15] crypto: zynqmp-aes-gcm: Fix setkey operation to select HW keys

[PATCH v2 0/4] libbpf: move arena variables out of the zero page
 2025-11-22  3:17 UTC  (3+ messages)
` [PATCH v2 3/4] libbpf: offset global arena data into the arena if possible

[PATCH 00/16] testing/next cleanups (docker, functional)
 2025-11-21 14:27 UTC  (5+ messages)
` [PATCH 06/16] docs/about/emulation: update assets for uftrace plugin documentation

[PATCH] drm/amdkfd: assign AID to uuid in topology for SPX mode
 2025-11-22  3:14 UTC  (2+ messages)

[PATCH][next] KEYS: Avoid -Wflex-array-member-not-at-end warning
 2025-11-22  3:14 UTC  (2+ messages)

[PATCH 0/3] amd_iommu: Support Generation of IOMMU XT interrupts
 2025-11-21 16:36 UTC  (7+ messages)
` [PATCH 1/3] amd_iommu: Use switch case to determine mmio register name

[PATCH] crypto: ccree: Correctly handle return of sg_nents_for_len
 2025-11-22  3:13 UTC  (2+ messages)

[PATCH] crypto: starfive: Correctly handle return of sg_nents_for_len
 2025-11-22  3:13 UTC  (2+ messages)

[PATCH libcrypto v2 2/3] compiler: introduce at_least parameter decoration pseudo keyword
 2025-11-22  3:08 UTC  (4+ messages)

[android-common:android12-5.4 5/5] drivers/power/supply/power_supply_sysfs.c:111:57: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (32 chars into 31 available)
 2025-11-22  3:07 UTC 

[PATCH 0/4] target/ppc: Use probe_access
 2025-11-21 13:33 UTC  (3+ messages)
` [PATCH 1/4] target/ppc: Use probe_access for LSW, STSW

[RFC PATCH] plugins: shorten aggressively long name
 2025-11-21 13:03 UTC 

[PATCH v2 0/4] Improve folio split related functions
 2025-11-22  2:55 UTC  (5+ messages)
` [PATCH v2 1/4] mm/huge_memory: change folio_split_supported() to folio_check_splittable()
` [PATCH v2 2/4] mm/huge_memory: replace can_split_folio() with direct refcount calculation
` [PATCH v2 3/4] mm/huge_memory: make min_order_for_split() always return an order
` [PATCH v2 4/4] mm/huge_memory: fix folio split stats counting

[PATCH for-11.0] arm: add DCZID_EL0 to idregs array
 2025-11-21 14:47 UTC  (3+ messages)

[PATCH] erofs: limit the level of fs stacking for file-backed mounts
 2025-11-22  2:56 UTC  (2+ messages)

[PATCH libcrypto v3 1/3] wifi: iwlwifi: trans: rename at_least variable to min_mode
 2025-11-22  2:55 UTC  (3+ messages)
` [PATCH libcrypto v3 2/3] compiler: introduce at_least parameter decoration pseudo keyword
` [PATCH libcrypto v3 3/3] crypto: chacha20poly1305: statically check fixed array lengths

[PATCH] tests: Fix nonnative tests labeled as native
 2025-11-21 14:40 UTC  (2+ messages)

[PATCH v2 4/9] blk-mq-debugfs: warn about possible deadlock
 2025-11-22  2:50 UTC  (2+ messages)

[PATCH] ext4: fix unaligned preallocation with bigalloc
 2025-11-22  2:45 UTC  (2+ messages)
` [PATCH v2] "

[Help] Microwatt (Zynqwatt) — Kernel halts after Radix MMU init on booting Linux on Zynq version of Microwatt
 2025-11-22  2:48 UTC  (6+ messages)

[f2fs-dev] [PATCH] [RFC] mm/fadvise: introduce POSIX_FADV_MLOCK
 2025-11-22  2:47 UTC  (10+ messages)
                `  "

[PATCH v6 00/33] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-11-21 18:44 UTC  (10+ messages)
` [PATCH v6 08/33] hw/pci/pci: Add optional supports_address_space() callback
` [PATCH v6 33/33] hw/arm/smmuv3-accel: Add support for PASID enable

[PATCH v3] monitor/qmp: cleanup SocketChardev listener sources early to avoid fd handling race
 2025-11-22  1:46 UTC 

[PATCH v11 bpf-next 00/12] BPF indirect jumps
 2025-11-22  2:40 UTC  (7+ messages)
` [PATCH v11 bpf-next 01/12] bpf, x86: add new map type: instructions array

[PATCH] LoongArch: KVM: Get VM PMU capability from HW GCFG register
 2025-11-22  2:39 UTC  (2+ messages)

[PATCH libcrypto 1/2] array_size: introduce min_array_size() function decoration
 2025-11-22  2:37 UTC  (2+ messages)

[f2fs-dev] [PATCH] resize.f2fs: add -g to give default options
 2025-11-22  2:37 UTC  (2+ messages)

[PATCH bpf-next v3 0/6] bpf trampoline support "jmp" mode
 2025-11-22  2:37 UTC  (5+ messages)
` [PATCH bpf-next v3 6/6] bpf: implement "jmp" mode for trampoline

[PATCH v1 0/1] (RESEND) Update ASPEED PCIe Root Port capabilities and enable MSI to support hotplug
 2025-11-21 22:20 UTC  (5+ messages)
` [PATCH v1 1/1] hw/pci-host/aspeed_pcie: "
  ` [SPAM] "

[PATCH bpf-next v10 0/8] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
 2025-11-22  2:34 UTC  (3+ messages)
` [PATCH bpf-next v10 8/8] selftests/bpf: Add cases to test BPF_F_CPU and BPF_F_ALL_CPUS flags

[PATCH 0/4] tests/migration-test: Introduce mem_type
 2025-11-21 17:50 UTC  (4+ messages)
` [PATCH 2/4] tests/migration-test: Merge shmem_opts into memory_backend

[PULL 0/9] Staging patches
 2025-11-22  0:26 UTC  (2+ messages)
` [PULL 3/9] migration: Plug memory leaks after migrate_set_error()

[PATCH 0/7] riscv: implement Ssqosid extension and CBQRI controllers
 2025-11-21 19:50 UTC  (4+ messages)
` [PATCH 3/7] hw/riscv: implement CBQRI capacity controller

RiscV CLIC support
 2025-11-21 13:22 UTC 


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.