All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-25 21:43:26 to 2025-04-25 22:19:06 UTC [more...]

[PATCH 0/2] KVM: x86: Advertise support for WRMSRNS
 2025-04-25 22:09 UTC  (2+ messages)

[PULL 000/159] tcg patch queue
 2025-04-25 21:54 UTC  (90+ messages)
` [PULL 001/159] tcg/loongarch64: Fix vec_val computation in tcg_target_const_match
` [PULL 002/159] tcg/loongarch64: Improve constraints for TCG_CT_CONST_VCMP
` [PULL 003/159] tcg/optimize: Introduce opt_insert_{before,after}
` [PULL 004/159] tcg: Add TCGType to tcg_op_insert_{after,before}
` [PULL 005/159] tcg: Add all_outop[]
` [PULL 006/159] tcg: Use extract2 for cross-word 64-bit extract on 32-bit host
` [PULL 007/159] tcg: Remove INDEX_op_ext{8,16,32}*
` [PULL 008/159] tcg: Merge INDEX_op_mov_{i32,i64}
` [PULL 009/159] tcg: Convert add to TCGOutOpBinary
` [PULL 010/159] tcg: Merge INDEX_op_add_{i32,i64}
` [PULL 011/159] tcg: Convert and to TCGOutOpBinary
` [PULL 012/159] tcg: Merge INDEX_op_and_{i32,i64}
` [PULL 013/159] tcg/optimize: Fold andc with immediate to and
` [PULL 014/159] tcg/optimize: Emit add r, r, -1 in fold_setcond_tst_pow2
` [PULL 015/159] tcg: Convert andc to TCGOutOpBinary
` [PULL 017/159] tcg: Convert or "
` [PULL 018/159] tcg: Merge INDEX_op_or_{i32,i64}
` [PULL 019/159] tcg/optimize: Fold orc with immediate to or
` [PULL 020/159] tcg: Convert orc to TCGOutOpBinary
` [PULL 023/159] tcg: Merge INDEX_op_xor_{i32,i64}
` [PULL 024/159] tcg/optimize: Fold eqv with immediate to xor
` [PULL 025/159] tcg: Convert eqv to TCGOutOpBinary
` [PULL 026/159] tcg: Merge INDEX_op_eqv_{i32,i64}
` [PULL 027/159] tcg: Convert nand to TCGOutOpBinary
` [PULL 029/159] tcg/loongarch64: Do not accept constant argument to nor
` [PULL 030/159] tcg: Convert nor to TCGOutOpBinary
` [PULL 031/159] tcg: Merge INDEX_op_nor_{i32,i64}
` [PULL 032/159] tcg/arm: Fix constraints for sub
` [PULL 034/159] tcg: Merge INDEX_op_sub_{i32,i64}
` [PULL 035/159] tcg: Convert neg to TCGOutOpUnary
` [PULL 036/159] tcg: Merge INDEX_op_neg_{i32,i64}
` [PULL 037/159] tcg: Convert not to TCGOutOpUnary
` [PULL 041/159] tcg: Convert muluh to TCGOutOpBinary
` [PULL 042/159] tcg: Merge INDEX_op_muluh_{i32,i64}
` [PULL 043/159] tcg: Convert mulsh to TCGOutOpBinary
` [PULL 045/159] tcg: Convert div "
` [PULL 046/159] tcg: Merge INDEX_op_div_{i32,i64}
` [PULL 047/159] tcg: Convert divu to TCGOutOpBinary
` [PULL 048/159] tcg: Merge INDEX_op_divu_{i32,i64}
` [PULL 049/159] tcg: Convert div2 to TCGOutOpDivRem
` [PULL 050/159] tcg: Merge INDEX_op_div2_{i32,i64}
` [PULL 051/159] tcg: Convert divu2 to TCGOutOpDivRem
` [PULL 052/159] tcg: Merge INDEX_op_divu2_{i32,i64}
` [PULL 053/159] tcg: Convert rem to TCGOutOpBinary
` [PULL 055/159] tcg: Convert remu "
` [PULL 056/159] tcg: Merge INDEX_op_remu_{i32,i64}
` [PULL 057/159] tcg: Convert shl to TCGOutOpBinary
` [PULL 058/159] tcg: Merge INDEX_op_shl_{i32,i64}
` [PULL 059/159] tcg: Convert shr to TCGOutOpBinary
` [PULL 061/159] tcg: Convert sar "
` [PULL 063/159] tcg: Do not require both rotr and rotl from the backend
` [PULL 064/159] tcg: Convert rotl, rotr to TCGOutOpBinary
` [PULL 065/159] tcg: Merge INDEX_op_rot{l,r}_{i32,i64}
` [PULL 066/159] tcg: Convert clz to TCGOutOpBinary
` [PULL 067/159] tcg: Merge INDEX_op_clz_{i32,i64}
` [PULL 068/159] tcg: Convert ctz to TCGOutOpBinary
` [PULL 071/159] tcg: Merge INDEX_op_ctpop_{i32,i64}
` [PULL 072/159] tcg: Convert muls2 to TCGOutOpMul2
` [PULL 074/159] tcg: Convert mulu2 "
` [PULL 076/159] tcg/loongarch64: Support negsetcond
` [PULL 077/159] tcg/mips: "
` [PULL 078/159] tcg/tci: "
` [PULL 079/159] tcg: Remove TCG_TARGET_HAS_negsetcond_{i32,i64}
` [PULL 082/159] tcg: Convert brcond to TCGOutOpBrcond
` [PULL 083/159] tcg: Merge INDEX_op_brcond_{i32,i64}
` [PULL 084/159] tcg: Convert movcond to TCGOutOpMovcond
` [PULL 088/159] tcg/ppc: Expand arguments to tcg_out_cmp2
` [PULL 092/159] tcg: Merge INDEX_op_bswap16_{i32,i64}
` [PULL 095/159] tcg: Convert bswap64 to TCGOutOpUnary
` [PULL 096/159] tcg: Rename INDEX_op_bswap64_i64 to INDEX_op_bswap64
` [PULL 097/159] tcg: Convert extract to TCGOutOpExtract
` [PULL 099/159] tcg: Convert sextract "
` [PULL 105/159] tcg: Convert deposit to TCGOutOpDeposit
` [PULL 106/159] tcg/aarch64: Improve deposit
` [PULL 107/159] tcg: Merge INDEX_op_deposit_{i32,i64}
` [PULL 109/159] tcg: Merge INDEX_op_extract2_{i32,i64}
` [PULL 110/159] tcg: Expand fallback add2 with 32-bit operations
` [PULL 111/159] tcg: Expand fallback sub2 "
` [PULL 112/159] tcg: Do not default add2/sub2_i32 for 32-bit hosts
` [PULL 113/159] tcg/mips: Drop support for add2/sub2
` [PULL 115/159] tcg: Move i into each for loop in liveness_pass_1
` [PULL 116/159] tcg: Sink def, nb_iargs, nb_oargs loads "
` [PULL 118/159] tcg: Add TCGOutOp structures for add/sub carry opcodes
` [PULL 123/159] tcg/i386: Honor carry_live in tcg_out_movi
` [PULL 127/159] target/arm: Use tcg_gen_addcio_* for ADCS
` [PULL 128/159] target/hppa: Use tcg_gen_addcio_i64
` [PULL 138/159] tcg/ppc: Implement add/sub carry opcodes
` [PULL 146/159] tcg: Remove add2/sub2 opcodes
` [PULL 156/159] tcg: Merge INDEX_op_{ld,st}_{i32,i64,i128}

[PATCH v1 0/3] xen/console: few cleanups in console driver
 2025-04-25 22:18 UTC  (3+ messages)
` [PATCH v1 1/3] xen/console: cleanup conring management

