messages from 2025-04-15 19:41:17 to 2025-04-15 20:18:12 UTC [more...]
[PATCH net-next v5 00/11] PRU-ICSSM Ethernet Driver
2025-04-15 20:15 UTC (7+ messages)
` [PATCH net-next v5 07/11] net: ti: prueth: Adds support for network filters for traffic control supported by PRU-ICSS
` [PATCH net-next v5 11/11] net: ti: prueth: Adds PTP OC Support for AM335x and AM437x
[PATCH v4 000/163] tcg: Convert to TCGOutOp structures
2025-04-15 19:25 UTC (111+ messages)
` [PATCH v4 001/163] tcg: Add all_outop[]
` [PATCH v4 014/163] tcg: Merge INDEX_op_or_{i32,i64}
` [PATCH v4 018/163] tcg: Convert xor to TCGOutOpBinary
` [PATCH v4 023/163] tcg: Convert nand "
` [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 028/163] tcg/arm: Fix constraints for sub
` [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 044/163] tcg: Merge INDEX_op_divu_{i32,i64}
` [PATCH v4 045/163] tcg: Convert div2 to TCGOutOpDivRem
` [PATCH v4 047/163] tcg: Convert divu2 "
` [PATCH v4 049/163] tcg: Convert rem to TCGOutOpBinary
` [PATCH v4 050/163] tcg: Merge INDEX_op_rem_{i32,i64}
` [PATCH v4 051/163] tcg: Convert remu to TCGOutOpBinary
` [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 056/163] tcg: Merge INDEX_op_shr_{i32,i64}
` [PATCH v4 057/163] tcg: Convert sar to TCGOutOpBinary
` [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 065/163] tcg: Merge INDEX_op_ctz_{i32,i64}
` [PATCH v4 066/163] tcg: Convert ctpop to TCGOutOpUnary
` [PATCH v4 067/163] tcg: Merge INDEX_op_ctpop_{i32,i64}
` [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 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 084/163] tcg/ppc: Expand arguments to tcg_out_cmp2
` [PATCH v4 085/163] tcg: Convert brcond2_i32 to TCGOutOpBrcond2
` [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 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 100/163] tcg: Convert extrh_i64_i32 "
` [PATCH v4 101/163] tcg: Convert deposit to TCGOutOpDeposit
` [PATCH v4 102/163] tcg/aarch64: Improve deposit
` [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 108/163] tcg: Do not default add2/sub2_i32 for 32-bit hosts
` [PATCH v4 110/163] tcg/riscv: Drop support for add2/sub2
` [PATCH v4 111/163] tcg: Move i into each for loop in liveness_pass_1
` [PATCH v4 112/163] tcg: Sink def, nb_iargs, nb_oargs loads "
` [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 126/163] target/microblaze: Use tcg_gen_addcio_i32
` [PATCH v4 127/163] target/openrisc: Use tcg_gen_addcio_* for ADDC
` [PATCH v4 129/163] target/s390x: Use tcg_gen_addcio_i64 for op_addc64
` [PATCH v4 131/163] target/sparc: Use tcg_gen_addcio_tl for gen_op_addcc_int
` [PATCH v4 132/163] target/tricore: Use tcg_gen_addcio_i32 for gen_addc_CC
` [PATCH v4 133/163] tcg/aarch64: Implement add/sub carry opcodes
` [PATCH v4 135/163] tcg/arm: "
` [PATCH v4 137/163] tcg/ppc: "
` [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 151/163] tcg: Formalize tcg_out_br
` [PATCH v4 152/163] tcg: Formalize tcg_out_goto_ptr
` [PATCH v4 153/163] tcg: Assign TCGOP_TYPE in liveness_pass_2
` [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 158/163] tcg: Stash MemOp size in TCGOP_FLAGS
` [PATCH v4 159/163] tcg: Remove INDEX_op_qemu_st8_*
` [PATCH v4 160/163] tcg: Merge INDEX_op_{ld,st}_{i32,i64,i128}
` [PATCH v4 161/163] tcg: Convert qemu_ld{2} to TCGOutOpLoad{2}
` [PATCH v4 162/163] tcg: Convert qemu_st{2} to TCGOutOpLdSt{2}
` [PATCH v4 163/163] tcg: Remove tcg_out_op
[PATCH v2 0/8] rust/hrtimer: Various hrtimer + time additions
2025-04-15 20:17 UTC (10+ 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 v3] "
` [PATCH v2 8/8] rust: hrtimer: Add HrTimer::expires()
[PATCH v4] rust: static_assert: add optional message
2025-04-15 20:17 UTC (4+ messages)
[PATCH v5 0/4] Large devcoredump file support
2025-04-15 20:17 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for "
[PATCH v1 1/1] i2c: atr: Remove (explicitly) unused header
2025-04-15 20:16 UTC (2+ messages)
[Buildroot] [PATCH 1/2] package/libopenssl: add (proposed) upstream fix for parallel installation
2025-04-15 20:15 UTC (4+ messages)
` [Buildroot] [PATCH 2/2] Revert "package/libopenssl do not build in parallel"
[RFC PATCH v2 01/22] pci/doe: Define protocol types and make those public
2025-04-15 20:15 UTC (2+ messages)
[Buildroot] [PATCH] package/ipset: bump to version 7.23
2025-04-15 20:15 UTC
[PATCH] dma-buf: heaps: Set allocation orders for larger page sizes
2025-04-15 20:14 UTC (2+ messages)
[PATCH v2 00/11] iommu/arm-smmu-v3: Allocate vmid per vsmmu instead of s2_parent
2025-04-15 20:10 UTC (4+ messages)
` [PATCH v2 06/11] iommu/arm-smmu-v3: Introduce arm_smmu_s2_parent_tlb_ invalidation helpers
[PATCH v3 00/17] drm/bridge: cdns-dsi: Make it work a bit better
2025-04-15 20:10 UTC (4+ messages)
` [PATCH v3 13/17] drm/bridge: cdns-dsi: Fix REG_WAKEUP_TIME value
[PATCH] drm/xe/ring_ops_types: Increase MAX_JOB_SIZE_DW
2025-04-15 20:13 UTC (4+ messages)
[PATCH v2 0/2] spi: tegra210-quad: Improve messages on pathological case
2025-04-15 20:12 UTC (2+ messages)
[PATCH] Converting aio_set_event_notifier to use io_uring methods
2025-04-15 18:49 UTC
[PATCH v8 0/6] rust: reduce `as` casts, enable related lints
2025-04-15 20:10 UTC (6+ messages)
` [PATCH v8 6/6] rust: enable `clippy::ref_as_ptr` lint
[PATCH 00/24] Optimize the hot path in the UFS driver
2025-04-15 20:10 UTC (4+ messages)
` [PATCH 11/24] scsi: ufs: core: Change the monitor function argument types
[PATCH v4 0/7] i2c: core: Move client towards fwnode
2025-04-15 20:10 UTC (5+ messages)
` [PATCH v4 3/7] i2c: core: Switch to fwnode APIs to get IRQ
` [PATCH v4 6/7] i2c: core: Deprecate of_node in struct i2c_board_info
[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 "
[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
[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 (3+ messages)
` [net-next PATCH v3 03/11] net: pcs: Add subsystem
[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] 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
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
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.