All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-16 21:18:36 to 2025-02-16 23:32:39 UTC [more...]

[PATCH v3 000/162] tcg: Convert to TCGOutOp structures
 2025-02-16 23:10 UTC  (108+ messages)
` [PATCH v3 001/162] tcg: Add all_outop[]
` [PATCH v3 002/162] tcg: Remove INDEX_op_ext{8,16,32}*
` [PATCH v3 003/162] tcg: Merge INDEX_op_mov_{i32,i64}
` [PATCH v3 005/162] tcg: Merge INDEX_op_add_{i32,i64}
` [PATCH v3 006/162] tcg: Convert and to TCGOutOpBinary
` [PATCH v3 007/162] tcg: Merge INDEX_op_and_{i32,i64}
` [PATCH v3 009/162] tcg/optimize: Emit add r, r, -1 in fold_setcond_tst_pow2
` [PATCH v3 010/162] tcg: Convert andc to TCGOutOpBinary
` [PATCH v3 011/162] tcg: Merge INDEX_op_andc_{i32,i64}
` [PATCH v3 012/162] tcg: Convert or to TCGOutOpBinary
` [PATCH v3 013/162] tcg: Merge INDEX_op_or_{i32,i64}
` [PATCH v3 014/162] tcg/optimize: Fold orc with immediate to or
` [PATCH v3 015/162] tcg: Convert orc to TCGOutOpBinary
` [PATCH v3 016/162] tcg: Merge INDEX_op_orc_{i32,i64}
` [PATCH v3 017/162] tcg: Convert xor to TCGOutOpBinary
` [PATCH v3 018/162] tcg: Merge INDEX_op_xor_{i32,i64}
` [PATCH v3 019/162] tcg/optimize: Fold eqv with immediate to xor
` [PATCH v3 020/162] tcg: Convert eqv to TCGOutOpBinary
` [PATCH v3 021/162] tcg: Merge INDEX_op_eqv_{i32,i64}
` [PATCH v3 023/162] tcg: Merge INDEX_op_nand_{i32,i64}
` [PATCH v3 024/162] tcg/loongarch64: Do not accept constant argument to nor
` [PATCH v3 025/162] tcg: Convert nor to TCGOutOpBinary
` [PATCH v3 026/162] tcg: Merge INDEX_op_nor_{i32,i64}
` [PATCH v3 027/162] tcg/arm: Fix constraints for sub
` [PATCH v3 028/162] tcg: Convert sub to TCGOutOpSubtract
` [PATCH v3 030/162] tcg: Convert neg to TCGOutOpUnary
` [PATCH v3 031/162] tcg: Merge INDEX_op_neg_{i32,i64}
` [PATCH v3 032/162] tcg: Convert not to TCGOutOpUnary
` [PATCH v3 033/162] tcg: Merge INDEX_op_not_{i32,i64}
` [PATCH v3 034/162] tcg: Convert mul to TCGOutOpBinary
` [PATCH v3 035/162] tcg: Merge INDEX_op_mul_{i32,i64}
` [PATCH v3 037/162] tcg: Merge INDEX_op_muluh_{i32,i64}
` [PATCH v3 038/162] tcg: Convert mulsh to TCGOutOpBinary
` [PATCH v3 039/162] tcg: Merge INDEX_op_mulsh_{i32,i64}
` [PATCH v3 040/162] tcg: Convert div to TCGOutOpBinary
` [PATCH v3 041/162] tcg: Merge INDEX_op_div_{i32,i64}
` [PATCH v3 043/162] tcg: Merge INDEX_op_divu_{i32,i64}
` [PATCH v3 044/162] tcg: Convert div2 to TCGOutOpDivRem
` [PATCH v3 045/162] tcg: Merge INDEX_op_div2_{i32,i64}
` [PATCH v3 047/162] tcg: Merge INDEX_op_divu2_{i32,i64}
` [PATCH v3 048/162] tcg: Convert rem to TCGOutOpBinary
` [PATCH v3 049/162] tcg: Merge INDEX_op_rem_{i32,i64}
` [PATCH v3 050/162] tcg: Convert remu to TCGOutOpBinary
` [PATCH v3 051/162] tcg: Merge INDEX_op_remu_{i32,i64}
` [PATCH v3 052/162] tcg: Convert shl to TCGOutOpBinary
` [PATCH v3 053/162] tcg: Merge INDEX_op_shl_{i32,i64}
` [PATCH v3 054/162] tcg: Convert shr to TCGOutOpBinary
` [PATCH v3 055/162] tcg: Merge INDEX_op_shr_{i32,i64}
` [PATCH v3 058/162] tcg: Do not require both rotr and rotl from the backend
` [PATCH v3 059/162] tcg: Convert rotl, rotr to TCGOutOpBinary
` [PATCH v3 060/162] tcg: Merge INDEX_op_rot{l,r}_{i32,i64}
` [PATCH v3 063/162] tcg: Convert ctz to TCGOutOpBinary
` [PATCH v3 064/162] tcg: Merge INDEX_op_ctz_{i32,i64}
` [PATCH v3 066/162] tcg: Merge INDEX_op_ctpop_{i32,i64}
` [PATCH v3 067/162] tcg: Convert muls2 to TCGOutOpMul2
` [PATCH v3 068/162] tcg: Merge INDEX_op_muls2_{i32,i64}
` [PATCH v3 070/162] tcg: Merge INDEX_op_mulu2_{i32,i64}
` [PATCH v3 071/162] tcg/loongarch64: Support negsetcond
` [PATCH v3 072/162] tcg/mips: "
` [PATCH v3 073/162] tcg/tci: "
` [PATCH v3 074/162] tcg: Remove TCG_TARGET_HAS_negsetcond_{i32,i64}
` [PATCH v3 075/162] tcg: Convert setcond, negsetcond to TCGOutOpSetcond
` [PATCH v3 076/162] tcg: Merge INDEX_op_{neg}setcond_{i32,i64}`
` [PATCH v3 077/162] tcg: Convert brcond to TCGOutOpBrcond
` [PATCH v3 078/162] tcg: Merge INDEX_op_brcond_{i32,i64}
` [PATCH v3 080/162] tcg: Merge INDEX_op_movcond_{i32,i64}
` [PATCH v3 081/162] tcg/ppc: Drop fallback constant loading in tcg_out_cmp
` [PATCH v3 082/162] tcg/arm: Expand arguments to tcg_out_cmp2
` [PATCH v3 084/162] tcg: Convert brcond2_i32 to TCGOutOpBrcond2
` [PATCH v3 085/162] tcg: Convert setcond2_i32 to TCGOutOpSetcond2
` [PATCH v3 087/162] tcg: Merge INDEX_op_bswap16_{i32,i64}
` [PATCH v3 088/162] tcg: Convert bswap32 to TCGOutOpBswap
` [PATCH v3 092/162] tcg: Convert extract to TCGOutOpExtract
` [PATCH v3 094/162] tcg: Convert sextract "
` [PATCH v3 096/162] tcg: Convert ext_i32_i64 to TCGOutOpUnary
` [PATCH v3 097/162] tcg: Convert extu_i32_i64 "
` [PATCH v3 098/162] tcg: Convert extrl_i64_i32 "
` [PATCH v3 099/162] tcg: Convert extrh_i64_i32 "
` [PATCH v3 101/162] tcg/aarch64: Improve deposit
` [PATCH v3 103/162] tcg: Convert extract2 to TCGOutOpExtract2
` [PATCH v3 107/162] tcg: Do not default add2/sub2_i32 for 32-bit hosts
` [PATCH v3 111/162] tcg: Sink def, nb_iargs, nb_oargs loads in liveness_pass_1
` [PATCH v3 114/162] tcg/optimize: Handle add/sub with carry opcodes
` [PATCH v3 116/162] tcg: Use add carry opcodes to expand add2
` [PATCH v3 118/162] tcg/i386: Honor carry_live in tcg_out_movi
` [PATCH v3 119/162] tcg/i386: Implement add/sub carry opcodes
` [PATCH v3 123/162] target/arm: Use tcg_gen_addcio_* for ADCS
` [PATCH v3 124/162] target/hppa: Use tcg_gen_addcio_i64
` [PATCH v3 128/162] target/s390x: Use tcg_gen_addcio_i64 for op_addc64
` [PATCH v3 133/162] tcg/aarch64: Remove support for add2/sub2
` [PATCH v3 135/162] tcg/arm: "
` [PATCH v3 137/162] tcg/ppc: "
` [PATCH v3 138/162] tcg/s390x: Honor carry_live in tcg_out_movi
` [PATCH v3 140/162] tcg/s390x: Implement add/sub carry opcodes
` [PATCH v3 141/162] tcg/s390x: Use ADD LOGICAL WITH SIGNED IMMEDIATE
` [PATCH v3 147/162] tcg/tci: Remove support for add2/sub2
` [PATCH v3 148/162] tcg: Remove add2/sub2 opcodes
` [PATCH v3 149/162] tcg: Formalize tcg_out_mb
` [PATCH v3 151/162] tcg: Formalize tcg_out_goto_ptr
` [PATCH v3 152/162] tcg: Assign TCGOP_TYPE in liveness_pass_2
` [PATCH v3 154/162] tcg: Merge INDEX_op_ld*_{i32,i64}
` [PATCH v3 155/162] tcg: Convert st to TCGOutOpStore
` [PATCH v3 157/162] tcg: Stash MemOp size in TCGOP_FLAGS
` [PATCH v3 158/162] tcg: Remove INDEX_op_qemu_st8_*
` [PATCH v3 160/162] tcg: Convert qemu_ld{2} to TCGOutOpLoad{2}
` [PATCH v3 161/162] tcg: Convert qemu_st{2} to TCGOutOpLdSt{2}
` [PATCH v3 162/162] tcg: Remove tcg_out_op