[PATCH] KVM: x86: clean up a return
 2025-04-25 22:09 UTC  (2+ messages)

[frank-w-bpi-r2-4.14:6.13-main 74/81] drivers/net/phy/mediatek/mtk-2p5ge.c:92:24: warning: unused variable 'pm_dev'
 2025-04-25 22:16 UTC 

ERROR: modpost: "__ubsan_handle_add_overflow" [fs/fuse/virtiofs.ko] undefined!
 2025-04-25 22:16 UTC 

[PATCH i-g-t] tests/intel/xe_drm_fdinfo: Add test to check for active contexts
 2025-04-25 22:16 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[RFC 00/38] Hyperlaunch domain builder
 2025-04-25 22:16 UTC  (16+ messages)
` [RFC 03/38] x86/hyperlaunch: convert max vcpu determination to "
` [RFC 04/38] x86/hyperlaunch: convert vcpu0 creation "
` [RFC 16/38] x86/boot: move and rename sched_setup_dom0_vcpus
` [RFC 32/38] x86/hyperlaunch: introduce concept of core domains
` [RFC 33/38] x86/boot: refactor bzimage parser to be re-enterant

[PATCH] arm64: dts: Fix nuvoton 8xx clock properties
 2025-04-25 22:16 UTC  (5+ messages)

Error on using git update-git-for-windows
 2025-04-25 22:15 UTC  (3+ messages)

[PATCH RFC v3 0/2] Task local data API
 2025-04-25 22:12 UTC  (3+ messages)
` [PATCH RFC v3 2/2] selftests/bpf: Test basic workflow of task local data

