messages from 2025-04-15 19:30:37 to 2025-04-15 20:09:59 UTC [more...]
[PATCH net-next v1 0/1] bonding: Adding limited support for ARP monitoring with ovs
2025-04-15 20:09 UTC (6+ messages)
` [PATCH net-next v1 1/1] bonding: Adding limmited "
[PATCH v4 000/163] tcg: Convert to TCGOutOp structures
2025-04-15 19:25 UTC (102+ messages)
` [PATCH v4 001/163] tcg: Add all_outop[]
` [PATCH v4 005/163] tcg: Convert add to TCGOutOpBinary
` [PATCH v4 009/163] tcg/optimize: Fold andc with immediate to and
` [PATCH v4 014/163] tcg: Merge INDEX_op_or_{i32,i64}
` [PATCH v4 015/163] tcg/optimize: Fold orc with immediate to or
` [PATCH v4 018/163] tcg: Convert xor to TCGOutOpBinary
` [PATCH v4 019/163] tcg: Merge INDEX_op_xor_{i32,i64}
` [PATCH v4 024/163] tcg: Merge INDEX_op_nand_{i32,i64}
` [PATCH v4 026/163] tcg: Convert nor to TCGOutOpBinary
` [PATCH v4 027/163] tcg: Merge INDEX_op_nor_{i32,i64}
` [PATCH v4 029/163] tcg: Convert sub to TCGOutOpSubtract
` [PATCH v4 030/163] tcg: Merge INDEX_op_sub_{i32,i64}
` [PATCH v4 031/163] tcg: Convert neg to TCGOutOpUnary
` [PATCH v4 032/163] tcg: Merge INDEX_op_neg_{i32,i64}
` [PATCH v4 034/163] tcg: Merge INDEX_op_not_{i32,i64}
` [PATCH v4 035/163] tcg: Convert mul to TCGOutOpBinary
` [PATCH v4 036/163] tcg: Merge INDEX_op_mul_{i32,i64}
` [PATCH v4 038/163] tcg: Merge INDEX_op_muluh_{i32,i64}
` [PATCH v4 039/163] tcg: Convert mulsh to TCGOutOpBinary
` [PATCH v4 040/163] tcg: Merge INDEX_op_mulsh_{i32,i64}
` [PATCH v4 041/163] tcg: Convert div to TCGOutOpBinary
` [PATCH v4 042/163] tcg: Merge INDEX_op_div_{i32,i64}
` [PATCH v4 043/163] tcg: Convert divu to TCGOutOpBinary
` [PATCH v4 044/163] tcg: Merge INDEX_op_divu_{i32,i64}
` [PATCH v4 046/163] tcg: Merge INDEX_op_div2_{i32,i64}
` [PATCH v4 047/163] tcg: Convert divu2 to TCGOutOpDivRem
` [PATCH v4 048/163] tcg: Merge INDEX_op_divu2_{i32,i64}
` [PATCH v4 049/163] tcg: Convert rem to TCGOutOpBinary
` [PATCH v4 051/163] tcg: Convert remu "
` [PATCH v4 052/163] tcg: Merge INDEX_op_remu_{i32,i64}
` [PATCH v4 054/163] tcg: Merge INDEX_op_shl_{i32,i64}
` [PATCH v4 055/163] tcg: Convert shr to TCGOutOpBinary
` [PATCH v4 057/163] tcg: Convert sar "
` [PATCH v4 058/163] tcg: Merge INDEX_op_sar_{i32,i64}
` [PATCH v4 059/163] tcg: Do not require both rotr and rotl from the backend
` [PATCH v4 060/163] tcg: Convert rotl, rotr to TCGOutOpBinary
` [PATCH v4 061/163] tcg: Merge INDEX_op_rot{l,r}_{i32,i64}
` [PATCH v4 063/163] tcg: Merge INDEX_op_clz_{i32,i64}
` [PATCH v4 064/163] tcg: Convert ctz to TCGOutOpBinary
` [PATCH v4 065/163] tcg: Merge INDEX_op_ctz_{i32,i64}
` [PATCH v4 066/163] tcg: Convert ctpop to TCGOutOpUnary
` [PATCH v4 068/163] tcg: Convert muls2 to TCGOutOpMul2
` [PATCH v4 069/163] tcg: Merge INDEX_op_muls2_{i32,i64}
` [PATCH v4 071/163] tcg: Merge INDEX_op_mulu2_{i32,i64}
` [PATCH v4 072/163] tcg/loongarch64: Support negsetcond
` [PATCH v4 073/163] tcg/mips: "
` [PATCH v4 074/163] tcg/tci: "
` [PATCH v4 075/163] tcg: Remove TCG_TARGET_HAS_negsetcond_{i32,i64}
` [PATCH v4 076/163] tcg: Convert setcond, negsetcond to TCGOutOpSetcond
` [PATCH v4 077/163] tcg: Merge INDEX_op_{neg}setcond_{i32,i64}`
` [PATCH v4 078/163] tcg: Convert brcond to TCGOutOpBrcond
` [PATCH v4 079/163] tcg: Merge INDEX_op_brcond_{i32,i64}
` [PATCH v4 081/163] tcg: Merge INDEX_op_movcond_{i32,i64}
` [PATCH v4 082/163] tcg/ppc: Drop fallback constant loading in tcg_out_cmp
` [PATCH v4 086/163] tcg: Convert setcond2_i32 to TCGOutOpSetcond2
` [PATCH v4 089/163] tcg: Convert bswap32 to TCGOutOpBswap
` [PATCH v4 090/163] tcg: Merge INDEX_op_bswap32_{i32,i64}
` [PATCH v4 091/163] tcg: Convert bswap64 to TCGOutOpUnary
` [PATCH v4 092/163] tcg: Rename INDEX_op_bswap64_i64 to INDEX_op_bswap64
` [PATCH v4 093/163] tcg: Convert extract to TCGOutOpExtract
` [PATCH v4 094/163] tcg: Merge INDEX_op_extract_{i32,i64}
` [PATCH v4 095/163] tcg: Convert sextract to TCGOutOpExtract
` [PATCH v4 096/163] tcg: Merge INDEX_op_sextract_{i32,i64}
` [PATCH v4 097/163] tcg: Convert ext_i32_i64 to TCGOutOpUnary
` [PATCH v4 098/163] tcg: Convert extu_i32_i64 "
` [PATCH v4 099/163] tcg: Convert extrl_i64_i32 "
` [PATCH v4 101/163] tcg: Convert deposit to TCGOutOpDeposit
` [PATCH v4 103/163] tcg: Merge INDEX_op_deposit_{i32,i64}
` [PATCH v4 104/163] tcg: Convert extract2 to TCGOutOpExtract2
` [PATCH v4 106/163] tcg: Expand fallback add2 with 32-bit operations
` [PATCH v4 107/163] tcg: Expand fallback sub2 "
` [PATCH v4 110/163] tcg/riscv: Drop support for add2/sub2
` [PATCH v4 112/163] tcg: Sink def, nb_iargs, nb_oargs loads in liveness_pass_1
` [PATCH v4 113/163] tcg: Add add/sub with carry opcodes and infrastructure
` [PATCH v4 114/163] tcg: Add TCGOutOp structures for add/sub carry opcodes
` [PATCH v4 115/163] tcg/optimize: Handle add/sub with "
` [PATCH v4 117/163] tcg: Use add carry opcodes to expand add2
` [PATCH v4 118/163] tcg: Use sub carry opcodes to expand sub2
` [PATCH v4 119/163] tcg/i386: Honor carry_live in tcg_out_movi
` [PATCH v4 120/163] tcg/i386: Implement add/sub carry opcodes
` [PATCH v4 121/163] tcg/i386: Remove support for add2/sub2
` [PATCH v4 123/163] tcg: Add tcg_gen_addcio_{i32,i64,tl}
` [PATCH v4 124/163] target/arm: Use tcg_gen_addcio_* for ADCS
` [PATCH v4 127/163] target/openrisc: Use tcg_gen_addcio_* for ADDC
` [PATCH v4 131/163] target/sparc: Use tcg_gen_addcio_tl for gen_op_addcc_int
` [PATCH v4 133/163] tcg/aarch64: Implement add/sub carry opcodes
` [PATCH v4 140/163] tcg/s390: Add TCG_CT_CONST_N32
` [PATCH v4 141/163] tcg/s390x: Implement add/sub carry opcodes
` [PATCH v4 143/163] tcg/s390x: Remove support for add2/sub2
` [PATCH v4 145/163] tcg/sparc64: Implement add/sub carry opcodes
` [PATCH v4 146/163] tcg/sparc64: Remove support for add2/sub2
` [PATCH v4 147/163] tcg/tci: Implement add/sub carry opcodes
` [PATCH v4 148/163] tcg/tci: Remove support for add2/sub2
` [PATCH v4 149/163] tcg: Remove add2/sub2 opcodes
` [PATCH v4 150/163] tcg: Formalize tcg_out_mb
` [PATCH v4 154/163] tcg: Convert ld to TCGOutOpLoad
` [PATCH v4 156/163] tcg: Convert st to TCGOutOpStore
` [PATCH v4 157/163] tcg: Merge INDEX_op_st*_{i32,i64}
` [PATCH v4 159/163] tcg: Remove INDEX_op_qemu_st8_*
` [PATCH v4 161/163] tcg: Convert qemu_ld{2} to TCGOutOpLoad{2}
` [PATCH v4 162/163] tcg: Convert qemu_st{2} to TCGOutOpLdSt{2}
[Buildroot] [PATCH] package/libcap: bump to version 2.76
2025-04-15 20:09 UTC
[Buildroot] [PATCH] package/c-periphery: bump to version 2.4.3
2025-04-15 20:08 UTC (2+ messages)
[Buildroot] [git commit] package/c-periphery: bump to version 2.4.3
2025-04-15 20:07 UTC
[PATCH v2 0/3] KVM: x86: Dynamically allocate hashed page list
2025-04-15 20:06 UTC (3+ messages)
` [PATCH v2 3/3] KVM: x86/mmu: Defer allocation of shadow MMU's "
[PATCH i-g-t] tests/kms_async_flip: skip subtest if invalid driver-specific condition
2025-04-15 19:47 UTC
[PATCH v4 0/7] i2c: core: Move client towards fwnode
2025-04-15 20:06 UTC (3+ messages)
` [PATCH v4 3/7] i2c: core: Switch to fwnode APIs to get IRQ
[Buildroot] [PATCH] package/igh-ethercat: bump to version 1.6.3
2025-04-15 20:06 UTC (2+ messages)
[PATCH v1 0/3] x86/cpufeatures: Clean up formatting
2025-04-15 20:05 UTC (3+ messages)
` [PATCH v1 2/3] x86/cpufeatures: Shorten X86_FEATURE_CLEAR_BHB_LOOP_ON_VMEXIT to X86_FEATURE_CLEAR_BHB_LOV
[Buildroot] [git commit] package/igh-ethercat: bump to version 1.6.3
2025-04-15 20:00 UTC
[net-next PATCH v3 00/11] Add PCS core support
2025-04-15 20:02 UTC (13+ messages)
` [net-next PATCH v3 01/11] dt-bindings: net: Add Xilinx PCS
` [net-next PATCH v3 02/11] net: phylink: Support setting PCS link change callbacks
` [net-next PATCH v3 03/11] net: pcs: Add subsystem
` [net-next PATCH v3 04/11] net: dsa: ocelot: suppress PHY device scanning on the internal MDIO bus
` [net-next PATCH v3 05/11] net: pcs: lynx: Convert to an MDIO driver
` [net-next PATCH v3 06/11] net: phy: Export some functions
` [net-next PATCH v3 07/11] net: pcs: Add Xilinx PCS driver
` [net-next PATCH v3 08/11] net: axienet: Convert to use PCS subsystem
` [net-next PATCH v3 09/11] net: macb: Move most of mac_config to mac_prepare
` [net-next PATCH v3 10/11] net: macb: Support external PCSs
` [net-next PATCH v3 11/11] of: property: Add device link support for PCS
[PATCH v3 0/4] mm/folio_zero_user: add multi-page clearing
2025-04-15 20:01 UTC (8+ messages)
` [PATCH v3 1/4] x86/clear_page: extend clear_page*() for "
[syzbot] [btrfs?] general protection fault in btrfs_relocate_block_group
2025-04-15 20:01 UTC
[Buildroot] [PATCH 1/2] package/libopenssl: add (proposed) upstream fix for parallel installation
2025-04-15 20:00 UTC (2+ messages)
` [Buildroot] [PATCH 2/2] Revert "package/libopenssl do not build in parallel"
[PATCH net-next v5 00/11] PRU-ICSSM Ethernet Driver
2025-04-15 19:57 UTC (4+ messages)
` [PATCH net-next v5 07/11] net: ti: prueth: Adds support for network filters for traffic control supported by PRU-ICSS
[Buildroot] [PATCH] package/double-conversion: bump to version 3.3.1
2025-04-15 19:59 UTC (2+ messages)
[PATCH ath-next v2 0/2] wifi: ath12k: set proper key flags and MIC space for CCMP256 and GCMP ciphers
2025-04-15 19:58 UTC (3+ messages)
` [PATCH ath-next v2 1/2] wifi: ath12k: fix wrong handling of "
` [PATCH ath-next v2 2/2] wifi: ath12k: avoid multiple skb_cb fetch in ath12k_mac_mgmt_tx_wmi()
[Buildroot] [git commit] package/double-conversion: bump to version 3.3.1
2025-04-15 19:57 UTC
[PATCH v1 0/2] ut: fix print_guid() and enable UNIT_TEST for qemu_arm64
2025-04-15 19:57 UTC (3+ messages)
` [PATCH v1 2/2] qemu-arm64: enable UNIT_TEST
[RFC PATCH 0/8] repack: avoid MIDX'ing cruft pack(s) where possible
2025-04-15 19:57 UTC (14+ messages)
` [PATCH v2 "
` [PATCH v2 1/8] pack-objects: use standard option incompatibility functions
` [PATCH v2 2/8] object-store-ll.h: add note about designated initializers
` [PATCH v2 6/8] pack-objects: perform name-hash traversal for unpacked objects
[PATCH] NFSv4: xattr handlers should check for absent nfs filehandles
2025-04-15 19:56 UTC (3+ messages)
[Buildroot] [PATCH 0/7] Add PURL support
2025-04-15 19:55 UTC (9+ messages)
` [Buildroot] [PATCH 1/7] package/pkg-generic.mk: add PURL package variable
` [Buildroot] [PATCH 2/7] package/pkg-download: add 'owner' macro
` [Buildroot] [PATCH 2/7] package/pkg-download: add repository macro
` [Buildroot] [PATCH 3/7] package/pkg-golang: support PURL generation
` [Buildroot] [PATCH 4/7] package/pkg-cargo: "
` [Buildroot] [PATCH 5/7] package/pkg-perl: "
` [Buildroot] [PATCH 6/7] package/pkg-python: "
` [Buildroot] [PATCH 7/7] package/pkg-utils: add PURL to show-info output
[Buildroot] [PATCH] package/vim: extend comment about vi symlink
2025-04-15 19:56 UTC (2+ messages)
[PATCH net-next 0/2] net: phy: remove checks for unused eee-broken flags
2025-04-15 19:56 UTC (3+ messages)
` [PATCH net-next 1/2] dt-bindings: net: ethernet-phy: remove eee-broken flags which have never had a user
` [PATCH net-next 2/2] net: phy: remove checks for unused eee-broken flags
[Buildroot] [git commit] package/vim: extend comment about vi symlink
2025-04-15 19:53 UTC
[PATCH i-g-t v6 0/3] tests/intel/xe_fault_injection: Inject errors during xe_guc_ct_send_recv() xe_guc_mmio_send_recv()
2025-04-15 19:54 UTC (3+ messages)
` ✓ i915.CI.BAT: success for tests/intel/xe_fault_injection: Inject errors during xe_guc_ct_send_recv() xe_guc_mmio_send_recv() (rev7)
` ✓ Xe.CI.BAT: "
[Buildroot] [PATCH] boot/edk2: drop dependency on tf-a for macchiatobin
2025-04-15 19:52 UTC (2+ messages)
[Buildroot] [git commit] boot/edk2: drop dependency on tf-a for macchiatobin
2025-04-15 19:34 UTC
[PATCH v5 0/3] Add USB2PHY Port Reset Control driver for Renesas RZ/V2H(P) SoC
2025-04-15 19:51 UTC (4+ messages)
` [PATCH v5 1/3] dt-bindings: reset: Document RZ/V2H(P) USB2PHY reset
` [PATCH v5 2/3] reset: Add USB2PHY port reset driver for Renesas RZ/V2H(P)
` [PATCH v5 3/3] MAINTAINERS: Add entry for Renesas RZ/V2H(P) USB2PHY Port Reset driver
[PATCH v2 0/8] rust/hrtimer: Various hrtimer + time additions
2025-04-15 19:48 UTC (9+ messages)
` [PATCH v2 1/8] rust: hrtimer: Document the return value for HrTimerHandle::cancel()
` [PATCH v2 2/8] rust: hrtimer: Add HrTimer::raw_forward() and forward()
` [PATCH v2 3/8] rust: hrtimer: Add HrTimerCallbackContext and ::forward()
` [PATCH v2 4/8] rust: hrtimer: Add HrTimerClockBase
` [PATCH v2 5/8] rust: time: Add Instant::from_nanos()
` [PATCH v2 6/8] rust: hrtimer: Add HrTimerClockBase::time()
` [PATCH v2 7/8] rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext
` [PATCH v2 8/8] rust: hrtimer: Add HrTimer::expires()
Steinberg UR22C: Version 1.2.14 introduced "[ALSA UCM error]" on older firmware
2025-04-15 19:48 UTC
[PATCH] buildcfg: get_metadata_git_*: catch also bb.process.NotFoundError
2025-04-15 19:47 UTC
[Buildroot] [PATCH 00/29 v2] package: improve for better pulseview integration (branch yem/sdcc-fx2lafw)
2025-04-15 19:46 UTC (4+ messages)
` [Buildroot] [PATCH 23/29 v2] package/boost: bump to version 1.87.0
ublk: Graceful Upgrade of ublk server application
2025-04-15 19:46 UTC (3+ messages)
[Intel-wired-lan] [PATCH iwl-net v4] ice: use DSN instead of PCI BDF for ice_adapter index
2025-04-15 19:46 UTC (3+ messages)
` "
[PATCH 1/4] Bluetooth: Introduce HCI Driver protocol
2025-04-15 19:46 UTC (2+ messages)
[PATCH v12 00/26] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-04-15 19:43 UTC (6+ messages)
` [PATCH v12 03/26] x86/cpufeatures: Add support for "
[PATCH] ASoC: Intel: sof_sdw: Add NULL check in asoc_sdw_rt_dmic_rtd_init()
2025-04-15 19:41 UTC
[PATCH RESEND] bpf: fix possible endless loop in BPF map iteration
2025-04-15 19:39 UTC (2+ messages)
[PATCH 0/2] pinctrl: spacemit: add clock/reset support
2025-04-15 19:38 UTC (6+ messages)
` [PATCH 2/2] pinctrl: spacemit: add clock support for K1 SoC
[RFC net 0/1] Fix netdevim to correctly mark NAPI IDs
2025-04-15 19:39 UTC (5+ messages)
[PATCH net-next] r8169: add RTL_GIGA_MAC_VER_LAST to facilitate adding support for new chip versions
2025-04-15 19:39 UTC
[PATCH v4 0/4] NET_LWIP LMB fixes
2025-04-15 19:34 UTC (5+ messages)
` [PATCH v4 1/4] net-lwip: change static function wget_loop() to be wget_do_request()
` [PATCH v4 2/4] net, net-lwip: wget: suppress console output when called by EFI
` [PATCH v4 3/4] net-lwip: wget: add LMB and buffer checks
` [PATCH v4 4/4] net-lwip: tftp: "
[Buildroot] [git commit] boot/arm-trusted-firmware: fix the build for macchiatobin
2025-04-15 19:29 UTC
[Buildroot] [PATCH v2] boot/arm-trusted-firmware: fix the build for macchiatobin
2025-04-15 19:33 UTC (2+ messages)
[PATCH -v2 0/2] wifi: rtw88: sdio: Enable tx status for management frames
2025-04-15 19:31 UTC (5+ messages)
` [PATCH -v2 1/2] wifi: rtw88: sdio: call rtw_sdio_indicate_tx_status unconditionally
` [PATCH -v2 2/2] wifi: rtw88: sdio: map mgmt frames to queue TX_DESC_QSEL_MGMT
[PATCH v4] rust: static_assert: add optional message
2025-04-15 19:30 UTC (3+ messages)
[PATCH v4 0/5] cgroup: separate rstat trees
2025-04-15 19:30 UTC (4+ messages)
` [PATCH v4 5/5] cgroup: use subsystem-specific rstat locks to avoid contention
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.