linux-next: build failure after merge of the mm tree
 2025-02-16 23:22 UTC  (2+ messages)

[PATCH] smb: client: fix chmod(2) regression with ATTR_READONLY
 2025-02-16 23:20 UTC  (2+ messages)

[PATCH v3 00/10] pinctrl: cy8c95x0: Clean up series
 2025-02-16 23:18 UTC  (2+ messages)

[PATCH v2] fuse: optimize over-io-uring request expiration check
 2025-02-16 23:16 UTC  (3+ messages)

[litex-hub:litex-rebase 10/15] drivers/mtd/spi-nor/litex-spiflash.c:305:15: error: incompatible function pointer types initializing 'int (*)(struct spi_nor *, u8, const u8 *, size_t)' (aka 'int (*)(struct spi_nor *, unsigned char, const unsigned char *, unsigned long)') with an express
 2025-02-16 23:11 UTC 

❌ FAIL: Test report for master (6.14.0-rc3, upstream-mainline, 0ad2507d)
 2025-02-16 23:12 UTC 

[v2 PATCH 11/11] fsverity: improve performance by using multibuffer hashing
 2025-02-16 23:11 UTC  (2+ messages)

[PATCH] doc: reword sample application guides
 2025-02-16 23:09 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/3] drm/msm: Initial fixes for DUALPIPE (+DSC) topology
 2025-02-16 23:06 UTC  (9+ messages)