[PATCH 2/2] iio: chemical: Add driver for Sharp GP2Y1010AU0F dust sensor
 2025-04-25 22:12 UTC 

[PATCH RESEND v2 0/6] RK3576 OTP support
 2025-04-25 22:09 UTC  (3+ messages)
` (subset) "

[PATCH] nvmet-tcp: don't restore null sk_state_change
 2025-04-25 22:11 UTC  (2+ messages)

[PATCH 00/10] drm/i915/hdcp: refactor HDCP GSC
 2025-04-25 22:11 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] KVM: x86: Sort CPUID_8000_0021_EAX leaf bits properly
 2025-04-25 22:09 UTC  (2+ messages)

[PATCH v3] KVM: SVM: forcibly leave SMM mode on vCPU reset
 2025-04-25 22:08 UTC  (2+ messages)

[PATCHv3 0/3] nvme-tcp: fixup I/O stall on congested sockets
 2025-04-25 22:09 UTC  (9+ messages)
` [PATCH 3/3] nvme-tcp: fix I/O stalls "

[PATCH next] KVM: x86: Check that the high 32bits are clear in kvm_arch_vcpu_ioctl_run()
 2025-04-25 22:08 UTC  (2+ messages)

[PATCH] coresight: trbe: Save/restore state across CPU low power state
 2025-04-25 22:05 UTC  (3+ messages)

[PATCH RFC/WIP 0/4] arm64: dts: qcom: sm8750: Enable display
 2025-04-25 22:07 UTC  (4+ messages)

[PATCH net v3 0/5] net_sched: Adapt qdiscs for reentrant enqueue cases
 2025-04-25 22:07 UTC  (6+ messages)
` [PATCH net v3 1/5] net_sched: drr: Fix double list add in class with netem as child qdisc
` [PATCH net v3 2/5] net_sched: hfsc: Fix a UAF vulnerability "
` [PATCH net v3 3/5] net_sched: ets: Fix double list add "
` [PATCH net v3 4/5] net_sched: qfq: "
` [PATCH net v3 5/5] selftests: tc-testing: Add TDC tests that exercise reentrant enqueue behaviour

[PATCH 6.1.y-cip 00/15] i2c: riic: miscellaneous code cleanup and improvements
 2025-04-25 22:06 UTC  (3+ messages)
` [cip-dev] "

[PATCH v3 2/2] x86/sgx: Implement EUPDATESVN and opportunistically call it during first EPC page alloc
 2025-04-25 22:07 UTC  (12+ messages)

[PATCH] securityfs: fix missing of d_delete() in securityfs_remove()
 2025-04-25 22:06 UTC  (2+ messages)

[PATCH] fs/xattr.c: fix simple_xattr_list to always include security.* xattrs
 2025-04-25 22:06 UTC  (5+ messages)

