All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-25 21:58:55 to 2025-04-25 22:36:55 UTC [more...]

[PATCH BlueZ v3 0/5] obexd: unregister profiles when the user is inactive
 2025-04-25 22:36 UTC  (3+ messages)
` [PATCH BlueZ v3 4/5] obexd: Unregister "

[PULL 000/159] tcg patch queue
 2025-04-25 22:30 UTC  (123+ messages)
` [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 009/159] tcg: Convert add to TCGOutOpBinary
` [PULL 012/159] tcg: Merge INDEX_op_and_{i32,i64}
` [PULL 013/159] tcg/optimize: Fold andc with immediate to and
` [PULL 016/159] tcg: Merge INDEX_op_andc_{i32,i64}
` [PULL 017/159] tcg: Convert or to TCGOutOpBinary
` [PULL 018/159] tcg: Merge INDEX_op_or_{i32,i64}
` [PULL 020/159] tcg: Convert orc to TCGOutOpBinary
` [PULL 021/159] tcg: Merge INDEX_op_orc_{i32,i64}
` [PULL 022/159] tcg: Convert xor to TCGOutOpBinary
` [PULL 023/159] tcg: Merge INDEX_op_xor_{i32,i64}
` [PULL 026/159] tcg: Merge INDEX_op_eqv_{i32,i64}
` [PULL 027/159] tcg: Convert nand to TCGOutOpBinary
` [PULL 028/159] tcg: Merge INDEX_op_nand_{i32,i64}
` [PULL 030/159] tcg: Convert nor to TCGOutOpBinary
` [PULL 033/159] tcg: Convert sub to TCGOutOpSubtract
` [PULL 037/159] tcg: Convert not to TCGOutOpUnary
` [PULL 038/159] tcg: Merge INDEX_op_not_{i32,i64}
` [PULL 039/159] tcg: Convert mul to TCGOutOpBinary
` [PULL 040/159] tcg: Merge INDEX_op_mul_{i32,i64}
` [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 060/159] tcg: Merge INDEX_op_shr_{i32,i64}
` [PULL 061/159] tcg: Convert sar to TCGOutOpBinary
` [PULL 062/159] tcg: Merge INDEX_op_sar_{i32,i64}
` [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 070/159] tcg: Convert ctpop to TCGOutOpUnary
` [PULL 071/159] tcg: Merge INDEX_op_ctpop_{i32,i64}
` [PULL 072/159] tcg: Convert muls2 to TCGOutOpMul2
` [PULL 073/159] tcg: Merge INDEX_op_muls2_{i32,i64}
` [PULL 074/159] tcg: Convert mulu2 to TCGOutOpMul2
` [PULL 075/159] tcg: Merge INDEX_op_mulu2_{i32,i64}
` [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 081/159] tcg: Merge INDEX_op_{neg}setcond_{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 085/159] tcg: Merge INDEX_op_movcond_{i32,i64}
` [PULL 087/159] tcg/arm: Expand arguments to tcg_out_cmp2
` [PULL 088/159] tcg/ppc: "
` [PULL 090/159] tcg: Convert setcond2_i32 to TCGOutOpSetcond2
` [PULL 092/159] tcg: Merge INDEX_op_bswap16_{i32,i64}
` [PULL 093/159] tcg: Convert bswap32 to TCGOutOpBswap
` [PULL 094/159] tcg: Merge INDEX_op_bswap32_{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 098/159] tcg: Merge INDEX_op_extract_{i32,i64}
` [PULL 099/159] tcg: Convert sextract to TCGOutOpExtract
` [PULL 100/159] tcg: Merge INDEX_op_sextract_{i32,i64}
` [PULL 101/159] tcg: Convert ext_i32_i64 to TCGOutOpUnary
` [PULL 104/159] tcg: Convert extrh_i64_i32 "
` [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 108/159] tcg: Convert extract2 to TCGOutOpExtract2
` [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 117/159] tcg: Add add/sub with carry opcodes and infrastructure
` [PULL 118/159] tcg: Add TCGOutOp structures for add/sub carry opcodes
` [PULL 119/159] tcg/optimize: Handle add/sub with "
` [PULL 120/159] tcg/optimize: With two const operands, prefer 0 in arg1
` [PULL 121/159] tcg: Use add carry opcodes to expand add2
` [PULL 122/159] tcg: Use sub carry opcodes to expand sub2
` [PULL 123/159] tcg/i386: Honor carry_live in tcg_out_movi
` [PULL 125/159] tcg/i386: Special case addci r, 0, 0
` [PULL 126/159] tcg: Add tcg_gen_addcio_{i32,i64,tl}
` [PULL 127/159] target/arm: Use tcg_gen_addcio_* for ADCS
` [PULL 128/159] target/hppa: Use tcg_gen_addcio_i64
` [PULL 129/159] target/microblaze: Use tcg_gen_addcio_i32
` [PULL 130/159] target/openrisc: Use tcg_gen_addcio_* for ADDC
` [PULL 133/159] target/sh4: Use tcg_gen_addcio_i32 for addc
` [PULL 134/159] target/sparc: Use tcg_gen_addcio_tl for gen_op_addcc_int
` [PULL 135/159] target/tricore: Use tcg_gen_addcio_i32 for gen_addc_CC
` [PULL 136/159] tcg/aarch64: Implement add/sub carry opcodes
` [PULL 137/159] tcg/arm: "
` [PULL 138/159] tcg/ppc: "
` [PULL 141/159] tcg/s390x: "
` [PULL 142/159] tcg/s390x: Use ADD LOGICAL WITH SIGNED IMMEDIATE
` [PULL 143/159] tcg/sparc64: Hoist tcg_cond_to_bcond lookup out of tcg_out_movcc
` [PULL 144/159] tcg/sparc64: Implement add/sub carry opcodes
` [PULL 146/159] tcg: Remove add2/sub2 opcodes
` [PULL 147/159] tcg: Formalize tcg_out_mb
` [PULL 149/159] tcg: Formalize tcg_out_goto_ptr
` [PULL 152/159] tcg: Convert st to TCGOutOpStore
` [PULL 153/159] tcg: Merge INDEX_op_st*_{i32,i64}
` [PULL 155/159] tcg: Remove INDEX_op_qemu_st8_*
` [PULL 156/159] tcg: Merge INDEX_op_{ld,st}_{i32,i64,i128}
` [PULL 157/159] tcg: Convert qemu_ld{2} to TCGOutOpLoad{2}
` [PULL 159/159] tcg: Remove tcg_out_op

[PATCH 0/2] tcg/sparc64: Implement CTPOP
 2025-04-25 22:24 UTC  (5+ messages)
` [PATCH 1/2] tcg/sparc64: Unexport use_vis3_instructions
` [PATCH 2/2] tcg/sparc64: Implement CTPOP

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

[RFC PATCH 0/3] single-binary: make QAPI generated files common
 2025-04-25 22:16 UTC  (3+ messages)

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

[PATCH 0/7] target/riscv: Fix write_misa vs aligned next_pc
 2025-04-25 22:29 UTC  (3+ messages)
` [PATCH 3/7] target/riscv: Pass ra to riscv_csrrw_do128