` [PATCH v2 2/3] drm/msm/dsi: Set PHY usescase (and mode) before registering DSI host

[PATCH 00/27] ASoC: tas27{64,70}: improve support for Apple codec variants
 2025-02-16 23:03 UTC  (6+ messages)
` [PATCH 03/27] ASoC: tas2764: Extend driver to SN012776
` [PATCH 09/27] ASoC: tas2764: Apply Apple quirks

[PATCH] Documentation: ABI: sysfs-class-tpm: Fix typo
 2025-02-16 23:02 UTC 

[PATCH 0/4] RISC-V CRC optimizations
 2025-02-16 22:55 UTC  (10+ messages)
` [PATCH 1/4] riscv/crc: add "template" for Zbc optimized CRC functions
` [PATCH 2/4] riscv/crc32: reimplement the CRC32 functions using new template
` [PATCH 3/4] riscv/crc-t10dif: add Zbc optimized CRC-T10DIF function
` [PATCH 4/4] riscv/crc64: add Zbc optimized CRC64 functions

[PATCH] io_uring/rsrc: avoid NULL check in io_put_rsrc_node()
 2025-02-16 22:58 UTC 

[PATCH v10 7/8] rust: Add read_poll_timeout functions
 2025-02-16 22:50 UTC  (4+ messages)

Linux kernel 6.14-rc3 released
 2025-02-16 22:47 UTC 

[PATCH] staging:gpib:agilent_82350b: Fixed spelling errors removed commented code
 2025-02-16 22:45 UTC 

[PATCHv3 0/5] ublk zero-copy support
 2025-02-16 22:43 UTC  (4+ messages)
` [PATCHv3 5/5] io_uring: cache nodes and mapped buffers