[PATCH v4 0/7] mm: Introduce for_each_valid_pfn()
 2025-04-25 22:01 UTC  (4+ messages)
` [PATCH v4 1/7] mm: Introduce for_each_valid_pfn() and use it from reserve_bootmem_region()

[kvm-unit-tests PATCH] scripts: Search the entire string for the correct accelerator
 2025-04-25 22:05 UTC 

[PATCH alternate 0/2] target/riscv: Fix write_misa vs aligned next_pc
 2025-04-25 22:02 UTC  (3+ messages)
` [PATCH alternate 1/2] target/riscv: Update pc before csrw, csrrw

[PATCH v3 0/7] drm/msm/mdp4: rework LVDS/LCDC panel support
 2025-04-25 22:05 UTC  (8+ messages)
` [PATCH v3 6/7] drm/msm/mdp4: switch LVDS to use drm_bridge/_connector

[PATCH v2 0/5] Misc MMC updates
 2025-04-25 22:01 UTC  (6+ messages)
` [PATCH v2 1/5] arm64: dts: ti: k3-am6*: Set eMMC clock parents to default

[PATCH] drm/xe: Add WA BB to capture active context utilization
 2025-04-25 22:03 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCHSET v2 sched_ext/for-6.16] sched_ext: Introduce scx_sched
 2025-04-25 21:58 UTC  (13+ messages)
` [PATCH 01/12] "
` [PATCH 02/12] sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()
` [PATCH 03/12] sched_ext: Use dynamic allocation for scx_sched
` [PATCH 04/12] sched_ext: Inline create_dsq() into scx_bpf_create_dsq()
` [PATCH 05/12] sched_ext: Factor out scx_alloc_and_add_sched()
` [PATCH 06/12] sched_ext: Move dsq_hash into scx_sched
` [PATCH 07/12] sched_ext: Move global_dsqs "
` [PATCH 08/12] sched_ext: Relocate scx_event_stats definition
` [PATCH 09/12] sched_ext: Factor out scx_read_events()
` [PATCH 10/12] sched_ext: Move event_stats_cpu into scx_sched
` [PATCH 11/12] sched_ext: Move disable machinery "
` [PATCH 12/12] sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()

[cocci] Fatal error: exception Coccinelle_modules.Common.Impossible(126)
 2025-04-25 21:57 UTC 

[PATCH] btrfs: handle empty eb->folios in num_extent_folios()
 2025-04-25 21:58 UTC 

[PATCH v3] arm64: dts: qcom: sm8550: add iris DT node
 2025-04-25 21:56 UTC  (2+ messages)

[RFC PATCH 0/15] x86: Remove support for TSC-less and CX8-less CPUs
 2025-04-25 21:54 UTC  (5+ messages)
` [PATCH 13/15] x86/cpu: Make CONFIG_X86_CX8 unconditional

[PATCH 1/2] dt-bindings: iio: chemical: Add sharp,gp2y1010au0f
 2025-04-25 21:51 UTC 

[PATCH net-next] net: ethernet: mtk_eth_soc: add support for MT7988 internal 2.5G PHY
 2025-04-25 21:51 UTC 

[PATCH v3 1/1] nvme-tcp: wait socket wmem to drain in queue stop
 2025-04-25 21:53 UTC  (2+ messages)

[PATCH RESEND] drm/i915/pch: fix warning for coffeelake on SunrisePoint PCH
 2025-04-25 21:53 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/pch: fix warning for coffeelake on SunrisePoint PCH (rev2)

[oe] [meta-python][PATCH] python3-fastapi: add FastAPI (0.115.2)
 2025-04-25 21:46 UTC  (3+ messages)
`  "

[PATCH net-next v2 00/11][pull request] idpf: add initial PTP support
 2025-04-25 21:52 UTC  (12+ messages)