[PATCH] drm/xe: Add WA BB to capture active context utilization
 2025-04-25 22:33 UTC  (5+ messages)
` ✓ CI.Build: success for "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v5 00/12] Hyperlaunch device tree for dom0
 2025-04-25 22:32 UTC  (3+ messages)
` [PATCH v5 05/12] x86/hyperlaunch: locate dom0 kernel with hyperlaunch

[Buildroot] [PATCH] package/libfuse3: fix build failure with no NPTL
 2025-04-25 22:31 UTC 

[PATCH v5 0/3] KVM: x86: Optimize "stale" EOI bitmap exiting
 2025-04-25 22:09 UTC  (2+ messages)

[PATCH v3 0/3] KVM: x86: Add a module param for device posted IRQs
 2025-04-25 22:09 UTC  (2+ messages)

[sean-jc:x86/unfudge_irq_bypass 76/108] arch/x86/kvm/irq.c:561:2: error: call to undeclared function 'trace_kvm_pi_irte_update'; ISO C99 and later do not support implicit function declarations
 2025-04-25 22:27 UTC 

[RFC PATCHv2 0/3] improve NVMe multipath handling
 2025-04-25 22:27 UTC  (5+ messages)
` [RFC PATCHv2 1/3] nvme-multipath: introduce delayed removal of the multipath head node
` [RFC PATCHv2 3/3] nvme: rename nvme_mpath_shutdown_disk to nvme_mpath_remove_disk

[PATCH 0/4] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-04-25 22:27 UTC  (6+ messages)
` [PATCH 1/4] cxl: Saperate out CXL dport->id vs actual dport hardware id

[PATCH] x86/hyperv: use dynamically allocated page for hypercalls
 2025-04-25 22:26 UTC  (3+ messages)

[Buildroot] [PATCH] package/rtl8189es: bump to version 2025-02-24
 2025-04-25 22:26 UTC  (4+ messages)
` [Buildroot] [PATCH] package/rtl8189fs: "
` [Buildroot] [PATCH] package/rtl8192eu: bump to 2025-04-10 version
` [Buildroot] [PATCH] package/rtl8812au-aircrack-ng: bump to version 2025-03-30 on branch v5.6.4.2

[PATCH net v2 0/3][pull request] Intel Wired LAN Driver Updates 2025-04-22 (ice, idpf)
 2025-04-25 22:26 UTC  (4+ messages)
` [PATCH net v2 1/3] ice: fix Get Tx Topology AQ command error on E830
` [PATCH net v2 2/3] ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr()
` [PATCH net v2 3/3] idpf: fix offloads support for encapsulated packets

[PATCH v3 0/2] meson: prefer '/bin/sh' over PATH lookup
 2025-04-25 22:25 UTC  (8+ messages)
` [PATCH v3 2/2] meson: prefer shell at "/bin/sh"

[PATCH net-next v5] Add support to set napi threaded for individual napi
 2025-04-25 22:24 UTC  (4+ messages)

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

[PATCH] kunit: configs: Enable coverage of the bitfield packing library
 2025-04-25 22:19 UTC 

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

[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 

[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 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

[PATCHSET v2 sched_ext/for-6.16] sched_ext: Introduce scx_sched
 2025-04-25 21:58 UTC  (4+ messages)
` [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()


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.