[PATCH v2 04/11] rv: Add option for nested monitors and include sched
 2025-02-16 22:39 UTC  (2+ messages)

[PATCH next 1/1] lib: Optimise hex_dump_to_buffer()
 2025-02-16 22:37 UTC  (3+ messages)

[PATCH v2] usb: dwc3: gadget: Prevent irq storm when TH re-executes
 2025-02-16 22:31 UTC  (7+ messages)

[PATCH v3] usb: dwc3: gadget: Prevent irq storm when TH re-executes
 2025-02-16 22:30 UTC 

[PATCH v2 0/3] Add Rockchip 3568001/2 errata workarounds and enable ITS on RK356x
 2025-02-16 22:16 UTC  (8+ messages)
` [PATCH v2 1/3] irqchip/gic-v3: Add Rockchip 3568002 erratum workaround
` [PATCH v2 2/3] arm64: dts: rockchip: rk356x: Add MSI controller node
` [PATCH v2 3/3] arm64: dts: rockchip: rk356x: Move PCIe MSI to use GIC ITS instead of MBI

Linux 6.14-rc3
 2025-02-16 22:17 UTC 

linux-next: manual merge of the dmaengine-fixes tree with Linus' tree
 2025-02-16 22:16 UTC 

[PATCH v9 0/3] TPM TIS SPI Support
 2025-02-16 22:11 UTC  (4+ messages)
` [PATCH v9 1/3] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface)
` [PATCH v9 2/3] tpm/tpm_tis_spi: activation for the PowerNV machines
` [PATCH v9 3/3] tests/qtest/tpm: add unit test to tis-spi

❌ FAIL: Test report for master (6.14.0-rc2, upstream-mainline, 224e7451)
 2025-02-16 22:12 UTC 

[PATCH] block/merge: remove unnecessary min() with UINT_MAX
 2025-02-16 22:09 UTC  (3+ messages)

[PATCH net-next 0/6] net: phy: improve and simplify EEE handling in phylib
 2025-02-16 22:09 UTC  (11+ messages)