` [PATCH net-next v2 01/11] idpf: change the method for mailbox workqueue allocation
` [PATCH net-next v2 02/11] idpf: add initial PTP support
` [PATCH net-next v2 03/11] virtchnl: add PTP virtchnl definitions
` [PATCH net-next v2 04/11] idpf: move virtchnl structures to the header file
` [PATCH net-next v2 05/11] idpf: negotiate PTP capabilities and get PTP clock
` [PATCH net-next v2 06/11] idpf: add mailbox access to read PTP clock time
` [PATCH net-next v2 07/11] idpf: add cross timestamping
` [PATCH net-next v2 08/11] idpf: add PTP clock configuration
` [PATCH net-next v2 09/11] idpf: add Tx timestamp capabilities negotiation
` [PATCH net-next v2 10/11] idpf: add Tx timestamp flows
` [PATCH net-next v2 11/11] idpf: add support for Rx timestamping

[PATCH] drm/i915/slpc: Balance the inc/dec for num_waiters
 2025-04-25 21:51 UTC 

[PATCH v4 1/2] perf trace: Implement syscall summary in BPF
 2025-04-25 21:51 UTC  (7+ messages)

[PATCH v2] arm64: dts: qcom: sm8650: add iris DT node
 2025-04-25 21:49 UTC  (2+ messages)

[PATCH net-next V3 00/15] devlink, mlx5: Add new parameters for link management and SRIOV/eSwitch configurations
 2025-04-25 21:48 UTC  (16+ messages)
` [PATCH net-next V3 01/15] tools: ynl-gen: allow noncontiguous enums
` [PATCH net-next V3 02/15] devlink: define enum for attr types of dynamic attributes
` [PATCH net-next V3 03/15] devlink: Add 'total_vfs' generic device param
` [PATCH net-next V3 04/15] net/mlx5: Implement cqe_compress_type via devlink params
` [PATCH net-next V3 05/15] net/mlx5: Implement devlink enable_sriov parameter
` [PATCH net-next V3 06/15] net/mlx5: Implement devlink total_vfs parameter
` [PATCH net-next V3 07/15] devlink: pass struct devlink_port * as arg to devlink_nl_param_fill()
` [PATCH net-next V3 08/15] devlink: Implement port params registration
` [PATCH net-next V3 09/15] devlink: Implement get/dump netlink commands for port params
` [PATCH net-next V3 10/15] devlink: Implement set netlink command "
` [PATCH net-next V3 11/15] devlink: Add 'keep_link_up' generic devlink device param
` [PATCH net-next V3 12/15] net/mlx5: Implement devlink keep_link_up port parameter
` [PATCH net-next V3 13/15] devlink: Throw extack messages on param value validation error
` [PATCH net-next V3 14/15] devlink: Implement devlink param multi attribute nested data values
` [PATCH net-next V3 15/15] net/mlx5: Implement eSwitch hairpin per prio buffers devlink params

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS 9354bc2ff4b35ba751152fc1ac90eea37a0b2ee0
 2025-04-25 21:46 UTC 

[PATCH] nvmet-auth: always free derived key data
 2025-04-25 21:45 UTC  (2+ messages)

[PATCH RESEND] drm/xe: Add check for alloc_ordered_workqueue()
 2025-04-25 21:45 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Add check for alloc_ordered_workqueue() (rev2)

[sean-jc:x86/unfudge_irq_bypass 73/108] arch/x86/kvm/irq.c:526:3: error: incomplete definition of type 'struct kvm_kernel_irqfd'
 2025-04-25 21:44 UTC 

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-25 21:44 UTC  (15+ messages)
` [PATCH v2 security-next 1/4] security: "

[PATCH v2 0/5] Add support for AD4052 device family
 2025-04-25 21:44 UTC  (3+ messages)
` [PATCH v2 4/5] docs: iio: new docs for ad4052 driver

[PATCH v5 0/3] nvme/pci: PRP list DMA pool partitioning
 2025-04-25 21:44 UTC  (3+ messages)
` [PATCH v5 1/3] dmapool: add NUMA affinity support

[PATCH v2 00/11] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-04-25 21:42 UTC  (4+ messages)
` [PATCH v2 08/11] PCI/IDE: Add IDE establishment helpers


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.