` [PATCH net-next 1/6] net: phy: move definition of phy_is_started before phy_disable_eee_mode
` [PATCH net-next 2/6] net: phy: improve phy_disable_eee_mode
` [PATCH net-next 3/6] net: phy: remove disabled EEE modes from advertising_eee in phy_probe
` [PATCH net-next 5/6] net: phy: c45: use cached EEE advertisement in genphy_c45_ethtool_get_eee
` [PATCH net-next 6/6] net: phy: c45: remove local advertisement parameter from genphy_c45_eee_is_active

[PATCH v3 00/46] pxe: Support read_all() for extlinux and PXE
 2025-02-16 19:39 UTC  (10+ messages)

[PATCH v2 00/28] x86: Improve operation under QEMU
 2025-02-16 21:57 UTC  (2+ messages)

[Regression] wifi: mt76: mt7925: Update mt792x_rx_get_wcid for per-link STA
 2025-02-16 21:55 UTC 

[syzbot] [rdma?] KASAN: slab-use-after-free Read in ib_device_uevent (2)
 2025-02-16 21:55 UTC 

[syzbot] Monthly kernfs report (Feb 2025)
 2025-02-16 21:54 UTC 

[syzbot] Monthly bcachefs report (Feb 2025)
 2025-02-16 21:54 UTC 

[syzbot] Monthly jfs report (Feb 2025)
 2025-02-16 21:54 UTC 

[syzbot] Monthly hams report (Feb 2025)
 2025-02-16 21:54 UTC 

[syzbot] Monthly dri report (Feb 2025)
 2025-02-16 21:53 UTC 

[syzbot] Monthly wireless report (Feb 2025)
 2025-02-16 21:53 UTC 

[syzbot] Monthly ntfs3 report (Feb 2025)
 2025-02-16 21:53 UTC 

[PATCH v3 1/2] CI: Move default image under global defaults
 2025-02-16 21:52 UTC  (10+ messages)

[PATCH] man/man7/mount_namespaces.7: Fix an incorrect path in an example
 2025-02-16 21:49 UTC  (3+ messages)

[PATCH] dmaengine: ti: edma: support sw triggered chans in of_edma_xlate()
 2025-02-16 21:47 UTC 

[PATCH 1/2] rust: fix clippy::too-long-first-doc-paragraph
 2025-02-16 21:46 UTC  (3+ messages)
` [PATCH 2/2] rust: enable `too-long-first-doc-paragraph` clippy lint

lvm2 weirdness in Fedora 40
 2025-02-16 21:45 UTC  (2+ messages)

[bug report] HID: hid-appletb-kbd: add support for automatic brightness control while using the touchbar
 2025-02-16 21:42 UTC 

[Buildroot] [PATCH v2] configs/polyhex_debix_model_a_defconfig: new defconfig
 2025-02-16 21:38 UTC 

[bug report] drm/panthor: Expose size of driver internal BO's over fdinfo
 2025-02-16 21:38 UTC  (2+ messages)

[PATCH 00/10] HWMON support + DebugFS + Improvements
 2025-02-16 21:38 UTC  (12+ messages)
` [PATCH 07/10] platform/x86: alienware-wmi-wmax: Add HWMON support
` [PATCH 08/10] platform/x86: alienware-wmi-wmax: Add support for manual fan control
` [PATCH 10/10] platform/x86: alienware-wmi: Improve and update documentation

[PATCH] Add function define for PoE
 2025-02-16 21:37 UTC  (4+ messages)
` [PATCH] dt-bindings:leds: Add function define for POE

[Buildroot] [PATCH] configs/polyhex_debix_model_a_defconfig: new defconfig
 2025-02-16 21:37 UTC  (3+ messages)

[PATCH v3 0/3] iio: light: add al3000a als support
 2025-02-16 21:24 UTC  (3+ messages)
` [PATCH v3 2/3] iio: light: Add support for AL3000a illuminance sensor

[PATCH v2] ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7
 2025-02-16 21:31 UTC 

[PATCH] agetty: Implement netlink based IP address lookup
 2025-02-16 21:24 UTC 

[Bug 219789] New: [regression] Moving Logitech mouse causes WINE to lag
 2025-02-16 21:19 UTC 

[PATCH] xen/memory: Make resource_max_frames() to return 0 on unknown type
 2025-02-16 21:19 UTC 

[PATCH 0/2] net: tsec: Improve receive error path
 2025-02-16 21:18 UTC  (2+ messages)
` [PATCH 2/2] net: tsec: Re-arm packet buffer in error case


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.